- 版权类型
- 原创
- 插件中文名称
- 物品药水效果
- 插件英文名称
- KalpaHandPotionEffect
- 原帖地址
- #
- 支持的核心(服务端)
- Spigot
- Paper
- 语言支持
- 中文(简体)
- 适配版本(Java)
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
该插件的功能是玩家身上拥有指定内容的物品,会获得指定药水效果,支持任何判断,并且支持注册更多的判断条件等,以下是效果图
[MD]
# config.yml配置
```
# 禁止手持物品在指定的世界生效
blackWorlds:
- 'world'
```
# 物品内容配置(不知道为什么不能空格,根据示例来写就行)
```
节点名
example:
# 药水类型(可写多种)
type:
- 'SLOWNESS:1'
# 物品条件
condition:
# lore是否有该内容
- 'lore:example_lore'
# 名字是否相同
- 'name:example_name'
# nbt节点路径用.代替
- 'nbt:example.node:nbt_value'
# 自定义条件,不写默认没有条件(使用的kether,必须最后一行是判断)
custom: |-
check player level >= 20
```
[/MD]
[MD]
# config.yml配置
```
# 禁止手持物品在指定的世界生效
blackWorlds:
- 'world'
```
# 物品内容配置(不知道为什么不能空格,根据示例来写就行)
```
节点名
example:
# 药水类型(可写多种)
type:
- 'SLOWNESS:1'
# 物品条件
condition:
# lore是否有该内容
- 'lore:example_lore'
# 名字是否相同
- 'name:example_name'
# nbt节点路径用.代替
- 'nbt:example.node:nbt_value'
# 自定义条件,不写默认没有条件(使用的kether,必须最后一行是判断)
custom: |-
check player level >= 20
```
[/MD]