AgentStack
MrPippi avatar

MrPippi

45 listings · 0 installs

Open-source publisher. Listings imported from github.com/MrPippi — credited to the original author with their license.

↗ github.com/MrPippi
45 results
Self-run
SKILL

Nms Attribute Modifier

透過 NMS AttributeMap/AttributeModifier 動態修改實體屬性(MAX_HEALTH、ATTACK_DAMAGE 等),比 Bukkit API 更精確(Paper NMS + Mojang-mapped)/ Dynamically modify entity attributes via NMS AttributeMap/AttributeModifier

0
3
Free
Self-run
SKILL

Generate Velocity Plugin Skeleton

依輸入參數產生完整的 Velocity proxy plugin 骨架,包含 build.gradle、@Plugin 主類、velocity-plugin.json(由 annotation processor 自動生成)。當使用者說「建立 Velocity 插件」、「Velocity plugin skeleton」、「proxy plugin」、「generate velocity plugin」時自動應用。

0
3
Free
Self-run
SKILL

Purpur Api Caller

為 Purpur 伺服器插件產生正確的 Purpur-specific Java API 調用代碼,包含 Purpur 專屬事件(PlayerAFKEvent)、purpur.yml 配置讀取、Purpur/Paper 雙平台相容守衛。當使用者說「Purpur API」、「PlayerAFKEvent」、「purpur.yml」、「Purpur 特有功能」時自動應用。

0
3
Free
Self-run
SKILL

Scoreboard

A Claude skill from MrPippi/MJP-Claude-Skills.

0
1
Free
Self-run
SKILL

Scheduling

A Claude skill from MrPippi/MJP-Claude-Skills.

0
1
Free
Self-run
SKILL

Nms Reflection Bridge

反射式 NMS 存取橋接:避開 CraftBukkit v1_21_R1 版本編譯依賴,透過 reflection 快取取得跨版本相容性 / Reflection-based NMS bridge for cross-version compatibility without Paperweight compile dependency

0
2
Free
Self-run
SKILL

Generate Cicd Workflow

為 Bukkit/Paper 插件 Maven 專案產生 GitHub Actions CI/CD workflow,包含 build、test、release 三個 job,支援自動版本打標籤、上傳 JAR 至 Release。當使用者說「幫我建立 CI/CD」、「GitHub Actions workflow」、「自動化部署插件」、「自動發布 JAR」時自動應用。

0
5
Free
Self-run
SKILL

Spigot Paper Api Caller

為 Minecraft Bukkit/Spigot/Paper 插件產生正確的 Java API 調用代碼,包含事件系統、指令、玩家操作、世界操作、物品堆疊、NBT、調度器等。當使用者詢問「如何用 API 做 X」、「幫我寫調用 XXEvent 的代碼」、「Paper API 怎麼用」時自動應用。

0
3
Free
Self-run
SKILL

Inventory

A Claude skill from MrPippi/MJP-Claude-Skills.

0
3
Free
Self-run
SKILL

Generate Plugin Message Handler

為 Velocity proxy plugin 產生 PluginMessageEvent 處理器,支援自訂 namespaced channel 和 BungeeCord 相容 channel,含 ByteStreams 序列化、ForwardResult 設定、proxy-to-backend 回應範例。當使用者說「plugin messaging」、「PluginMessageEvent」、「proxy channel」、「傳訊息給後端伺服器」時自動應用。

0
1
Free
Self-run
SKILL

Generate Config Yml

依使用者提供的功能清單,產生結構完整、含預設值與繁體中文註解的 config.yml,並同步產生對應的 Java ConfigManager 類別。當使用者說「幫我產生 config.yml」、「設定檔怎麼寫」、「ConfigManager」、「讀取配置」時自動應用。

0
2
Free
Self-run
SKILL

Generate Event Listener

依使用者指定的 Bukkit/Paper 事件名稱清單,產生對應的 Listener 類別骨架,含正確的 @EventHandler 宣告、EventPriority 設定、ignoreCancelled 選項、常見欄位取用範例,以及在主類中的註冊方式。當使用者說「監聽事件」、「幫我寫 Listener」、「EventHandler 怎麼用」、「產生事件監聽器」時自動應用。

0
2
Free
Self-run
SKILL

Nms Packet Sender

產生封包發送工具類,透過 ServerPlayer.connection 將 Clientbound 封包推送至客戶端(Paper NMS + Mojang-mapped)/ Generate packet sender utility to push Clientbound packets via ServerPlayer.connection

0
1
Free
Self-run
SKILL

Items

A Claude skill from MrPippi/MJP-Claude-Skills.

0
2
Free
Self-run
SKILL

Nms Packet Interceptor

透過 Netty ChannelDuplexHandler 注入玩家連線管線,攔截/修改 Clientbound 與 Serverbound 封包 / Intercept and modify packets via Netty pipeline injection

