Interactions

Using "Interactions" you can modify what is gonna happen on defined interaction types. For example when you left click the crate, it shows up preview, right click opens the crate & so on...

interaction:
  RIGHT: # Click type
    type: "open-crate" # Action type
  SHIFT_RIGHT:
    type: "open-crate-instant"
  LEFT:
    type: "preview-crate"
  SHIFT_LEFT:
    type: "destroy-crate" # Only players with "aquaticcrates.admin" can really break it

Interaction Types

  • LEFT

  • SHIFT_LEFT

  • RIGHT

  • SHIFT_RIGHT

Action Types

  • open-crate

  • open-crate-instant

  • preview-crate

  • destroy-crate

  • execute-actions

    Arguments:

Last updated