On-Join Commands
on_join_commands:
delay: 5
commands:
- '50:eco give %player% {random[1000,10000,100]}' # Has a 50% chance to give the player a random amount of money between 1000 and 10000 that is divisible by 100
- '80:eco give %player% {random[100,9000]}'
- '10:eco give %player% {random[10000,100000,5]}'Custom Messages
Custom Chances
Last updated