Wiki 9Minecraft Curios API Wiki
Curios API Wiki › Configuration

Curios API — Configuration

Commands

Curios includes several commands for server administrators to manage player slots and equipment.

Command Description
/curios list <player> Lists all registered slots for the specified player and their current contents.
/curios add <player> <slot> <amount> Adds a specific number of slots of a certain type to a player.
/curios remove <player> <slot> <amount> Removes a specific number of slots from a player.
/curios replace <player> <slot> <index> with <item> [count] Replaces the item in a specific slot index with a new item.
/curios drop <player> <slot> <index> Forces the player to drop the item in the specified slot.

Configuration

Curios uses TOML files for configuration, located in the /config folder of your Minecraft instance.

curios-client.toml

Controls the visual aspects of the mod. * showButtons: (Boolean) Whether to show the Curios button in the inventory. * lockButton: (Boolean) If true, prevents the button from being moved. * buttonXOffset / buttonYOffset: Adjusts the position of the Curios button relative to the inventory.

curios-server.toml

Controls gameplay mechanics and slot counts. * keepCurios: (Boolean) If true, Curios will not be dropped on death regardless of keepInventory settings. * enableLegacyMenu: (Boolean) Switches back to the older, non-scrolling GUI style if preferred.

curios-common.toml

Used for defining default slot configurations that apply to both client and server.