Commit Graph

679 Commits

Author SHA1 Message Date
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
D3v1s0m
5501e3a500
Added config option for tab display name 2023-12-23 16:28:26 +05:30
Pyr
5b1a698d0f
[ci skip] Update README.md 2023-12-21 13:06:52 +01:00
Pyr
2c35a089ec
[ci skip] update readme 2023-12-19 00:22:48 +01:00
Pyr
60cb6724fc
Update LICENSE 2023-12-19 00:22:06 +01:00
Pyrbu
f9c5bd564d make npc near use the same format as npc list (resolves #114) 2023-12-18 17:11:47 +01:00
Pyrbu
e078c3cb5e fix a weird bug 2023-12-18 17:11:17 +01:00
Pyrbu
5c1ef46fc2 use the fallback prefix in teleport command (fixes #115) 2023-12-18 16:44:33 +01:00
Pyrbu
c34c1c3cbf cancel the update checker task on disable 2023-12-14 13:28:42 +01:00
Pyrbu
18693df7cc fix name serialization on 1.9-1.12 2023-12-14 13:08:46 +01:00
Pyrbu
993127ed85 make npc move command work across worlds 2023-12-14 12:00:14 +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
7c3e5efcef update PacketEvents (1.20.4 support) 2023-12-14 11:34:48 +01:00
Pyrbu
fb90135dd2 expose viewer list in api 2023-11-30 20:19:59 +01:00
Pyrbu
5bec816d02 expose entity id in api 2023-11-30 20:18:00 +01:00
Pyrbu
caea8eaca2 update PacketEvents to stable build 2023-11-28 17:47:46 +01:00
D3v1s0m
200f777a3b
updated packetevents to 2.1.0-20231116.190232-11 2023-11-18 11:42:58 +05:30
D3v1s0m
a84712233a
updated packetevents to 2.1.0-20231110.161742-10 2023-11-15 09:55:23 +05:30
D3v1s0m
99ee72fefe
updated packetevents to 2.1.0-20231107.173447-9 2023-11-09 22:17:29 +05:30
D3v1s0m
5a3c83882a
Merge pull request #111 from D3v1s0m/2.X
small npc rotation fix
2023-11-08 18:57:36 +05:30
D3v1s0m
75bebd959d
fixed index for horse_armor property and actually added it 2023-11-08 18:56:42 +05:30
D3v1s0m
96d30c5a69
small npc rotation fix 2023-11-08 18:52:44 +05:30
Pyrbu
bdbf1c4cdd update PacketEvents to latest snapshot 2023-11-03 15:59:30 +01:00
Pyrbu
3fe27e8aab fix \n bug & some hovers 2023-11-01 16:25:27 +01:00
Pyrbu
9c7a5c8016 remove debug 2023-11-01 00:56:10 +01:00
Pyrbu
5ef94c09a4 set up system for command hovers 2023-10-31 21:41:20 +01:00
Pyrbu
93c6a42124 fix all of the javadoc warnings 2023-10-31 20:25:59 +01:00
Pyrbu
416ae104fe switch it back to arrows from square brackets using html escape codes 2023-10-31 20:18:20 +01:00
Pyrbu
85f6114af4 actually fix the javadoc 2023-10-31 20:16:14 +01:00
Pyrbu
b400db4b4f attempt to fix the javadoc 2023-10-31 20:15:20 +01:00
Pyrbu
cadde2c184 [ci skip] remove wip 2023-10-31 20:12:53 +01:00
Pyr
3f1e625bd7
Merge pull request #107 from D3v1s0m/2.X
more Javadocs
2023-10-31 20:12:13 +01:00
D3v1s0m
1ddf509f89
more javadocs 2023-11-01 00:39:58 +05:30
Pyrbu
1d6c6a7bb7 [ci skip] update version in readme 2023-10-31 19:59:16 +01:00
Pyr
2f551fe5e5
Merge pull request #106 from EternalHuman/2.X
Change glow property to use an enum class from the API
2023-10-31 19:06:04 +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
Pyrbu
ca1416e761 revert this (why??) 2023-10-31 18:58:42 +01:00
EternalHuman
7f45dd2d4d . 2023-10-31 12:16:22 +03:00
EternalHuman
e7c912fb77 final changes 2023-10-31 12:15:52 +03:00
EternalHuman
4994578ad1 final changes 2023-10-31 12:11:28 +03:00
EternalHuman
cbf8f9a4f1 NamedTextColor -> GlowColor + fix 2023-10-31 12:04:19 +03:00
EternalHuman
95a9a6b140 NamedTextColor -> GlowColor 2023-10-31 11:50:15 +03:00
EternalHuman
55c82cfddb NamedTextColor -> GlowColor 2023-10-31 11:49:10 +03:00
Pyr
781d81cf7f
Merge pull request #105 from D3v1s0m/2.X
Properties and build fix
2023-10-28 17:25:45 +02:00
D3v1s0m
0b2bc53b35
hopefully fix build due to api javadoc HTML issue 2023-10-28 10:17:06 +05:30
D3v1s0m
3fba776df1
added permission_required property 2023-10-28 10:14:20 +05:30