0
3
Free
Self-run
SKILL

Commands

A Claude skill from MrPippi/MJP-Claude-Skills.

0
2
Free
Self-run
SKILL

Generate Proxy Event Listener

為 Velocity proxy plugin 產生 @Subscribe 事件監聽器,支援連線事件(LoginEvent, PostLoginEvent, DisconnectEvent)和伺服器切換事件(ServerConnectedEvent, PlayerChooseInitialServerEvent)。當使用者說「監聽 Velocity 事件」、「proxy event listener」、「login event」、「server switch」時自動應用。

0
2
Free
Self-run
SKILL

Generate Test Suite

依插件主類與功能描述,產生 JUnit 5 + MockBukkit 單元測試套件骨架,含 pom.xml 依賴設定、MockBukkit 伺服器初始化樣板、常見的玩家/事件/指令測試範例。當使用者說「幫我寫測試」、「MockBukkit 怎麼用」、「JUnit 5 插件測試」、「單元測試骨架」時自動應用。

0
2
Free
Self-run
SKILL

Messaging

A Claude skill from MrPippi/MJP-Claude-Skills.

0
3
Free
Self-run
SKILL

Adventure

A Claude skill from MrPippi/MJP-Claude-Skills.

0
2
Free
Self-run
SKILL

Nms Particle Effect

透過 ClientboundLevelParticlesPacket 實現進階 NMS 粒子效果:客戶端專屬、大量粒子、自定義參數(Paper NMS + Mojang-mapped)/ Advanced NMS particle effects via ClientboundLevelParticlesPacket with per-client and bulk support

0
1
Free
Self-run
SKILL

Events

A Claude skill from MrPippi/MJP-Claude-Skills.

0
4
Free
Self-run
SKILL

Permissions

A Claude skill from MrPippi/MJP-Claude-Skills.

0
3
Free
Self-run
SKILL

Nms Custom Menu

繼承 AbstractContainerMenu 建立自定義容器 GUI,支援 slot 事件攔截與資料同步(Paper NMS + Mojang-mapped)/ Build custom container GUIs by extending AbstractContainerMenu with slot event handling

0
2
Free
Self-run
SKILL

Nms Version Adapter

多版本 NMS 相容性 Adapter 模式:抽象介面 + 版本特定實作 + runtime dispatch,讓同一 plugin 支援多個 MC 版本 / Multi-version NMS compatibility adapter pattern

0
3
Free
Self-run
SKILL

Generate Placeholder Expansion

為 Bukkit/Paper 插件產生 PlaceholderAPI Expansion 類別,依使用者提供的 placeholder 清單產生對應的處理邏輯,含 pom.xml 依賴設定、plugin.yml 軟依賴宣告、PlaceholderAPI 是否安裝的檢查,以及測試方法。當使用者說「PlaceholderAPI」、「PAPI 擴充」、「幫我寫 placeholder」、「%myplugin_xxx%」時自動應用。

0
3
Free
Self-run
SKILL

Generate Permission System

依使用者提供的權限節點清單,產生完整的 Bukkit PermissionManager 工具類別、plugin.yml permissions 區段宣告,含繼承樹設計、預設值設定、OP 判斷。當使用者說「幫我建立權限系統」、「PermissionManager」、「permission node」、「權限節點」時自動應用。

0
1
Free
Self-run
SKILL

Nms Data Component

操作 Minecraft 1.21 DataComponentType 物品組件系統,讀寫 CustomData、MaxStackSize、Enchantments 等組件(Paper NMS + Mojang-mapped)/ Read and write 1.21 DataComponentType item components including CustomData, MaxStackSize, Enchantments

0
1
Free
Self-run
SKILL

Generate Plugin Skeleton

依輸入參數(插件名稱、主類包名、目標 MC 版本、API 種類)產生完整的 Bukkit/Paper 插件 Maven 專案骨架,包含 pom.xml、plugin.yml、主類 Java 檔案。當使用者說「幫我建立插件骨架」、「新建插件專案」、「plugin skeleton」、「建立 Maven 插件」時自動應用。

0
3
Free
Self-run
SKILL

Nms Custom Entity

建立自定義 NMS 實體:繼承現有 Mob 類別、自訂 PathfinderGoal、替換 vanilla 實體行為 / Create custom NMS entities with custom PathfinderGoal AI

0
2
Free
Self-run
SKILL

Nms Nbt Manipulation

直接操作 CompoundTag 讀寫物品、實體、方塊實體的 NBT 資料(Paper NMS + Mojang-mapped)/ Read and write NBT data on items, entities, and block entities via CompoundTag

0
3
Free
Self-run
SKILL

Generate Message System

依使用者提供的訊息鍵值清單,產生 messages.yml 設定檔與 MessageManager Java 類別,支援 MiniMessage / Legacy 格式、PlaceholderAPI 佔位符替換、前綴設定。當使用者說「幫我建立訊息系統」、「MessageManager」、「messages.yml」、「MiniMessage」時自動應用。

