-
Notifications
You must be signed in to change notification settings - Fork 0
ModuleDescriptionFile
LPDMinecraft edited this page Dec 29, 2021
·
3 revisions
The ModuleDescriptionFile is a class, that stores information from the ModuleDescriptionFile(module.yml).
In your module class you get it with the method getModuleDescriptionFile();
When you create it, it needs the ModuleDescriptionFile(module.yml) as variable. Then it checks with a method if it hasEnoughInformations. It looks for name, spigot-main or bungee-main, version, authors or author, description and requiried-modules. After this little check it sets all varibabels of himself to the information he got from the file. Also there are many getters, but no setters.
| Servers | Bukkit | Spigot | Paper | Pupur |
|---|---|---|---|---|
| 1.16 | ✔️ | ✔️ | ✔️ | ✔️ |
| 1.17 | ✔️ | ✔️ | ✔️ | ✔️ |
| 1.18 | ✔️ | ✔️ | ✔️ | ✔️ |
| Proxies | BungeeCord | Waterfall | Velocity |
|---|---|---|---|
| 1.16 | ✔️ | ✔️ | ✔️ |
| 1.17 | ✔️ | ✔️ | ✔️ |
| 1.18 | ✔️ | ✔️ | ✔️ |
- Setup Location
- module.yml
- Module Class
- ModuleDescriptionFile
- Config
- ModuleConfig
- ModuleCommandManager
- ModuleListenerManager
- PermissionsManager
- LanguagesManager
- LPlayer
- CraftingRecipes
- Inventorys
- ItemBuilders
- Other Utils
- LPlayer
