Commit Graph

45 Commits

Author SHA1 Message Date
Vankka
8095977cc9
Cleanup code style 2025-02-03 17:31:27 +02:00
IxPrumxI
d5d96972d8 This got messed up while reformating and cleaning up
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
2025-01-22 03:32:00 +03:00
IxPrumxI
87e5e32a54 Optimize imports and clean up code
Signed-off-by: IxPrumxI <walidaqeel@gmail.com>
2025-01-21 11:31:27 +03:00
IxPrumxI
13784a1fc0 Remove unused access wideners 2025-01-21 11:20:41 +03:00
IxPrumxI
15a537fb99 Make allowChatMessage a method instead of a lambda 2025-01-20 11:09:50 +03:00
IxPrumxI
ccf301b3e1 When reloading config and making linking not required. The player can't send messages. 2025-01-20 10:08:14 +03:00
IxPrumxI
69a4aeed4a Fix bug if player spawns at exactly .5 in x or z 2025-01-20 09:53:47 +03:00
IxPrumxI
c675504add Implement suggestions + Create a single MinecraftServerAudiences instance 2025-01-20 09:53:05 +03:00
IxPrumxI
e51d04ad97 Make startup faster 2025-01-20 09:31:02 +03:00
IxPrumxI
7757629d70 Squashing a few bugs in ban sync 2025-01-19 18:06:49 +03:00
IxPrumxI
f4dcb91afe Fix issue with trailing space 2025-01-17 10:19:38 +03:00
IxPrumxI
58d81a7c73 Command feedback 2025-01-17 10:14:15 +03:00
IxPrumxI
90d89ade8a Final build script changes 2025-01-17 08:46:10 +03:00
IxPrumxI
0f60d6edf4 Game command execution autocompletion 2025-01-17 07:30:25 +03:00
IxPrumxI
37011ab7b8 Remove unnecessary copied proxy logic 2025-01-17 02:45:28 +03:00
IxPrumxI
aaa2b322ff Clean up freeze movement logic 2025-01-17 02:25:24 +03:00
IxPrumxI
01287a37bd Handling ban pardon 2025-01-17 02:02:47 +03:00
IxPrumxI
d98e12f241 Set correct license 2025-01-17 01:47:28 +03:00
IxPrumxI
e1929e5103 Block addPlayer and removePlayer if unsubscribed 2025-01-17 01:46:41 +03:00
IxPrumxI
baa19fad22 Get manifest url 2025-01-16 12:08:54 +03:00
IxPrumxI
e1179c408c Working command arguments 2025-01-16 11:15:53 +03:00
IxPrumxI
40da11747d Commands were working. But I was an idiot.
Command arguments are bugged tho
2025-01-16 10:53:39 +03:00
IxPrumxI
5e6499d849 Freeze action in required linking module 2025-01-15 14:18:46 +03:00
IxPrumxI
dd10abf0e4 Block join attempts before connecting to discord with no jank 2025-01-14 10:15:16 +03:00
IxPrumxI
88494c29e1 Cleanup advancement module and use advancement display 2025-01-14 10:07:23 +03:00
IxPrumxI
6dec0b7939 Fix advancement null pointer on crafting recipe unlock 2025-01-14 09:12:32 +03:00
IxPrumxI
13e6a612ac refactor to command package 2025-01-14 07:00:22 +03:00
IxPrumxI
938058f02c Cleanup 2025-01-14 06:59:43 +03:00
IxPrumxI
70da6026af Finally buildable 2025-01-14 04:58:00 +03:00
IxPrumxI
2e12f80c9a Don't hang the server if the mod crashed before initialization 2025-01-14 04:57:41 +03:00
IxPrumxI
db8d216c1d Target java 21 2025-01-14 04:56:59 +03:00
Vankka
836867eb36 Fix Fabric build 2025-01-14 03:00:20 +03:00
IxPrumxI
ea22f19d24 Some more stuff 2025-01-13 08:54:38 +03:00
IxPrumxI
f3337060e4 Add TODO tasks. 2025-01-13 08:45:33 +03:00
IxPrumxI
b461e10608 Fix ban check being too early 2025-01-13 08:41:17 +03:00
IxPrumxI
ae195cf9f9 Remove unused imports causing warnings 2025-01-13 08:20:08 +03:00
IxPrumxI
4da8b012ef Add ban syncing 2025-01-13 08:19:19 +03:00
IxPrumxI
46cef7c52e Add required linking (Only kick implemented) 2025-01-13 07:03:34 +03:00
IxPrumxI
4c198909f3 Add advancement 2025-01-13 06:24:59 +03:00
IxPrumxI
f98a4afdb9 Send server is stopping 2025-01-13 06:24:36 +03:00
IxPrumxI
272052f53d Working chat, join, quit and death messages 2025-01-13 05:03:40 +03:00
IxPrumxI
325d029d76 Working minecraft to discord chat 2025-01-13 02:16:34 +03:00
IxPrumxI
91e2ed87e4 Oops. 2025-01-13 02:11:14 +03:00
IxPrumxI
78d355491c Some work 2025-01-12 12:01:16 +03:00
IxPrumxI
be9c79ee2e Initial work. A FAT JAR that doesn't work. Runs via gradle task fabric:runServer. 2025-01-12 11:15:05 +03:00