Advertisement
afterfive7

mycommand.yml

Dec 18th, 2024 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.45 KB | None | 0 0
  1. 'customtest':
  2.   command: /test
  3.   type: RUN_COMMAND
  4.   runcmd:
  5.  - "/say $arg1"
  6.   cooldown: 5
  7.   register: true
  8.   permission-required: false
  9.  
  10. 'customtest1':
  11.   command: /test1
  12.   type: RUN_COMMAND
  13.   runcmd:
  14.  - "/say $arg1"
  15.   warmup: 3
  16.   register: true
  17.   permission-required: false
  18.    
  19. 'customtest2':
  20.   command: /test2
  21.   type: RUN_COMMAND
  22.   runcmd:
  23.  - "/say $arg1"
  24.   warmup: 3
  25.   cooldown: 5
  26.   register: true
  27.   permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement