RoyalCommands
RoyalCommands - v5.2.2
Download | Changelog | Configuration | Commands & Permissions
Features
I've listed just a few of the features contained in RoyalCommands below.
- Easy to configure
- Fully featured auto-afk system with kick option.
- Completely developed ban, tempban, and kick system with support for IPs (and the ability to look up who banned and why)
- Teleportation suite with /back and requests
- Fully developed home and warp systems
- Inventory management - including /give, /item, and selective clear inventory and full clear inventory (also modify other players' inventories)
- A warning system to complement ban and kick
- Open enchanting tables, furnaces, and workbenches via command
- Get masses of information on players (including IPs) - even if they're offline
- Freeze, mute, jail, and other punishments for rowdy players
- Check the amount of server lag
- Set up kits of items
- Advanced whisper system
- Integration with VanishNoPacket - use commands on other players if you can see them!
- TagAPI integration - nicknames change your nametag!
- Monitor players as if you were them! See what they see in real time
- Open and use a backpack to save valuable items.
- Developed, working, useful plugin manager - load, update, view info, and more!
- Download plugins from BukkitDev and load them in-game (dev build)!
- Determine if a player has paid for Minecraft or is using a cracked account.
- WorldGuard & LWC integration for item creation via the plugin
- Change world biomes
- System of VIP players that can join the server when it's full
- Manage all worlds and separate inventories based on groups of worlds (replaces most other world manager features!)
- Much, much more. You can see all the commands here.
Commands & Permissions
Information for Commands & Permissions can be found at the Official (but never complete) RoyalCommands documentation, these can be found here
Source and Downloads
The source code on GitHub is available with compiling instructions. It follows the GNU GPLv3 license. Please refer to me if you fork it.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk. Continuous Integration.
The changelog is also available.
Contact
The Worldwide Minecraft Alliance Discord is the best place to find us, under the #development channel join us here
Servers
Run RoyalCommands on your server? Let us know the name and address (and a note if you want), and we'll list it here!
Of course, there's the server it was made for:
Server Name | Server Address | Note |
---|---|---|
Worldwide Minecraft Alliance | wma.im | The Australian Multi-Purpose Server |
About the original developer
RoyalCommands was originally written by anna-is-cute (formerly known as jkcclemens)
The Worldwide Minecraft Alliance has since taken over RoyalCommands (and the rest of the suite)
The Royal Suite
Name | Description |
---|---|
RoyalCommands | A set of useful, general commands for your Minecraft server |
RoyalChat | A simple chat manager for your Minecraft server |
whats the issue tracker link?
When I update to 3.x.x do I have to redo the configs then?
Not sure if this has been answered or not, but in my server I used the walkspeed command, and now when I try to return to normal it inverts my vision and I am unable to see anything. I walk normal and everything, but cannot see anything.
Does "cracked" include hacked accounts? Such as the fly hacks and noclip hacks?
I notice that inside your api package there are a few things.. However I don't think what I need is there.. I'm making a plugin and it teleports people to the spawn of each world. Do you have a method for getting the set spawn location of a world?
Hello again,
So I've waited a tiny bit and I'm still getting the [SEVERE] message which states that RoyalCommands cannot find support for the Craftbukkit version that I am using. At this moment, I am using the latest DEV build for CraftBukkit (#2826 1.6.2-R0.1). I still don't know why this is happening, and so I'm just wondering when the next RoyalCommands build (hopefully for 1.6.2) is coming out, because hopefully that will fix the problem (I am still using the latest RoyalCommands build FYI).
Another thing I would like to know, and sorry if this is the wrong place, but I am using the Multiverse plugin which as you may know lets me have multiple worlds on my server. Now on 1 of these worlds (only 1!) am I allowed to use command blocks. I am not sure if this is a problem with Multiverse, or a different plugin (I'm saying this here because I can also see that RoyalCommands keeps track of all the worlds, and all the info about the world in certain files, and also because you seem to talk more to all of your followers, and, most of the time, are able to fix their problems with ease.)
Thank you, and have a nice day (:
----------------------- PLUGINS I AM USING:Chat Manager Modify world Multiverse Core 2.5 Multiverse Portals 2.5 PermissionsEx Royal Commands Vault World Edit
New bug, it seems the delwarp command doesn't seem to delete warps. Also, it seems that the plugin ignores the warps.yml (even after plugin reload, server reload, and server restart).
@jkcclemens
Still looking for a feature which disable completly some commands.. etd
And say me why your plugin creating files for NPCs ? :D
@jkcclemens
I've tried it and it doesn't. I get an error saying that the player didn't exists and to alert the developer of the error. For example: /head Notch gives me the error.
This is my first time every seeing this plugin and I am already in love with it. I am so removing essentials for this :)
Thank you for the amazing plugin
Is it possible for the /head command to work on offline players?
I'm getting the following error on Spigot 1024: http://pastebin.com/GiYfeMQq
Will you be updating to 1.6.2 soon?
I compile from Github source using "mvn clean package", and then I got this error after loading this plugin to my server.
2013-07-09 19:47:50 [INFO] [RoyalCommands] Enabling RoyalCommands v0.2.8-SNAPSHOT-local-20130709.194653 2013-07-09 19:47:50 [INFO] [RoyalCommands] Loaded support for v1_6_R1. 2013-07-09 19:47:50 [INFO] [RoyalCommands] Metrics enabled. Thank you! 2013-07-09 19:47:50 [SEVERE] Cannot load configuration from stream org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed in "<string>", position 246 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:202) at org.royaldev.royalcommands.Help.reloadHelp(Help.java:31) at org.royaldev.royalcommands.Config.reloadConfiguration(Config.java:160) at org.royaldev.royalcommands.Config.<init>(Config.java:25) at org.royaldev.royalcommands.RoyalCommands.onEnable(RoyalCommands.java:368) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at net.diamondmine.reloader.PluginReloader.loadPlugin(PluginReloader.java:216) at net.diamondmine.reloader.PluginReloader.onCommand(PluginReloader.java:87) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_6_R1.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_6_R1.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_6_R1.DedicatedServer.ar(DedicatedServer.java:262) at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:227) at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:486) at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed in "<string>", position 246 at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70) at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 20 more 2013-07-09 19:47:50 [SEVERE] Cannot load configuration from stream org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed in "<string>", position 246 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:202) at org.royaldev.royalcommands.Help.reloadHelp(Help.java:31) at org.royaldev.royalcommands.Config.reloadConfiguration(Config.java:160) at org.royaldev.royalcommands.RoyalCommands.onEnable(RoyalCommands.java:369) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at net.diamondmine.reloader.PluginReloader.loadPlugin(PluginReloader.java:216) at net.diamondmine.reloader.PluginReloader.onCommand(PluginReloader.java:87) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_6_R1.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_6_R1.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_6_R1.DedicatedServer.ar(DedicatedServer.java:262) at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:227) at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:486) at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) Caused by: unacceptable character '?' (0xFFFD) special characters are not allowed in "<string>", position 246 at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70) at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 19 more
I check pom.xml, and it's using UTF-8 to compile. I can't understand why it throws an error..
@jkcclemens
on irc atm
latest dev build 71 gives me this error and doesnt work : http://pastebin.com/B8bNf2QX
@jkcclemens
Disabling dynamic_whitelist do not work
pastebin my config: http://pastebin.com/tzXaHxUT
When i have above options plugin still showing dynamic whitelist ;_;
@jkcclemens
Where is this option to disable some features :|
Hopefully small thing, but I didn't see it anywhere. Is there any way to have RoyalCommands not ping my log every 30 minutes with an Update Notice (besides upgrade)?
ok i have this prob where ppl keep geting kicked. for no reson like chat spam i gues but i see no errors. is there something on this plugin thats kicks. ppl spam? of enything maybe its realy bugging me that this is the only plugin thats doing this