About Free Money Timer
FreeMoneyTimer
Give money to players with a configurable timer and when they first spawn.
Features
- Give money to players when they first spawn.
- Give money to players with a configurable timer.
- Choose how much money they get.
- Choose how long the timer is.
- Compatible with TC Bank, Economics, and ServerRewards.
- Enable or disable chat message to player.
- Configurable currency symbol.
Dependencies
- TC Bank - Optional plugin for paying players.
- Economics - Optional plugin for paying players.
- ServerRewards- Optional plugin for paying players.
Permissions
- freemoneytimer.use Required for players to receive payouts for farming resources
Configuration
Example Configuration
{ "AmountToGiveOnFirstSpawn": 20, "AmountToGiveOnTimer": 10, "TimerInSeconds": 1800, "SendMessageToPlayer": true, "CurrencySymbol": "$", "CurrencySymbolPlacement": "left", "UseTCBankSupport": true, "UseEconomicsSupport": false, "UseServerRewardsSupport": false }
Configuration Properties
- AmountToGiveOnFirstSpawn (int) Amount of currency to give players the first time they spawn. Default: `20`.
- AmountToGiveOnTimer (int) Amount of currency to gve players when the timer is reached. Default: `10`.
- TimerInSeconds (int) Duration of timer in seconds. Default: `1800`.
- SendMessageToPlayer (bool) Enable or disable players receiving a chat message when they get free rewards. Default: `true`.
- CurrencySymbol (string) Symbol to use to for currency in messages. Default: `"$"`.
- CurrencySymbolPlacement (string) Placement for currency symbol. Can be `"left"` or `"right"`. Default = `"left"`.
- UseTCBankSupport (bool) Enables paying out players using TC Bank plugin. Default = true.
- UseEconomicsSupport (bool) Enables paying out players using Economics plugin. Default = false.
- UseServerRewardsSupport (bool) Enables paying out players using ServerRewards plugin. Default = false.