

Enhanced Server Moderation - Advanced Server Moderation
This server-side mod for Minecraft allows assigning commands to players without granting them full administrator rights. The perfect solution for creating a moderator system on your server!
Key Features
The mod generates a unique WorldID for compatibility with JourneyMap 5.0+, providing separate maps for each world. Simple administrator commands make it easy to add and remove users. The functionality for creating moderation groups with preset commands is currently in development.
For developers of other mods, a simple API is provided to integrate command access management through Enhanced Server Moderation. New commands are constantly being added to expand functionality.
Administrator Commands
/adduser 'username' 'commands' - adds specified commands to a user. Multiple commands can be specified separated by spaces. Example: "/adduser mysticdrew whitelist kick ban"
/removeuser 'username' commands - removes commands from a user
/printcommands - creates a commands.txt file in the esm directory with a list of all commands and their descriptions
/playerinfo 'username' - displays detailed information about a user
/played - shows current session time, total playtime and death count
Group Commands
/assigngroup 'user' 'groups' - assigns groups to a user
/removegroup 'user' 'groups' - removes groups from a user
/editgroup 'groupName' add|remove|delete|list' 'commands' - group management:
- add - adds commands to a group, creates the group if it doesn't exist
- remove - removes groups from a user
- delete - deletes the group
- list - shows commands in the group
Player Commands
/setcolor <color> - sets the user's name color /played - shows current playtime and total death count
Development Plans
The following features are in development: custom bans, dimensional teleportation command, and community-requested commands.
Installation
The mod is built for Forge version 10.13.2.1230. To install, place the EnhancedServerModeration.x.x.x.jar file in the server's mods directory. The mod is not required on the client side and is generally not recommended to install there.
Version: 0.9.9
Recent Updates
Added the /playerinfo 'username' command to display user information. Implemented group commands. Creates a UUID for the world and sends it to the client for compatibility with JourneyMap 5.0+.