Commit Graph

445 Commits

Author SHA1 Message Date
PiggyPiglet
2ee162d590 Merge branch 'hytale' into hytale-curseforge 2026-02-17 18:08:51 +08:00
PiggyPiglet
ee1616255f use new charsreplacer from main papi 2026-02-17 18:08:43 +08:00
PiggyPiglet
666ece6d3c Merge branch 'hytale' into hytale-curseforge 2026-02-17 18:06:36 +08:00
PiggyPiglet
da2c1c916e expansion configs should be concurrenthashmap 2026-02-17 18:06:28 +08:00
PiggyPiglet
40594a2df0 Merge branch 'hytale' into hytale-curseforge 2026-02-17 17:46:37 +08:00
PiggyPiglet
6f6a1df900 ok let's not create a new default config object every time getConfig is called... 2026-02-17 17:46:04 +08:00
PiggyPiglet
1bd6446eb4 Merge branch 'hytale' into hytale-curseforge 2026-02-14 20:57:07 +08:00
PiggyPiglet
5af5e3cd72 fix metrics time interval 2026-02-14 20:37:57 +08:00
PiggyPiglet
41bb27cf6b Add metrics 2026-02-14 20:37:36 +08:00
PiggyPiglet
fcb321b77b Merge branch 'hytale' into hytale-curseforge 2026-02-14 18:09:35 +08:00
PiggyPiglet
4230595618 Add user-agent to hytale papi 2026-02-14 18:09:15 +08:00
PiggyPiglet
b1e163b397 print exception when failed loading expansion 2026-02-14 17:20:42 +08:00
PiggyPiglet
a6b08d8e25 keep config.yml header on save, show all pages on ecloud list all, deprecate getExpansionConfig for Configurable#getConfig 2026-02-11 19:46:20 +08:00
PiggyPiglet
914fe2c8b7 Merge branch 'hytale' into hytale-curseforge 2026-02-08 21:37:05 +08:00
PiggyPiglet
9b89f8812c Add CurseForge Update checker 2026-02-08 21:36:49 +08:00
PiggyPiglet
55c52a83ac Run expansion config logic before loading expansion 2026-02-03 08:39:07 +08:00
PiggyPiglet
dae0b96002 Merge branch 'hytale' into hytale-curseforge 2026-02-02 21:39:16 +08:00
PiggyPiglet
44ac2589a3 Fix permission system - also 1.0.4 release
it was horribly broken :(
2026-02-02 21:39:05 +08:00
PiggyPiglet
07c6e292b3 Merge branch 'hytale' into hytale-curseforge 2026-02-02 20:34:18 +08:00
PiggyPiglet
21902c5fa3 Load expansions after server boot to prevent dep issues 2026-02-02 20:34:10 +08:00
PiggyPiglet
59d916966c Merge branch 'hytale' into hytale-curseforge 2026-02-02 20:07:32 +08:00
PiggyPiglet
3e75070375 Add eCloud blocked information msg to ecloud command 2026-02-02 20:07:22 +08:00
PiggyPiglet
d4c64fc17e Merge branch 'hytale' into hytale-curseforge 2026-02-02 15:35:40 +08:00
PiggyPiglet
59ec9bee5a use gradle version in manifest 2026-02-02 15:35:22 +08:00
Funnycube
395c743b41 comment out dormant code 2026-02-02 17:58:02 +11:00
PiggyPiglet
7952702abd Merge branch 'hytale' into hytale-curseforge 2026-01-30 22:17:24 +08:00
PiggyPiglet
ebc62c6fd2 Add convenience booleanValue method to PlaceholderAPI class 2026-01-30 22:17:11 +08:00
PiggyPiglet
a01e6abab8 Merge branch 'hytale' into hytale-curseforge 2026-01-30 20:53:33 +08:00
PiggyPiglet
3bf99821ef Implement config save, comment out old config api 2026-01-30 20:53:24 +08:00
PiggyPiglet
e8716e57ff Merge branch 'hytale' into hytale-curseforge 2026-01-30 20:03:06 +08:00
PiggyPiglet
6d8f223591 actually fix windows loading issue maybe 2026-01-30 20:02:19 +08:00
PiggyPiglet
8f9c52940c Merge branch 'hytale' into hytale-curseforge 2026-01-30 18:22:18 +08:00
PiggyPiglet
3b34193caa move expansion load to start to hopefully fix cube's non-load issue 2026-01-30 18:22:08 +08:00
PiggyPiglet
7edc94bc35 Update download/update messages to be clearer 2026-01-30 18:21:23 +08:00
PiggyPiglet
b06bc23465 Merge branch 'hytale' into hytale-curseforge 2026-01-30 18:15:33 +08:00
PiggyPiglet
757f6ee9ae Make dump command link more accessible 2026-01-30 18:15:17 +08:00
PiggyPiglet
ffd115296c eCloud disabled PAPI for CurseForge 2026-01-30 18:11:12 +08:00
PiggyPiglet
c308769e6d remove unused code 2026-01-30 17:41:13 +08:00
PiggyPiglet
98b7ef68ec fix /papi command showing error, add /placeholderapi alias 2026-01-26 21:31:43 +08:00
PiggyPiglet
62f6eb4e54 fix console commands, run parse command in world thread 2026-01-26 21:23:29 +08:00
Funnycube
5f4839390c updated color handling 2026-01-26 19:43:38 +11:00
PiggyPiglet
fb57b70546 run parse command sync 2026-01-24 22:00:03 +08:00
PiggyPiglet
6f61c0eb31 fix parse command player cast 2026-01-24 21:06:04 +08:00
PiggyPiglet
fa50fd14a5 I missed an error :( 2026-01-24 19:36:23 +08:00
PiggyPiglet
085b09e019 fix javadoc errors 2026-01-24 19:34:21 +08:00
PiggyPiglet
400857f18b Add gradle publishing config, remove remaining player usage 2026-01-24 19:29:13 +08:00
PiggyPiglet
7111fef559 Use PlayerRef instead of Player, finalise expansion/replace api 2026-01-24 19:05:58 +08:00
PiggyPiglet
722279308a Let there be light 2026-01-20 21:23:37 +08:00
PiggyPiglet
2d9f4fca77 start converting from bukkit to hytale 2026-01-19 20:39:13 +08:00
PiggyPiglet
cb5b9a8bb9 A fresh start 2026-01-19 18:57:25 +08:00