Sobky

VotingUnits.yml

Mar 1st, 2021 (edited)
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.86 KB | None | 0 0
  1. DAY:
  2.   Name: Day
  3.   Type: GLOBAL
  4.   Category: WEATHER
  5.   ImmediateInitiatorVote:
  6.     Active: true
  7.   Price:
  8.     Start: 0
  9.     Vote: 0
  10.   Restriction:
  11.     World: [ ]
  12.   Result:
  13.     Time: 0
  14. NIGHT:
  15.   Name: Night
  16.   Type: GLOBAL
  17.   Category: WEATHER
  18.   ImmediateInitiatorVote:
  19.     Active: true
  20.   Price:
  21.     Start: 0
  22.     Vote: 0
  23.   Restriction:
  24.     World: [ ]
  25.   Result:
  26.     Time: 13000
  27. SUN:
  28.   Name: Sun
  29.   Type: GLOBAL
  30.   Category: WEATHER
  31.   ImmediateInitiatorVote:
  32.     Active: true
  33.   Price:
  34.     Start: 0
  35.     Vote: 0
  36.   Restriction:
  37.     World: [ ]
  38.   Result:
  39.     Rain: false
  40.     Lighting: false
  41.     Duration: 12000
  42. RAIN:
  43.   Name: Rain
  44.   Type: GLOBAL
  45.   Category: WEATHER
  46.   ImmediateInitiatorVote:
  47.     Active: true
  48.   Price:
  49.     Start: 0
  50.     Vote: 0
  51.   Restriction:
  52.     World: [ ]
  53.   Result:
  54.     Rain: true
  55.     Lighting: false
  56.     Duration: 12000
  57. STORM:
  58.   Name: Storm
  59.   Type: GLOBAL
  60.   Category: WEATHER
  61.   ImmediateInitiatorVote:
  62.     Active: true
  63.   Price:
  64.     Start: 0
  65.     Vote: 0
  66.   Restriction:
  67.     World: [ ]
  68.   Result:
  69.     Rain: true
  70.     Lighting: true
  71.     Duration: 12000
  72. KICK:
  73.   Name: Kick
  74.   Type: GLOBAL
  75.   Category: CUSTOM
  76.   ImmediateInitiatorVote:
  77.     Active: true
  78.   Price:
  79.     Start: 0
  80.     Vote: 0
  81.   Restriction:
  82.     World: [ ]
  83.   Parameter:
  84.     Target:
  85.       Name: player
  86.       Type: PLAYER
  87.       Resistance:
  88.         Initiator:
  89.           Active: true
  90.         Collection:
  91.          - "player_name"
  92.     Reason:
  93.       Name: reason
  94.       Type: PAYLOAD
  95.       Optionality: true
  96.       DefaultValue: "Unknown"
  97.   Result:
  98.     Command:
  99.       Global:
  100.        - "kick {p_player} {p_reason}"
  101. EVENT:
  102.   Name: Event
  103.   Type: GLOBAL
  104.   Category: CUSTOM
  105.   ImmediateInitiatorVote:
  106.     Active: false
  107.   Price:
  108.     Start: 0
  109.     Vote: 0
  110.   Restriction:
  111.     World: [ ]
  112.   Parameter:
  113.     Target:
  114.       Name: question
  115.       Type: PAYLOAD
  116.  
Add Comment
Please, Sign In to add comment