Wolf2323
96509e0409
#702 : fromNodeTree is now private, this does not belong to the API
2021-12-29 07:52:44 +11:00
Wolf2323
ead93bd8e0
#701 : Option to configure the max width of a line in the config
2021-12-27 09:47:14 +11:00
SkytAsul
becb47c4eb
#699 : Add missing information to javadoc of ItemFlag#HIDE_POTION_EFFECTS
2021-12-26 08:59:00 +11:00
blablubbabc
f3a8a4ce43
SPIGOT-5766: Updates related to the villager trading changes introduced in MC 1.14.
...
* The VillagerReplenishTradeEvent is now called whenever a villager restocks one of its trades. Previously, it was called in some (but not all) cases in which a villager updates the special price values of its merchant recipes.
* VillagerReplenishTradeEvent#get/setBonus have been deprecated and #setBonus has no effect anymore. The way villagers restock their trades has changed in MC 1.14: Instead of adjusting the max uses of their trades, they reset their uses to 0. #getBonus returns the value of MerchantRecipe#getUses now.
* Updated various outdated and inaccurate javadoc in MerchantRecipe.
2021-12-25 10:15:36 +11:00
coll1234567
79cb3d7f57
#691 : Add Material#getDefaultAttributeModifiers
2021-12-24 12:11:16 +11:00
Wolf2323
65ff93762f
SPIGOT-6866: Fixed spaces a between comment indicator and actual comment
2021-12-24 09:19:42 +11:00
md_5
8a74758859
Restore protected members to YamlConfiguration
2021-12-23 11:33:21 +11:00
coll1234567
ca67e0f324
#693 : Add proper javadocs for dolphins grace, bad omen, and hero of the village
2021-12-22 09:03:22 +11:00
Wolf2323
3e2dd2bc12
SPIGOT-3247: Comment support for YAML files
2021-12-21 08:36:48 +11:00
md_5
031731e60e
Dependency upgrades
2021-12-18 12:09:21 +11:00
Patrick Choe
0c70754263
SPIGOT-6789: Improve resource pack related API
2021-12-18 11:46:20 +11:00
Doc
5dca4a4b84
SPIGOT-6836: Add more API methods in MerchantRecipe
2021-12-18 11:44:31 +11:00
md_5
b6e3b0f5b0
Upgrade to SnakeYAML 1.30 release
2021-12-18 11:36:31 +11:00
md_5
5906bed05d
Update to Minecraft 1.18.1
2021-12-11 00:00:00 +11:00
Wolf2323
ffd8b28939
#687 : Fix NPE from previous commits
2021-12-06 07:23:02 +11:00
Wolf2323
e4358b8217
#686 : Fix contains for default section generating real sections
2021-12-05 09:29:04 +11:00
Wolf2323
0912ace4df
SPIGOT-6830: Fix addDefaults with Configuration overrides child Sections in the defaults
2021-12-05 09:27:54 +11:00
md_5
62144c8b40
Add Player#openSign API to edit a placed sign
2021-12-05 08:34:33 +11:00
md_5
1c9ca40548
SPIGOT-6832: Further improve Player#getPing docs
2021-12-04 08:19:20 +11:00
md_5
9115281ff1
SPIGOT-6832: Improve Player#getPing docs
2021-12-04 08:10:14 +11:00
md_5
f023e77ad7
SPIGOT-6825: MapFont#getWidth ignores §, but not the color-byte and semicolon following it
2021-12-01 14:58:04 +11:00
md_5
fc0fe05559
SPIGOT-6822: Ensure library loader has same parent as plugin loader
...
This behaviour may need to be revisted in future to achieve greater isolation of plugins/libraries
2021-12-01 10:29:25 +11:00
md_5
b46ac671a3
Update to Minecraft 1.18
2021-12-01 03:00:00 +11:00
md_5
ab6e73a20e
Correct copied javadoc from previous commit
2021-11-29 15:59:20 +11:00
md_5
810cb078fd
Add hideEntity / showEntity API
2021-11-29 09:17:57 +11:00
coll1234567
c9b35cdb66
#684 : Make PotionEffectType implement Keyed
2021-11-28 11:49:39 +11:00
md_5
716b4fce84
Revert SnakeYAML upgrade
2021-11-27 09:11:04 +11:00
md_5
ca6f8942a4
Update to Minecraft 1.18-rc3
2021-11-27 08:00:00 +11:00
coll1234567
57e7e95215
#683 : Add Player#showDemoScreen
2021-11-26 10:13:40 +11:00
md_5
d25437bce3
Update to Minecraft 1.18-pre8
2021-11-25 08:00:00 +11:00
Doc
ea30a299e9
Add docs in ServerListPingEvent based on changes from 1.18
2021-11-24 07:30:57 +11:00
coll1234567
07a055315c
SPIGOT-6781: Add Block#canPlace
2021-11-23 18:52:15 +11:00
Doc
64c8bd39e0
#679 : Add getHideOnlinePlayers
2021-11-23 12:49:12 +11:00
Noah van der Aa
b991b6c754
#677 : Add "Allow Server Listings" API
2021-11-23 08:56:03 +11:00
BlackHole
4e9f199ac6
SPIGOT-6801: Wrong BlockData classes in Material enum for SOUL_FIRE and SOUL_TORCH
2021-11-23 08:06:39 +11:00
md_5
0a35cb18fc
Downgrade to Checkstyle 8.x as 9.x series has much larger memory usage
2021-11-22 15:27:06 +11:00
md_5
24313a161e
Remove Player#sendChunkChange
...
Method is specified according to an obsolete internal format and has not been implemented for nearly 10 years.
2021-11-22 15:08:47 +11:00
Perzan
6c45a80e2e
#592 : Add Player#sendEquipmentChange
2021-11-22 15:03:24 +11:00
md_5
27bcdd12f7
Update to Minecraft 1.18-pre5
2021-11-22 09:00:00 +11:00
Cerus
d32e3c764e
#675 : Fix typo in ItemFrame#setFixed
2021-11-18 08:14:50 +11:00
JDIALIA
04452475ac
#674 : Optimize and cleanup PermissibleBase
2021-11-16 07:27:40 +11:00
Doc
cfd18bd0ac
SPIGOT-6436: Add Player#stopAllSounds
2021-11-05 21:02:12 +11:00
Doc
9b45fa2fab
#667 : Allow setting BrewEvent results
2021-10-30 18:16:52 +11:00
md_5
8c776ddc83
SPIGOT-6762: ChatPaginator.wordWrap only transfers one modifier
2021-10-29 18:45:29 +11:00
Doc
da372966a9
SPIGOT-4590, SPIGOT-6769: Clarify DamageCause documentation
2021-10-27 18:36:29 +11:00
md_5
58c2d3c7b8
SPIGOT-6771: Help command tab completion does not respect permissions
2021-10-24 20:33:42 +11:00
md_5
e337669a52
SPIGOT-6756: Clarify drop items in BlockBreakEvent
2021-10-16 19:01:10 +11:00
md_5
9590b610cf
SPIGOT-6749: Library Loader does not correctly isolate dependencies
2021-10-13 08:12:16 +11:00
Sander Knauff
6be36d3638
SPIGOT-2903: Add Structure API
2021-10-05 12:24:33 +11:00
Doc
c01e2f07e9
#662 : Support for configuring Water Underground Creatures spawn settings
2021-10-05 11:37:53 +11:00