md_5
2ce691d830
Clarify Player#breakBlock only works for blocks in the same world
2021-06-13 08:28:21 +10:00
DerFrZocker
5dcdd48e52
SPIGOT-6514: Small Dripleaf block data is missing half property
2021-06-12 08:47:05 +10:00
Parker Hawke
cc9610b737
#619 : Add Player#breakBlock()
2021-06-12 08:30:46 +10:00
blablubbabc
862bc47568
Fix bad merge of SPIGOT-6502 fix
2021-06-11 21:49:40 +10:00
md_5
989bb0c112
Downgrade SnakeYAML due to issues with comments parsing
2021-06-11 20:50:31 +10:00
DiamondDagger590
1dff62ae83
Fix inverted visual fire docs
2021-06-11 16:26:22 +10:00
md_5
5b94881a0b
Update to Minecraft 1.17
2021-06-11 15:00:00 +10:00
blablubbabc
7e29f76544
SPIGOT-6502: Loading a class from a library of another plugin resulted in a ClassCastException.
2021-06-11 14:00:19 +10:00
blablubbabc
04df07fe9a
#615 : Calculate the reachable nodes only once per transitive dependency check.
2021-06-05 08:09:52 +10:00
Lars Dormans
0e11bc1faa
#522 : Add piglin bartering API
2021-05-28 08:59:15 +10:00
DiamondDagger590
a16a309d53
#613 : Add PlayerBucketEntityEvent and make PlayerBucketFishEvent deprecated in favor of the newer, more generic event
2021-05-28 08:39:26 +10:00
md_5
f563167d33
SPIGOT-6464: Fix ShulkerBox#getColor for undyed shulkers
2021-05-23 08:30:44 +10:00
md_5
146a7e4bd7
SPIGOT-5345: Add automatic library support
...
Example plugin.yml usage:
```
libraries:
- com.squareup.okhttp3:okhttp:4.9.0
```
Libraries will only be accessible to plugins and their transitive depends, allowing for multiple versions of the same library to be used by different plugins.
This feature is modeled on the parallel BungeeCord feature and intends to offer the same behaviour.
Although this is a preview feature, major changes to behaviour are not expected at this point.
With the exception of the issues described in SPIGOT-6419 it is not expected that this feature alters classloading behaviour, although some changes may be unavoidable.
2021-05-15 09:04:53 +10:00
md_5
b9ef9229d4
Update entity loot tables in LootTables
2021-05-09 17:30:52 +10:00
retrooper
15f0fe23ae
#606 : Add Player#getPing to access the player's ping
2021-05-09 17:20:50 +10:00
Martoph
531436ee87
#567 : Add ability to cancel ProjectileHitEvent
2021-05-09 16:51:41 +10:00
Julian van den Berkmortel
edf1881e6a
SPIGOT-6200: Add COMMAND to the CreateSpawnEvent.SpawnReason enum
2021-05-09 16:32:25 +10:00
md_5
5eece9f858
Fix typo in BubbleColumn documentation
2021-05-02 11:47:28 +10:00
DiamondDagger590
a030a41b0d
SPIGOT-6443: Fix PlayerBucketFishEvent#getWaterBucket returning the wrong item
2021-05-01 08:34:11 +10:00
Julian van den Berkmortel
1c0c52ae4f
SPIGOT-6373: Add getAttachedFace and setAttachedFace to the Shulker API
2021-04-28 11:52:47 +10:00
md_5
80ece5de93
Remove old draft API tags
2021-04-27 11:34:32 +10:00
DerFrZocker
8523fa23ad
#604 : Add Contract annotation to ConfigurationSection
2021-04-27 11:34:32 +10:00
Martoph
dd8edaa7ab
#603 : Specify what velocity changes in javadocs
2021-04-27 11:34:31 +10:00
DiamondDagger590
6bff9d0996
#508 : Add PlayerBucketFishEvent
2021-04-25 08:34:28 +10:00
Flo0
2b8fb83fd8
#601 : Add Block#isPreferredTool
2021-04-21 17:31:45 +10:00
Mmaarten
8dcc25417d
SPIGOT-6302: Javadoc fix for World#spawnEntity()
...
Method does not return null
2021-04-20 18:47:00 +10:00
Julian van den Berkmortel
6d0965a550
SPIGOT-6388: Add API to get and set the state of the "Shulker" entity
2021-04-19 18:47:42 +10:00
Julian van den Berkmortel
14883d6b17
SPIGOT-6078: Add SmithItemEvent and expand SmithingInventory API
2021-04-18 18:03:18 +10:00
Jakub Zacek
9477fa26f2
#597 : Implemented Material#getEquipmentSlot() method
2021-04-13 19:16:29 +10:00
Martoph
b302317a95
SPIGOT-5877: Add scaffolding for custom dimensions and biomes
2021-04-11 17:54:45 +10:00
md_5
ccccb62537
SPIGOT-6417: Add Creeper fuse ticks API
2021-04-11 17:32:21 +10:00
md_5
bb27a6c723
SPIGOT-6416: Add BlockFace#isCartesian()
2021-04-10 08:58:38 +10:00
md_5
15ba9ae78a
SPIGOT-6357: Add World#getMinHeight
2021-03-28 19:31:39 +11:00
md_5
4e5f46cb27
Update ASM version
2021-03-17 07:52:48 +11:00
md_5
c589f5464d
Use upstream plexus-compiler-eclipse
...
Relevant bugs have since been fixed
2021-03-14 12:16:27 +11:00
Martoph
d264e972e9
#591 : Add option for a consumer before spawning an item
2021-03-09 08:47:28 +11:00
Nathat23
1c537fce41
#590 : Add spawn and transform reasons for piglin zombification.
2021-03-09 08:47:26 +11:00
md_5
9d0ad3184e
Fix javadoc errors in previous commits
2021-03-04 09:20:27 +11:00
Martoph
9501daa26b
#578 : Add methods to modify the rate of regeneration and starvation
2021-03-04 08:28:02 +11:00
Martoph
197d8f3d76
#577 : Add EntityExhaustionEvent
2021-03-04 08:28:01 +11:00
Parker Hawke
95ff95ed62
#588 : Add Player#sendBlockDamage()
2021-02-24 20:21:37 +11:00
Matthew Sanders
fcbd22662d
#587 : Fix various javadoc typos
2021-02-22 19:36:26 +11:00
Parker Hawke
1e843b72bb
#510 : Add NamespacedKey#fromString() to fetch from user input
2021-02-16 18:54:14 +11:00
DiamondDagger590
a4d1824184
#581 : Add methods to modify despawn delay for wandering villagers
2021-02-15 19:30:12 +11:00
Jakub Zacek
5b289e6914
SPIGOT-5778: Added World.getGameTime method
2021-02-13 10:32:57 +11:00
md_5
315b69c1d1
SPIGOT-6349: Material#MOSSY_COBBLESTONE incorrectly claims it is a MultipleFacing block
2021-02-08 21:06:47 +11:00
md_5
1b5ad2af5d
SPIGOT-6316: PlayerBedLeaveEvent implements Cancellable
2021-01-29 11:22:52 +11:00
Parker Hawke
e70a125f4f
#571 : Expand the FishHook API
2021-01-23 12:23:32 +11:00
md_5
b94b766f22
Improve /version command
2021-01-16 13:23:53 +11:00
md_5
85b16b8a5f
Update to Minecraft 1.16.5
2021-01-16 12:00:00 +11:00