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
ShaneBee
c4a2b425cb
Add TimeSkipEvent
2019-12-21 18:02:19 +11:00
md_5
3aa8286b32
SPIGOT-794: Add boats to EntityPlaceEvent
2019-12-19 12:53:36 +11:00
ShaneBee
c36d90a603
SPIGOT-5464: Add BEEHIVE SpawnReason for when a bee leaves a beehive
2019-12-19 09:40:51 +11:00
md_5
bf1fa3e3e2
Update to Minecraft 1.15.1
2019-12-18 08:00:00 +11:00
md_5
333b9f0289
SPIGOT-5422: Add support for 3-dimensional biomes
2019-12-11 15:26:24 +11:00
md_5
170d7386ad
Fix bad link in deprecated FlowerPot MaterialData class
2019-12-11 10:39:42 +11:00
md_5
cff5f1c332
Update to Minecraft 1.15
2019-12-11 09:00:00 +11:00
md_5
8b6dd10383
Update /version to reflect final build status.
2019-12-11 08:00:00 +11:00
md_5
6bdfd3854d
Remove some draft API designations
2019-12-09 18:50:51 +11:00
md_5
78a12dd9bc
SPIGOT-5417: Campfire should implement Directional
2019-12-09 12:52:34 +11:00