Add Config

Add config.yml handling to a Minecraft plugin — a bundled default config, saveDefaultConfig() in onEnable, a typed settings accessor, and a reload path. Use this whenever the user wants configurable settings, options, a config file, tunable values, messages the admin can edit, a /reload command, or 'read this from config instead of hardcoding it' in their Bukkit/Paper plugin. Reads the target stack from .mcplugin/config.yml.

itamarb2010-jpg Updated

File contents

itamarb2010-jpg/McPluginSkill/tree/main/.claude/skills/add-config commit fcc15a8dac

Frequently asked questions

npx skillmds@latest add itamarb2010-jpg/add-config