Please read CHANGELOG, KNOWN ISSUES, ROADMAP AND THE WIKI before you tell me bugs or ask me new features please : it may be already here !
These are some administrator's features that I did not found anywhere else
BEWARE AS THIS IS BETA : This could crash your server / disable plugins if used on a bad version of bukkit !
Now you will know which event of which plugin make your server lag !
Commands :
I can't stand these /tp commands where I always need a y ! Here you can teleport without the y coordinate :)
Needed to changes some server.properties options, without opening the file on the serveur, simply with chat commands.
/config [<option> [<value>]] display / change (if value is set) the value of a server.properties file option
Usefull options to change values are :
allow-nether : true / false view-distance : 3 to 15 spawn-monsters : true / false spawn-animals : true / false online-mode : true / false max-players : 1 to 1000 pvp : true / false allow-flight : true / false white-list : true / false spawn-protection : 1 to 1000
After the value is changed, you can reload the configuration using the craftbukkit /reload option.
If you do not do this, your changes will not be activated.
Sample : type these commands to disable monsters spawn on your server. All monsters are immediately killed
/config spawn-monsters false
/reload
I first made this plugin because I needed to know why the Essentials plugin /gc function told me that I had more than 20000 entities into my world (this made a big server lag and crash).
This helped me to know where these entities were, what they were, and it enabled me to remove them from the world very quickly.
So it will be very usefull if you need to clean-up your world : minecarts, boats, dropped stuffs... everything can be removed from the world with it.
Only OPS / CONSOLE can use these commands.
/entities displays a summary of the entities active in your worlds
Writes a detailed log into plugins/RealAdminTools/entities.txt
Each entity is described here, with it's acurate location into the world
/entities remove item all remove all active dropped items from your worlds
/entities remove item <typeId> remove all active dropped items that have this typeId from your worlds
/entities remove <class> remove all entities of this class
Known classes are : (Beware : if you remove an entity class, all sub-classes entities will be destroyed !)
/ops displays the list of the operators (content of the ops.txt file)
Tell me
said on each file description, the changelog will not be updated more here.
Update package names and RealPlugin for compatibility with other Real*
Tested with last version of craftbukkit #1561
Internal changes (RealTranslation and RealTools libraries compatibility)
/ops to display the operators list
/config alone to display server.properties options values
/config <option> to display one option's value
/config commands now answer with color
/config command to change server.properties file configuration options
/entities remove now displays how many entities were removed
entities can now be called from the console
first release
I was able to /entities remove item 81 with it.
One of my players used to build a huge cactus farm, that popped continuously cactus items (81). This big purge saved my server from a definitive crash !
nothing else for the moment.
perhaps other tools for server admins I will not found somewhere else.