Config

Config

There is a config.yml file too in which you can specify some options. Important:

  • time is always in seconds
  • a success rate is alway in percent
  • if a value is zero it will be ignored
  • if you dont specify a value it will take the default value
# Language BukkitVote should use. For further Info look at localization pages
# Currently available values: en_us, de
locale: en_us

# default minimum players if not set for the command below

default-minimum-players: 0

# Default percentage to success if not set for the command below

default-percentage-to-success: 66

#Default time in seconds after the vote will close

default-vote-time: 0


available-commands:
    #those two do not need a vote
    worldinfo:
    help:
    # for the rest you can optionally set the pts, min players and vote time
  mute:
  unmute:
    ban:
        percentage-to-success: 90
        minimum-players: 10
        vote-time: 120
    kick:
        percentage-to-success: 75
        minimum-players: 5
    eternalnight:
        minimum-players: 2
    eternalday:
        percentage-to-success: 50
    night:
    day:
    storm:
    thunder:
    switchmode:
        percentage-to-success: 66
        vote-time: 0
        minimum-players: 0

Comments

Posts Quoted:
Reply
Clear All Quotes