/
GreatUtils is a bundle of admin utilities for Minecraft servers.
It is designed to:
These command execution utilities are convenient and also allow easier scripting (e.g., command blocks or commands.yml):
/execlater - Execute a command after a delay/execlaterrng - Execute a command after a delay, randomly chosen between two values/exectimer - Execute a command a certain number of times at a certain interval/mytasks - Shows your later and timer tasks/canceltask - Lets you cancel tasks that you previously made/sudo - Send a chat message or run a command as another playerFor example, you can make a basic duel world border auto-shrink with the following in your commands.yml:
startduel:
- worldborder set 200
# After 5 minutes, start shrinking the world border
- execlater 5m worldborder set 20 300
Most kit plugins are very complicated and confusing to use. GreatUtils provides a simple kit system meant for friendly servers. (If you're looking for a lot of features, you should use a more complex kit plugin.)
/kit <kit name> - Give yourself a kit/kit <kit name> everyone - Give the kit to all players/kit <kit name> update - Create or update a kit with your current inventory contents
~ suffix. For example, /kit kit1 update -> old kit backed up in kit1~./kit <kit name> delete - Delete a kit (also creates a backup with ~ suffix)A no-nonsense simple warp system.
/warp <warp name> - Give yourself a kit/warp <warp name> set - Set a warp at your current position/warp <warp name> delete - Delete a warp