Simplify server: only modmenu resource with auto-spawn

- Remove other resources from server.xml (freeroam, admin, etc.)
- Add auto-spawn on player join in modmenu server.js
- Players now spawn automatically at random location when joining
This commit is contained in:
Claude
2026-01-13 03:57:35 +00:00
parent fb7640e5de
commit e14706c0e6
2 changed files with 15 additions and 6 deletions

View File

@@ -27,12 +27,7 @@
<!-- Resources to Load -->
<resources>
<resource src="freeroam" />
<resource src="admin" />
<resource src="world" />
<resource src="chat" />
<resource src="teleport" />
<resource src="vehicles" />
<!-- Only mod menu for now -->
<resource src="modmenu" />
</resources>
</server>