Commit Graph

91 Commits

Author SHA1 Message Date
Lulu13022002 4641e233e7 Leashable API 2024-06-22 21:11:58 +02:00
Jake Potrebic cb339661cc Make a PDC view accessible directly from ItemStack 2024-06-12 10:29:30 -07:00
Bjarne Koll fcc777a0a8 Introduce registry entry and builders
Co-authored-by: kokiriglade <git@kokirigla.de>
2024-06-13 22:35:05 +02:00
Jake Potrebic 146cd1a015 Registry Modification API 2022-03-02 13:36:21 -08:00
Owen1212055 69edd6d91f Brigadier based command API
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2022-08-01 22:50:29 -04:00
Janet Blackquill 92b812ddc0 Add CartographyItemEvent
Similar to SmithItemEvent, but for cartography tables.
2024-04-07 16:51:04 -04:00
Badbird5907 1c53b54fd9 Add BlockBreakProgressUpdateEvent 2024-03-04 22:18:33 -05:00
Owen1212055 1725de0232 Suspicious Effect Entry API
Exposes a new suspicious effect entry type that properly represents
storable effects in the context of suspicious effects as they only
define the potion effect type and duration.

This differentiates them from the existing PotionEffect API found in
bukkit and hence clarifies that storable values in the parts of the API
in which it replaces PotionEffect.

Co-authored-by: Yannick Lamprecht <yannicklamprecht@live.de>
2024-03-03 19:45:52 +01:00
Yannick Lamprecht 3073742fd7 improve BanList types 2024-02-10 20:49:47 +01:00
David Mayr 3ebc5bb92c add number format api
Signed-off-by: David Mayr <davidliebtkekse@gmail.com>
2023-12-16 10:40:29 +01:00
vicisacat 8363e77ad2 Add FluidState API 2023-11-17 20:21:47 +01:00
Yannick Lamprecht de70580ea9 ItemStack Tooltip API 2024-01-22 13:27:18 +01:00
Jake Potrebic eb68d0e1b5 Add Lifecycle Event system
This event system is separate from Bukkit's event system and is
meant for managing resources across reloads and from points in the
PluginBootstrap.
2023-07-18 14:47:02 -07:00
Chase Henderson bfe60b97f9 Add ShulkerDuplicateEvent 2024-01-05 03:50:10 -05:00
Cryptite bafc86226b Add PlayerShieldDisableEvent
Called whenever a players shield is disabled. This is mainly caused by
attacking players or monsters that carry axes.

The event, while similar to the PlayerItemCooldownEvent, offers other
behaviour and can hence not be implemented as a childtype of said event.
Specifically, cancelling the event prevents the game events from being
sent to the player.

Plugins listening to just the PlayerItemCooldownEvent may not want said
sideeffects, meaning the disable event cannot share a handlerlist with
the cooldown event.
2023-05-01 16:22:43 -05:00
RodneyMKay 12f2768389 Add PlayerPickItemEvent 2021-09-08 22:15:43 +02:00
Moulberry 8bcd04ae9b Add PlayerFailMoveEvent 2023-07-26 20:57:11 +08:00
SageSphinx63920 370dd8fb4c Add whitelist events 2023-05-14 12:56:15 +02:00
by77er 7c2fbd4ab8 Add event for player editing sign 2023-06-10 19:06:24 -04:00
Spottedleaf 7920d9020b Folia scheduler and owned region API
Pulling Folia API to Paper is primarily intended for plugins
that want to target both Paper and Folia without unnecessary
compatibility layers.

Add both a location based scheduler, an entity based scheduler,
and a global region scheduler.

