

Server Helper
Server Helper is a powerful mod that provides Minecraft server administrators with an extensive set of tools for efficient management of the game environment. All features are configurable and operate exclusively on the server side.
Dimension Management
Configuration file: config/serverhelper/dimensions.json
Using the /dimensions
command, you can activate or deactivate access to different dimensions:
/dimensions enable nether
— open portal to the Nether/dimensions disable the_end
— block entry to the End
Chat Filtering System
Settings stored in: config/serverhelper/chatfilter.json
The /filter
command allows flexible management of chat content:
- Adding filters:
/filter add word forbidden_word
- Removing rules:
/filter remove phrase unwanted_phrase
- Viewing list:
/filter list
Various filter types are supported: individual words, phrases, regular expressions, and explicit prohibitions.
Player Muting System
Configuration in the same file: config/serverhelper/chatfilter.json
The /mute
command provides tools for restricting communication:
- Permanent mute:
/mute add permanent player
- Temporary restriction:
/mute add temporary player 60 rule_violation
- Removing restrictions:
/mute remove player
Ranking System
Rank settings are located in: config/serverhelper/ranks.json
Creating and managing ranks is done through the /rank
command:
- Creating a rank:
/rank create vip VIP_Player
- Assigning a rank:
/rank assign player vip
- Removing a rank:
/rank remove vip
- Unassigning a rank:
/rank unassign player vip