Fabric Server Essentials
A set of essential functions for any Minecraft server on Fabric, including a command scheduler and automatic restart!
Main Features
The mod requires Fabric API installation and supports permission systems like LuckPerms.
Command Scheduler

The system allows scheduling any commands for specific times of day, perfect for automatic server restarts at night.
Available commands:
- /scheduleCommand list — show scheduled commands
- /scheduleCommand remove
— remove command from schedule - /scheduleCommand add
— add new task - /scheduleCommand reload — reload scheduler
The schedule is saved in the configuration file where it can be edited manually. Works with any commands, including commands from other mods. If you set the
Item Showcase
/flexItem
Allows showing off the item in hand by sending a message in chat to specified players. If recipients aren't specified, the message will be seen by everyone on the server.
Server Restart
/restart — immediate restart /restart on shutdown true/false — configure automatic restart on server shutdown
The function prevents unexpected server downtime by automatically restarting after crashes (except when using the /stop command).
Server Information
/info
Shows players information about the server. The message text is customizable in the configuration file.
Coordinate Sharing
/coords or /c — send coordinates to everyone
/coords
Players can quickly share their coordinates with other server participants.
Announcements

/broadcast
Sends a colored message to all online players. Especially useful in combination with the command scheduler for restart warnings.
Ping Check
/ping
Shows the current connection latency with the server.