Simple utils commands for server
SimpleUtils is a lightweight Fabric server-side mod that adds a few practical commands and a simple translation system.
/playtime
Shows your total playtime./playtime <player>
Shows another player’s playtime, even if they are offline./tps
Displays the server TPS and average tick time (ms).SimpleUtils includes an easy translation system:
config/simpleutils/config.json"language": "en" (or "fr", or any custom language code)You can add your own translation by creating:
config/simpleutils/lang/<language>.jsonsimpleutils.command.top
Default fallback: level 2 (gamemaster)
simpleutils.command.seen
Default fallback: level 2 (gamemaster)
simpleutils.command.invsee
Default fallback: level 3 (admin)
simpleutils.command.heal
Default fallback: level 2 (gamemaster)
simpleutils.command.feed
Default fallback: level 2 (gamemaster)
simpleutils.command.fly
Default fallback: level 2 (gamemaster)
1.21 to 1.21.11>=0.18.1)mods/ folderconfig/simpleutils/config.json if you want to change the language
Conversation