Fix the custom command ADD_TEMPORARY_ATTRIBUTE to give attributes temporary.
It is now compatible with server restart and player disconnection/death...
Example: ADD_TEMPORARY_ATTRIBUTE attribute:BLOCK_INTERACTION_RANGE amount:5.0 operation:ADD_NUMBER time:30000
New SCore conditions (for all plugins)
New Player Conditions (6)
IfPlayerIsRiding: Check if player is riding any vehicle
IfPlayerLastDamage: Check player's last damage amount (number condition with operators)
IfPlayerOxygen: Check player's remaining air/oxygen level (number condition)
IfPlayerBedSpawnLocationX: Check player's bed spawn X coordinate (number condition)
IfPlayerBedSpawnLocationY: Check player's bed spawn Y coordinate (number condition)
IfPlayerBedSpawnLocationZ: Check player's bed spawn Z coordinate (number condition)
New Entity Conditions (5)
IfEntityIsInWater: Check if entity is currently in water
IfEntityIsInLava: Check if entity is currently in lava
IfEntityAge: Check entity's age in ticks (number condition with operators)
IfEntityLastDamageCause: Check entity's last damage cause type (list condition)
IfEntityVelocity: Check entity's velocity magnitude (number condition)
