vagtpost.yml

ADVARSEL: Denne feature er i beta.

// vagtpost.yml
#┃ ● ENABLE PLUGIN MODULE
#┃
#┃ WARNING: THIS CONFIG MAY ONLY BE EDITED WHILE SERVER IS OFFLINE!
enabled: true
options:
  # Cooldown in seconds for how much time a vagtpost is on cooldown
  cooldown-time: 300
  # Amount of seconds a vagt has to stand still to take the vagtpost
  take-time: 30

  #┃ ● List of rewards that a player can randonly be given
  #┃ ● It is recommended to change this using the ingame command /vagtpost
  rewards:

  #┃ ● Lang options
  lang:
    cooldown: "&8&l| &a&lVagtPost &8&l| &fVagtposten kan først tages om {TIME} sekunder!"
    completed: "&8&l| &a&lVagtPost &8&l| &fDu tog en vagtpost!"
    fail: "&8&l| &a&lVagtPost &8&l| &fDu fejlede overtagelsen af vagtposten!"

  #┃ ● Data -> (DO NOT TOUCH THIS - WILL AUTO FILL)
  data:

Last updated