Money Time
- pays players money via Economics for playing on your server.
- It is useful to encourage playtime by giving something extra to your players for playing.
- The default payout is $100 every 600 seconds (10 minutes).
- You can also configure a time alive bonus (disable by default) and welcome bonus (default $500) in the configuration.
Configuration
{
"Enable Economics as default currency": true,
"Enable Server Rewards as default currency": false,
"Enable AFK API plugin support": false,
"Base payout amount": 100,
"Payout interval (seconds)": 600,
"Time alive bonus": false,
"Time alive multiplier": 0.0,
"Allow Permission-based Multipliers to stack": false,
"New player welcome bonus": 500.0,
"Permission-based mulitipliers": {
"donor": 2.5,
"vip": 5.0
}
}
Localization
{
"ReceivedForPlaying": "You've received $payout.amount for actively playing",
"ReceivedForTimeAlive": "You've received $payout.amount for staying alive for $time.alive",
"ReceivedWelcomeBonus": "You've received $payout.amount as a welcome bonus"
}
Credits
- Spiritwind, for the original MoneyTime plugin in Lua
MIT License, with distribution exclusivity for uMod.org
Copyright (c) 2020 Wulf
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.