Changes:
Recoded the whole vote system.
Voteable scenarios now added in the config (admin enabled scenarios will always still be enabled)
Votable scenarios now have options to how many will be enabled (default 5)
Fixed an issue with holograms and MySQL
Fixed an issue with holograms refresh command not working
Made more improvements to the scatter location finder
Config Changes:
Modify the vote section of your config to the following:
Code (Text):
VOTE-SYSTEM:
ENABLED: false
VOTE-FOR-SCENARIOS: false
VOTE-FOR-CONFIGS: false
MOST-VOTED-SCENARIOS-FORMAT: '&e<pos>. &6<name>&7: &f<amount>'
MOST-VOTED-CONFIGS-FORMAT: '&e<pos>. &6<name>&7: &f<amount>'
#How many scenarios should be enabled?
ENABLED-SCENARIO-COUNT: 5
#Scenario list: https://fateuhc.bghddevelopment.com/scenario-list
VOTEABLE-SCENARIOS:
- 'CUT_CLEAN'
- 'SAFE_LOOT'
- 'DOUBLE_ORES'