Trigary
83afbd0e3b
fix PigZombieAngerEvent cancellation
2021-03-18 21:38:01 +01:00
Jake Potrebic
12f070c05a
add get-set drop chance to EntityEquipment
...
== AT ==
public net.minecraft.world.entity.Mob getEquipmentDropChance(Lnet/minecraft/world/entity/EquipmentSlot;)F
2021-04-22 00:28:11 -07:00
Jake Potrebic
8683cde7c0
add consumeFuel to FurnaceBurnEvent
2021-04-22 16:45:28 -07:00
Jake Potrebic
6a311ade3a
add isDeeplySleeping to HumanEntity
2021-04-08 17:36:10 -07:00
Owen1212055
8cf2001602
Set area affect cloud rotation
2021-04-05 16:58:20 -04:00
Shane Freeder
635832cc39
Add bypass host check
...
Paper.bypassHostCheck
Seriously, fix your firewalls. -.-
2021-04-18 21:27:01 +01: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
Jason Penilla
a6eda6cb37
Enhance console tab completions for brigadier commands
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-03-30 16:06:08 -07:00
Nassim Jahnke
85a8224261
Expose protocol version
2021-03-26 11:23:17 +01:00
Jason Penilla
273355e28c
Don't ignore result of PlayerEditBookEvent
2021-04-05 18:35:15 -07:00
Trigary
f2e70c48f9
forced whitelist: use configurable kick message
2021-03-27 09:24:23 +01:00
Dmitry Sidorov
06ee0e08d7
Drop carried item when player has disconnected
...
Fixes disappearance of held items, when a player gets disconnected and PlayerDropItemEvent is cancelled.
Closes #5036
2021-02-04 20:32:01 +03:00
Irmo van den Berge
28e1766b3b
Add fast alternative constructor for Rotations
2021-03-10 21:26:31 +01:00
Jake Potrebic
d0185eb56e
Expand world key API
2021-01-06 00:34:04 -08:00
Anton Lindroth
a032df8427
Allow using signs inside spawn protection
2020-04-15 01:54:02 +02:00
Jake Potrebic
53ea19c9bd
Add Block#isValidTool
2020-07-06 12:44:31 -07:00
Thonk
a9cee72542
Add recipe to cook events
2021-01-06 12:04:03 -08:00
Jake Potrebic
000882670b
Add PlayerNameEntityEvent
2020-07-05 00:33:54 -07:00
Jake Potrebic
eed0bcb63d
Add worldborder events
2021-01-04 22:40:34 -08:00
Jake Potrebic
bf99953fa0
fix converting txt to json file
2021-01-04 19:49:15 -08:00
AlexProgrammerDE
73deb32107
Improve ServerGUI
...
- Added logo to server frame
- Show tps in the server stats
2020-10-03 08:27:40 +02:00
Tom
90c30bbb0b
Expose Tracked Players
2021-02-26 16:24:25 -06:00
Jason Penilla
41fd1852ae
Merchant#getRecipes should return an immutable list
2021-02-10 14:53:36 -08:00
Trigary
f8a55d3645
fix dead slime setSize invincibility
2021-02-05 22:12:13 +01:00
ysl3000
6b65e03d85
living entity allow attribute registration
2020-10-24 16:37:44 +02:00
Aleksander Jagiello
0312fd2b42
Add getMainThreadExecutor to BukkitScheduler
2021-01-24 22:17:54 +01:00
BillyGalbreath
6888386225
Allow adding items to BlockDropItemEvent
2021-01-20 14:23:37 -06:00
Andrew Steinborn
1d6a99b50b
Inline shift direction fields
...
Removes a layer of indirection for EnumDirection.getAdjacent(X|Y|Z)(), which is in the
critical section for much of the server, including the lighting engine.
2021-01-18 20:45:25 -05:00
lukas81298
9ba22a1143
added option to disable pathfinding updates on block changes
2021-01-25 14:37:57 +01:00
William Blake Galbreath
48c492c4d1
Add EntityMoveEvent
2020-02-11 21:56:48 -06:00
Trigary
6f6ed7acb9
Add DragonEggFormEvent
2021-01-25 14:53:57 +01:00
Yive
e3b367dcae
Reset shield blocking on dimension change
2021-01-24 08:55:19 -08:00
Nassim Jahnke
a85863338c
Expand EntityUnleashEvent
2021-01-29 15:13:11 +01:00
Jake Potrebic
1292627c18
Add PlayerStonecutterRecipeSelectEvent
...
Co-Authored-By: MiniDigger | Martin <admin@benndorf.dev>
2020-11-27 17:14:27 -08:00
William Blake Galbreath
d4892b5c73
Add toggle for always placing the dragon egg
2020-11-26 11:47:24 +00:00
Jake Potrebic
92507ca231
Add PlayerChangeBeaconEffectEvent
2020-06-24 15:14:51 -06:00
Madeline Miller
b69f8fb10b
Add BlockPreDispenseEvent
2021-01-17 13:16:09 +10:00
Jake Potrebic
cd4969468c
Configurable max leash distance
2021-01-03 21:04:03 -08:00
Jake Potrebic
0faa210781
Make schedule command per-world
2021-01-04 19:52:44 -08:00
CDFN
3daa3905f0
Return chat component with empty text instead of throwing exception
2020-07-07 17:53:23 +02:00
Mariell Hoversholm
df6902585c
Collision option for requiring a player participant
2020-11-14 16:48:37 +01:00
dfsek
33a7c0284d
Add StructuresLocateEvent
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2020-09-16 01:12:29 -07:00
Jake Potrebic
239e7a6b37
Add RegistryAccess for managing Registries
...
RegistryAccess is independant from CraftServer and
doesn't require one to be created allowing the
org.bukkit.Registry class to be loaded earlier.
== AT ==
public net.minecraft.server.RegistryLayer STATIC_ACCESS
2023-02-27 18:28:39 -08:00
Mariell Hoversholm
23b8639dbf
Add sendOpLevel API
2020-12-29 15:03:03 +01:00
Jason Penilla
921d396ffa
Fix villager boat exploit
2021-01-11 12:43:51 -08:00
Shane Freeder
cabf9f914d
Remove stale POIs
2021-01-09 14:17:07 +01:00
Mariell Hoversholm
6ba5436a48
Empty commands shall not be dispatched
2021-01-06 23:38:43 +01:00
Jake Potrebic
36020d6749
Configurable door breaking difficulty
...
== AT ==
public net.minecraft.world.entity.monster.Vindicator DOOR_BREAKING_PREDICATE
public net.minecraft.world.entity.monster.Zombie DOOR_BREAKING_PREDICATE
Co-authored-by: Doc <nachito94@msn.com>
2021-01-03 22:27:43 -08:00
Jake Potrebic
55c56acfc0
Add PlayerLoomPatternSelectEvent
2020-11-25 16:33:27 -08:00
Jake Potrebic
4054b19800
Add PlayerLecternPageChangeEvent
2020-11-23 12:58:51 -08:00