AdminTools is a simple to understand chest GUI that gives players the ability to execute useful administrative commands with the click of an item. You can choose which features you wish to be included in the GUI and can control access with specific permissions for each feature.
Currently the following features are offered within AdminTools:
- Switch between game modes
- Toggle fly mode
- Toggle whitelist
- Toggle OP mode
- Reload Config
All of these features can be enabled and disabled in the config file and you can choose the positioning of each item within the GUI. Within the config you can also change virtually every part of each tool and the way you want it to appear in the GUI. Some features that are planned to be implemented in the near future are:
- More tools
If you have any features you wish to be included into this plugin be sure to let me know in the discussion section.
Config.yml
Code (Text):
AdminTools:
GUISize: 27 \\The size of the GUI (Must be either 9, 18, 27, 36, 45, 54)
GUIName: '&cAdmin Tools' \\The name of the GUI
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
GamemodeItem: true \\If you want the gamemode item to appear in the GUI
GamemodeItemMaterial: GRASS \\The material of the gamemode item
GamemodeItemSlot: 11 \\The slot of the GUI you want the item to occupy
GamemodeName: '&aGamemode' \\The name of the gamemode item
GamemodeCreativeLore: \\The lore of the gamemode item while in creative mode
- '&7You are currently in &acreative &7mode.'
- '&aleft-click &7to enter survival &7mode.'
- '&aright-click &7to enter adventure &7mode.'
GamemodeSurvivalLore: \\The lore of the gamemode item while in survival mode
- '&7You are currently in &asurvival &7mode.'
- '&aleft-click &7to enter adventure &7mode.'
- '&aright-click &7to enter creative &7mode.'
GamemodeAdventureLore: \\The lore of the gamemode item while in adventure mode
- '&7You are currently in &aadventure &7mode.'
- '&aleft-click &7to enter creative &7mode.'
- '&aright-click &7to enter survival &7mode.'
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
OPItem: true \\If you want the OP item to appear in the GUI
OPItemMaterial: BLAZE_POWDER \\The material of the OP item
OPItemSlot: 14 \\The slot of the GUI you want the item to occupy
OPName: '&cOP Mode' \\The name of the OP item
OPTrueLore: \\The lore of the OP item while the player is in OP mode
- '&7You are currently in &coperator &7mode.'
- '&7Click to enter &cuser &7mode.'
OPFalseLore: \\The lore of the OP item while the player is not in OP mode
- '&7You are currently in &cuser &7mode.'
- '&7Click to enter &coperator &7mode.'
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
FlyItem: true \\If you want the fly item to appear in the GUI
FlyItemMaterial: BEACON \\The material of the fly item
FlyItemSlot: 12 \\The slot of the GUI you want the item to occupy
FlyName: '&bFly Mode' \\The name of the fly item
FlyTrueLore: \\The lore of the fly item while the player has fly mode enabled
- '&7You are currently have flight &benabled&7.'
- '&7Click to &bdisable &7flight.'
FlyFalseLore: \\The lore of the fly item while the player has fly mode disabled
- '&7You are currently have flight &bdisabled&7.'
- '&7Click to &benable &7flight.'
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
WhitelistItem: true \\If you want the whitelist item to appear in the GUI
WhitelistItemMaterial: PAPER \\The material of the whitelist item
WhitelistItemSlot: 13 \\The slot of the GUI you want the item to occupy
WhitelistName: '&eWhitelist' \\The name of the whitelist item
WhitelistOnLore: \\The lore of the whitelist item while whitelisting is enabled
- '&7The whitelist is currently &eenabled&7.'
- '&7Click to &edisable &7the whitelist.'
WhitelistOffLore: \\The lore of the whitelist item while whitelisting is disabled
- '&7The whitelist is currently &edisabled&7.'
- '&7Click to &eenable &7the whitelist.'
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
ReloadItem: true \\If you want the reload item to appear in the GUI
ReloadItemMaterial: NETHER_STAR \\The material of the reload item
ReloadItemSlot: 15 \\The slot of the GUI you want the item to occupy
ReloadName: '&fReload AdminTools' \\The name of the reload item
ReloadLore: \\The lore of the reload item
- '&7Click here to reload the AdminTools'
- '&7configuration file'
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-#
/admintools, /at, /atools, /admint - Used to open the AdminTools GUI
/admintools reload - Used to reload the AdminTools config
admintools.open - Gives access to the /admintools command
admintools.reload - Gives access to the /admintools reload command
admintools.gamemode - Gives access to the gamemode tool (If enabled in config)
admintools.operator - Gives access to the operator tool (If enabled in config)
admintools.fly - Gives access to the fly tool (If enabled in config)
admintools.whitelist - Gives access to the whitelist tool (If enabled in config)
If you enjoy this plugin and/or has helped you in any way a rating is appreciated.

AdminTools 1.1.2
Easily access useful admin tools from a simple GUI
Recent Updates
- Bug Fix Jun 1, 2015
- Minor Bug Fixes May 22, 2015
- Customization Update May 21, 2015