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
DerFrZocker
a1a974f0d8
Fix merge
2022-03-05 14:20:32 +01:00
DerFrZocker
7d3a91d3cf
Merge branch 'master' of https://hub.spigotmc.org/stash/scm/~derfrzocker/bukkit into enums-to-registers
...
Conflicts:
src/main/java/org/bukkit/Material.java
src/main/java/org/bukkit/UnsafeValues.java
2022-03-05 13:56:39 +01:00
Parker Hawke
e25c6a7552
#638 : Add CreativeCategory API for Materials
2022-03-03 18:55:54 +11:00
DerFrZocker
499e22d92a
Merge branch 'master' of https://hub.spigotmc.org/stash/scm/~derfrzocker/bukkit into enums-to-registers
2022-02-28 20:22:04 +01: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
Ollie
9dcee1dc4c
#727 : Fix typo in StriderTemperatureChangeEvent javadocs
2022-02-17 08:08:57 +11:00
Doc
8d8180320a
#723 : Add Furnace#getRecipesUsed
2022-02-15 18:48:50 +11:00
mfnalex
d7b5a3136c
#726 : Add Particle dataTypes to javadocs
2022-02-15 09:50:10 +11:00
DerFrZocker
72fe8b71bb
#724 : Add PDC to World
2022-02-15 09:35:32 +11:00
Doc
8085edde6d
SPIGOT-6918: Add SpawnCategory API and configurations for Axolotls
2022-02-07 18:49:30 +11:00
blablubbabc
04c7e13cf0
#719 : Add Player Profile API
...
Slight changes may occur as this API is stabilized.
This PR is based on work previously done by DerFrZocker in #663 .
2022-02-03 09:25:35 +11:00
FreeSoccerHDX
7156421009
SPIGOT-6910: Add BlockDamageAbortEvent
2022-02-02 08:56:20 +11:00
Gero
5c21a63f5f
#717 : Add PlayerHideEntityEvent and PlayerShowEntityEvent
2022-02-01 18:01:00 +11:00
md_5
d356515a16
SPIGOT-6914: Remove confusing loadbefore message for dependency issues
2022-01-29 11:50:51 +11:00
Doc
958bbd7201
#720 : Fix bounds in documentation about power in FireworkMeta
2022-01-28 08:29:00 +11:00
Doc
af88996a3d
SPIGOT-6890: Add repair cost amount in AnvilInventory
2022-01-26 09:30:16 +11:00
mfnalex
bc7bd36317
#716 : Fix scheduler javadocs (previously, the <b> tag broke the rendering)
2022-01-25 08:41:00 +11:00
md_5
6db1ab707a
Improve item cooldown JavaDocs
2022-01-25 08:28:49 +11:00
md_5
2af60c8067
Clarify documentation of Block#getBreakSpeed
2022-01-22 08:56:42 +11:00
Doc
368ad40b47
SPIGOT-6899: Add Player#getPreviousGameMode
2022-01-17 10:13:05 +11:00
Doc
b99d4c162c
SPIGOT-6901: Make Random Nullable in LootTable
2022-01-17 10:09:22 +11:00
md_5
13b723fcdb
Fix typo in CreatureSpawnEvent documentation
2022-01-14 10:56:29 +11:00
Doc
e9f9b5bd45
SPIGOT-6888: Add SpawnReason for Vex spawned by Evokers
2022-01-14 10:56:03 +11:00
Doc
aa908faf55
#713 : Repairable should extend ItemMeta
2022-01-14 10:18:25 +11:00
DerFrZocker
d924635c65
#704 : Add generateTree method with a predicate
2022-01-12 10:52:28 +11:00
Gero
32563aa0dc
#706 : Add playSound with Entity as source
2022-01-11 18:53:34 +11:00
blablubbabc
8c956b8de3
SPIGOT-6886: Restore previous behaviour of loading unusual config keys
2022-01-09 10:04:49 +11:00
DerFrZocker
a0cf419f8d
Merge branch 'master' of https://hub.spigotmc.org/stash/scm/~derfrzocker/bukkit into enums-to-registers
2022-01-08 18:42:34 +01:00
md_5
3dbfebefda
Fix saving configs which are only a header
2022-01-08 09:39:38 +11:00
Martoph
fde55ab8d1
#705 : Add PDC to Structures
2022-01-07 09:41:09 +11:00
md_5
a7505b3cd0
Add workaround for SnakeYAML 100 comment limit
2022-01-04 09:25:20 +11:00