You can now configure drops based on luckperms groups!
!!DELETE YOUR OLD CONFIG IF YOU WISH TO USE V2.0!!
Updated Config:
Code (Java):
alienspider
-black
:
drops
:
default
:
drop1
:
command
:
"give %player% diamond 1"
chance
:
0.5
message
:
"&b&lYou got a diamond" # Custom message supporting color codes
drop2
:
command
:
"give %player% iron_sword 1"
chance
:
0.3
message
:
"&e&lYou got an iron sword" # Custom message supporting color codes
drop3
:
command
:
"money give %player% 100"
chance
:
0.2
message
:
"&a&lYou got 100 money" # Custom message supporting color codes
vip
:
drop1
:
command
:
"give %player% diamond 2"
chance
:
0.6
message
:
"&b&lVIP! You got 2 diamonds" # Increased rewards
for VIP
drop2
:
command
:
"give %player% iron_sword 1"
chance
:
0.4
message
:
"&e&lVIP! You got an iron sword" # Custom message
for VIP
drop3
:
command
:
"money give %player% 200"
chance
:
0.3
message
:
"&a&lVIP! You got 200 money" # Custom message
for VIP
custom_zombie
:
drops
:
default
:
drop1
:
command
:
"give %player% gold_ingot 1"
chance
:
0.3
message
:
"&6&lYou got a gold ingot" # Custom message supporting color codes
drop2
:
command
:
"give %player% iron_sword 1"
chance
:
0.2
message
:
"&7&lYou got an iron sword" # Custom message supporting color codes
drop3
:
command
:
"give %player% diamond_sword 1"
chance
:
0.1
message
:
"&b&lYou got a diamond sword" # Custom message supporting color codes
vip
:
drop1
:
command
:
"give %player% gold_ingot 2"
chance
:
0.5
message
:
"&6&lVIP! You got 2 gold ingots" # Better rewards
for VIP
drop2
:
command
:
"give %player% diamond_sword 1"
chance
:
0.4
message
:
"&b&lVIP! You got a diamond sword" # Custom message
for VIP
drop3
:
command
:
"money give %player% 1000"
chance
:
0.2
message
:
"&a&lVIP! You got 1000 money" # Custom message
for VIP
another_custom_mob
:
drops
:
default
:
drop1
:
command
:
"give %player% potion_of_regeneration 1"
chance
:
0.2
message
:
"&d&lYou got a potion of regeneration" # Custom message supporting color codes
drop2
:
command
:
"money give %player% 500"
chance
:
0.4
message
:
"&a&lYou got 500 money" # Custom message supporting color codes
vip
:
drop1
:
command
:
"give %player% potion_of_regeneration 2"
chance
:
0.3
message
:
"&d&lVIP! You got 2 potions of regeneration" # Increased rewards
for VIP
drop2
:
command
:
"money give %player% 1000"
chance
:
0.5
message
:
"&a&lVIP! You got 1000 money" # Increased money
for VIP