Efnilite
Efnilite
### Description Adds support for the [PiglinBarterEvent](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/PiglinBarterEvent.html) and adds the `barter input` and `barter output` expressions. --- **Target Minecraft Versions:** 1.16.5+ (event was added in Spigot 1.16.5) **Requirements:** none **Related...
### Description Fixes #6974 while maintaining backwards compatibility. Tested on 1.20.5 and 1.21.1 with the code used in the original issue. Not sure how I would add tests for this,...
### Description Adds support for the [hideEntity](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#hideEntity(org.bukkit.plugin.Plugin,org.bukkit.entity.Entity)), [showEntity](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#showEntity(org.bukkit.plugin.Plugin,org.bukkit.entity.Entity)) and [canSee(Entity)](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#canSee(org.bukkit.entity.Entity)) and removes the player-only equivalents, [which are functionally equivalent](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/browse/src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java#1506). Also updates the Hidden Players syntax to match the current style...
### Description As title. Saves 5 seconds of my life every time I run tests :) --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none
### Description Continues #4284. - Updated events to be a lot more specific. Removes current `on fish` event. - Added fishing hook - Added hooked entity - Added dropped XP...
### Description Adds some test expressions which I felt were missing. - `test world` can now be used instead of `world "world"` - `test location` can now be used instead...
### Description Reworks number parser. Adds support for angles. When using `x degrees`, it is just syntactic sugar for `x`. When using `x radians`, converts `x` to degrees. --- **Target...
### Description - Adds chat visibility expression and type - Adds condition for whether the player has chat filtering enabled - Adds condition for whether the player has chat colours...
### Description Continuation of #5584. Reverts the breaking change in ExprExperience in the previous PR. - Added EntityBreedEvent - Added EntityEnterLoveModeEvent - Added ExprBreedingFamily - Added CondCanAge - Added CondCanBreed...
### Description Updates server icon syntax classes and adds a test (requires #7053) --- **Target Minecraft Versions:** any **Requirements:** #7053 **Related Issues:** none