Old Commands
Get log files and crash reports via command
/cu getLog
Prints out options to upload or copy the latest crash report and or latest.logs
The subcommands are used internally for uploading specific logs.
Clear Items if there are more than X on the ground
This feature is disabled by default! Enable it in the ServerConfig.
Checks the number of items on the ground every X minutes. If there are more than X items on the ground then call out X warnings every X seconds and remove all items.
/cu callItemClear runs an immediate check if enabled.
Find chunks with large amounts of entities
/cu allEntities [dimension]Generates a list of Entities that are currently in the world sorted by count. Click to run /cu findEntities <type>.
/cu findEntities <type> [dimension]
Generates a list of Chunks with entities of this type sorted by Count. Click to tp to the chunk.
Find specific TileEntities in the world
/cu allLoadedTileEntities [dimension]Generates a list of all tile entities that are currently loaded sorted by Count. Click to run /cu findLoadedTileEntities <type>
/cu findLoadedTileEntities <type> [dimension]
Generates a list of all tile entities of that type that are currently loaded. Click to tp to them.
Check RAM usage over time
/cu memoryCheck [number]Prints a list of Memory usage over time. Check the ServerConfig for options.
Send players to Spawn
/cu unstuckTeleports the player to the overworld spawn point.
Works while the player is Offline!
Crossdimensional Teleport Command
/cu tp [dimension]Teleport command that works across dimensions
Read and remove items from player inventories (Curio support)
/cu readInventoryPrints a list of all items in a player's inventory. Click to suggest the removal of that item.
/cu removeAllFromInventory <player> <item>
Removes all of one type of item from a players Inventory
/cu removeItemFromInventorySlot <player> <inventoryType> <slot>
Remove the item in the specified player slot.
Valid Inventory Types: inventory, armor, offhand + curioslottypes
options in "[]" are optional
options in "<>" are required
Make use of in-game suggestions for entities/tile entities
You can always also find outputs in the log with commands to copy