Yannick Lamprecht
|
4a7eadc976
|
#1201: Add Player#sendBlockUpdate to send tile entity updates
|
2023-06-14 18:36:21 +10:00 |
|
md_5
|
6962456f98
|
Fix unintended change to playSound contract and various other issues
|
2023-06-12 21:29:41 +10:00 |
|
Doc
|
40945171bf
|
#1182: Consolidate Preconditions use and minor cleanup
|
2023-06-12 19:41:02 +10:00 |
|
Yannick Lamprecht
|
a2b6c27442
|
#1200: Implement open sign by side
|
2023-06-08 07:42:44 +10:00 |
|
md_5
|
e1188ed3a2
|
Update to Minecraft 1.20
|
2023-06-08 01:30:00 +10:00 |
|
Yannick Lamprecht
|
b346a5f6dd
|
#1170: Add preliminary support for multi sided signs
|
2023-05-25 07:21:35 +10:00 |
|
FreeSoccerHDX
|
bfd8b1ac82
|
SPIGOT-7209: Accessors and events for player's exp cooldown
|
2023-04-21 18:46:56 +10:00 |
|
Doc
|
f92a41c396
|
#1181: Consolidate Location conversion code
|
2023-04-19 19:59:19 +10:00 |
|
Doc
|
82f7b658aa
|
#1095: Add PlayerSpawnChangeEvent
|
2023-04-17 19:33:17 +10:00 |
|
Doc
|
f01fb4979e
|
SPIGOT-7336: Fix typo in internal method name
|
2023-04-11 18:37:21 +10:00 |
|
Jishuna
|
5ee3419b79
|
SPIGOT-5217, SPIGOT-6183: Add RespawnReason to PlayerRespawnEvent
|
2023-04-10 08:26:45 +10:00 |
|
Parker Hawke
|
2f8e5bc7c0
|
#1145: Allow Player#sendBlockDamage() to specify a source entity
|
2023-04-02 13:56:16 +10:00 |
|
Parker Hawke
|
20e8a486fe
|
#1157: Add Player#sendHurtAnimation()
|
2023-04-02 12:58:05 +10:00 |
|
md_5
|
e237f8c88a
|
SPIGOT-7312: Entity#setVisibleByDefault on player causes skin reset on this player client
|
2023-03-25 08:49:26 +11:00 |
|
md_5
|
bcedf28a1b
|
Update to Minecraft 1.19.4
|
2023-03-15 03:30:00 +11:00 |
|
md_5
|
e8010dc93f
|
#1136: Add API to allow entities to be invisible by default
Designed to make creating per-player entities easier
|
2023-03-04 09:15:52 +11:00 |
|
Parker Hawke
|
20ce9eaffb
|
#1141: Add methods to edit custom chat completions
|
2023-03-04 08:40:21 +11:00 |
|
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 |
|