Commit graph

2288 commits

Author SHA1 Message Date
md_5
a6db750e7e SPIGOT-5647: ZombieVillager entity should have getVillagerType() 2020-03-30 12:15:14 +11:00
Parker Hawke
564ed1522a #482: Add a DragonBattle API to manipulate respawn phases etc 2020-03-24 19:53:44 +11:00
Phoenix616
9f2fd967a4 #474: Add ability to set other plugin names as provided API so others can still depend on it 2020-03-15 19:00:31 +11:00
Phoenix616
6148fca759 SPIGOT-5484: Add more spawn tick settings 2020-03-08 19:38:04 +11:00
konsolas
fd28180e18 #479: Add LivingEntity#attack, LivingEntity#swingMainHand, LivingEntity#swingOffHand 2020-02-23 18:59:25 +11:00
md_5
ae72ba3a43 SPIGOT-5591: Allow concurrent potion effects 2020-02-23 10:33:05 +11:00
md_5
f52c70ab17 Fix incorrect nullability in MultipleFacing 2020-02-21 13:34:56 +11:00
Lars Dormans
6af4c0b2cc SPIGOT-5311: Add API to get/set item associated with throwable projectiles 2020-02-21 09:53:46 +11:00
konsolas
97aeae56ca Add set/isAware to disable Vanilla AI components of a Mob 2020-02-20 09:11:35 +11:00
ShaneBee
337955e3aa SPIGOT-5468: Improve Beehive TileEntity API 2020-02-09 10:47:09 +11:00
ysl3000
cd0da59db5 #473: Add an API for passing the heightmap to getHighestBlockAt* method 2020-02-09 10:31:05 +11:00
konsolas
6a4242cb72 #468: Allow delegation of certain elements to Vanilla when using a custom ChunkGenerator
Allows delegation of caves, decorations, mobs and structures to the Vanilla generation algorithms.
Overriding these methods to return true enables that aspect of Vanilla generation, which is applied after the ChunkGenerator's custom generation.
2020-02-02 19:27:08 +11:00
ShaneBee
c6697f901d SPIGOT-5559: Add EntityPotionEffectEvent causes for PATROL_CAPTAIN and WITHER_ROSE 2020-02-02 11:16:04 +11:00
ShaneBee
9c1fa04089 #467: Add method to remove a recipe by its key 2020-02-02 10:32:47 +11:00
md_5
3961d1aa6a Add nb-configuration.xml to .gitignore 2020-02-02 10:26:21 +11:00
md_5
d0800d0c1d Update checkstyle 2020-02-01 09:32:21 +11:00
md_5
e4e4bf7010 Remove package-info from tests, breaks some IDEs 2020-01-29 09:24:17 +11:00
md_5
d6651bb0ea No longer necessary to synchronize sync events 2020-01-29 09:23:40 +11:00
md_5
93e39ce193 Clarify documentation regarding getMaterial with legacyName = true 2020-01-28 16:32:57 +11:00
md_5
c3aeaea0fb Improve dependency tracker 2020-01-28 13:36:39 +11:00
md_5
14c9d27514 Add support for transitive depends in load access warning 2020-01-28 12:43:25 +11:00
BlackHole
c8afe560bd SPIGOT-5526: Add EntityEnterBlockEvent 2020-01-28 10:00:06 +11:00
md_5
6bb6f07d9f SPIGOT-5548: Show error that hints towards plugins misusing reflection 2020-01-28 08:46:14 +11:00
md_5
ed75537d1e SPIGOT-5546: Fix bad depend access using wrong provider in message
Also limit to once per plugin/provider pair
2020-01-27 16:46:29 +11:00
md_5
4e4c0ee90a Fix buggy classloader warning triggering for all classes 2020-01-27 10:58:41 +11:00
md_5
89586a4cfc Print warning when loading classes from depends that have not been specified 2020-01-26 17:58:35 +11:00
md_5
d4fe9680cc Fix bug where disablePlugin could remove ConfigurationSerializable classes from other plugins 2020-01-26 17:58:35 +11:00
md_5
85e683b7eb Add additional checkstyle checks 2020-01-26 17:58:35 +11:00
md_5
612fd8e1c2 Correct max page count in BookMeta docs
Page length lest as is due to implementation details
2020-01-26 17:58:35 +11:00
md_5
fa8a97815c Correct max title length in BookMeta docs 2020-01-26 17:56:56 +11:00
md_5
e601e7aaa1 SPIGOT-5540: Adding items to inventory causes legacy-data loading 2020-01-24 09:35:28 +11:00
md_5
af40a28935 Deprecate ArmorStand equipment methods in favour of the standard and more complete EntityEquipment methods 2020-01-22 18:24:58 +11:00
md_5
d6b23768ee SPIGOT-5534: ItemStack copy constructor can cause legacy layer to load 2020-01-22 13:45:15 +11:00
md_5
538ceaff0e SPIGOT-5523: Clarify getHighestBlock docs with current behaviour 2020-01-22 08:58:47 +11:00
md_5
f5b9c68403 Update to Minecraft 1.15.2 2020-01-22 08:00:00 +11:00
md_5
58d299a56f Clarify that TotalExperience (XpTotal) is not displayed anywhere 2020-01-21 10:34:30 +11:00
anhcraft
3342ab1ef3 #460: Add Player#sendExperienceChange 2020-01-21 10:31:12 +11:00
md_5
acc05b4092 SPIGOT-5525: saveResource saves files from server jars 2020-01-20 16:18:56 +11:00
md_5
a721c4ff26 Revert "SPIGOT-5515: Add basic validation against creating non-item itemstacks"
This reverts commit a11aad2134.
2020-01-15 21:47:56 +11:00
md_5
98369302a0 SPIGOT-5516: Correct EnchantmentTarget values 2020-01-15 14:19:56 +11:00
md_5
a11aad2134 SPIGOT-5515: Add basic validation against creating non-item itemstacks 2020-01-15 14:03:12 +11:00
Phoenix616
7dd1cfcdbc PortalEvent additions
This re-adds some of the functionality that the TravelAgent API provided previously
2020-01-13 10:18:22 +11:00
md_5
34f6e645a9 Add example to WorldCreator.generatorSettings documentation. 2020-01-07 16:46:01 +11:00
md_5
5d4de46e4a Fix checkstyle.xml formatting 2020-01-05 11:25:06 +11:00
md_5
adf331f101 SPIGOT-5496: API to create and manipulate hardcore worlds 2020-01-04 10:19:50 +11:00
md_5
72e3dfd4b2 SPIGOT-5486: Raider CanJoinRaid 2019-12-29 14:21:09 +11:00
md_5
bbfd13dd14 Hyperlink 'Events' in raid event package documentation 2019-12-23 13:01:10 +11:00
md_5
b2095bed7f SPIGOT-5413: Add TrustedPlayer API for foxes 2019-12-23 12:34:30 +11:00
md_5
1bf1f3f456 Block trace methods do not require hash sets 2019-12-23 10:34:19 +11:00
md_5
abf0cfdcb4 Javadoc improvements per checkstyle 2019-12-22 09:56:28 +11:00