RoyalCommands is a general plugin with lots of commands. Yeah, that's the description. Go look at the BukkitDev if you want a better one.
RoyalCommands is coded in IntelliJ with the following libraries:
- Bukkit
- CraftBukkit
- Vault
- VanishNoPacket
- Multiverse-Core
- TagAPI
- WorldGuard
- LWC
- The Worldwide Minecraft Alliance Discord is the best place to find us, under the #development channel join us here
Maven 3 must be installed to compile RoyalCommands.
$ mvn clean package
If you want to install RoyalCommands into your local Maven repository:
$ mvn clean install
Make sure it follows these regulations:
- All commits to your local repository must start with:
Fixed:
For bugs that have been fixedUpdated:
For libraries that have been updated or code that has been updated but does not fix bugsRemoved:
For anything that has been removed.Renamed:
For any file renamedAdded:
For new features and files added
- Code submitted should not have a column limit or linebreaks mid-statement.
- Code should follow UNIX linebreaks: i.e. LF only.
- Extra whitespace, especially at the end of lines, is frowned upon.
- Please compile and test your changes before requesting them to be merged.
RoyalCommands was originally written by anna-is-cute (formerly known as jkcclemens), you can follow their stuff here
The Worldwide Minecraft Alliance has since taken over RoyalCommands (and the rest of the suite).