MineClear - Mine Sweeper Game Plugin
A mine sweeper game plugin developed for Nukkit servers, supporting custom game areas, timing functions, and game record saving.
Features
...
Custom mine sweeper game areas
Game timing function
Game record saving
Automatic game reset when player leaves the area
Automatic game reset when player switches maps
Custom mine count setting
Beautiful game interface
Fake Inventories
Easily create fake inventories that players can interact with.
Download
Usage
1. Add Dependency in plugin.yml
depend: - FakeInventories2. Get Service
public void onEnable() { RegisteredServiceProvider<FakeInventories> provider = getServer().getServiceManager().getProvider(FakeInventories.class); if (provider == null || provider.getProvider() == null) {...
1.1.0
注意事项
- 从版本
1.0.1配置文件的自动更新不会受到配置文件的控制,配置文件如果有新的内容将会自动执行更新- 从版本
1.0.1起会对配置文件的版本号有异常的配置文件进行重置,在重置时会对旧配置文件进行备份- 不要随意修改配置文件的版本号,否则配置文件的更新机制所带来的后果需要自负
- 建议备份好已经配置好的配置文件,以便在配置文件自动更新时出现问题可以及时恢复
更新内容
- 删除代码中无用的参数 < ea296d7c >
- 调整并精简部分代码 <...
FireworkShow Plugin
A Nukkit plugin that creates spectacular automated firework displays in your Minecraft Bedrock Edition server.
Features
- Automated Firework Shows: Create stunning firework displays that run automatically in specified worlds
- Multi-World Support: Configure different firework shows for different worlds
- Customizable Positions: Set multiple spawn positions for fireworks in each world
-...
CustomCraft
A custom crafting and furnace recipe plugin for Nukkit-MOT
Features
- Supports shapeless crafting (similar to dye crafting)
- Supports shaped crafting (similar to tool crafting, requires a specific pattern)
- Supports craft count limits
- Supports extra output items
- Supports NBT items as crafting inputs or outputs
- Provides convenient in-game commands to add item configurations
Installation
- Download the CustomCraft plugin
.jar...
RedirectCMD
A very simple command replacement plugin, initially designed for ElysianArena.
Feature Overview
This plugin allows customization of command aliases via a configuration file. When a player or the console executes a registered alias command, it automatically triggers a predefined series of commands.
Core Features
- Dynamic Command Registration: Automatically registers commands based on the configuration file...
PepperShop-MOT
A Nukkit plugin, developed based on PepperShop, which in turn is based on QuickShopX, and QuickShopX itself is derived from the original QuickShop plugin by author WetABQ.
Features of PepperShop-MOT
- Support for Nukkit-MOT
- Compatible with the latest version of the Land plugin...
如果你是一个网易Java区的服主,那么你应该知道SpigotMaster,所以NukkitMaster也是这个道理(ResourceMonitor
A simple little plugin I casually wrote to check the server's storage and memory usage.
Ready to use out of the box~
Commands:
/checks - OP/console only
Tips:
The plugin does not process asynchronously. The querying process will occupy the main thread, causing the server to lag for a moment. Don't idly spam /checks for no reason.
1.0.1
注意事项
- 请不要随意修改语言文件的版本号,若随意修改语言文件的版本号可能导致更新检测功能出现异常,届时后果自负!
- 从版本
1.0.0-beta5起,配置文件的版本号存异常时重置配置文件前生成备份文件,但在使用时还是不要随意修改配置文件的版本号- 从版本
1.0.1起,对语言文件的更新机制改成无损更新,不会对已有的内容进行改动(如果某项语言文本被移除会自动从语言文件中自动删除)- 从版本
1.0.1起,如果语言文件的版本号出现异常会对其进行重置并在重置前生成备份
更新 / 使用 建议
- 如果没有对语言文件有修改内容的需求建议使用插件内置的语言文件
更新内容
- 调整播放音效的代码 < be1b786 >
2...
AXDA - Script Engine
Nukkit平台上的JavaScript脚本插件加载器,基于GraalVM实现。 兼容 LegacyScriptEngine(LSE)的API。
安装脚本插件
JS脚本插件存放在 plugins/ 目录下,启动服务器插件将会自动加载。
命令
ase ls 打印已加载的脚本插件列表
ase reload 重新加载所有的脚本插件
LSE兼容性
ASE API目标将兼容绝大部分LSE API,基于LSE开发的JavaScript插件可以直接在ASE上运行,查看LSE文档请移步至https://lse.levimc.org/zh/
Fix:
- Fixed Flight Mode Error
- Fixed bStats Error
Add:
- Added language selection option in the plugin settings page



ParkoutNK-MOT
插件介绍
本插件为Nukkit服务器提供完整的跑酷游戏系统,支持自定义跑酷路线、实时计时、排行榜、传送点配置等功能。主要特点包括:
- 🏁 多地图支持
- ⏱️ 实时计时与暂停功能
- 🏆 自动更新排行榜
- 📍 可视化路径点设置
- 🔧 管理员便捷配置工具
- 📊 玩家数据持久化存储
完整配置流程
第一步:创建跑酷实例
- 站在要作为主大厅的位置执行命令:
/pk create <跑酷名称> # 示例:/pk create ForestParkour第二步:设置关键位置
- 设置起点(玩家开始位置):
/pk set start <名称> [x y z] # 示例:/pk set start ForestParkour
- 设置终点(完成位置):
/pk set end <名称> [x y z] # 示例:/pk set end ForestParkour4...
AutoResourceChest
自动刷新资源箱
支持自动转换整个世界箱子
浮空字显示刷新时间(靠近显示离远消失,不影响藏箱子)
潜行点击GUI配置箱子
支持设置每个玩家打开次数限制(做新手资源箱或特殊宝箱)
支持设置固定物品
支持设置随机物品数量限制
View attachment 57059
View attachment 57060
View attachment 57061
View attachment 57062
插件命令:
/arc help 查看帮助
/arc create <配置名称> 创建一个资源箱配置
/arc place <配置名称> 放置一个资源箱
/arc saveItem...