Fix a small issue with HeadFeatures
Vietnam language added
Added the smelt argument for INLINE_MINEINCUBE, MINEINCUBE, MINEINSPHERE, VEIN_BREAKER
Added an option at direction argument of INLINE_MINEINCUBE that uses the XZ logic of Player Expansion from PlaceholderAPI (Added custom logic too for UP/DOWN direction)
Fix an issue with bundle restriction in 1.21.2 +
Update mostly done by Special70, ty
SCore(All plugins)
Bug Fixes:
Fixed /score clear <player> BOSSBARS also clearing particles due to missing break in switch
Fixed /score clear <player> PARTICLES silently completing without a success message
Fixed potential NullPointerException when running /score clear with an offline player UUID
New Commands: SET_PLAYER_WEATHER & SET_PLAYER_TIME
Two new player commands for client-side weather and time control:
SET_PLAYER_WEATHER -- Set weather per-player without affecting the server or other players.
SET_PLAYER_WEATHER weather:CLEAR # clear skies
SET_PLAYER_WEATHER weatherOWNFALL # rain/storm
SET_PLAYER_WEATHER weather:RESET # restore server weather
SET_PLAYER_TIME -- Set time per-player, with optional relative mode.
SET_PLAYER_TIME time:6000 # noon
SET_PLAYER_TIME time:18000 relative:true # offset from server time
SET_PLAYER_TIME time:-1 # reset to server time
Common time values: 0 sunrise, 6000 noon, 12000 sunset, 18000 midnight.
Fix of an issue when running a player command with the [<OFFLINE>] tags (to run the command event if the player is offline)
Fix of an issue with the creations of two database tables on mysql related to absorption and temporary attributes features.
Fix of the custom command JOBS_XP_BOOST
Edit, the communications with the database for SUDOOP, temp attributes and absorption is now async
New settings for the custom command DROPEXECUTABLEITEM
DROPEXECUTABLEITEM id:{id} amount:{number} owner:{ign/uuid} itemdata:{usage/variables/durability w/o no outer side brackets}
Example: DROPEXECUTABLEITEM id:drop_stick amount:1 owner:Special70 itemdata:Usage:50,Variables:{keg:deng}
By Ssomar and Special70
