Commit graph

136 commits

Author SHA1 Message Date
D3v1s0m
ba75abcebc
feat: added version command 2024-12-27 19:30:50 +05:30
Pyrbu
c780c0ec78 add npc serialization methods to the api 2024-12-24 16:11:13 +01:00
Pyr
d1227500ce
Merge pull request #161 from D3v1s0m/feat/file-skin-type
Feature: File skin type
2024-12-18 06:59:08 +00:00
D3v1s0m
8cd7282bb5
feat: added skeleton_type property 2024-12-17 23:55:05 +04:00
D3v1s0m
255a938dda
feat: file skin type to use files for npc skin 2024-12-16 22:42:27 +04:00
ArasakaID
7bffd2f79d 1.21.3 Update (Untested)
Update packet for 1.21.3
2024-11-11 22:04:44 +07: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
Pyrbu
06889a221e make npc property registry accessible during onLoad 2024-07-04 00:25:27 +02:00
D3v1s0m
f60cf7a018
add config option fake-enforce-secure-chat to disable secure chat popup 2024-06-24 16:28:12 +05:30
D3v1s0m
26442f2e3e
expose action registry to api and added action factory 2024-06-11 21:29:38 +05:30
D3v1s0m
c50e2fd0d4
added force_body_rotation property for player npc 2024-06-03 13:39:00 +05:30
D3v1s0m
bbd34f343e
fix clone command 2024-05-30 00:05:09 +05:30
D3v1s0m
3a4baaf1dc
added armadillo npc and wolf variant property 2024-05-29 23:15:21 +05:30
Pyrbu
1e95177a3c fix typo 2024-05-17 03:50:33 +02:00
D3v1s0m
0d58cdc20b
added player knockback properties 2024-05-01 21:29:34 +05:30
D3v1s0m
8e1e0c818f
fix client side desync when interacting with allays 2024-05-01 19:19:29 +05:30
Pyrbu
c3a83b6d04 just dont do anything with the update checker on shutdown 2024-02-16 16:23:11 +01:00
Pyrbu
683e48a974 make shutdowns safer 2024-01-08 09:37:31 +01:00
Pyrbu
c560fe597e actually fix update checker not scheduled yet error on fast shutdowns 2024-01-04 19:55:27 +01:00
Pyrbu
3bfea0a004 fix update checker shutdown errors 2023-12-30 20:35:33 +01:00
D3v1s0m
e893beb22f
fix npc spawning in 1.19.2 2023-12-27 21:31:05 +05:30
D3v1s0m
2686cd4bb6
move legacy data before downloading libraries 2023-12-27 20:08:35 +05:30
Pyrbu
c34c1c3cbf cancel the update checker task on disable 2023-12-14 13:28:42 +01:00
Pyrbu
f933f17e45 stop using deprecated entity data types for components 2023-12-14 11:49:49 +01:00
Pyrbu
702fa3c74e remove unused dependency from processor task 2023-12-14 11:39:33 +01:00
Pyrbu
2264ff3d71 convert the color class to an enum & move it to the api package 2023-10-31 19:00:29 +01:00
EternalHuman
55c82cfddb NamedTextColor -> GlowColor 2023-10-31 11:49:10 +03:00
sj-hub9796
a87550779e Tab hide delay config 2023-10-26 04:37:43 +09:00
Pyrbu
11b81ba5fc add change id command (resolves #98) 2023-10-21 07:36:39 +02:00
Pyrbu
fa69b22ac9 more position commands (resolves #81) 2023-10-21 07:08:29 +02:00
Pyrbu
f3dd4e3495 fix 1.20.2 player npcs and clean up 1.19.2 packets 2023-10-21 06:31:13 +02:00
Pyrbu
89b34f14c5 Merge remote-tracking branch 'origin/2.X' into 2.X 2023-10-16 04:31:32 +02:00
Pyrbu
54094ce1d5 dynamic library loading (500kb jar :o) 2023-10-16 04:31:25 +02:00
D3v1s0m
f3c0df41dc
added End Crystal and its properties 2023-10-09 12:10:20 +05:30
D3v1s0m
6128cac379
added Shulker properties 2023-10-03 13:37:16 +05:30
D3v1s0m
58d81a740c
added rabbit_type property 2023-10-02 10:02:52 +05:30
D3v1s0m
82cd0d1a81
added sniffer_state property 2023-10-02 09:59:14 +05:30
D3v1s0m
8637b5b5c2
added Tropical Fish properties 2023-10-02 09:56:52 +05:30
D3v1s0m
a5de0680c8
added ability to register dummy property using api 2023-10-02 09:50:20 +05:30
D3v1s0m
2588289a19
added look_distance and view_distance properties for all npcs 2023-09-18 12:19:33 +05:30
D3v1s0m
9d17a5bdd3
changed look property a bit 2023-09-17 21:22:48 +05:30
Pyrbu
b811526198 go back to using the bukkit bungee messaging since the bug with velocity seems to be fixed 2023-09-13 08:23:54 +02:00
Pyrbu
9518848c62 add back bungee channel registration 2023-09-13 07:13:21 +02:00
Pyrbu
f30bb1a6df Merge branch 'modular-property-system' into 2.X
# Conflicts:
#	plugin/src/main/java/lol/pyr/znpcsplus/ZNpcsPlus.java
#	plugin/src/main/java/lol/pyr/znpcsplus/conversion/citizens/CitizensImporter.java
#	plugin/src/main/java/lol/pyr/znpcsplus/entity/EntityPropertyRegistryImpl.java
#	plugin/src/main/java/lol/pyr/znpcsplus/storage/yaml/YamlStorage.java
#	plugin/src/main/java/lol/pyr/znpcsplus/util/Viewable.java
2023-09-13 02:15:30 +02:00
D3v1s0m
41cccf419f
Added puff_state property 2023-09-13 01:13:46 +05:30
D3v1s0m
4c8d25c4df
Added Panda properties 2023-09-12 22:12:30 +05:30
D3v1s0m
747e6b92be
changed to use static npc registry instead of NpcApiProvider 2023-09-12 21:49:53 +05:30
D3v1s0m
1008d31df0
Added ocelot_type property 2023-09-11 18:11:36 +05:30
D3v1s0m
0127af865b
Added mooshroom_variant property 2023-09-10 18:49:05 +05:30