CloudOrbs
Description
CloudOrbs is a plugin where you can reward your players with custom orbs that can give them some special effects!
config.yml
Code:
#-------------------------------------------------------------#
# #
# PLUGIN CREATED AND DESIGNED #
# BY CLOUD TEAM #
# #
# PLUGIN CREATOR #
# ~CHUBBYDUCK1 #
# #
#-------------------------------------------------------------#
#
#Example Configuration
#
# Fly: <-- Orb Name
# Item:
# Color: AQUA <-- Orb Color
# Name: '&b&lFly Orb &7(%time%)' <-- Orb Display Name
# Lore: <-- Orb Lore
# - ' '
# - '&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-Effect: true
# Effect: FLY:1 <-- Effect: TYPE:MULTIPLE
#
#Orbs Placeholders
# - %time% - Time that the orb is activated
#
#Orb Colors List
# - AQUA
# - BLACK
# - BLUE
# - FUCHSIA
# - GRAY
# - GREEN
# - LIME
# - MAROON
# - NAVY
# - OILVE
# - ORANGE
# - PURPLE
# - RED
# - SILVER
# - TEAL
# - WHITE
# - YELLOW
#
#Orb Custom Effects
# - 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&oClick this to be able to fly for %time%. ))"
Effects:
"1":
Custom-Effect: true
Effect: FLY:1
"Money":
Item:
Color: YELLOW
Name: "&e&lMoney Orb &7(%time%)"
Lore:
- " "
- "&e&lInformation"
- " &6&l* &eBoost Time: &7%time%"
- " &6&l* &eMultiple: &7x2.0"
- " &6&l* &eDescription: &7Multiplys the amount of money made by 2."
- " "
- "&7&o(( &f&oTip: &7&oClick this to boost your sales for %time%. ))"
Effects:
"3":
Custom-Effect: true
Effect: MONEY_BOOST:2 #How much does the OG amount of money multiply by?
"Experience":
Item:
Color: LIME
Name: "&a&lExperience Orb &7(%time%)"
Lore:
- " "
- "&a&lInformation"
- " &2&l* &aBoost Time: &7%time%"
- " &2&l* &aMultiple: &7x2.0"
- " &2&l* &aDescription: &7Multiplys the amount of experience by 2."
- " "
- "&7&o(( &f&oTip: &7&oClick this to boost experience gain for %time%. ))"
Effects:
"1":
Custom-Effect: true
Effect: EXP_BOOST:2 #2x the EXP you would gain.
settings.yml
Code:
COMMAND-PERMISSION: "lorbs.all"
LIST-FORMAT: " &6&l* &e%orb% &eOrb."
REMOVED-ORB: "&c&l(!) &cYou have removed %target%s %orb% orb."
TARGET-REMOVED-ORB: "&c&l(!) &cYour %orb% has been removed."
NO-PERMISSION: "&c&l(!) &fYou don't have permissions to &c&nexecute&f this."
RELOAD: "&a&l(!) &fYou have &a&nsuccessfully&f reloaded the plugin."
GIVEN-ORB: "&e&l(!) &fYou have been given the &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."
- " "
- "&fIt will expire in &a&n%time%&f."
- " "
ORB-EXPIRED:
- " "
- "&c&l(!) &fYour &c&n%orb%&f orb has expired."
- " "
- "&fIf you want more effects, activate another orb."
- " "
HELP-MESSAGE:
- "&e&l(!) &eLuckyOrbs &7[Version 1.0]"
- " "
- " &e/lorbs reload: &fUse this command to reload the configs."
- " &e/lorbs list: &fUse this command to view the 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 is currently active for &a&n%time%&f."
NO-ORB-ACTIVE: "&c&l(!) &cYou currently have no orbs activated."
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
ABSORBTION, BLINDNESS, CONFUSION, DAMAGE_RESISTANCE, FAST_DIGGING,
FIRE_RESISTANCE, HARM, HEAL, HEALTH_BOOST, HUNGER, INCREASE_DAMAGE, INVISIBILITY, JUMP, NIGHT_VISION
POISON, REGENERATION, SATURATION, SLOW, SLOW_DIGGING, SPEED, WATER_BREATHING, WEAKNESS,
ShopGUIPlus - Not Needed, but if you want MONEY_BOOST Custom Effect, you need it. Plugin works perfectly without it.
Orbs Photos
Commands
/corbs reload
/corbs list
/corbs give <player> <orb> <time>
/corbs remove <player> <orb>
/orbs check