Commit graph

2776 commits

Author SHA1 Message Date
Doc
9d6e4847d9
SPIGOT-7122: New Allay Methods from 1.19.1 2022-08-08 21:39:14 +10:00
md_5
bf60995c03
Update to Minecraft 1.19.2 2022-08-06 07:40:00 +10:00
Doc
caa7c4866a
SPIGOT-7109: Add WorldBorder#setSize using TimeUnit 2022-08-04 20:30:57 +10:00
mfnalex
0260da7a4a
#776: Fixed javadocs for ItemFlag#HIDE_POTION_EFFECTS 2022-08-03 20:53:05 +10:00
DerFrZocker
ff64962b52
SPIGOT-7124: MapPalette.getColor(0) returns the wrong color 2022-08-01 22:08:48 +10:00
md_5
632aa12080
Update to Minecraft 1.19.1 2022-07-28 04:00:00 +10:00
Ollie
23f557a0a0
SPIGOT-5380, SPIGOT-6958, #772: Add some missing entity API 2022-07-21 21:01:23 +10:00
Martoph
d90bdc08ff
#771: Throw IllegalAccessException with non-static getHandlerList
Also add specifier for which event causes the issue
2022-07-12 21:32:00 +10:00
md_5
607ce370a5
SPIGOT-7069: Material.BARREL has Directional data class, should also be Openable 2022-07-10 15:10:05 +10:00
md_5
f14cea82ac
SPIGOT-7070: Material.SCULK_VEIN has Waterlogged data class, should also be MultipleFacing 2022-07-10 15:04:41 +10:00
Parker Hawke
8e43b27816
#767: Add support checking/survivability methods for BlockData 2022-07-09 20:04:45 +10:00
Doc
b3dee151ea
SPIGOT-7083: Add Boat.WoodenType, Boat.Status; deprecate TreeSpecies 2022-07-05 20:40:27 +10:00
SkytAsul
d41796deb5
SPIGOT-7071: Add Player#stopSound(SoundCategory category) 2022-07-01 20:44:34 +10:00
DerFrZocker
61dae5b223
SPIGOT-7011, SPIGOT-7065: Overhaul of structures 2022-07-01 20:41:02 +10:00
Doc
d5a777e736
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN 2022-06-23 20:27:51 +10:00
DerFrZocker
05ae036c0a
#746: Add option to use cached map color palette
This reduces the conversion time drastically with the cost of slightly more memory usage.
2022-06-18 21:13:40 +10:00
Doc
57849c1b50
#759: Add preview chat option in ServerListPingEvent 2022-06-18 20:55:23 +10:00
Doc
0169e65d2a
#758: Add missing server properties methods from 1.19 2022-06-18 20:48:59 +10:00
Doc
4d37bf3058
#762: Add SpawnReason and TransformReason for Tadpole metamorphosis into Frog 2022-06-13 15:24:49 +10:00
chickeneer
788174ae24
#761: Add Hangable interface to MangrovePropagule 2022-06-12 18:12:47 +10:00
md_5
c1d911a2b4
Add compat constructor to PlayerAnimationEvent 2022-06-11 13:22:25 +10:00
md_5
45d9c73c34
SPIGOT-7043: EnderChest does not implement Lidded 2022-06-10 10:57:48 +10:00
Doc
86b95f348e
SPIGOT-7047: Add Player#getLastDeathLocation 2022-06-10 09:56:47 +10:00
Doc
0a4b84d68e
SPIGOT-7003: Add missing PlayerAnimationType 2022-06-09 21:30:20 +10:00
DerFrZocker
830db7d55f
SPIGOT-5984: Add non deprecated / magic value way to set pixel in MapCanvas 2022-06-09 21:27:21 +10:00
Doc
20caf8ff2d
#754: Add DamageCause.SONIC_BOOM 2022-06-09 21:03:33 +10:00
Doc
4b08dbc5ce
#752: Make Leaves Waterlogged 2022-06-08 17:30:29 +10:00
md_5
de323fc9cb
Downgrade dependency version 2022-06-08 09:01:11 +10:00
md_5
b93194d14a
Update to Minecraft 1.19 2022-06-08 02:00:00 +10:00
MartenM
6a039faf74
#745: Expose more information about advancements 2022-06-05 16:23:46 +10:00
DerFrZocker
52148c4789
#749: Various javadoc improvements 2022-06-05 10:05:54 +10:00
Phoenix616
23c2d84153
#748: Remove permissible recalculation from Permission constructor
This fixes issues that simply creating a new Permission instance would lead
to permission defaults and permissibles to get recalcuated even if the
permission itself was never added to the server or was already present.
2022-06-05 10:05:51 +10:00
Doc
d565a710e0
SPIGOT-7027: Documentation for ItemMeta#getCustomModelData is incorrect 2022-06-01 19:02:49 +10:00
Yannick Lamprecht
218294b148
#743: Support setting individual Wither head targets 2022-05-17 19:26:59 +10:00
pop4959
312281eade
#742: Make World implement Keyed 2022-05-09 18:07:47 +10:00
blablubbabc
3151477447
SPIGOT-6949: Configuration sections that are nested within Maps or Lists are not properly serialized.
This broke with the configuration changes in
3e2dd2bc12.

This commit reverts one of the changes of this other commit so that
nested configuration sections are serialized as Maps again.

Although the types of these nested configuration sections are not
preserved when reloading a configuration (they turn into Maps), their
contents should at least be preserved, as it has been the case in
earlier Bukkit versions.
2022-04-22 19:38:45 +10:00
Doc
1bebebfb4d
SPIGOT-6992: Add LimitedLife/LifeTicks/Bound APIs to Vex 2022-04-21 06:47:24 +10:00
Doc
fc460d1bb8
#735: Add Villager#zombify 2022-04-15 13:48:49 +10:00
Parker Hawke
c8c8331ec3
#690: Add method to read ItemStack input 2022-04-15 12:54:03 +10:00
Parker Hawke
62845f2fd8
SPIGOT-6829: Add per-player world border API 2022-04-09 09:39:19 +10:00
Martoph
7902647a66
#737: Update WorldCreator#generatorSettings docs 2022-03-27 16:25:51 +11:00
Doc
67556a5094
#736: Update README 2022-03-24 13:39:30 +11:00
Doc
33a2b476bb
#734: Make PlayerInventory#getItem Nullable 2022-03-15 07:32:19 +11:00
Gero
881e06e5db
#725: Add Item Unlimited Lifetime APIs 2022-03-12 09:26:12 +11:00
Parker Hawke
e25c6a7552
#638: Add CreativeCategory API for Materials 2022-03-03 18:55:54 +11:00
md_5
d8a3c3b556
Update to Minecraft 1.18.2 2022-03-01 02:00:00 +11:00
md_5
0edc0e044d
SPIGOT-6944: Correct TabCompleter docs 2022-02-21 12:02:28 +11:00
Doc
6fac07ebfb
SPIGOT-6935: Make Arrow color nullable 2022-02-19 09:36:06 +11:00
blablubbabc
abbc5c550d
#730: Added a checkstyle rule to check for missing package declarations.
Added a suppression to ignore the test sources.
2022-02-19 09:33:06 +11:00
blablubbabc
97157b12b0
#730: Added missing declaration of the org.bukkit.profile package. 2022-02-19 09:33:05 +11:00