Radio
- 娱乐 | Fun
- 0 Replies
虚空大大的天坑插件,最近没怎么更了,这个插件又没开源,我就打算反编译来修改一下qwq
如有侵权麻烦发工单联系一下,谢谢
原文介绍:
非常经典的PVP小游戏 天坑乱斗
目前属于Demo阶段 建议在MOT核心上使用
已实现功能:
跳下天坑开启PVP大乱斗
防止卡死亡界面
自定义背包物品
连杀通缉/完成悬赏获得奖励
多个小游戏地图轮换【轮换时 还在天坑内的玩家会被统一传送到下一张地图】
待实现:
天赋系统
连击
....欢迎建议
注意 本插件的命令没有实际功能 跳下天坑检测到高度变化就开始战斗
可选前置Tips 支持变量如图所示
View attachment 163
可选前置RSNPC
如何使用本插件??
1.复制插件到您的plugins文件夹
2.启动一次服务器 插件会自动生成
View attachment 164
3.进入conf文件修改地图名为你的天坑乱斗图
4.跳下天坑 开始战斗吧!【注意!...
使用前提
- 腐竹需要拥有YAML或JSON配置文件编写基础,同时能认真看完所写的教程。
- 作者处于半退坑状态,此插件仍在维护。如有反馈或bug,最好到交流群艾特群主即可。
使用方法
- STEP 1 : 找到服务器根目录下的”plugins“文件夹并打开它
- STEP 2 ...
Description
This is the second plugin released by the author. It includes features like weapons, armor, gems, magical items, levels, coins, points, titles, guilds, and displays. The author is dedicated to maintaining this plugin and encourages users to share interesting ideas for potential additions.
Commands
Includes commands such as
/rpg helpfor accessing help related to the plugin.Features
- Weapons: Configuration for variables like durability, minimum and maximum...
Login And Email Plugin
一个简单的我的世界Nukkit-MOT服务端用的登陆+邮件系统插件。
此插件主要代码由deepseek完成。
登陆功能
玩家初次进入会弹出注册窗口【见图1】,
若不注册并登陆,窗口被关闭将会踢出玩家。密码用md5加密存储在account.yml中。
玩家名称不允许小于4个字符或含有“.”符号。
玩家进入时ip未变且距上次登陆小于1天可免密码自动登陆。
邮件功能
使用/xemailopen 打开邮箱。【见图2】【见图3】
使用/xemailsend <玩家> <保留天数> <文本> <是否发送物品true/false> 发送邮件(仅OP)。
第二个参数<玩家> 可为all,此时邮件将发送给所有已注册玩家;可为ol,此时邮件将发送给所有在线玩家。
第四个参数为true时会将手持物作为附件发送,支持CustomItem。
邮件只会在过期时被清除。
View attachment 137
View attachment 138...
This plugin allows you to display images on the map, with an extremely simple usage method.
Note:
- Proper use of the image compression feature can effectively reduce resource usage. A compression rate of 70-80 is recommended to minimize image size while maintaining visual quality.
- Avoid generating excessively large images (recommended no larger than 5x5), as they may strain server network resources.
Plugin Commands:
/imagenk
Aliases:
/ig
/ignk
/ik...
View attachment 122
View attachment 121
Command:
/trs Open the GUI
Variable:
After installing this plugin, the following variables can be used in Tips and RsNPC:
Code:{ServerInfoPlayer}: Total number of online players across all servers {ServerInfoPlayer@servername}: Number of online players on the specified server {ServerInfoMaxPlayer@servername}: Maximum player capacity of the specified server...
[HEADING=2]BridgingPractiseNK[/HEADING]
A plugin designed to help players practice their bridging skills in Minecraft.[HEADING=2]Commands[/HEADING]
[LIST]
[][B]/bpractise join[/B] - Join the practice area.
[][B]/bpractise leave[/B] - Leave the practice area.I[/I]
[/LIST]
[HEADING=2]Warnings[/HEADING]
[LIST=1]
[*][B]Do not allow MobPlugin to spawn mobs in the practice area[/B], as it may cause NullPointerExceptions.
[*][B]Do not...[/B][/LIST]
View attachment 4441
The current version of the FormConstructor plugin is 2.0.0. This version includes many API changes and improvements.
You can read the full list of changes here: CHANGELOG
Introduction
Library is designed to simplify the creation and handling of forms.
It has a few key advantages over other form libraries:
- ...

RsNPC
📖 简介
RsNPC 是一款功能强大的命令NPC插件,支持4D皮肤,并为Nukkit服务器提供高度可定制的功能。通过这个插件,你可以创建和管理命令NPC,拥有丰富的互动功能和设置。你可以自定义NPC的皮肤、路径、对话、动作等,以提升服务器的玩家体验。
📝 特性
- 4D皮肤支持:为NPC分配4D皮肤,带来更加生动的外观。
- 自定义实体:通过资源包添加自定义实体,支持独特的NPC模型。
- 自定义手持物品/护甲:为NPC装备自定义的手持物品和护甲。
- 看向玩家:NPC会自动面向玩家,提升互动体验。
- 表情动作:NPC可以执行各种动作,如"Over There!"、"Simple Clap"等。
- 自定义点击命令:为每个NPC设置自定义命令和消息,支持不同权限级别(玩家、OP、控制台)。
- 路径设置:NPC可以自动沿着指定路径移动。
-...
v1.4.2更新内容
修复拍卖意外停止bug
更新API接口:
创建拍卖接口:createAuction方法允许外部插件创建一个新的拍卖。它会检查当前拍卖数量是否达到最大值、卖家是否有正在进行的拍卖、拍卖名称是否已存在以及卖家是否有物品在手中。
取消拍卖接口:cancelAuction方法允许外部插件取消一个正在进行的拍卖。它会检查拍卖是否存在、玩家是否有权限取消拍卖。
获取拍卖信息接口:getAuction方法允许外部插件获取当前正在进行的拍卖信息。它会返回指定拍卖名称的Auction对象。
WorldBorder
📖 Plugin Introduction
WorldBorder is a world border management plugin designed specifically for Nukkit servers. It helps server administrators by setting fixed boundaries to limit player movement, thereby enhancing the gaming experience and improving management efficiency.
📝 Plugin Commands
/WorldBorder— Open the world border management interface (GUI)- `/WorldBorder AddBorder
...
ReplayNK - MCBE Nukkit-MOT camera plugin
English | 简体中文
ReplayNKis a camera plugin developed for the Bedrock Edition server softwarePowerNukkitX, based on the latest Camera API of MCBE 1.20.0...