zMenu icon indicating copy to clipboard operation
zMenu copied to clipboard

Mini messages don't work in toast

Open d0ddn opened this issue 2 months ago • 0 comments

Image

commands:
  toast:
    command: toast
    permission: "toast.send"
    arguments:
      - name: target
        type: online-player
      - name: material
        type: material
      - name: model-id
      - name: text
        actions:
          - type: toast
            toast-type: GOAL
            message: "%text%"
            material: "%material%"
            model-id: "%model-id%"

d0ddn avatar Oct 03 '25 22:10 d0ddn