Added
❤️ New effect:
Rainbow Circle v3
❥ Particle size will be bigger when accelerated
❤️ New script types:
break,
break-handler
❥
You can see detailed information on Wiki
❤️ New
pre-defined variables
❥
TIMES: Returns the
times value of the tick handler
❥
velocityX,
velocityY,
velocityZ,
velocityLength: Returns player's velocity
❤️ New
dynamic script argument types
❥ Added Integer, Float, Boolean, Vector, and Range arguments
❥ What this means is, for example, you can now change particle size by the player's gliding speed
(with new pre-defined variables)
❥
You can see detailed information on Wiki
❤️ New aliases for
variable script:
var
❤️ Toggle option for
colored error logs
(console)
❤️ Option for change
rainbow colors size
Changed
❤️ Particle location argument now requires vector argument
❥ Old versions:
Code (Text):
particle [effect=totem,x={x},y={y}]
❥ New version:
Code (Text):
particle [effect=totem,pos={x={x};y={y}}]
❤️ Improved variable script reader
❥ If the variable is not defined, it will give an error message
❤️ Tweaked error logs
❤️ Improved validations
❤️ Improved */trelytra locale* command
Bug Fixes
❤️ Fixed issues related to players' data
❤️ Fixed concurrency issues
Removed
❤️ In-game changelog