AnyItemEffects 任何物品效果
作者:kohlerpop1
发布时间:2019年1月16日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12,1.13
具有定制效果和附魔的定制物品!
点此下载插件详细介绍
✨ArmorEffects 插件允许你为 Minecraft 中的盔甲、武器和物品添加自定义效果和附魔。所有配置都基于 config.yml 文件,简单易用。
✨ArmorEffects
📚插件描述
- 为任何盔甲、武器或物品添加药水效果或附魔!
- 所有配置都基于
config.yml文件!
⚙️命令
- 主命令:
/anyitemeffects - 别名:
/ae,/ai
🔑权限
ArmorEffects.Use- 使用主命令ArmorEffects.Reload- 使用/armor reload命令ArmorEffects.Items- 使用/armor items命令ArmorEffects.Create- 使用/armor new和/armor gui命令ArmorEffects.*- 使用所有/armor命令和参数
📌可选参数
/ae help- 显示帮助信息/ae reload- 重载插件/ae items- 打开物品物品栏/ae gui- 打开物品创建 GUI 界面
🛠️配置 (config.yml)
# EDIT ALL OPTIONS AND MESSAGES HERE
# Each items must have a unique identifier, enabled or not, the material, a name, and at least 1 effect. The rest is optional!
# For Effect Types make sure to use these...
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# For Enchant Types make sure to use these...
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
Messages:
NotPlayer: '&4&lError: &cYou are not a player!'
NoPermission: '&4&lError: &cYou don''t have permission to use this command!'
PluginReloaded: '&e&lInfo: &aPlugin Reloaded'
Items:
example:
Enabled: true
Material: DIAMOND_BOOTS
Name: '&6&lExample Item With Effects'
Lore: '&6Create multiple lines;&6separated by a semicolon!'
Effects:
- JUMP;2;0 # EffectName;Level;DurationInSeconds - Leave Duration 0 for infinite time!
Enchants:
- ARROW_INFINITE;1
example2:
Enabled: true
Material: DIAMOND_CHESTPLATE
Name: '&b&lLEL'
Effects:
- INVISIBILITY;2;0
📜条款与协议
通过下载/使用此插件,您同意以下条款:
- 您不得声称此插件是您自己的。
- 您不得反编译该插件。
- 您不得修改代码或插件,并且/或者将其称为您自己的。
- 您不得重新分发此插件。
- 您不能出售此插件。
- 条款如有更改,恕不另行通知或同意。
🔗源码地址: HERE