Commit Graph

391 Commits

Author SHA1 Message Date
Pyrbu
01f1723b71 lay out most of the possible properties 2023-06-16 12:33:52 +02:00
Pyrbu
09def38142 properly enable the skin layer properties on the player npc type 2023-06-15 22:47:34 +02:00
Pyrbu
0a1bbaf1f6 fix action add help message typo 2023-06-15 00:58:02 +02:00
Pyrbu
b31b719633 fix property name typo in 1.8 packet factory 2023-06-14 23:18:58 +02:00
Pyrbu
1239126105 use the proper method for reloading holograms when adding or inserting new lines 2023-06-14 23:15:18 +02:00
Pyrbu
354a9133c3 use legacy serializer for 1.8 version 2023-06-14 22:47:29 +02:00
Pyrbu
5b050aee6c major help message improvements 2023-06-14 15:30:43 +02:00
Pyrbu
641bdebec5 rename properties to property 2023-06-14 14:45:04 +02:00
Pyrbu
17f7b36f81 help message work 2023-06-14 14:25:09 +02:00
Pyrbu
ae4103b8cb downgrade spigot api version to 1.8.8 to improve backwards compatibility 2023-06-14 14:23:37 +02:00
Pyrbu
e90f3a2a5f fix comment typo caused by stupid intellij refactoring comments 🤦 2023-06-14 00:04:35 +02:00
Pyrbu
5651b39328 fix action add completion 2023-06-13 23:58:10 +02:00
Pyrbu
0acda842d6 new help message system 2023-06-13 23:57:43 +02:00
Pyrbu
4c8432678e small work on znpcs loader 2023-06-13 23:57:17 +02:00
Pyrbu
8f82afeb0b make action list not bold 2023-06-13 23:57:04 +02:00
Pyrbu
fa890e3924 fix player chat action 2023-06-13 23:55:10 +02:00
Pyrbu
7a3bf0deb0 seperate all the skin layer parts out into different properties 2023-06-13 22:51:04 +02:00
Pyrbu
f6f861a652 make EntityData value types guaranteed safe at compile time using generics 2023-06-13 22:31:39 +02:00
Pyrbu
3714bafbb4 explicitly cast the numbers to bytes because PacketEvents gets confused because it accepts Object 2023-06-13 22:26:56 +02:00
Pyrbu
bab0b86b03 make the functions in NpcLocation a little cleaner 2023-06-13 15:29:33 +02:00
Pyrbu
5e6034d384 add new 1.20 mob types 2023-06-13 15:17:24 +02:00
Pyrbu
80b9be8cd2 update minecraft version in runpaper 2023-06-13 15:17:12 +02:00
Pyrbu
699d3cc999 Merge remote-tracking branch 'origin/2.0.0' into 2.0.0 2023-06-10 13:59:36 +02:00
Pyrbu
9d1cc4452f remove legacy discord tags from plugin.yml 2023-06-10 13:59:30 +02:00
Pyr
6b547a29bb
Merge pull request #61 from D3v1s0m/2.0.0
Implemented action list command, fixed delay in conversion, registered player chat action type
2023-06-08 21:51:52 +01:00
D3v1s0m
31f558a15e
registered PlayerChatActionType 2023-06-07 15:56:18 +05:30
D3v1s0m
92a2762868
Added action list command 2023-06-07 15:55:04 +05:30
D3v1s0m
eafb5a1f53
convert delay from double to int 2023-06-07 15:44:54 +05:30
Pyrbu
321e4a39e6 enable skin properties on player npc type 2023-06-02 14:35:42 +02:00
Pyrbu
0418c25f5f start on conversions 2023-05-30 13:49:14 +01:00
Pyrbu
1f0a24a64f make it actually build (oops!) 2023-05-29 21:14:20 +01:00
Pyrbu
0a6f599ece add player chat action 2023-05-29 21:11:01 +01:00
Pyrbu
cd2cdd6869 generalize action types more 2023-05-29 21:10:51 +01:00
Pyrbu
962664b5b5 make the click type actually save 2023-05-29 20:50:41 +01:00
Pyr
a7863c9fe3
Merge pull request #55 from D3v1s0m/2.0.0
Added Action Edit command
2023-05-29 15:35:29 +01:00
D3v1s0m
640f7a8f8d
Added cape property 2023-05-28 13:48:57 +05:30
D3v1s0m
fa0b82cde5
skin error message fix 2023-05-28 12:11:45 +05:30
D3v1s0m
91de1f7f02
fixes #57 2023-05-28 11:42:22 +05:30
D3v1s0m
8d073aa2d9
Added Action Edit command 2023-05-28 11:02:00 +05:30
Pyrbu
84af1753e6 fix npcs not re-appearing when switching worlds at similar coordinates 2023-05-26 16:19:12 +01:00
Pyrbu
22058a607f fix folia player commands 2023-05-26 16:03:03 +01:00
Pyrbu
4602351f95 add getId method to api interface 2023-05-26 13:40:16 +01:00
Pyrbu
564f26047f add static handler list methods 2023-05-26 13:40:05 +01:00
Pyrbu
4a4b384992 add PlaceholderAPI support to message action 2023-05-26 13:08:27 +01:00
Pyrbu
ec9ee770a4 fix support for 1.19.1 & 1.19.2 2023-05-26 12:47:31 +01:00
Pyrbu
7924fbae62 remove first line of hologram from list command because it makes no sense 2023-05-26 11:17:47 +01:00
Pyrbu
facc0eb1f7 fix npc look for non-player entity types & make small npcs look at the player's head 2023-05-25 18:35:12 +01:00
Pyrbu
182fec9618 rename api class to match other classes 2023-05-25 16:47:18 +01:00
Pyrbu
491aaa7787 register api to ServicesManager 2023-05-25 15:36:00 +01:00
Pyrbu
7234c7d20d small readme change 2023-05-25 14:05:54 +01:00