← all publishers

Teddy563

@teddy563 source repo

13 published skills

  1. Audit Config · teddy563 bundle
    Audits a Minecraft server's configuration tree for performance, security and footgun issues and reports a prioritised fix list. Use whenever the user asks to "audit my config", "check my server config", "review paper-global.yml", "why is my server set up wrong", "is this config safe", "lint my server", or points at a folder containing server.properties, paper-global.yml, paper-world-defaults.yml, paper-world.yml, spigot.yml, bukkit.yml, purpur.yml or velocity.toml. Also use proactively after the user shares any of those files or pastes their contents. Flags online-mode/forwarding mismatches, exposed RCON, YAML tab characters, view-distance/simulation-distance mismatches, missing entity limits, and unsafe unsupported-settings. Reports findings as critical, high, medium and low.
    0
    installs
  2. Proxy Network · teddy563 bundle
    Sets up and troubleshoots Minecraft proxy networks with Velocity (recommended), BungeeCord or Waterfall. Use whenever the user mentions a proxy, Velocity, BungeeCord, Waterfall, "the network", "lobby server", "hub", multiple servers, "connect servers", server switching, velocity.toml, forwarding.secret, modern forwarding, "player info forwarding", "offline mode behind proxy", broken skins or UUIDs behind a proxy, "Unable to connect you... invalid forwarding", forced hosts, or moving players between backend servers. Covers velocity.toml structure, modern vs legacy forwarding, the forwarding.secret handshake, backend online-mode, and the BungeeCord-vs-Velocity "won't start" conflict. Prefer this skill over guessing.
    0
    installs
  3. Server Doctor · teddy563 bundle
    Diagnoses and maintains a running Minecraft server from local files and pasted output, read-only. Use whenever the user shares or points at a crash report, latest.log, or an error and asks why the server crashed, won't start, keeps crashing, freezes, or stopped responding; wants a health check or scorecard for a server folder; asks whether plugins are outdated or have a build for their version; or is planning a version upgrade or migration (to 26.1, Java 25, a new Paper build) and wants a go/no-go plan. Reads crash-reports, logs, the server profile, and the plugin set; names the likely culprit plugin and a fix; flags stale or incompatible plugins; and produces an ordered upgrade runbook. Plans and reports only; it never runs server commands or writes to a live server.
    0
    installs
  4. Skript Author · teddy563 bundle
    Writes, debugs and explains Skript scripts (.sk) for Minecraft servers. Use whenever the user mentions Skript, a .sk file, "sk reload", SkBee, skript-reflect, SkQuery, skript-yaml, SkRayFall, a custom command/event written in Skript, "my script doesn't work", Skript variables, "on right click", "every X seconds", or asks to make a shop/GUI/event in Skript. Knows Skript's event/condition/effect/ expression model, the reload-without-losing-variables workflow, common addon needs, and can fetch live syntax from the Skript Hub API. Defer exact addon syntax to the fetched reference; do not guess syntax patterns.
    0
    installs
  5. Gamemode Stacks · teddy563 bundle
    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.
    0
    installs
  6. Pterodactyl Ops · teddy563 bundle
    Operates Minecraft servers on the Pterodactyl Panel and its fork Pelican Panel. Use whenever the user mentions Pterodactyl, Pelican, "the panel", Wings, a game panel, eggs, allocations, "secondary port", RCON on a panel, SFTP to my server, "/home/container", egg variables, startup command, panel backups, "container out of memory", "Cannot allocate memory", or running Minecraft in Docker on a host panel. Covers RCON setup (secondary allocation), egg variables & the startup command, the AlwaysPreTouch/Xmx container-OOM footgun, panel backups (non-atomic), the client API (files/command/power), and Pelican-vs-Pterodactyl differences. Confirm before exposing RCON or deleting server files.
    0
    installs
  7. Server Branding · teddy563 bundle
    Builds a cohesive brand and copy kit for a Minecraft server from a name + vibe. Use whenever the user wants help with branding, a brand kit, a server name or naming ideas, a tagline or slogan, a color palette, a MOTD or "message of the day" or server-list text, rank names and prefixes, a rank ladder, store or Tebex package copy, a Discord category/channel/role layout, a welcome message or rules, scoreboard/TAB layout, join/leave/broadcast/vote/crate messages, kit or crate names, or wants any server text written in a particular tone or vibe (cozy SMP, hardcore anarchy, competitive PvP, kid-friendly, premium, meme). Emits MOTD and prefixes in the RIGHT format per plugin (MiniMessage vs legacy ampersand hex) using the format-target matrix. Hands rank tracks to permissions-helper and fetches real plugin keys with learn-plugin-docs; never invents config keys.
    0
    installs
  8. Gamemode Designer · teddy563 bundle
    Invents, scores, and plans original Minecraft server gamemodes, then turns the chosen idea into a concrete local build plan. Use whenever the user wants to start, create, or set up a server, brainstorm or invent a gamemode, asks for an original, unique, new, custom, or hybrid gamemode, wants to combine or fuse existing gamemodes, says "a server where X happens", "make me a server", "what gamemode should I make", "give me a fun server idea", or wants help taking an idea into an actual fun, re-engaging server. Generates concepts by combining archetype mechanics with one twist and a theme, scores each for fun and feasibility against real plugin stacks, then routes the build to new-server-bootstrap, gamemode-stacks, permissions-helper, and server-branding. Plans and writes locally only; never runs live server commands.
    0
    installs
  9. Learn Plugin Docs · teddy563 bundle
    Fetches and condenses the documentation for ANY Minecraft plugin or mod on demand into a local markdown reference. Use this skill whenever the user asks "how do I configure X", "what does X do", "where are X's docs", "set up X", "what are X's permission nodes/commands/config keys", or names any plugin you do not already have a confident, current reference for, even if they did not explicitly ask you to read docs. Knows the cheap channel per host: Modrinth and Hangar REST APIs, the GitBook .md-suffix trick plus llms.txt/llms-full.txt, raw GitHub READMEs and wikis, Skript Hub's syntax API, the SpigotMC JSON API, and a Readability fallback for unknown hosts. Writes a condensed REFERENCE.md under skills/_cache/[slug]/ and tells you to read that instead of re-fetching. Use before answering any uncertain plugin-specific question; do not guess keys.
    0
    installs
  10. Performance Tuning · teddy563 bundle
    Diagnoses and fixes Minecraft server lag, low TPS, high MSPT, GC pauses and out-of-memory crashes. Use whenever the user says "my server is laggy", "low TPS", "TPS drops", "high MSPT", "stuttering", "freezing", "out of memory", "OOM", "GC pause", "what JVM flags", "Aikar's flags", "how much RAM", "Xmx", "view-distance", "simulation-distance", "entity activation range", "mob farms lagging", "hopper lag", "chunk lag", "spark profiler", or asks how to make their Paper/Purpur/Folia server run faster. Covers Spark profiling, Aikar's flags vs Generational ZGC on Java 25, heap sizing, view/simulation distance, entity activation ranges, mob spawn limits, hopper and chunk tuning. Prefer this skill over guessing; quote real flag and config values.
    0
    installs
  11. Permissions Helper · teddy563 bundle
    Helps configure Minecraft permissions with LuckPerms (and Vault bridging). Use whenever the user mentions LuckPerms, "lp" commands, permissions, permission nodes, groups, tracks, prefixes/suffixes, weight, inheritance, contexts, per-world or per-server permissions, "promote/demote", ranks, ladders, "permission denied" for a command, wildcard nodes, or asks how to give a rank access to something. Covers groups vs tracks vs contexts vs meta, the permission.feature.action node convention, context keys (server, world, gamemode, dimension-type), static server contexts for networks, and prefix/ weight resolution. Prefer this skill over guessing node names.
    0
    installs
  12. New Server Bootstrap · teddy563 bundle
    Bootstraps a brand-new Minecraft server from scratch (Paper, optionally with a Velocity proxy). Use whenever the user says "set up a new server", "start a Minecraft server from scratch", "how do I make a server", "fresh install", "download Paper", "what Java do I need", "first time server setup", "create a network", "eula.txt", "startup script", "set up Velocity", or is greenfielding any server. Knows the current Paper Fill v3 download API, the Java 25 requirement, the EULA + first-run flow, a Java-25 + Aikar's-flags startup script, sane server.properties starter values, and Velocity modern-forwarding setup. Hand off the gamemode plugin stack to gamemode-stacks and the final review to audit-config.
    0
    installs
  13. Minecraft Server Router · teddy563
    Routes and answers ANY Minecraft server administration question. Use aggressively, even when the user names no tool. Trigger whenever the user mentions a Minecraft server, Paper, Purpur, Folia, Spigot, Bukkit, Velocity, Pterodactyl; server.properties, paper-global.yml, paper-world.yml, spigot.yml, velocity.toml; RCON, TPS, MSPT, lag, "my server is laggy", OOM, "out of memory", view-distance, simulation-distance, mob spawns, entity activation, chunk loading, Aikar's flags, JVM tuning; LuckPerms, EssentialsX, WorldGuard, GriefPrevention, CoreProtect, MythicMobs, ItemsAdder, Oraxen, PlaceholderAPI, Vault, Skript, BentoBox, Towny or Factions; or any gamemode: SMP, skyblock, prison, factions, towny, minigames, RPG, MMO, anarchy, KitPvP, lifesteal, creative. Phrases like "my server", "the SMP", "the network", "config a plugin", "find a plugin for X" are in scope. Do NOT use for writing Bukkit/Spigot plugin Java code, Fabric/Forge mod authoring, or Bedrock-only servers; Geyser/Floodgate hybrids ARE in scope.
    0
    installs