-
Notifications
You must be signed in to change notification settings - Fork 83
Contributions
Daniel Saukel edited this page Apr 26, 2018
·
4 revisions
You are a developer and would like to contribute? Great, this is highly appreciated!
- Follow the code style
- Try not to include bad programming practices. Keep the code object oriented!
- Try to stick to native Java, the Bukkit API and if applicable to the plugin for which you're adding an integration. Avoid Spigot API methods, CraftBukkit internals etc. and / or add fallback methods.
- Better create an issue first and ask if the feature is necessary. DungeonsXL is still in Beta stage. Because of the rapid changes, it is sometimes hard to merge changes made for older branches.
There are some feature requests which are not rejected, but are not part of the upcoming features list, neither. A list is available here. Pull requests fixing these issues will be accepted.
Wiki: © 2015-2021 Daniel Saukel and contributors, licensed under CC BY-SA (only unless otherwise stated)
- General information
- General setup and usage
- Dungeon setup
- Signs
- Game rules
- Linked dungeon configuration
- Dungeon world configuration
- Details
- Examples (WIP)
- Simple dungeon
- Bedwars TODO
- PVP arena TODO
- Mob arena TODO
- Tutorial TODO
- Data structure guide
- FAQ