302 Commits

Author SHA1 Message Date
Parker Hawke
fbe3410afa
#1140: Add a method to send multiple equipment changes 2023-02-27 20:27:47 +11:00
md_5
8ba5e399ec
SPIGOT-7262: Improve visibility API 2023-02-16 19:45:56 +11:00
Gero
b1059a82ea
#1134: Add custom sound parameter option for playSound with entity as source 2023-01-28 11:39:20 +11:00
md_5
19e6be0209
Update to Minecraft 1.19.3 2022-12-08 03:00:00 +11:00
Parker Hawke
c2c39089eb
SPIGOT-2620: Add Player#sendBlockChanges() 2022-09-24 11:05:14 +10:00
md_5
6398146835
SPIGOT-7123: NullPointerException thrown by Player#chat method 2022-07-29 16:04:07 +10:00
md_5
6da82662bb
Update to Minecraft 1.19.1 2022-07-28 04:00:00 +10:00
SkytAsul
5c9a5f628a
SPIGOT-7071: Add Player#stopSound(SoundCategory category) 2022-07-01 20:46:16 +10:00
md_5
50ef122ef8
SPIGOT-7042: Subtitle is always equal to title 2022-06-09 07:28:01 +10:00
md_5
886e6d8c81
SPIGOT-7038: Setting title or subtitle to empty string causes the player to disconnect 2022-06-08 17:34:21 +10:00
md_5
64c15270e7
Update to Minecraft 1.19 2022-06-08 02:00:00 +10:00
Parker Hawke
6c308e1b57
SPIGOT-6829: Add per-player world border API 2022-04-09 09:39:33 +10:00
blablubbabc
8f361ecec0
#1002: Add Player Profile API
Slight changes may occur as this API is stabilized.

This PR is based on work previously done by DerFrZocker in #938.
2022-02-03 09:25:39 +11:00
Gero
c26a7b54dc
#1000: Add PlayerHideEntityEvent and PlayerShowEntityEvent 2022-02-01 18:01:05 +11:00
Doc
d10c35ea5b
SPIGOT-6899: Add Player#getPreviousGameMode 2022-01-17 10:12:15 +11:00
Gero
312d007f03
#990: Add playSound with Entity as source 2022-01-11 18:53:45 +11:00
Patrick Choe
439c685f4e
SPIGOT-6789: Improve resource pack related API 2021-12-18 11:46:17 +11:00
md_5
27a27cdb84
Add Player#openSign API to edit a placed sign 2021-12-05 08:34:54 +11:00
md_5
1825cc0b04
Purge hidden entities on unload too 2021-12-04 08:23:26 +11:00
md_5
37fd1917e7
Add hideEntity / showEntity API 2021-11-29 09:18:52 +11:00
coll1234567
9b2585017b
#960: Add Player#showDemoScreen 2021-11-26 10:13:36 +11:00
Noah van der Aa
aebb79e327
#954: Add "Allow Server Listings" API 2021-11-23 08:56:35 +11:00
md_5
ecfd37b3d8
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:57 +11:00
Parker Hawke
03b50154ef
#953: Add Player#sendEquipmentChange 2021-11-22 15:07:40 +11:00
md_5
a7b8b0270a
Update to Minecraft 1.18-pre5 2021-11-22 09:00:00 +11:00
Doc
b58f4299c6
SPIGOT-6436: Add Player#stopAllSounds 2021-11-05 21:02:22 +11:00
DerFrZocker
1492826118
SPIGOT-6249: Add Missing Effect Constants 2021-09-11 18:40:14 +10:00
Brokkonaut
2cdc6b1e4c
SPIGOT-6692: Add sendSignChange overload with a hasGlowingText parameter 2021-08-05 08:43:03 +10:00
md_5
879acfee29
Fix missing varargs from previous commit 2021-07-22 11:30:14 +10:00
Phoenix616
b7e3ce0233
#890: Include yaw in player's spawn location 2021-07-15 20:29:38 +10:00
md_5
dd4bec5f13
Add additional validation to Player#breakBlock 2021-06-13 08:27:57 +10:00
Parker Hawke
6fdecf208d
#853: Implement Player#breakBlock() 2021-06-12 08:30:49 +10:00
md_5
e2f5ea34e9
Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
retrooper
8d3051c568
#833: Add Player#getPing to access the player's ping 2021-05-09 17:20:53 +10:00
md_5
90d6905b15
Repackage NMS 2021-03-16 09:00:00 +11:00
Martoph
a021e334aa
#795: Add methods to modify the rate of regeneration and starvation 2021-03-04 08:28:07 +11:00
Parker Hawke
ea050e6e98
#807: Add Player#sendBlockDamage() 2021-02-24 20:21:39 +11:00
md_5
aeb95e3a30
Add more checkstyle checks 2021-01-31 10:08:41 +11:00
Martoph
424598d294
#752: Add the ability to retrieve hit, step, fall, and other sounds from blocks. 2020-11-26 09:36:57 +11:00
Phoenix616
167ff59173
#770: Send messages without sender with SYSTEM type again
This was the behaviour before the 1.16 update and made it so that any
 message sent by a plugin was treated as a system message allowing the
 player to disable chat messages while keeping access to commands.

After 1.16 disabling the chat also disabled any plugin output, this
 restores the original behaviour.
2020-11-19 10:16:26 +11:00
Mariell Hoversholm
04639f5a2f
#759: Allow sending messages from specific UUIDs 2020-10-17 17:46:14 +11:00
md_5
1f4693a8c3
SPIGOT-6168: Fix error with Player.getBedSpawnLocation when world is unloaded while server running 2020-10-06 18:36:43 +11:00
Parker Hawke
8b52a7666e
SPIGOT-6092: Player#setBedSpawnLocation - NullPointerException 2020-08-22 17:42:15 +10:00
md_5
5a66916c08
Cleanup sendBlockChange 2020-08-16 17:55:55 +10:00
md_5
9c9fb593f5
Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
md_5
dc7c3c61fa
SPIGOT-5921: Improve setNoDamageTicks for Players 2020-07-02 11:18:03 +10:00
Parker Hawke
8297676c20
#682: Add hasDiscoveredRecipe() and getDiscoveredRecipes() 2020-07-02 09:27:18 +10:00
md_5
3b9cf0f803
Improve code formatting 2020-07-01 14:17:48 +10:00
md_5
4ff609e60c
SPIGOT-5836: PotionEffect HEALTH_BOOST never expires 2020-06-26 19:14:15 +10:00
md_5
baadbf3f76
SPIGOT-5833: Player#setWalkSpeed not working 2020-06-26 17:56:49 +10:00