Cool Login Rewards
This plugin gives players who login first after a server reboot, or according to accumulated time online in that server. MySQL is supported.
Features
- The rewards given is configurable!
Installation
- Download and copy CoolLoginRewards.jar to "plugins/"
- Install DataManagerAPI (here)
- Start and stop the server
- Configure the plugin with "plugins/CoolLoginRewards/config.yml"
Permissions
- clrw - Base permission of this plugin
Commands
- LEGEND: []=Optional argument <>=Required argument
- /clrw - Base command of this plugin
- /clrw timeplayed [player] - Checks the total time online on your server of a specific player.
Configuration
rewards:
firstlogin:
commands:
- say <player> has been rewarded $1000 for being the first to log in the server after a reboot!
- eco give <player> 1000 //These commands will be executed when a player is the first to login after a server reboot!
description:
- '&cYou will get $1000 for logging in first!'
timeplayed:
minutes:
'5':
commands:
- say A starter kit has been given to <player> for staying on the server for 5 minutes.
- eco give <player> 100
- kit <player> starter //These commands will be executed when a player has played for 5 minutes in total.
description:
- '&bRecieve a &astarter kit&b in 5 mins you first played this server!'
'30':
commands:
- say <player> has been awarded 10 diamonds for staying on the server for 30 minutes.
- give <player> diamonds 10 //These commands will be executed when a player has played for 30 minutes in total.
description:
- Get 10 diamonds for staying on the server for 30 mins!
hours:
'12':
commands:
- say <player> &bhas got the &c[&aLoyal&dPlayer&c]&b rank for staying on the server for 12 hours in total!
- manuadd <player> loyalplayer //These commands will be executed when a player has played for 12 hours in total.
description:
- '&bGet the &c[&aLoyal&dPlayer&c]&b rank for staying on the server for 12
hours in total!'
'7':
description:
- '&bGet the &c[&aMVP&c]&b rank for staying on the server for 7 days in total!'
days:
'7':
commands:
- say <player> has got the [MVP] rank for staying on the server for 7 days in total!
- manuadd <player> mvp //These commands will be executed when a player has played for 7 days in total.
- Please do not include characters after "", as they are comments!
Metrics
This plugin sends data to mcstats.org to calculate useful information. To disable them change opt-out to true in "plugins/PluginMetrics/config.yml".
Stats are not available yet!