Minecraft RealAdminTools mod 2026 download
logo
minecraft mod RealAdminTools

RealAdminTools

Game Version: CB 1.4.2-R0.2
Total Downloads: 6,639
Updated: Nov 3, 2012
Created: Dec 7, 2011
Download RealAdminToolsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
RealAdminTools v0.34 release 24.58 KB Nov 3, 2012 CB 1.4.2-R0.2 1,914 download RealAdminTools RealAdminTools v0.34 releaseDownload
RealAdminTools v0.33 release 24.56 KB Oct 12, 2012 CB 1.3.2-R1.0 936 download RealAdminTools RealAdminTools v0.33 releaseDownload
RealAdminTools v0.31 release 19.92 KB Mar 9, 2012 CB 1.2.3-R0.1 1,237 download RealAdminTools RealAdminTools v0.31 releaseDownload
RealAdminTools v0.30 release 19.72 KB Mar 6, 2012 CB 1.2.3-R0.1 816 download RealAdminTools RealAdminTools v0.30 releaseDownload
RealAdminTools v0.11 release 22.96 KB Dec 18, 2011 CB 1.0.1-R1 1,312 download RealAdminTools RealAdminTools v0.11 releaseDownload
RealAdminTools v0.1 release 24.76 KB Dec 7, 2011 CB 1.0.1-R1 424 download RealAdminTools RealAdminTools v0.1 releaseDownload

Description

Share this:

RealAdminTools

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

Download and documentation links

  • Download RealPlugin you need it to make it run !
  • Download latest release file for new installation or / update
  • Old versions Jar files
  • Sources are on Github, feel free to fork it

Features

Bench those time-consuming plugins

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 :

  • /bench start : reset and start bench
  • /bench pause : pause bench (keep log)
  • /bench resume : resume bench (start without log reset)
  • /bench stop : stop bench and reset
  • /bench top10 : show the 10 more time-consumming plugin's called events since started
  • /bench top20 : show the 20 more time-consumming plugin's called events since started

quick teleporter

I can't stand these /tp commands where I always need a y !
Here you can teleport without the y coordinate 🙂

  • /qt x z | /qt x y z is the RealAdminTools command for quick teleport

server.properties file editor

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

Entities manager

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 !)

  • entity (DO NOT USE ! Unpredictable result)
    • arrow
    • egg
    • fallingsand
    • fireball
    • fish
    • painting
    • snowball
    • tntprimed
    • vehicle
      • boat
      • minecart
        • poweredminecart
        • storageminecart
    • livingentity (DO NOT USE ! Unpredictable result)
    • creature
      • animals
        • chicken
        • cow
        • pig
        • sheep
        • wolf
      • monster
        • creeper
        • giant
        • skeleton
        • spider
        • zombie
          • pigzombie
        • watermob
          • squid
        • flying
          • ghast
        • slime
      • humanentity (DO NOT USE ! Unpredictable result)
        • player (DO NOT USE ! Unpredictable result)

Operators list

/ops displays the list of the operators (content of the ops.txt file)

Known issues

Tell me

Changelog

More recents

said on each file description, the changelog will not be updated more here.

Version 0.31

  • /bench start | pause | resume | stop | top10 | top20 to get the more time-consumming plugins events list

Version 0.30

  • Bukkit 1.1 compatibility (MC 1.2.3)
  • /bench commands to bench your time consuming plugins events
  • Fix issue with Windows machines being unable to write to file (thanks gmcferrin)

Version 0.11

Update package names and RealPlugin for compatibility with other Real*

Version 0.1

Tested with last version of craftbukkit #1561

Version 0.06

Internal changes (RealTranslation and RealTools libraries compatibility)

Version 0.05

/ops to display the operators list

Version 0.04

/config alone to display server.properties options values

/config <option> to display one option's value

/config commands now answer with color

Version 0.03

/config command to change server.properties file configuration options

/entities remove now displays how many entities were removed

Version 0.02

entities can now be called from the console

Version 0.01

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 !

Road Map – TODO

nothing else for the moment.

perhaps other tools for server admins I will not found somewhere else.

Comments

Add a comment