MACIEJNIERZWICKI.PL

MINECRAFT PLUGINS


TrashChest

Give wasted items a second life

Commands and permissions

Base command: /trashchest (/tchest and /tc also works)

  • /trashchest – open trash chest (default behavior) OR open plugin help (if MAIN_CMD_OPENS_TRASHCHEST is set to false in config.yml)
    Permissions:
    • trashchest.cmd.open – access to /trashchest command

  • /trashchest open – open trash chest (typically to be used when base command is set to show plugin help)
    Permissions:
    • trashchest.cmd.open – access to /trashchest command

  • /trashchest help – show available commands
    Permissions:
    • trashchest.cmd.help – access to /trashchest help command

  • /trashchest count – show total number of items stored in trash chest
    Permissions:
    • trashchest.cmd.count – access to /trashchest count command

  • /trashchest protecteditems – turn on/off exclusion of moving items into trash chest on owned protections (see supported protection plugins)
    Permissions:
    • trashchest.cmd.protecteditems – access to /trashchest protecteditems command

  • /trashchest lock – globally lock access to trash chest
    Permissions:
    • trashchest.cmd.lock – access to /trashchest lock command

  • /trashchest unlock – globally unlock access to trash chest
    Permissions:
    • trashchest.cmd.unlock – access to /trashchest unlock command

  • /trashchest clear – clear all items stored in trash chest
    Permissions:
    • trashchest.cmd.clear – access to /trashchest clear command

  • /trashchest addcontainer – add location of container you’re facing at to the list of locations where clicking on container will result in opening trash chest
    Permissions:
    • trashchest.cmd.addcontainer – access to /trashchest addcontainer command

  • /trashchest removecontainer – remove location of container you’re facing at from the list of locations where clicking on container will result in opening trash chest
    Permissions:
    • trashchest.cmd.removecontainer – access to /trashchest removecontainer command

  • /trashchest list – print list of locations where clicking on container result in opening trash chest
    Permissions:
    • trashchest.cmd.list – access to /trashchest list command

  • /trashchest fill – fill trash chest with random items
    Permissions:
    • trashchest.cmd.fill – access to /trashchest fill command

  • /trashchest reload – reload TrashChest plugin configuration
    Permissions:
    • trashchest.cmd.reload – access to /trashchest reload command

Other permissions

  • trashchest.chestopen – allows access to trash chest by clicking on interactable containers
  • trashchest.chestopen.all – allows bypassing region restrictions to opening trash chest
  • trashchest.lock.bypass – allows bypassing of global access lock to trash chest

MACIEJNIERZWICKI.PL

To top