Advertisement
RedstoneCommands

Untitled

Mar 1st, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.56 KB | None | 0 0
  1. groups:
  2. - ==: NexusGroup
  3.   name: Geister
  4.   permission: spawn.ghosts
  5. - ==: NexusGroup
  6.   name: Kobolde
  7.   permission: spawn.cobolds
  8. - ==: NexusGroup
  9.   name: Werwoelfe
  10.   permission: spawn.werewolfs
  11. - ==: NexusGroup
  12.   name: Yetis
  13.   permission: spawn.yetis
  14. areas:
  15. - ==: NexusArea
  16.   minplayeramount: 0
  17.   commands-Kobolde:
  18.   - ==: NexusCommand
  19.     executor: CONSOLE
  20.     conditions: []
  21.     command: ac Kobolde MITTE
  22.   commands-Yetis:
  23.   - ==: NexusCommand
  24.     executor: CONSOLE
  25.     conditions: []
  26.     command: ac Yetis MITTE
  27.   commands-Geister:
  28.   - ==: NexusCommand
  29.     executor: CONSOLE
  30.     conditions: []
  31.     command: ac Geister MITTE
  32.   commands-Werwoelfe:
  33.   - ==: NexusCommand
  34.     executor: CONSOLE
  35.     conditions: []
  36.     command: ac Werwoelfe MITTE
  37.   box:
  38.     ==: NexusBox
  39.     world: Nexus
  40.     z1: -296
  41.     y1: 70
  42.     z2: -284
  43.     x1: -62
  44.     y2: 106
  45.     x2: 50
  46.   resetcommands:
  47.     - ac RESET MITTE
  48. - ==: NexusArea
  49.   minplayeramount: 0
  50.   commands-Kobolde:
  51.   - ==: NexusCommand
  52.     executor: CONSOLE
  53.     conditions: []
  54.     command: ac Kobolde TURM
  55.   commands-Yetis:
  56.   - ==: NexusCommand
  57.     executor: CONSOLE
  58.     conditions: []
  59.     command: ac Yetis TURM
  60.   commands-Geister:
  61.   - ==: NexusCommand
  62.     executor: CONSOLE
  63.     conditions: []
  64.     command: ac Geister TURM
  65.   commands-Werwoelfe:
  66.   - ==: NexusCommand
  67.     executor: CONSOLE
  68.     conditions: []
  69.     command: ac Werwoelfe TURM
  70.   box:
  71.     ==: NexusBox
  72.     world: Nexus
  73.     z1: -9
  74.     y1: 63
  75.     z2: 22
  76.     x1: -18
  77.     y2: 83
  78.     x2: 13
  79.   resetcommands:
  80.     - ac RESET TURM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement