Give money to players when they join the server at lucky time.
For example: You config luckyMoney: 100
and luckyNumber: 1000
. If player is the 1000th player join the server, they will have 100$
NOTE!
Make sure EconomyAPI is installed.
luckyMoney: 100
# Players who join the 1000th server will receive $ 100
luckyNumber: 1000
message: "{PLAYER_NAME} is the {LUCKY_NUMBER}th player so he/she have {MONEY}$ for free!"
# {PLAYER_NAME} for the name of lucky player
# {MONEY} for the luckyMoney
# {LUCKY_NUMBER} for the luckyNumber
- Make sure that Sheep is installed
- Then use
install LuckyPlayer
to install plugin
Released under the GPL-2.0 license.