| AnyItemEffects 任何物品效果 | |
|---|---|
| |
具有定制效果和附魔的定制物品! |
| 作 者 | kohlerpop1 |
| 发布时间 | 2019年1月16日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13 |
插件详细介绍
✨ArmorEffects 插件允许你为 Minecraft 中的盔甲、武器和物品添加自定义效果和附魔。所有配置都基于 config.yml 文件,简单易用。
config.yml 文件!/anyitemeffects/ae, /aiArmorEffects.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 界面
# 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