50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
vote-day:
|
|
enabled: true
|
|
|
|
# Plugin will only work in these worlds
|
|
worlds:
|
|
- "world"
|
|
|
|
# Only allow /voteday during night
|
|
only-during-night: true
|
|
|
|
# Tick time where night starts
|
|
night-starts-at: 12542
|
|
|
|
# Required votes before changing to day
|
|
# Examples: "1", "2", "50%", "75%"
|
|
required-votes: "50%"
|
|
|
|
# Ignore players with this permission from vote requirement:
|
|
# dirtsleep.bypass
|
|
exclude-bypass: true
|
|
|
|
vote-night:
|
|
enabled: true
|
|
|
|
# Only allow /votenight during daytime
|
|
only-during-day: true
|
|
|
|
# Tick time where day effectively ends for vote checks
|
|
day-ends-at: 12542
|
|
|
|
messages:
|
|
prefix: "&8[&6DirtBagMC&8] &7"
|
|
|
|
vote-added: "%prefix%&e%player% &7voted for day. &f(%votes%/%required% votes, %remaining% remaining)"
|
|
vote-passed: "%prefix%&aVote passed! Skipping to day."
|
|
already-voted: "%prefix%&cYou already voted."
|
|
not-night: "%prefix%&cYou can only use this at night."
|
|
disabled: "%prefix%&cVote day is disabled."
|
|
|
|
night-vote-added: "%prefix%&e%player% &7voted for night. &f(%votes%/%required% votes, %remaining% remaining)"
|
|
night-vote-passed: "%prefix%&aVote passed! Skipping to night."
|
|
night-already-voted: "%prefix%&cYou already voted for night."
|
|
not-day: "%prefix%&cYou can only use this during the day."
|
|
night-disabled: "%prefix%&cVote night is disabled."
|
|
|
|
world-disabled: "%prefix%&cVote commands are disabled in this world."
|
|
reloaded: "%prefix%&aConfig reloaded."
|
|
no-permission: "%prefix%&cYou do not have permission."
|
|
usage: "%prefix%&7Use: &f/dirtsleep reload"
|