
ServerPlusPlus
This Neoforge mod for Minecraft provides extended control over server settings and adds useful commands for administrators and players.
Main Features
Render Distance Adjustment
Allows you to change the visibility distance on the server using the command /rg viewDistance <distance>
.
Simulation Distance Adjustment
Controls the event processing distance on the server through the command /rg simulationDistance <distance>
.
Quick Coordinates Sharing
Use /here
to instantly share your coordinates in the chat.
Player Location Search
Find any participant's location using /whereis <player>
or /vris <player>
.
Task List Management
Built-in task manager allows:
- View the to-do list via
/todo
or/todo list
- Add new tasks with
/todo add <description>
- Delete a task with the command
/todo remove <number>
- Mark as done:
/todo success <number>
- Remove the mark:
/todo success <number> false
Bookmark System
Save important coordinates:
- Show all marks:
/loc
or/loc list
- Add current position:
/loc add <name>
- Delete a bookmark:
/loc remove <number>
- Show information:
/loc info <number>
Whitelist Management
Easily manage server access:
- View the list:
/wlist
- Add a player:
/wlist add <player>
- Remove a player:
/wlist remove <player>
- Configure command management permissions for other participants
Ban List Management
Administration of banned users:
- Show all banned list members:
/blist
- Block a player:
/blist add <player>
- Unblock:
/blist remove <player>
- Delegation of moderator privileges
Quick OP Rights
Instantly get operator rights using the /sop
command.
Server Transfer
The transfer function allows players to switch servers via the /transfer
command.
Friend Notifications
Various ways to attract attention:
@ <player>
— sends a notification in the chat with experience pick-up sound@@ <player>
— shows a pop-up message with bell sound
Welcome Message
Automatic greeting for new players when joining the server.
Each feature must be activated with the corresponding command of the form /rg <name> true
before first use.