Owned region API may be useful for plugins which want to perform
operations over large areas outside of the buffer zone provided
by the regionaliser, as it is not guaranteed that anything
outside of the buffer zone is owned. Then, the plugins may use
the schedulers depending on the result of the ownership check.
2023-06-17 11:52:41 +02:00
Owen1212055 39c27c3661 Add Shearable API 2021-10-17 15:39:41 -04:00
Noah van der Aa 767d4e3e6f Add CompostItemEvent and EntityCompostItemEvent 2021-08-07 15:11:27 +02:00
Lulu13022002 57ca6b8bcf Add EntityFertilizeEggEvent 2022-06-24 11:56:32 +02:00
Jake Potrebic 4b5bb29329 Add BlockLockCheckEvent 2022-05-21 20:59:56 -07:00
Yannick Lamprecht 896508a541 Player Entity Tracking Events 2022-03-30 18:16:37 +02:00
Noah van der Aa 0232bdcc50 Friction API 2021-09-15 20:40:51 +02:00
Kieran Wallbanks 19743ae5dc Add Tick TemporalUnit 2021-04-02 17:28:58 +01:00
Owen1212055 e21b7b4aa9 Add PrePlayerAttackEntityEvent 2022-09-18 13:10:28 -04:00
Owen1212055 489eece469 Add Moving Piston API 2021-12-04 13:29:45 -05:00
KyGuy2002 fa2c0a5198 Added EntityToggleSitEvent 2022-03-11 15:33:10 +00:00
Jakub Zacek 50d0f88293 Add PlayerInventorySlotChangeEvent 2022-04-24 22:56:31 +02:00
Jake Potrebic f04c70190e Add EntityPortalReadyEvent 2021-05-12 04:30:53 -07:00
Owen1212055 4eafd09fd9 More Teleport API 2021-09-05 00:36:05 -04:00
nopjar 1332dbf60a Add WardenAngerChangeEvent
Adding a event which gets called when a warden is angered by
another entity.
2022-06-12 00:56:45 +02:00
u9g b4044a82ea Add PlayerStopUsingItemEvent 2022-05-03 20:41:30 -04:00
Jake Potrebic 495ba77d85 Add EntityDyeEvent and CollarColorable interface 2022-03-18 21:16:38 -07:00
Owen1212055 fbaa9f208b Add TameableDeathMessageEvent 2021-03-19 23:25:38 -04:00
Jake Potrebic f9d3155517 Custom Potion Mixes 2021-10-07 14:34:59 -07:00
Owen1212055 5024980442 Bucketable API 2021-12-26 14:03:11 -05:00
SamB440 079b971f4d Add PlayerItemFrameChangeEvent 2021-11-15 18:09:46 +00:00
syldium 9ae3b87be7 Add more advancement API
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-07-09 18:49:40 +02:00
Jake Potrebic b4f3eb5fa1 More CommandBlock API 2021-05-28 21:47:39 -07:00
Jake Potrebic d445af24a5 Add BlockBreakBlockEvent 2021-01-03 17:58:25 -08:00
Jake Potrebic 0efb068743 Added EntityDamageItemEvent 2020-12-22 13:51:06 -08:00
Jake Potrebic 83f8fa22d2 Add PlayerSignCommandPreprocessEvent 2021-07-09 17:44:33 -07:00
Jake Potrebic 1284f0bf53 Adds PlayerArmSwingEvent 2021-03-12 19:20:03 -08:00
Owen1212055 a2a581ba6b Missing Entity API
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
Co-authored-by: William Blake Galbreath <blake.galbreath@gmail.com>
Co-authored-by: SoSeDiK <mrsosedik@gmail.com>
Co-authored-by: booky10 <boooky10@gmail.com>
Co-authored-by: Amin <amin.haddou@frg.wwschool.de>
Co-authored-by: TrollyLoki <trollyloki@gmail.com>
Co-authored-by: FireInstall <kettnerl@hu-berlin.de>
Co-authored-by: maxcom1 <46265094+maxcom1@users.noreply.github.com>
Co-authored-by: TotalledZebra <Holappa57@gmail.com>
2021-05-28 21:06:59 -04:00
Jason Penilla a8e19d139e Add WaterBottleSplashEvent 2022-12-08 10:12:23 -07:00
Owen1212055 efcb04d753 Add ElderGuardianAppearanceEvent 2021-03-19 23:39:21 -04:00
Owen1212055 399004b357 Add BellRevealRaiderEvent 2021-05-26 17:08:57 -04:00