Zowp

Volcano - staffmode.yml

Dec 6th, 2023
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.42 KB | None | 0 0
  1. #
  2. # Configure the staff mode items however you like.
  3. #
  4.  
  5. items:
  6.   online-staff:
  7.     material: "SKULL_ITEM"
  8.     name: "&bOnline Staff"
  9.     amount: 1
  10.     durability: 3
  11.     slot: 1
  12.     lore:
  13.      - "&7&m----------------------------------"
  14.       - "&bRight click to show all online staff"
  15.       - "&7&m----------------------------------"
  16.     action:
  17.       enabled: false
  18.       action: ""
  19.     command:
  20.       require-player-interaction: false
  21.       enabled: true
  22.       command: "onlinestaff"
  23.  
  24.   random-tp:
  25.     material: "NETHER_STAR"
  26.     name: "&bRandom TP"
  27.     amount: 1
  28.     durability: 0
  29.     slot: 2
  30.     lore:
  31.      - "&7&m----------------------------------------"
  32.       - "&bRight click to teleport to a random player"
  33.       - "&7&m----------------------------------------"
  34.     action:
  35.       enabled: true
  36.       action: "random-tp"
  37.     command:
  38.       require-player-interaction: false
  39.       enabled: false
  40.       command: ""
  41.  
  42.   better-view:
  43.     material: "CARPET"
  44.     name: "&bBetter View"
  45.     durability: 1
  46.     amount: 1
  47.     slot: 5
  48.     lore:
  49.      - ""
  50.     action:
  51.       enabled: false
  52.       action: ""
  53.     command:
  54.       require-player-interaction: false
  55.       enabled: false
  56.       command: ""
  57.  
  58.   freeze:
  59.     material: "PACKED_ICE"
  60.     name: "&bFreeze Player"
  61.     durability: 0
  62.     amount: 1
  63.     slot: 8
  64.     lore:
  65.      - "&7&m----------------------------------"
  66.       - "&bRight click a player to freeze them"
  67.       - "&7&m----------------------------------"
  68.     action:
  69.       enabled: false
  70.       action: false
  71.     command:
  72.       require-player-interaction: true
  73.       enabled: true
  74.       command: "freeze <player>"
  75.  
  76.   vanish-on:
  77.     material: "INK_SACK"
  78.     name: "&bUn-Vanish"
  79.     amount: 1
  80.     durability: 10
  81.     slot: 9
  82.     lore:
  83.      - "&7&m----------------------"
  84.       - "&bRight click to unvanish"
  85.       - "&7&m----------------------"
  86.     action:
  87.       enabled: true
  88.       action: "vanish-off"
  89.     command:
  90.       require-player-interaction: false
  91.       enabled: false
  92.       command: ""
  93.  
  94.   vanish-off:
  95.     material: "INK_SACK"
  96.     name: "&bVanish"
  97.     amount: 1
  98.     durability: 8
  99.     slot: 9
  100.     lore:
  101.      - "&7&m----------------------"
  102.       - "&bRight click to vanish"
  103.       - "&7&m----------------------"
  104.     action:
  105.       enabled: true
  106.       action: "vanish-on"
  107.     command:
  108.       require-player-interaction: false
  109.       enabled: false
  110.       command: ""
Advertisement
Add Comment
Please, Sign In to add comment