Skip to content

Add minecraft-server skill#55

Closed
erhuve wants to merge 1 commit into
mainfrom
add-minecraft-server-skill
Closed

Add minecraft-server skill#55
erhuve wants to merge 1 commit into
mainfrom
add-minecraft-server-skill

Conversation

@erhuve
Copy link
Copy Markdown
Contributor

@erhuve erhuve commented Apr 3, 2026

Summary

  • Adds a new community skill for setting up and managing a Minecraft Java Edition server on Zo Computer
  • Includes a comprehensive bash management script (scripts/minecraft.sh) with commands for setup, status, logs, config, whitelist, op, restart, backup, and update
  • Auto-detects required Java version from Mojang's manifest and installs via Adoptium
  • RAM-aware heap tuning for compatibility from free-tier (~512MB) to large instances (8GB+)
  • Handles offline-mode UUID generation for whitelist/ops (server runs online-mode=false due to session server blocks)
  • Registers as a persistent Zo TCP user service with auto-restart

Test plan

  • Install skill via registry manifest and verify files land correctly
  • Run minecraft.sh setup on a fresh Zo instance
  • Verify Java auto-detection and installation
  • Register as TCP user service and confirm server starts
  • Test whitelist/op commands generate correct offline UUIDs
  • Test backup and update commands
  • Verify heap sizing on different RAM tiers

🤖 Generated with Claude Code

Adds a skill for setting up and managing a Minecraft Java Edition server
as a persistent Zo user service. Includes auto Java detection/install,
RAM-based heap tuning, offline-mode UUID handling, whitelist/op management,
backups, and server updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erhuve erhuve closed this Apr 3, 2026
jingerzz added a commit that referenced this pull request May 29, 2026
…pgrade (#92)

Brings the registry copy in line with clarion-intelligence-system after #55/#57:
- Step 6 verifies the sec-indexer is running CURRENT code via `clarion-sec-research
  doctor` (a RUNNING service can still be on stale code after a git pull).
- Upgrade guidance: run `clarion-sec-research reindex` after updating so extraction
  fixes reach the already-indexed corpus (the indexer skips current filings).

setup.py unchanged. Source: clarion-intelligence-system skills/clarion-setup/SKILL.md.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant