- Now attached blocks will also be moved to your inventory when its attachment is destroyed in speedbuilders.
- Fixed an issue where an error message was being written on the log system even without any error happening.
A new log system was now implemented. With that, you have the option to save information about the events, like when it started, players that have joined, items saved, players eliminated, winners, etc.
The option to enable is is in the config.yml:
log-system:
enabled: true
delete-after: 7
You can also check the default config.yml values
here.
Now you can add a finishing phase stage for the events, here's how it works:
- Every time an event ends, if finishing-phase is enabled, the players will be teleported to an area to stay there an amount of time (which you can modify), and after that period, they will be teleported back to their locations (or to exit-location if you have teleport-back set as false).
- While in this finishing phase, you can set up firework locations, firework colors and custom music to play.
- You will also be able to run global and per player commands when this phase is called.
The finishing phase can be setup in the
config.yml file, if you want to check the default config.yml values, access this
link.
- Now you can edit/check players wins amount in-game with the /event stats command:
You can use one of the following options:
- /event stats check (player-name): Check some information about a player statistics.
- /event stats add/remove wins (player-name) (amount): Add/remove an specific amount of wins for a player.
- Added /surfevents command, which will for now just return a message showing the main commands.
- Now if an event name is typed wrong, its name will appear on the console output
- Now you can set the Custom Model Data for weapons on quake, paintball and spleeg
- Added two new placeholders:
%surfevents_red_score% and %surfevents_blue_score%, which will return the respective team score for games like capture, paintball and sheepwars.
- Added new argument for /event forcejoin command (/event forcejoin -all), which will try to force all the players to join the event.
- Added "surfevents.bypass.forcejoin" permission to let players bypass forcejoin command.
- Fixed some small issues regarding the new player stats system.
Now the stats for each player will be saved in a single file for each player. Also, some new data will be added to the player stats, the file structure is going to look something like this:
%surfevents_wins% - Returns the player wins amount.
%surfevents_plays% - Returns the amount of games played by that player.
%surfevents_wins_game_(game-name)% - Returns the player wins amount on that specific game.
%surfevents_plays_game_(game-name)% - Returns the amount of games played by that player on that specific game.
%surfevents_wins_type_(game-type)% - Returns the player wins amount on that specific game type.
%surfevents_plays_type_(game-type)% - Returns the amount of games played by that player on that specific game type.
- two new comands added:
/event forcejoin <player-name>
Will try to force a player to join the event if the player is able to do it.
/event kick <player-name>
Will kick a player from an event.
- Now if you place "random" as an event name on the schedule, a random event will be started. Example:
"random,17:35,everyday"
-Added new values on config.yml:
random-name: "&bRandom"
random-event-icon: "END_CRYSTAL"
- Fixed a bug where players inventory wasn't being restored if the player log out while on spectator mode.
- Added support for Multiverse-Inventories (If the plugin is present, the inventory management will be disabled and multiverse will handle that).
- Fixed an issue where the in-game editor wasn't working properly when some chat plugins were installed on the server.
- Fixed an exception on quake event.
- Now if you have surfevents.adm permission you can bypass blocked-commands while in event.
Now you will be able to remove only specific items from skywars chest loots through the in-game editor. Two new items were added to the "setup chest items" page.
Added new placeholder:
- %surfevents_total_players%
This placeholder will return the total number of players when the game started. You can use this to create rewards based on the amount of players for example.
It will return 0 if no event is running.
Now the following events will require a previous map saving methods similar to skywars:
- Runner;
- Spleef;
- Spleef;
This will prevent some wrong restorations that were happening with the old method, and also prevent some wrong location configuration.
If no map file is found, the event won't start.
With this new feature, two new location will be required:
- corner1: first corner location to save the map
- corner2: seconds corner location to save the map
All this process can be easily done through the
In-game editor, just make sure to read the messages displayed during the edition.
Added free-for-all mode for fight event, two new values on the gamefile:
- "free-for-all: false"
If true, will enable free-for-all mode. In that case, the entrance location will be used to teleport the players instead of entrance1 and entrance2.
- "free-for-all-delay: 15"
Delay for players to spread across the arena before the pvp is enabled after they are teleported to the entrance location.
Added new option for sumo event:
"free-for-all: false"
If true, the game will be a free for all based game, instead of a round based game. Also, in that case, the location used to teleport the players when the game starts is the "entrance" location, and not "entrance1" and "entrance2".
Added two new placeholders:
- %surfevents_day_event_<index>%
Returns the indexed event name of the day (returns "---" if no event is found). Index starts with zero.
- %surfevents_day_event_time_<index>%
Returns the indexed event time of the day (returns "---" if no event is found). Index starts with zero.
Added an value to change the maximum distance for spectators for each event:
spectators-maximum-distance: 100
Change this value in the gamefile or through the in-game editor to modify the maximum distance a spectator can go far away from the spectators location.
Now skywars will require a map saving setup before starting. You will have to do this process once, and then, after every skywars event, the map will be restored based on that map saving.
You will also be able to restore the map manually.
The map saving process will require two new values on the gamefile: - corner1: first corner location for saving the map
- corner2: second corner location for saving the map
From now on, the arena checking will all be done using the corner1 and corner2 locations, the radius will still be used to check chest locations.
Depending on how large is your map, the saving process can take some time (the default schematic provided on discord takes something around 30 seconds to complete the saving process, while the restoration takes up to 5 seconds maximum, limiting the numbers of restored blocks per tick to avoid server overload).
Also, some improvements were made regarding blocks being removed incorrectly after the end of the skywars event (you will notice that some blocks will be removed even if they are a default part of the map, but they'll be restored by the end of the removing process).
- Fixed an issue where a message wasn't being correctly parsed on speedbuilders.
- Added a new value on speedbuilders:
maximum-distance: 10
It allows you to change the maximum distance a player can stay from its center building location.
For those who already have speed-builders builds already made: The old files for the speed-builders mini-game will stop working starting from this version. Now the new files will store the blockdata, and not only the material.
Also, in the runner, skywars, spleef and spleeg events, the arena will restore the block data of destroyed blocks.
Added two new options in config.yml:
- use-custom-health: false
If true, will enable custom health for players in the events (you might have to disable any custom health plugins in the world where the events occur)
- health-value: 20.0
The custom value for health (if use-custom-health is set as true)
Added new values in the config.yml:
- command-prizes-delay: 5
Set the delay (in ticks) to execute the command-prizes commandas after the event ends.
- debug-messages: true
Display some debug messages on console (by now there are only messages regarding health management)
Fixed a wrong message being sent when a player uses /event while in game on starting phase.
- Changed the priority system of some events to avoid pvp being cancelled if group plugins are present.
- Made some changes on how the player health is handled if there's some custom health plugin present.
- Changed the way respawn is handled in horserace.
- Set PlaceholderAPI as a dependency.
- Fixed a bug where if the player left the event on sheepwars leting zero players on their team the game didnt ended.
- Fixed a bug regardin players leaving events at "starting" phase.
- Fixed some bugs regarding bossbar.
- Added color to team selection items.
- Now itemswap will also be cancelled on events that cancels moving inventory items.
- new values for some games (paintball, quake, topkiller and sheepwars):
tie-break-message: message displayed on the bossbar when there is a tie break on the event (for sheepwars it will be displayed on chat).
- Added a missing tie break for quake.
- Now tie breaks will have a delay, if the players dont score by the end of the tie break, the event will finish without winner.
- Fixed some wrong typos
- Fixed an issue on topkiller when the death cause wasnt by a player
- added missing entrance value to topkiller
- Changed the configuration for the sidebar to another section on the ingame editor (Scoreboard)
- Now team names for minigames like capture, paintball and sheepwars should not have color codes before the tag.
- Added some missing information about color codes usage on the in-game editor.
new minigame added - In hot-potato, a random player will be selected to hold an potato, they must pass the potato to another player to avoid keep it when the timer reaches zero. The last player remaining will be the winner.
Added more options to the events: - command-on-leave: Commands that will be executed for every player that leaves the event. Executed only when the player leave the event, and not when they go to spectator. Placeholders: %player%
- global-commands-on-announce:List of commands that will be run everytime an event starts announcing.
- global-commands-on-start: List of commands that will be run everytime an event starts.
- global-commands-on-finish: List of commands that will be run everytime an event starts finishes.
- warmup-scoreboard: Scoreboard content displayed on warmup phase.
New placeholders:
- %surfevents_current_game_info%: Return the "join-message" value of that game.
- %surfevents_minimum_players%: return the minimum amount to start the event.
- %surfevents_starting_amount%: Return the amount necessary to start the warmup phase.
- %surfevents_is_playing%: Returns if the player is in a event.
Parkour:
restart-instead-of-eliminate: Teleport players to the entrance instead of eliminating them? Requires eliminate-water set to true.
height: value on height to eliminate/teleport player
- Fixed a bug where player were able to save another players while inside prison.
- Added missing bossbar configuration in some events.
- Fixed a bug on speedbuilders where you still received the items after leaving the event.
- removed some unused configs from some gamefiles
- Updated the description of some values in the in-game editor.
- Fixed a bug on capture where the console were displaying an error message
- Changed the way the player health is saved to fix a bug that was preventing players to join/leave events.
- Fixed a bug on frog setup
- Fixed a bug where players with a maximum life lower than 20.0 could not join an event.
- Now furnaces will be cleared after a sky-wars event finishes.
- Now when you join an event, your game-mode will be changed to survival (your previous game-mode will be saved and restored later)
- Fixed issue on sumo event
- Added the missing boss-bar showing the timer on horse-race
- Now the messages of fight and sumo will be only sent to players that are in the event, and not every players in the server
- Fixed a bug where the players were not able to leave an event if they were on spectator.
- Fixed an issue where spectators could teleport to players outside the arena.
- Fixed an issue where players were not able to join when in warmup time.
- Added an game limit time for more games (bomberman, skywars).
- Added some missing values on some gamefiles.
- Now player experience will be stored inside the data/info directory, so they won't be able to use their xp in games like skywars.
- Fixed a bug in capture, paintball and sheepwars where you could spawn in the wrong team.
- Fixed a bug where the player wasnt being eliminated on fight if their death cause was an arrow.
New Minigame: - In this minigame, there will be two teams, red and blue. The players will be sorted between these two teams, and them the game will start. The objective here is to capture the sheep and bring them to your base, which will make your team receive some points based on the sheep color. You can also steal sheep from the enemy's base, and must keep your sheep in yours. The team with the highest score by the end of the game will be the winner.
The game is already on the wiki, but if you use the in-game editor, you should be able to understand all the configuration values.
Also...
- Added some missing values on the in-game editor for paintball and capture.
Added a cooldown after the event starts for some events, so some players will only be able to do certain actions after this cooldown (its the same cooldown as horserace). The events are:
- Blockparty
- bomberman
- runner
- spleeg
- spleef
You can choose to use this cooldown or not, the new values to edit these options are:
In-Game editor - new you can edit your game config using a GUI in-game (you still gonna be able to edit directly the gamefiles).
- Now /event list will display a GUI instead of a message, and you will be able click on a event item to start/edit it in this GUI.
Also some new placeholders - %surfevents_players_playing% - Returns the current amount of players on the event
- %surfevents_delay% - Returns the amount of time remaining to start the event.
- %surfevents_time% - Returns the current event playtime (if present).
- %surfevents_next% - Returns the next event display-name.
- %surfevents_next_time% - Returns the next event date time.
Also, some new features were added for some games - Now spectators won't be able to go too far away from the spectators location, preventing them to explore your map outside the event location.
- Now in HorseRace, there will be a countdown timer before the players can start racing.
Some little bug fixes - Now your effects will be cleared when leaving an event.
- Now you won't be able to hit another players while in lobby on sumo.
Some new values for config.yml spectator-message: "&chey, you can not go too far away!"
For HorseRace title-message: "Starting in"
starting-delay: 5
• 3 new values for the config.yml:
- update-gamefiles: false (to choose if new values will be inserted into your gamefiles automatically)
- allow-join-when-full: false (to choose to allow or not players to join games when there is no more slots available for games like speedbuilders, skywars, horserace, quake and topkiller)
- event-full-message: "&cThis event is already full." (message that will be displayed when the game is full)
• added an option to kick players from capture and paintbal if the team sizes are uneven, the value to enable it is:
- kick-if-uneven: true
• Added an option to change the time duration of fights in sumo and fight minigame, the default value is 30:
- time: 30
• Fixed a typo in the bomberman gamefile.
• Added suport the the TAB plugin (now nametags and scoreboards from TAB plugin will be hidden while ingame and the event scoreboard/nametag will be displayed).
New Minigame Added, Capture. - In this minigame the objective is to capture all the enemies to your base. There will be 2 teams. You can also save your allies that were captured and bring them back to your base so they can get back to the game.
Now you can use custom songs (requires noteblockapi) - If you have noteblockapi installed, you can play custom nbs sounds during the events. You just have to enable the "is-music-custom" in your gamefile and set the correct name of your song that is inside the music directory (read the wiki for more detail).
Other improvements: - Now both paintball and capture will display the player names in their respective team colors.
Also some bug fixes: - Fixed a bug in skywars that wasn't removing the scoreoard from the players eliminated.
- Fixed a bug where if duo-mode was enabled in speedbuilders, but the minimum players required wasn't reached, the console would print some errors.
- Fixed a bug related to entrance locations on paintball.
- Fixed a bug related to item colors on paintball;
- Added an option to give or not team selection items on paintball;
- Some messages now will be displayed correctly when minimessage is enabled.
- Added a timer on the bossbar for topkiller, quake and paintball, that will display the remaining time.
- Added two new options on the game files:
- play-music: whether to play or not a music during the event
- music: if play-music, is true, which music will be played.
Fixed a bug where players could still take damage even after being eliminated from spleef and spleeg.
Fixed a bug regarding the /events command not executing if a misconfiguration is present on the scheduler.
- New
/events command that will display all the scheduled events. This command will display all the scheduled events, including its time and day of the week.
- Now you can set a minimum amount for players to join so the game will start a warmup, without the need to wait for all the anouncements for the game to begin.
- A bossbar was added to indicate the time left to start the game.
- Added a actionbar and some sounds for the blockparty game. Also some sounds were added for paintball, quake and topkiller.
Added some new values for gamefiles:
- display-name: The game display name.
- display-icon: the item displayed on the /events schedule
All the new values will be automatically added to their respective gamefiles.
- New placeholders (PlaceholderAPI required):
- %surfevents_current_game%: Shows the current game display name.
- %surfevents_players_playing%: Shows the current amount of people playing the current game.
- Some critical bug were fixed regarding inventory management.
- Also, a new backup system was created to store all players inventories, keeping their data saved even after the ending of the event, so if any problems occur, their inventories will still be accessible. A new command was added to restore their backup inventories (/event restoreinventory <playername>).
- Now you can set specific days of the week for events to start (you can also let the current way so the events will keep running everyday)
- Now you can add the "command-on-join" option to set a list of commands to run every time a player joins an event. You can also use the %player% placeholder here.
- Fixed a bug related to spectator mode not being disabled
- Fixed a bug related to giving items via commands when a event finishes.
- Added Duo Mode for the following minigames:
* Fight
* Skywars
* Speedbuilders
To enable duo mode, set duo-mode: true on your game files.
Also, a new value called "duo-damage-message" have been added to skywars and fight (in case these events are dou mode, this message will be displayed when you try to damage your ally).
BUG FIXES:
- Fixed a bug related to inventory management.
If you find any bugs on this update, please report it to me on my discord.
Now you can select if you want to teleport the players to entrance or not, with the option "teleport-to-entrance", this will work on the following minigames: Blockparty, Frog, glassrunner, Runner, Spleef, Spleeg.
- Implemented a way so save the players inventory, so they don't need to store their items in order to join events
- To toggle this option, just change the "
save-inventories" option in your config.yml