- ◆ 支持核心
- CatServer
- ◆ 插件前置
- 无
- ◆ 游戏版本
- 1.12.2
一个简单的插件
1.指令
/hiu reload 重新加载配置文件
2.功能
在配置文件中添加携带物的材质
如果宝可梦有这个东西绑定(指不可用交换机交换)
并且在点击交换机的时候执行Commands
在交换完成之前取消交易执行reason
配置文件如下
该想法由左道提供 ,对于代码还不是很熟练,接受建议于批评
1.指令
/hiu reload 重新加载配置文件
2.功能
在配置文件中添加携带物的材质
如果宝可梦有这个东西绑定(指不可用交换机交换)
并且在点击交换机的时候执行Commands
在交换完成之前取消交易执行reason
配置文件如下
代码:
Item:
- PIXELMON_POWER_LENS
Lore:
- "测试"
Commands:
untradeable: #这里是原版提供的不可交易
- say &e%player%的[%slot%]位的[%pokemon%]不可交易
helditembind:
- say &e%player%的[%slot%]位的[%pokemon%]不可交易
reason:
player0: #当两个人都不可交换的时候执行这个
- tell %player1% &c交易取消!&e因为%player1%的[%pokemon1%]不可交易并且%player2%的[%pokemon2%]也不可交易
- tell %player2% &c交易取消!&e因为%player1%的[%pokemon1%]不可交易并且%player2%的[%pokemon2%]也不可交易
player1: #当其中一个人有不可交换的时候执行这个 player1就是有不可交易精灵的玩家
- tell %player1% &c交易取消!&e因为%player1%的[%pokemon1%]不可交易
- tell %player2% &c交易取消!&e因为%player1%的[%pokemon1%]不可交易
player2: #当其中一个人有不可交换的时候执行这个 player2就是有不可交易精灵的玩家
- tell %player1% &c交易取消!&e因为%player2%的[%pokemon2%]不可交易
- tell %player2% &c交易取消!&e因为%player2%的[%pokemon2%]不可交易