Install
$ agentstack add skill-aikusan-minecraft-agent-skills-bundle-minecraft-crossplay-ops ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Minecraft Crossplay Operations Skill
Scope
Use this skill for Java servers that allow Bedrock Edition clients through Geyser, optionally with Floodgate authentication.
Routing Boundaries
Use when: the task is crossplay setup, Bedrock client access to a Java server, Geyser/Floodgate operations, crossplay resource-pack delivery, or compatibility triage.Do not use when: the task is pure Java server administration (minecraft-server-admin), pure BDS administration (minecraft-bedrock-server-admin), pack conversion itself (minecraft-resource-pack-conversion), or Java plugin implementation (minecraft-plugin-dev).
Architecture Choices
Common placements:
- Geyser as a standalone proxy in front of a Java server.
- Geyser as a Velocity/Bungee plugin in a proxy network.
- Geyser as a Paper plugin for small single-server setups.
Prefer proxy placement when the network already uses Velocity or when multiple backend servers need shared access.
Rollout Checklist
- Confirm Java server version and Geyser build compatibility.
- Decide whether Bedrock users must own Java accounts.
- If using Floodgate, install matching Floodgate components on the proxy/server.
- Open the Bedrock UDP listener port.
- Test with one Bedrock client before advertising support.
- Document username prefix/suffix policy for permission and moderation tools.
Authentication Modes
Use online-mode Java auth when Bedrock players will sign in with Java accounts. Use Floodgate when Bedrock players should join with Bedrock identities.
Operational guardrails:
- Keep Floodgate key files private.
- Align permission plugin contexts with Bedrock-prefixed names.
- Test staff commands against a Bedrock account before granting broad access.
Resource Pack Delivery
For Java packs served to Bedrock clients:
- Convert the Java pack with
minecraft-resource-pack-conversion. - Place the converted Bedrock pack where Geyser expects packs for the chosen
deployment mode.
- Restart or reload Geyser as documented by the local install.
- Join with a Bedrock client and confirm download, UI, item, and block visuals.
Keep the Java pack and converted Bedrock pack versioned together.
Compatibility Triage
For login failures:
- Check Bedrock client version support.
- Check UDP firewall rules.
- Check Geyser startup logs for bind or remote-address errors.
- Check Floodgate key and forwarding configuration.
For gameplay differences:
- Identify whether the issue is protocol translation, plugin behavior, or pack
conversion.
- Reproduce with a vanilla Java account and a Bedrock account.
- Disable optional plugins in staging to isolate plugin compatibility.
For permission problems:
- Confirm the exact Bedrock username shown to the Java server.
- Check LuckPerms user records and inherited groups.
- Avoid wildcard staff grants to Bedrock test users.
Rollback
Rollback should be a reversible config change:
- Disable public Bedrock port exposure.
- Stop or unload Geyser.
- Leave Java server data untouched.
- Keep converted pack artifacts for post-incident review.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AIKUSAN
- Source: AIKUSAN/minecraft-agent-skills-bundle
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.