-
Notifications
You must be signed in to change notification settings - Fork 0
Staff and World Tools
The staff module contains commands intended for trusted administrators:
- gamemode changes;
- direct player and coordinate teleportation;
- vanish and flight;
- command spy;
- healing, feeding, and god mode;
- timed boss bars and advancement toasts;
- persistent UUID-based staff notes;
- shared-session-address checks.
Base command permissions default to operators. Targeting another player often requires an additional .others permission.
/sameip compares current session addresses only. It does not save or display raw addresses. Hidden players are excluded from viewers who cannot see them.
The inventory module provides inventory clearing, item creation, donation, server-wide giving, saved-container scanning, inventory viewing, repair, renaming, lore editing, and hats.
Item-editing limits and blocked materials live in settings/inventory.yml. Visible text length is checked after formatting is removed, and control characters are rejected.
The container scanner uses a small asynchronous chunk-loading pipeline and limits chat output separately from the final match total.
Rivet can create and track flat and void testing worlds. Tracked names and types are saved in data/worlds.yml.
/flatworld reset <name> unloads the world, moves occupants to a safe fallback, permanently removes the old world directory, and creates a replacement world. Back up any test world you may want to recover before using reset.
Flat test worlds can block natural mob spawning while leaving spawners, structures, commands, and other non-natural spawn reasons alone.
/worldspawn and /setworldspawn work with the current world's native spawn. /top finds the highest safe standing space in a column. /tree uses Minecraft's normal tree generator at a safe targeted location. /findbiome searches asynchronously.
/killall removes entities in Bukkit's Mob category from the current world. It is not a general entity purge.
/day and /night smoothly move time forward to the target rather than turning the clock backwards. /noon and /midnight set an exact time. Weather commands start rain, thunder, or clear weather.
Configured command actions can send messages, action bars, titles, sounds, particles, boss bars, visual lightning, toasts, or close an inventory.
The lagg module is an item cleanup tool, not a generic entity cleaner. Automatic and manual cleanup scan only loaded worlds and only dropped Item entities.
The result reports both the number of removed item entities and the combined number of items inside their stacks. Hover text provides a material breakdown.
Rivet documentation | Home | Commands | Configuration | Source