A Server Utility data pack, that adds logging and inventory seeking features.
Before letting players join your server, it is recommended to tweak it first, to avoid further problems.
/function gamerule:bubbleseekout/enable_logging/... - Sets whether logging is enabled. Default: false/function gamerule:bubbleseekout/logs_limit/... - Sets how many logs per-player will be stored/function gamerule:bubbleseekout/silent_seeking/... - Sets whether players won't get notified when their inventory is modifiedThis data pack has a build-in permission system, that lets administrators/console specify players who will be able to use specific commands
To grant/revoke a permission use: /execute as <Player Name> run function permission:bubbleseekout/<grant/revoke>/<Permission name>
check_logs)player_info)seek_items)This data pack logs some events, that could be useful in catching rule breakers. It uses a database, so player's logs can be accessed even when they are offline!
Command: /trigger buso.check_logs.
List of logging events: (You can suggest any logging even you would need and I might add it)
You can get player's health, hunger, saturation, xp & position
Command: /trigger buso.player_info.
You can see and modify player's inventory in real time. You can give an item to a specific slot, or take item from a slot.
Command: /trigger buso.seek_items

A Server Utility data pack, that adds logging and inventory seeking features.