Files changelog: github.com/KubiG25/BerrySkyWars/commits/main
Change:
• The update notice system has been added
• Metrics has been added
• The option to activate the waiting lobby has been removed (Now the plugin directly verifies if it is placed or not to be able to use it)
• Permissions to place and destroy a poster has been corrected
• Now when breaking a poster it is not necessary to restart the server
• Code optimization
#-----------------------------------------------------#
____ __ _ _
| __ ) _ _ __ _ / _| (_) __ __ ___ __| |
| _ \ | | | | / _` | | |_ | | \ \/ / / _ \ / _` |
| |_) | | |_| | | (_| | | _| | | > < | __/ | (_| |
|____/ \__,_| \__, | |_| |_| /_/\_\ \___| \__,_|
|___/
#-----------------------------------------------------#
• Votes are not erased when you exit a game
• Chests are in default
#-----------------------------------------------------#
_ _ _____ __ __
| \ | | | ____| \ \ / /
| \| | | _| \ \ /\ / /
| |\ | | |___ \ V V /
|_| \_| |_____| \_/\_/
#------------------------others-----------------------#
• Permission:
- skywars.ignoredLobbyProtect
Descripcion:
- To be able to avoid protection in the lobby
#---------------------config.yml----------------------#
#---------------------messages.yml--------------------#Code:lobby-protect: enabled: true options: hunger: true damage: true interact: true build: true destroy: true
#--------------------votes_gui.yml--------------------#Code:enums: weather: sunny: "Sunny" rain: "Rain" thunder: "Thunder" nobody: "Nobody" votes: weather: "&9<player> &7vote for &f<weather>&7."
Code:buttons: '1': material: chest displayname: "&9Vote Chest" lore: - '&8- &7Basic' - '&8- &7Normal' - '&8- &7Insane' - '' - '&eClick to vote' position: 11 actions: - inventory;votes_chest - play_sound;block_note_block_pling '2': material: clock displayname: "&9Vote Time" lore: - '&8- &7Day' - '&8- &7Sunset' - '&8- &7Night' - '' - '&eClick to vote' position: 13 actions: - inventory;votes_time - play_sound;block_note_block_pling '3': material: water_bucket displayname: "&9Vote Weather" lore: - '&8- &7Sunny' - '&8- &7Rain' - '&8- &7Thunder' - '' - '&eClick to vote' position: 15 actions: - inventory;votes_weather - play_sound;block_note_block_pling #---------------weather_options.yml-------------------#
