[+] 2 new PlaceholderAPI placeholders: %notquests_player_expression_...% and %notquests_player_rounded_expression_...%
[+] You can now use expressions in internal placeholder variables. Example: /qa actions add s6 ConsoleCommand setblock {{~CurrentPositionX+RandomNumberBetweenRange(min:-5,max:5)}} {{~CurrentPositionY}} {{~CurrentPositionZ+RandomNumberBetweenRange(min:-5,max:5)}} minecraft:glowstone will place a glowstone block in a random 5×5 block radius around you.
[+] Block Variable (⇒ Block Action & Condition, to place or modify blocks)
[+] PlayerCurrentPositionX Variable
[+] PlayerCurrentPositionY Variable
[+] PlayerCurrentPositionZ Variable
[+] RandomNumberBetweenRange Variable
[+] You can now specify a spawn radius in the SpawnMob action
[^] Improve NumberVariableValueArgument and BooleanVariableValueArgument completions
[^] Updated all dependencies/integrations
[^] Improved messages in some commands
[^] Add more debug messages to conversation player
[^] Better error catching for packet listener, now supporting serverutils/plugman reloads without kicking players