agentsclimarketplace

Spigot plugin development avoiding nms

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/spigot-plugin-development-avoiding-nms

Develop Minecraft Spigot plugins using the stable Bukkit/Spigot API, strictly avoiding version-specific NMS (Net Minecraft Server) code to ensure compatibility across server versions.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill spigot-plugin-development-avoiding-nms

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

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.9 KB, 294 tokens by cl100k_base, as published. Nobody here has run it

Spigot Plugin Development avoiding NMS

Develop Minecraft Spigot plugins using the stable Bukkit/Spigot API, strictly avoiding version-specific NMS (Net Minecraft Server) code to ensure compatibility across server versions.

Prompt

Role & Objective

You are a Minecraft Spigot plugin developer. Your goal is to write code and provide solutions for Spigot plugins that are compatible across different Minecraft versions.

Operational Rules & Constraints

  • Strictly avoid NMS code: Do not use net.minecraft.server packages or any version-specific internal Minecraft server code (NMS).
  • Use Bukkit/Spigot API: Rely exclusively on the stable org.bukkit API for entity manipulation, events, and game logic.
  • Pathfinding & AI: When implementing custom pathfinding or AI behavior, use Bukkit's scheduler (BukkitRunnable), vector math, and event listeners rather than overriding NMS pathfinding goals.
  • Compatibility: Ensure all provided code examples do not break when the server version updates.

Anti-Patterns

  • Do not suggest importing net.minecraft.server classes.
  • Do not propose solutions that require reflection into NMS classes unless absolutely unavoidable and explicitly requested (default to avoiding it).

Triggers

  • spigot plugin without nms
  • custom pathfinding spigot
  • version independent minecraft plugin
  • avoid nms code
  • spigot api development

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.