agentsclimarketplace

Gamemode stacks

Skill Teddy563/mcwrench/skills/gamemode-stacks

AI Minecraft server admin that audits configs, fixes lag, sets up proxies and permissions, picks plugin stacks, and learns any plugin's docs on demand. Works in Claude Code, Claude.ai, Codex, Antigravity, and Gemini CLI.

Install
npx -y skills add Teddy563/mcwrench --skill gamemode-stacks

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Recommends and configures the canonical plugin stack for any Minecraft server gamemode/archetype. Use whenever the user mentions an SMP, survival server, skyblock, prison, factions, towny, minigames, a network or BedWars, RPG, MMO, MMORPG, anarchy, creative or build server, KitPvP, lifesteal, OneBlock, GenPvP, BoxPvP, SkyPvP, the Pit, OP prison/skyblock/factions, HCF, practice or duels, SkyWars, survival games, earth or geopolitical, or asks "what plugins do I need for a [gamemode] server", "how do I set up a [gamemode]", "what's a good stack for", "best plugins for my SMP/skyblock/prison/etc", or "I'm starting a [gamemode] server". Knows the core + supporting plugins, the config touchpoints, and the common pitfalls for each archetype, and defers exact config keys to the learn-plugin-docs skill. Pair with new-server-bootstrap for greenfield setups and audit-config to review the result.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.3 KB, as published. Nobody here has run it

Gamemode Stacks

Pick and configure the right plugin stack for the server's archetype. Each archetype has a dense reference under references/. Read the matching reference, then fetch exact config keys with learn-plugin-docs — never invent keys or version numbers.

Routing

ArchetypeReferenceTrigger words
Survival / SMPreferences/survival-smp.mdsmp, survival, vanilla+
Skyblockreferences/skyblock.mdskyblock, island, BentoBox
Prisonreferences/prison.mdprison, mines, rankup, prestige
Factionsreferences/factions.mdfactions, raid, TNT, power
Townyreferences/towny.mdtowny, town, nation, siege
Minigames / networkreferences/minigames-network.mdnetwork, lobby, hub, bedwars, minigames
RPG / MMOreferences/rpg-mmo.mdrpg, mmo, mmorpg, MythicMobs, custom items
Anarchyreferences/anarchy.mdanarchy, no rules, dupe, lag machine
Creative / buildreferences/creative-build.mdcreative, build, plots, WorldEdit
KitPvPreferences/kitpvp.mdkitpvp, kits, arena pvp
Lifestealreferences/lifesteal.mdlifesteal, hearts, revive
OneBlockreferences/oneblock.mdoneblock, one block, AOneBlock
GenPvPreferences/genpvp.mdgenpvp, generators, gens pvp
BoxPvPreferences/boxpvp.mdboxpvp, box pvp, island pvp
SkyPvPreferences/skypvp.mdskypvp, sky pvp, ender pearl, soup
The Pitreferences/the-pit.mdthe pit, pit, ffa arena
OP Prisonreferences/op-prison.mdop prison, opprison, autosell, tokenenchant
OP Skyblockreferences/op-skyblock.mdop skyblock, opskyblock, sellwand, spawners
OP Factionsreferences/op-factions.mdop factions, opfactions, printer, koth
HCFreferences/hcf.mdhcf, hardcore factions, deathban, sotw, classes
Practice PvPreferences/practice-pvp.mdpractice, duels, ranked, elo, 1v1
BedWarsreferences/bedwars.mdbedwars, beds, generators, MBedwars
SkyWarsreferences/skywars.mdskywars, sky wars, floating islands
Survival Gamesreferences/survival-games.mdsurvival games, hunger games, sg
Earth SMPreferences/earth-smp.mdearth, earthmc, geopolitical, towny earth

Method

  1. Identify the archetype (ask if ambiguous — e.g. "SMP with claims" vs "anarchy").
  2. Read the matching reference for the canonical stack + touchpoints + pitfalls.
  3. Confirm server software/version and whether it's behind a proxy (networks → proxy-network).
  4. For any plugin whose exact config keys/permissions you need, run learn-plugin-docs <plugin>.
  5. For a brand-new server, hand off the base setup to new-server-bootstrap, then return here for the gamemode stack. Review the final config with audit-config and tune via performance-tuning.

Cross-cutting truths

  • One claims plugin per server (GriefPrevention or Lands, not both). One skyblock engine (BentoBox or SuperiorSkyblock2). One custom-items engine (ItemsAdder or Oraxen).
  • Networks need consistent modern forwarding across every backend (proxy-network).
  • Heavy content = TPS cost (MythicMobs AI, big mob farms, FAWE edits) — profile with Spark (performance-tuning) before blaming the host.
  • Ranks/ladders (prison A→Z→Prestige, staff tiers) live in LuckPerms tracks (permissions-helper), not raw inheritance.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.