chickeneer
801b2380f5
Add deprecations to SignSide string methods ( #9467 )
2023-07-11 11:58:08 -05:00
chickeneer
bb92b1c699
Fix suggest command message for brigadier syntax exceptions ( #8221 )
2022-08-02 02:51:21 -05:00
chickeneer
9a120dfa41
Fix the growth modifier for glowberries ( #7986 )
2022-06-14 17:37:14 -05:00
chickeneer
b98020331a
Remove java 8 and prior reflection code from CustomTimingsHandler ( #7096 )
2021-12-12 01:03:06 -06:00
chickeneer
0a8f478543
Handle missing Spawn Egg item meta for 1.17 mobs ( #6700 )
2021-10-04 03:13:19 -05:00
chickeneer
d61d127882
AbstractSkeleton should extend RangedEntity ( #6087 )
...
This includes Strays and matches the mojang RangedAttackMob
2021-07-05 22:48:08 -05:00
chickeneer
2ca0bd1368
Fix PlayerItemConsumeEvent cancelling ( fixes #4682 ) ( #5383 )
2021-04-17 01:54:49 -05:00
chickeneer
2fffeb4a36
Prevent grindstones from overstacking items
2021-02-16 21:38:35 -06:00
chickeneer
3d23a7351e
PlayerDeathEvent#getDeathMessage should provide translation for legacy reasons #5227
2021-02-22 20:42:58 -06:00
chickeneer
024f4f2fce
MC-147729: Drop items that are extra from a crafting recipe
2020-10-11 13:47:45 -04:00
chickeneer
f92df32870
Properly pass the close reason for new inventory opens ( #2658 ) ( #4247 )
2020-08-31 06:12:14 -05:00
chickeneer
eaeac03650
Add more material tags for 1.16 ( #3750 )
2020-07-01 22:02:07 -05:00
chickeneer
1158ad3a6a
Fix suggest command message for brigadier syntax exceptions
...
This is a bug accidentally introduced in upstream CB
2022-08-01 20:13:02 -05:00
chickeneer
a3c944c37b
fix PlayerItemHeldEvent firing twice
2021-04-22 19:02:07 -07:00
chickeneer
3ab3613d10
Fix PlayerItemConsumeEvent cancelling properly
...
When the active item is not cleared, the item is still readied
for use and will repeatedly trigger the PlayerItemConsumeEvent
till their item is switched.
This patch clears the active item when the event is cancelled
2021-03-19 00:33:15 -05:00
chickeneer
95c69f15be
Fix villager trading demand MC-163962 ( #3498 )
2020-06-07 13:41:32 -05:00
chickeneer
673d46cae1
Do not allow bee's to load chunks for beehives
2020-03-31 03:54:42 -04:00
chickeneer
938a3d5c70
Fix invalid data types for particles and fix colors in the ParticleBuilder ( #1422 )
...
* Fix invalid data types for particles and fix colors in the ParticleBuilder
2018-09-08 18:52:56 -05:00
chickeneer
f439f7f20e
Add a force option to the ParticleBuilder API ( #1322 )
...
Particle packets contain a boolean which marks the particle to either force or show normal to the receiver.
Spigot has been sending all particles with the force boolean which overrides client particle settings.
Related changes in this commit;
- Add a force option to the ParticleBuilder API, which defaults to true to keep spigot consistent with existing api.
- Add a new spawnParticle method to support this mode as a parameter. Of course kept existing api methods the same so as to not break them.
Let me know if changes are needed.
2018-08-14 00:42:31 -05:00
chickeneer
bc19f55565
[CI-SKIP] Add me (chickeneer) to MIT list ( #1034 )
2018-03-07 21:56:00 -06:00
chickeneer
0e9f94b07a
Fix Nether Portal Creation on cancelled event
...
Spigot is manipulating the Travel Agents canCreatePortal, but forgot to reset it on cancel
This causes nether portals to not be generated if the event is ever cancelled
2017-08-07 23:08:50 -04:00
chickeneer
0c8c9b087a
Fix tick loop bug - Fixes #624
...
We were not calculating time after the sleep ,resulting in wrong
calculations. This caused us to go 100ms, 0ms, 100ms, 0 ms repeatedly.
2017-03-10 03:01:46 -05:00
chickeneer
f53bec077b
Fix Potion Equals Bug
...
Will be in Spigot 1.10, but getting it in for 1.9 users
2016-06-08 20:41:10 -04:00
chickeneer
2898b4a7eb
Fix villager trading demand - MC-163962
...
Prevent demand from going negative and tending to negative infinity
2020-06-05 20:02:04 -05:00
chickeneer
c569dccd4e
Do not allow Vexes to load chunks
2020-03-17 14:18:50 -05:00
chickeneer
7f92ef8437
Resolve bed issues on unloaded chunks
2016-01-04 00:24:36 -06:00