📓
Template
GithubGroupeZDiscordServeur Minecraft Vote
  • Getting started
  • Basic usage
    • Starting
    • Structure
    • Commands
    • Inventories
    • Listeners
    • Messages
    • Saveable
  • Advanced
    • ZUtils
    • Permissions
    • Yaml
    • Cooldwon
    • Nms
    • ItemStack
Powered by GitBook
On this page

Was this helpful?

  1. Basic usage

Structure

Here is the structure of the template folders

|- command
  |- commands
|- exceptions
|-inventory
  |- inventories
|- listener
|- save
|- scoreboard
|- zcore
  |- enums
  |- logger
  |- utils
    |- builder
    |- commands
    |- gson
    |- interfaces
    |- inventory
    |- loader
    |- map
    |- nms
    |- players
    |- plugins
    |- storage
    |- yaml
Template.java

The main class of the project is Template.java, you can rename it to match your project.

PreviousStartingNextCommands

Last updated 3 years ago

Was this helpful?