Commit Graph

16 Commits

Author SHA1 Message Date
8098a7b418 Add MAIN_THREAD_EXECUTOR to ScriptManager for scheduling commands on the tick thread
All checks were successful
Build JStom / build (push) Successful in 1m23s
2026-01-28 23:55:43 +00:00
e059596f15 Refactor ScriptManager to schedule loading and unloading of scripts on the Minecraft server's tick thread
All checks were successful
Build JStom / build (push) Successful in 1m21s
2026-01-28 23:23:54 +00:00
b668000a13 Enhance ScriptManager to allow thread creation in JavaScript context
All checks were successful
Build JStom / build (push) Successful in 1m23s
2026-01-28 22:59:43 +00:00
13cfc35de8 Add cleanup task registration and execution in ScriptApi
All checks were successful
Build JStom / build (push) Successful in 1m24s
2026-01-28 22:37:59 +00:00
c01026b7c1 Enhance ScriptManager to allow CommonJS module support in JavaScript context
All checks were successful
Build JStom / build (push) Successful in 1m59s
2026-01-28 21:09:30 +00:00
f9227e2128 Add MiniMessage support for legacy color conversion in NPC Text script and implement entity tracking in ScriptApi
All checks were successful
Build JStom / build (push) Successful in 1m23s
2026-01-27 02:06:06 +00:00
676857d650 Add NPC Text script and enhance ScriptApi with entity type retrieval
All checks were successful
Build JStom / build (push) Successful in 1m21s
2026-01-26 23:42:41 +00:00
7c9283a043 Move spawn point
All checks were successful
Build JStom / build (push) Successful in 1m22s
2026-01-26 23:21:50 +00:00
0096123c85 Add AnvilLoader for instance container in Main class
All checks were successful
Build JStom / build (push) Successful in 1m19s
2026-01-26 22:10:22 +00:00
3dae45644c Refactor build configuration and update Minestom dependency to latest stable version
All checks were successful
Build JStom / build (push) Successful in 1m23s
2026-01-26 22:03:19 +00:00
469b6ff8ec Update build configuration and improve server status handling
All checks were successful
Build JStom / build (push) Successful in 1m27s
- Change Minestom dependency to use official snapshots
- Adjust repository URLs for better clarity
- Refactor server status handling to use ResponseData
2026-01-26 19:28:00 +00:00
e06b356531 Add online_mode and velocity_secret config options
Some checks failed
Build JStom / build (push) Failing after 53s
2026-01-26 01:26:02 +00:00
d06d9bf9d9 Remove base world gen, not needed since a world will be supplied in my usecase
All checks were successful
Build JStom / build (push) Successful in 1m57s
2026-01-26 00:32:33 +00:00
9bbdb92cdc Sanitize host config to handle IP:Port format
All checks were successful
Build JStom / build (push) Successful in 1m26s
2026-01-25 23:35:28 +00:00
0efdc38833 Add config.yml support for port, host and MOTD
Some checks failed
Build JStom / build (push) Has been cancelled
2026-01-25 23:06:05 +00:00
dba3e818e8 Initial commit: JS-powered Minestom server with hot-reloading and Gitea Action
Some checks failed
Build JStom / build (push) Has been cancelled
2026-01-25 22:49:51 +00:00