Commit Graph

615 Commits

Author SHA1 Message Date
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
Pyrbu
80b75ebc0d add hologram offsets for all npc types & register equipment properties to npcs that support it 2023-05-25 13:51:58 +01:00
Pyrbu
1762bf595e execute player commands on region scheduler on Folia (fixes #54) 2023-05-25 13:08:46 +01:00
Pyrbu
5ae5ca200d add support for entity equipment 2023-05-24 23:27:11 +01:00
Pyrbu
1bbee6681a add events to api 2023-05-24 22:23:06 +01:00
Pyrbu
0b9262720a add look property 2023-05-24 21:47:30 +01:00
Pyrbu
b7a8776162 optimize by name lookup of properties 2023-05-24 17:02:28 +01:00
Pyrbu
b71207d07a add action click type 2023-05-24 15:07:55 +01:00
Pyrbu
8abe011956 implement RandomAccess on ImmutableArrayList 2023-05-24 14:21:39 +01:00
Pyrbu
bc12f79e85 remove api dependencies 2023-05-22 17:10:03 +01:00
Pyrbu
fc87323d10 api improvements 2023-05-21 16:41:38 +01:00
Pyrbu
fa8247f285 make entity properties not static 2023-05-21 14:25:21 +01:00
Pyrbu
c1cdf290cb rename define to register 2023-05-21 13:46:40 +01:00
Pyrbu
49e1d7f074 refactor & make npc types not static 2023-05-21 13:45:43 +01:00
Pyrbu
3d9ca60445 make unsafe method names consistent 2023-05-21 12:59:21 +01:00
Pyrbu
03159ce964 add auto save setting 2023-05-21 12:53:48 +01:00
Pyrbu
4ec734c438 delete unused StringSerializer class 2023-05-21 12:44:28 +01:00
Pyrbu
4a3a54f2b8 delete VersionUtil in favor of PacketEvents api 2023-05-21 12:42:19 +01:00
Pyrbu
aff202e5ec rename BungeeUtil to BungeeConnector 2023-05-21 12:36:54 +01:00
Pyrbu
975bae38d8 make load order more visible 2023-05-21 12:33:45 +01:00
Pyrbu
e3ad180fa7 refactor parsers 2023-05-21 12:33:18 +01:00
Pyrbu
8b47b78f59 add action command 2023-05-21 12:32:55 +01:00
Pyrbu
c8c649e800 make it less static 2023-05-21 12:32:25 +01:00
Pyrbu
dcd802246f replace empty messages with a standard incorrect usage message 2023-05-21 09:43:12 +01:00
Pyr
cd03388551
Merge pull request #53 from D3v1s0m/2.0.0
task fix, load fix, temp bug fix, hologram offset
2023-05-21 09:24:27 +01:00
D3v1s0m
329f9fe86c
Added hologram offset 2023-05-21 09:40:01 +05:30
D3v1s0m
8129405de8
temp fix for null values in setting property 2023-05-21 08:53:26 +05:30