Skip to content

Give money to players when they join the server at lucky time

License

Notifications You must be signed in to change notification settings

thebigcrafter/LuckyPlayer

Repository files navigation

PoggitCI GitHub all releases

LuckyPlayer

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.

Config

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

Installation

  • Make sure that Sheep is installed
  • Then use install LuckyPlayer to install plugin

License

Released under the GPL-2.0 license.