Skip to content
/ admintool Public

A tool for administration of an hMod-enabled Minecraft server

Notifications You must be signed in to change notification settings

0x3b/admintool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdminTool

A tool for administration of an hMod-enabled Minecraft server

Installing

To install AdminTool, just put AdminTool.jar in the plugins folder in your hMod installation. If you want it to load by default, add AdminTool to plugins in the file server.properties. If there is already a value set, add ,AdminTool to the end.

Configuring

AdminTool currently has no configuration. You can, however, restrict access to individual tools with hMod's permission system. For any tool to be used, the user/group must have permission to use /admintool. In addition, the permission to use /admintool_TOOLNAME (i.e. /admintool_destroyblock for the destroyblock tool) must be present.

Using

Saying /admintool or /adm should present a list of tools that you are permitted to use with your current permissions. /admintool TOOLNAME will show help for that individual tool.

Building

To build AdminTool, you currently need a JDK and Ant. Running ant should suffice. You must have minecraft_server.jar (from the original Minecraft server distribution) and Minecraft_Mod.jar (from hMod) to build AdminTool!

About

A tool for administration of an hMod-enabled Minecraft server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages