Separated StatisticType class from StatsStorage class.
Better Whack Me API event calling.
Updated Command Framework to v1.5.12.
Other code based changes/improvements.
Changes in the config.yml
Code (YAML):
# The statistics saving rate, in seconds. (0 = save the stats on server shutdown/reload) Statistic-Saving-Period: 300
Changes in the messages.yml
Code (YAML):
Placeholders:
Empty-Position: "No Player" Empty-Value: "NaN" # %wm_{arena}_player_name% -> This placeholder returns the text below if arena player is null. Unknown-Player: "Unknown"
# The point block settings. Point-Blocks: # Entity removal is still going to be executed in main thread. # This option may decrease the amount of lag if there are multiple # instances running at the same time. Run-Async: false
# Period of point handler thread. If you decrease that value the blocks # will move faster and if you increase the period then they'll move slower. # This option should be edited considering Y multiplier. # Best way to make blocks move faster is increasing multiplier below. Ticks: 8
# Point blocks are maximum raised by total of 0.65 in Y axis. Y-Multiplier: 0.05
# How many milliseconds should any point block wait in the air? Wait-Ms: 12
# Point blocks can be rotated around the vertical axis. Rotations: # Values below are represented to yaw of point blocks in the game. Punch-Me: "0:0:0:0:0:0:0:0" Dont-Punch-Me: "0:0:0:0:0:0:0:0" Ouch: "0:0:0:0:0:0:0:0" # The default point block materials. Default: # For custom skulls: "skull:VALUE" Punch-Me: GREEN_TERRACOTTA
Dont-Punch-Me: RED_TERRACOTTA
Ouch: CYAN_TERRACOTTA
Custom: # The ID of the arena. default: # For custom skulls: "skull:VALUE" Punch-Me: GREEN_TERRACOTTA
Dont-Punch-Me: RED_TERRACOTTA
Ouch: CYAN_TERRACOTTA
Now minimum and maximum point block amounts can be customizable for different arenas.
Removed the 'Point-Blocks.Points.Min and Max' paths from config file.
The amounts can be edited via arena editor menu (/wm edit).
Updated Command Framework to the latest available version.
Fixed custom portal editor not working in legacy versions of Minecraft.
This update may break your arenas because point block amounts will now be held individually for each arena. Don't forget to check the arena editor to adjust the minimum and maximum point block amounts.
Now point blocks can be rotated around the vertical axis.
Config Changes
Code (YAML):
Point-Blocks: # Point blocks can be rotated around the vertical axis. Rotations: # Values below are represented to yaw of point blocks in the game. Punch-Me: "0:0:0:0:0:0:0:0" Dont-Punch-Me: "0:0:0:0:0:0:0:0" Ouch: "0:0:0:0:0:0:0:0"
Commands:
Time-Command:
Usage: "&cCorrect usage: /wm time <arena> <add | remove | set> <value>" Arena-Is-Empty: "&cNo one is playing in this arena at the moment!"
Now if you shift click set start location item it'll automatically create game area around the player without having to place blocks manually.
Now if you accidentally remove a block from game arena and reload the server and place it back then it'll register itself without resetting the start location after a new server reload.
Fixed unready arenas are also in the sorted list that used for random join command.
Removed ScriptEngine from reward execution due to it's been removed in JDK 15.
Added async support, now point block threads can run asynchronous which may reduce the lag if there are multiple instances running at the same time. (some of the operations like entity removal is still going to be executed in main thread which can not be done asynchronously)
Now point block items will be updated with reload command.
Fixed the game can not define point block types if they are all skull items.