Skip to content

Commands & Permissions

  • /vessel

    • Permission: vessel.command
    • Description: Main command to display plugin information.
  • /vessel help

    • Permission: vessel.command.help
    • Description: Displays help information for Vessel commands.
  • /vessel reload

    • Permission: vessel.command.reload
    • Description: Reloads the plugin configurations.
  • /vessel give <player> <type> <amount> [-s]

    • Permission: vessel.command.give
    • Description: Gives a specified tier and amount of vessels to a player. Use -s or -silent to suppress messages.

The following permissions control how players interact with vessels in the world.

  • vessel.use.<template_id>
    • Description: Allows a player to use a specific vessel template. This matches the name of any .yml file in your vessels/ folder (e.g., vessel.use.consumable, vessel.use.reusable, or vessel.use.admin).
  • vessel.capture.*
    • Description: Wildcard permission to capture any allowed mob type.
  • vessel.release.*
    • Description: Wildcard permission to release any stored mob type.
  • vessel.capture.<entity_type>
    • Description: Allows capturing a specific entity type (e.g., vessel.capture.cow).
  • vessel.release.<entity_type>
    • Description: Allows releasing a specific entity type (e.g., vessel.release.cow).

For a list of entity types, refer to the EntityType Javadocs.

Instead of assigning individual entity permissions, shortcut groups can be used to manage entire categories of mobs.

  • Animals

    • Permission Nodes: vessel.capture.animals and vessel.release.animals
  • Monsters

    • Permission Nodes: vessel.capture.monsters and vessel.release.monsters
  • Golems

    • Permission Nodes: vessel.capture.golems and vessel.release.golems
  • Fish

    • Permission Nodes: vessel.capture.fish and vessel.release.fish
  • Water Mobs

    • Permission Nodes: vessel.capture.watermobs and vessel.release.watermobs
  • Ambient

    • Permission Nodes: vessel.capture.ambient and vessel.release.ambient
  • Raiders

    • Permission Nodes: vessel.capture.raiders and vessel.release.raiders
  • Bosses

    • Permission Nodes: vessel.capture.bosses and vessel.release.bosses
  • Illagers

    • Permission Nodes: vessel.capture.illagers and vessel.release.illagers
  • Tameable

    • Permission Nodes: vessel.capture.tameable and vessel.release.tameable
  • NPCs

    • Permission Nodes: vessel.capture.npcs and vessel.release.npcs