Commit graph

521 commits

Author SHA1 Message Date
Dablakbandit
cea0ffb8ac Add vehicles by entity id
Add vehicles by entity id for cases where the entity is an existing server npc
2024-12-15 01:06:09 +13:00
Dablakbandit
b107a3b011 Add passengers to npc api
Add passengers to npc api & implementation
Add jetbrains annotations to api to tag with nullables
2024-12-14 21:49:21 +13:00
D3v1s0m
79c0897de9
fix: remove entity_sitting property from creaking 2024-12-13 11:02:56 +04:00
D3v1s0m
41244fb86b
fix: disabling entity_sitting property 2024-12-13 10:58:52 +04:00
D3v1s0m
f5d1a1914a
chore: added entity_sitting property to more npc types 2024-12-13 10:54:29 +04:00
D3v1s0m
cf139d9051
Merge remote-tracking branch 'ZNPCsPlus/2.X' into 2.X 2024-12-13 10:13:43 +04:00
Pyrbu
670bc9623b make entity_sitting only available to player since it doesn't really do anything for any other npc type 2024-12-13 01:38:19 +01:00
Pyrbu
aed6ee178c remove metadata and add direct vehicle support to PacketEntity 2024-12-13 01:37:53 +01:00
Pyrbu
f8d5700b9a make set property private on ArmorStandVehicleEntity 2024-12-13 00:57:36 +01:00
D3v1s0m
e20bd9ba57
fix: multiple polar bear npc type registrations 2024-12-12 16:12:52 +04:00
D3v1s0m
7fbe42e207
feat: Creaking NPC Type and its properties 2024-12-12 14:30:22 +04:00
D3v1s0m
8aed2ba5dc
chore: bump packetevents version 2024-12-12 14:27:29 +04:00
D3v1s0m
a7bf542eb3
Added entity_sitting property to allow player and some other entities to sit 2024-12-10 10:56:20 +04:00
ArasakaID
7bffd2f79d 1.21.3 Update (Untested)
Update packet for 1.21.3
2024-11-11 22:04:44 +07:00
Pyrbu
9304c96723 switch user map to ConcurrentHashMap to prevent errors on Folia 2024-09-05 14:42:34 +02:00
Pyrbu
a3b9bda53a shuffle around relocations to prevent classes from server jar being relocated 2024-09-05 14:20:58 +02:00
Pyr
79761cba92
Merge pull request #146 from SirSalad/2.X
fix: update checker timeout
2024-09-02 09:41:24 +02:00
Pyrbu
7495493c27 make sure worlds arent null 2024-08-19 17:53:27 +02:00
Pyrbu
71f52a987b Merge remote-tracking branch 'origin/2.X' into 2.X 2024-08-19 17:45:49 +02:00
Pyrbu
5c99681561 expose Npc#setWorld in the api 2024-08-19 17:45:42 +02:00
D3v1s0m
79ede2b586
add storage migrate command to migrate from one storage type to another 2024-08-18 22:52:09 +05:30
D3v1s0m
304278edd8
use task scheduler for force_body_rotation property instead 2024-08-18 14:53:48 +05:30
D3v1s0m
0272a9ef68
fix database connection url and closing. add ssl option 2024-08-18 14:51:32 +05:30
Pyrbu
d7c0870546 add missing holo commands to messages 2024-08-14 14:18:25 +02:00
Pyrbu
0f7ad57b64 add action hovers 2024-08-14 14:14:58 +02:00
Pyrbu
aeeba809be fix typos 2024-08-14 13:52:27 +02:00
Pyrbu
74463178fe update adventure platform (fixes hovers and probably more things) 2024-08-14 13:29:42 +02:00
SirSalad
1b3a197085
fix: 'final static' semantics 2024-07-27 13:24:01 -04:00
SirSalad
cf8ce5097f
fix: update checker timeout 2024-07-27 13:20:59 -04:00
Pyrbu
13a47fa743 fix fetching descriptor deserialization when name contains ";" 2024-07-20 23:34:13 +02:00
Pyrbu
e7a82d55e7 Merge remote-tracking branch 'origin/2.X' into 2.X 2024-07-04 00:25:34 +02:00
Pyrbu
06889a221e make npc property registry accessible during onLoad 2024-07-04 00:25:27 +02:00
D3v1s0m
aafdf0b3f9
update to mc 1.21 2024-07-01 10:12:52 +05:30
D3v1s0m
71430afcc3
fix force_body_rotation property to only apply it true 2024-07-01 10:09:11 +05:30
D3v1s0m
3248418464
fix base hologram offset for multiple npc types 2024-07-01 10:08:01 +05:30
D3v1s0m
18cdef4527
update hologram location on npc type change 2024-07-01 10:06:35 +05:30
D3v1s0m
d48de6382a
fix action commands, ughh 2024-06-25 01:16:03 +05:30
D3v1s0m
f60cf7a018
add config option fake-enforce-secure-chat to disable secure chat popup 2024-06-24 16:28:12 +05:30
D3v1s0m
b8b4b3e179
update dependencies 2024-06-24 16:26:02 +05:30
D3v1s0m
d9faee043c
partial fix for help message 2024-06-24 16:25:20 +05:30
D3v1s0m
7afadc15ea
small action command(s) fix 2024-06-24 16:24:21 +05:30
D3v1s0m
4d54dd8512
%blank% for empty hologram line 2024-06-11 21:31:00 +05:30
D3v1s0m
26442f2e3e
expose action registry to api and added action factory 2024-06-11 21:29:38 +05:30
D3v1s0m
384cc719e9
expose hologram refresh delay in api 2024-06-06 21:18:21 +05:30
D3v1s0m
bc8cbdcab1
fix default properties and name plate visibility when importing from citizens 2024-06-06 21:14:25 +05:30
D3v1s0m
01515c08b9
fix teleport command 2024-06-03 13:40:08 +05:30
D3v1s0m
d75f260935
ignore refreshing non allowed properties 2024-06-03 13:39:47 +05:30
D3v1s0m
c50e2fd0d4
added force_body_rotation property for player npc 2024-06-03 13:39:00 +05:30
D3v1s0m
f0e7ea8302
added spawned import from citizens 2024-06-03 13:37:31 +05:30
D3v1s0m
52adb7ec51
added equipment import from citizens 2024-06-03 13:36:47 +05:30