/
Additions and changes:
BedWarsGameEnabledEvent and BedWarsGameDisabledEvent. Those events are called when the game is enabled/disabled (switched to/from the edit mode).database:
host: localhost
port: 3306
db: database
user: root
password: secret
table-prefix: bw_
type: mysql # see 1
driver: default # see 2
params: # see 3
useSSL: false # replaces database.useSSL
serverTimezone: Europe/Prague # replaces database.timezone-id and database.add-timezone-to-connection-string
autoReconnect: true
cachePrepStmts: true
prepStmtCacheSize: 250
prepStmtCacheSqlLimit: 2048
%bedwars_all_games_players% - Returns the amount of players in all games%bedwars_all_games_maxplayers% - Returns the sum of maximum players in all games%bedwars_game_<game>_time% - Returns the time remaining in seconds%bedwars_game_<game>_timeformat% - Returns the time remaining formatted as MM:SS%bedwars_game_<game>_elapsedtime% - Returns the time elapsed in seconds%bedwars_game_<game>_elapsedtimeformat% - Returns the time elapsed formatted as MM:SS%bedwars_game_<game>_team_<team name>_colored% - Returns the team name in color%bedwars_game_<game>_team_<team name>_color% - Returns the team color code as &<legacy color code>%bedwars_game_<game>_team_<team name>_ingame% - Returns whether the team is currently playing as string yes or no%bedwars_game_<game>_team_<team name>_players% - Returns the amount of players in the team%bedwars_game_<game>_team_<team name>_maxplayers% - Returns the maximum amount of players of the team%bedwars_game_<game>_team_<team name>_bed% - Returns whether the team is currently having valid target block as string yes or no%bedwars_game_<game>_team_<team name>_bedsymbol% - Returns the colored target block symbol used in SBW's ingame scoreboard%bedwars_game_<game>_team_<team name>_teamchests% - Returns the number of team chests%bedwars_current_game_time% - Returns the time remaining in seconds%bedwars_current_game_timeformat% - Returns the time remaining formatted as MM:SS%bedwars_current_game_elapsedtime% - Returns the time elapsed in seconds%bedwars_current_game_elapsedtimeformat% - Returns the time elapsed formatted as MM:SS%bedwars_current_game_team_<team name>_colored% - Returns the team name in color%bedwars_current_game_team_<team name>_color% - Returns the team color code as &<legacy color code>%bedwars_current_game_team_<team name>_ingame% - Returns whether the team is currently playing as string yes or no%bedwars_current_game_team_<team name>_players% - Returns the amount of players in the team%bedwars_current_game_team_<team name>_maxplayers% - Returns the maximum amount of players of the team%bedwars_current_game_team_<team name>_bed% - Returns whether the team is currently having valid target block as string yes or no%bedwars_current_game_team_<team name>_bedsymbol% - Returns the colored target block symbol used in SBW's ingame scoreboard%bedwars_current_game_team_<team name>_teamchests% - Returns the number of team chests%bedwars_current_team_bedsymbol% - Returns the colored target block symbol used in SBW's ingame scoreboard (based on viewer's team)currency-changer is now more flexible, supporting different exchange rates than 1 output = x input. Simply put the amount of outputted resource before the resource name like in price. For example:
- price: 1 gold
currency-changer: 7 iron
stack: iron_ingot;7
price and execute together is now supported, and works as excepted: a player has to pay the price to run the specific command. If you need to use console commands, new option shop.allow-execution-of-console-commands needs to be enabled (which is by default).bungee.random-game-selection.preselect-games, which randomly preselects the next game when the server starts or when the game has just ended (the old behaviour is to select the game with the first player). The existing option bungee.select-random-game has been migrated to bungee.random-game-selection.enabled.preventArenaFromGriefing has been changed to true. Existing setups are not affected. With this feature enabled, anyone including admins can build in the arena only when playing or when the arena is in edit mode.Fixes:
spyglass with <color>_stained_glass in shop when autocoloring is enabled.spawner-disable-merge config option being unfunctional on 1.8.8