我的世界插件Cloud Orbs | 4 Different Orb Types | Create Custom Orbs! // 1.22
我的世界插件Cloud Orbs | 4 Different Orb Types | Create Custom Orbs! // 1.22
我的世界插件购买地址:”https://www.mcbourse.cn/thread-2051-1-1.html”
描述
Cloud Orbs 是一个插件,您可以在其中使用自定义球体奖励您的玩家,这些球体可以为他们提供一些特殊效果!
config.yml
代码:
#—————————————- —————#
# #
# 插件创建和设计 #
# 由云团队 #
# # # 插件创建者
#
# ~CHUBBYDUCK1 #
# #
#—— ———————————————- —–#
##
Example Configuration
#
# Fly: <– Orb Name
# Item:
# Color: AQUA <– Orb Color
# Name: ‘&b&lFly Orb &7(%time%)’ <– Orb 显示名称
# Lore: <– Orb 知识
# – ‘ ‘
# – ‘&b&lInformation’
# – ‘ &3&l* &fTimer: &7%time%’
# – ‘ &3&l* &fDescription: &7Gives you the ability to fly for %time%.’
# – ‘ ‘
# – ‘&7&o(( &f&oTip: &7&oClick this to be able to fly for %time%. ))’
# Effects: <– Orb Effects on Active
# ‘1’: <– Effects List
# Custom-效果:真
# 效果:FLY:1 <– 效果:类型:
# – ORANGE
# – PURPLE
# – RED
# – SILVER
# – TEAL
# – WHITE
# – YELLOW
#
#Orb 自定义效果
# – FLY
# – MONEY_BOOST
# – EXP_BOOST
Orbs:
“Flight”:
Item:
Color: AQUA
Name: “&b&lFlight Orb &7(%time%)”
Lore:
– ” “
– “&b&lInformation”
– ” &3&l* &bFlight Time: &7%time%”
– ” &3&l* &bDescription: &7Gives you the ability to fly for %time%.”
– ” “
– “&7&o(( &f&oTip: &7&o点击这里可以飞行%time%. ))”
效果:
项目:
颜色:黄色
名称:“&e&lMoney Orb &7(%time%)”
知识:
-“”
-“&e&lInformation”
-“&6&l* &eBoost Time:&7%time%”
-“&6&l* &eMultiple:&7×2.0”
-” &6&l* &eDescription: &7将赚到的钱乘以2。”
– ” “
– “&7&o(( &f&oTip: &7&oClick this to promote your sales for %time%. ))”
Effects:
“3”:
Custom-Effect: true
Effect: MONEY_BOOST:2 #OG金额乘以多少经过?
“经验”:
项目:
颜色:LIME
名称:“&
– ” &2&l* &aMultiple: &7×2.0″
– ” &2&l* &aDescription: &7 将经验值乘以 2。”
– ” “
– “&7&o(( &f&oTip: &7&oClick this to boost experience gain for %time%. ))”
Effects:
“1”:
Custom-Effect: true
Effect: EXP_BOOST:2 #2x 你将获得的 EXP。
settings.yml
代码:
命令许可:“lorbs.all”
列表格式:“&6&l* &e%orb% &eOrb。”
REMOVED-ORB: “&c&l(!) &c你已经移除了 %target%s %orb% orb。”
TARGET-REMOVED-ORB: “&c&l(!) &c你的 %orb% 已被移除。”
无权限:“&c&
GIVEN-ORB: “&e&l(!) &f你已获得 &6&n%orb%&f orb!”
LIST-INFO: “&e&l(!) &eThe following are orbs:”
ORB-ACTIVATED:
– ” “
– “&a&l(!) &fYou have &a&nactivated&f the %orb% orb.”
– ” “
– “&f它将在&a&n%time%&f后过期。”
– ” “
ORB-EXPIRED:
– ” “
– “&c&l(!) &fYour &c&n%orb%&f orb 已过期。”
– ” “
– “&f如果你想要更多效果,激活另一个球体。”
– ” “
帮助消息:
– “&e&l(!) &eLuckyOrbs &7[版本 1.0]”
– ” “
– ” &e/lorbs reload: &fUse this command to reload the configs.”
– ” &e/lorbs list: &f使用此命令查看 Orbs。”
– ” &e/lorbs give <player> <orb> <time>: &fUse this command to give orbs.”
– ” &e/lorbs remove <player> <orb>: &fUse this command to remove someones active orb.”
– ” “
USAGE: “&c&l(!) &cPlease use: &f/orbs check”
ORB-CHECKED: “&f&l- &a&n%orb%&f 当前在 &a&n%time%&f 内有效。
NO-ORB-ACTIVE: “&c&l(!) &c你目前没有激活任何球体。”
EXP-RECEIVED: “&a&l+ %exp% EXP &7(%multi%x multiplier)”
MONEY-RECEIVED: “&a&l+ $%money% &7(%multi%x multiplier)”
Effects
FLY,EXP_BOOST,MONEY_BOOST
吸收,失明,混乱,
POISON、REGENERATION、SATURATION、SLOW、SLOW_DIGGING、SPEED、WATER_BREATHING、WEAKNESS、
ShopGUIPlus – 不需要,但如果你想要 MONEY_BOOST 自定义效果,你需要它。没有它,插件可以完美运行。
Orbs 照片
命令
/corbs reload
/corbs list
/corbs give <player> <orb> <time>
/corbs remove <player> <orb>
/orbs check
PHP源码网 » 我的世界插件Cloud Orbs | 4 Different Orb Types | Create Custom Orbs! // 1.22