Commands and Permissions

Every EcoItems command and the permission node it needs.

CommandDescriptionPermission
/ecoitems reloadReload the plugin configsecoitems.command.reload
/ecoitems give <player> <item> [amount]Give an EcoItem to a playerecoitems.command.give
/ecoitems guiOpens the operator item browser. Left-click an item to receive one copy.ecoitems.command.gui (operators)
/ecoitems hud toggle <id>Toggle a HUD on or offecoitems.command.hud.toggle (everyone)
/ecoitems glyph <id>Echo a glyph's character, e.g. to copy it from consoleecoitems.command.glyph (operators)
/ecoitems glyphsOpen the glyph picker book (click a glyph to chat it)ecoitems.command.glyphs (everyone)
/ecoitems totem <item> [player]Play a totem-of-undying animation showing an EcoItem's modelecoitems.command.totem (operators)
/ecoitems drop <item> <player\|x y z world> [amount]Drop an EcoItem at a player or coordinatesecoitems.command.drop (operators)
/ecoitems take <player> <item> [amount]Remove an EcoItem from a player's inventoryecoitems.command.take (operators)
/ecoitems rename <name>Rename the held item (colors and glyphs work)ecoitems.command.rename (operators)
/ecoitems repairFully repair the held itemecoitems.command.repair (operators)
/ecoitems durability <remaining>Set the held item's remaining durabilityecoitems.command.durability (operators)
/ecoitems hitboxOutline nearby furniture barriers and hitboxes with particlesecoitems.command.hitbox (operators)
/ecoitems dialog <id> [player]Open a dialog screenecoitems.command.dialog (operators)

ecoitems.command.gui defaults to operators and is included in ecoitems.command.*.

e, ei, ecoi, and items all work as aliases of /ecoitems (e.g. /e reload will also reload plugin configs)

HUDs with a permission: in their config additionally require that permission to be seen at all.

EcoItems items are also available through the eco item lookup system, so any plugin that accepts item lookup strings (crates, shops, GUIs) can use ecoitems:<id> directly.

Glyphs with a permission: in their config (like the shipped chat tags, ecoitems.glyph.<id>) requirethat permission to be used in chat and on signs.


Where to go next

  • Make an item: How to make an Item to create the items yougive.

  • Recipes: Workstation Recipes for the per-recipepermission option.