Tamion
cb5526fec2
Fix EntityUnleashEvent cancellation on distance cause ( #11131 )
2024-07-21 12:33:37 +02:00
Tamion
ad2de918bf
Fire EntityChangeBlockEvent for weaving potion effect ( #11087 )
2024-07-16 10:15:18 +02:00
Tamion
137019f867
Fix HelpCommand searching ( #11066 )
...
Prevent a IOB exception when querying topic
suggestions on query string `/`.
Additionally hide help topics indices if no topics
are visible to the player requesting them.
2024-07-15 12:42:10 +02:00
Tamion
cca7c50e9f
Fix Cancelling BlockPlaceEvent calling onRemove ( #10773 )
2024-05-27 00:03:48 +02:00
Tamion
548fa24c1e
Fix EntityLoadCrossbowEvent ( #10645 )
...
* fix
* hehe
2024-05-05 18:54:04 +02:00
Tamion
9c2056070c
Add Configuration for finding Structures outside World Border ( #10437 )
2024-04-20 21:29:32 +02:00
Tamion
b1a467786e
Fix inventory desync with PlayerLeashEntityEvent ( #10436 )
2024-04-20 05:23:32 +02:00
Tamion
613a19f70d
Add more item use API ( #10304 )
2024-04-06 23:44:27 +02:00
Tamion
8b0207ac93
Add Conduit API ( #10195 )
2024-02-09 23:03:27 +01:00
Tamion
03d5d38a6a
Add Arrow/Stinger Removal Time API ( #10193 )
2024-02-09 21:56:13 +01:00
Tamion
7ed69f968c
[ci skip] Remove IRC link from the README ( #10194 )
2024-01-27 13:11:43 +01:00
Tamion
359ddffcf1
Add HiddenPotionEffect API ( #9910 )
2023-12-29 01:38:44 +01:00
Tamion
6158767599
[ci skip] Correct Windows requiring path to gradlew ( #9976 )
...
* [ci skip] Correct Windows requiring path to gradlew
* Update CONTRIBUTING.md
2023-12-02 22:32:46 +01:00
Tamion
ea37ffa71d
[ci skip] Improve PlayerChatEvent Deprecation Message ( #9956 )
2023-11-22 05:46:51 +01:00
Tamion
95ec1d2acb
Fix strikeLightningEffect powers lightning rods & clears copper ( #9780 )
...
* Fix strikeLightningEffect powers lightning rods and clears copper
* Fixed vanilla behavior break
* rebase
* revert spigot cleanup and remove setter
* better fix for behaviour break
* rebase and clean
* fix
2023-11-11 21:09:14 +01:00
Tamion
8e8bb348c6
Add more API to LingeringPotionSplashEvent ( #9901 )
...
* Add createAreaEffectCloud API
* Add missing NotNull
* Add missing Paper comments
* Better solution
* Better naming
* New patch and rename
* rename patch
2023-11-05 00:24:06 +01:00
Tamion
5a34a7c895
Deprecate Player#boostElytra ( #9899 )
...
The Paper method was chosen for deprecation because it was more
restrictive in that it has an isGliding check.
2023-11-04 21:20:13 +01:00
Tamion
8222e33a11
Fix PotionAPI ignores icon flag ( #9864 )
...
* fix PotionAPI ignores icon flag
* also fix CraftPotionUtil#toBukkit
* also CraftPotionUtil#fromBukkit
* use CraftPotionUtil
2023-10-29 00:39:47 +02:00
Tamion
e47183454e
Fix PlayerSwapHandItemsEvent NPE when a hand set to null ( #9763 )
...
* Fix PlayerSwapHandItemsEvent throwing exception when mainhand or offhand set to null
* use fully qualified import
* Use ItemStack#empty() instead of new ItemStack
* Add NotNull annotation to getters
* Add missing Paper comments
2023-10-11 00:38:25 +02:00