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.
- Enable or disable chat message to player.
- Configurable currency symbol.
Dependencies
- TCBank.cs - Required for currency system.
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" }
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"`.