blrhc / RoyalCommands

The only server management plugin one needs for a CraftBukkit server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoyalCommands

RoyalCommands

tip for next commit

RoyalCommands is a general plugin with lots of commands. Yeah, that's my 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

Contact

Bleeding Edge Builds

Changes pushed to GitHub will be auto-compiled on Bamboo.

Compiling

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

Looking to submit a Pull Request?

Make sure it follows these regulations:

  1. All commits to your local repository must start with:
  • Fixed: For bugs that have been fixed
  • Updated: For libraries that have been updated or code that has been updated but does not fix bugs
  • Removed: For anything that has been removed.
  • Renamed: For any file renamed
  • Added: For new features and files added
  1. Code submitted should not have a column limit or linebreaks mid-statement.
  2. Code should follow UNIX linebreaks: i.e. LF only.
  3. Extra whitespace, especially at the end of lines, is frowned upon.
  4. Please compile and test your changes before requesting them to be merged.

About the developer

My name is Kyle Clemens (jkcclemens). I write plugins in my free time.

About

The only server management plugin one needs for a CraftBukkit server.

License:Mozilla Public License 2.0


Languages

Language:Java 100.0%