GreatUtils
作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: paper spigot
标签: management utility
GreatUtils
GreatUtils is a bundle of admin utilities for Minecraft servers.
It is designed to:
- Implement features that are missing from many commonly used utility plugins
- Minimize bloat: unused features should not lag the server
Features List
Command Execution
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 player
For 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
Kits
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- If you replace an existing kit, a hidden backup is created with the same name with a
~suffix. For example,/kit kit1 update-> old kit backed up inkit1~.
- If you replace an existing kit, a hidden backup is created with the same name with a
/kit <kit name> delete- Delete a kit (also creates a backup with~suffix)
Warps
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
请登录后举报
暂无评论,抢个沙发吧~