0
3
Free
Self-run
SKILL

Effects

A Claude skill from MrPippi/MJP-Claude-Skills.

0
2
Free
Self-run
SKILL

Nms Block Entity

實作自定義 NMS BlockEntity(含 NBT 序列化、Tick 邏輯、客戶端同步),比 Bukkit BlockState 更靈活(Paper NMS + Mojang-mapped)/ Implement custom NMS BlockEntity with NBT serialization, tick logic, and client sync

0
3
Free
Self-run
SKILL

Nms Player Profile

操作 GameProfile 進行 skin 注入,用於 NPC 外觀設定與假玩家實體(Paper NMS + Mojang-mapped)/ Manipulate GameProfile for skin injection used in NPC appearance and fake player entities

0
3
Free
Self-run
SKILL

Generate Database Manager

為 Bukkit/Paper 插件產生 SQLite/MySQL 雙模式 DatabaseManager 類別,使用 HikariCP 連線池,含非同步查詢封裝、資料表初始化、CRUD 操作範例,以及 pom.xml 依賴設定。當使用者說「幫我建立資料庫管理器」、「DatabaseManager」、「SQLite 插件」、「MySQL HikariCP」時自動應用。

0
3
Free
Self-run
SKILL

Entities

A Claude skill from MrPippi/MJP-Claude-Skills.

0
3
Free
Self-run
SKILL

Generate Waterfall Plugin Skeleton

依輸入參數產生完整的 Waterfall/BungeeCord proxy plugin 骨架,包含 build.gradle、plugin.yml、繼承 net.md_5.bungee.api.plugin.Plugin 的主類、事件監聽器和指令。當使用者說「建立 Waterfall 插件」、「BungeeCord plugin skeleton」、「bungeecord proxy plugin」、「generate waterfall plugin」時自動應用。

0
2
Free
Self-run
SKILL

Nms Chunk Access

透過 NMS LevelChunk 直接讀寫方塊、高度圖、ChunkSection 資料,比 Bukkit Chunk API 更快更底層(Paper NMS + Mojang-mapped)/ Direct LevelChunk block, heightmap, and ChunkSection access for high-performance operations

0
2
Free
Self-run
SKILL

Nms Boss Event

透過 NMS ServerBossEvent 操作 Boss Bar 進度條、顏色、風格、可見性,實現每人獨立 Boss Bar(Paper NMS + Mojang-mapped)/ Operate Boss Bar progress, color, style, and per-player visibility via NMS ServerBossEvent

0
3
Free
Self-run
SKILL

Nms Scoreboard

透過 NMS Scoreboard/Objective/Team API 操作 sidebar、tablist 顯示名稱與計分板(Paper NMS + Mojang-mapped)/ Operate sidebar, tablist, and scoreboard via NMS Scoreboard/Objective/Team API

0
2
Free
Self-run
SKILL

Integrate Vault

為 Bukkit/Paper 插件整合 Vault 經濟 API,產生 EconomyManager 類別、pom.xml 依賴設定、plugin.yml 宣告,含存款、扣款、查詢餘額、軟依賴降級處理。當使用者說「Vault 整合」、「經濟插件」、「EconomyManager」、「Vault API」、「存款扣款」、「幫我整合 Vault」時自動應用。

0
6
Free
Self-run
SKILL

Generate Bungeecord Channel

為 Waterfall/BungeeCord proxy plugin 產生 plugin messaging channel 處理器,支援自訂頻道和 BungeeCord 內建 sub-channel(Connect、GetServer、PlayerCount 等),含 ByteStreams 序列化和 event.setCancelled() 正確用法。當使用者說「BungeeCord channel」、「PluginMessageEvent Waterfall」、「plugin messaging BungeeCord」、「自訂頻道 Waterfall」時自動應用。

0
3
Free
Self-run
SKILL

Generate Command Handler

依使用者提供的指令名稱與子指令清單,產生完整的 Bukkit CommandExecutor + TabCompleter 類別,含子指令路由、權限節點、玩家/控制台環境判斷、參數驗證,以及 plugin.yml 宣告範例。當使用者說「幫我建立指令」、「新增 CommandExecutor」、「TabCompleter 怎麼寫」時自動應用。

0
3
Free
Self-run
SKILL

Sync Website Skill

在 MPS 專案新增或更新 Cursor Agent Skill 後,同步更新網站展示內容。負責在 web/data/skills/ 建立對應的 .md 資料檔、在必要時更新 CategoryIcon.tsx、以及更新 skills-registry.yml。當使用者說「更新網站」、「更新網頁內容」、「同步 Skill 到網站」、「新增 Skill 後更新網頁」時自動應用。

0
2
Free
You've reached the end · 45 loaded