Initial commit

This commit is contained in:
2023-12-16 17:59:06 +01:00
commit 9ba486bab4
12 changed files with 656 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# The default payout if the player has no overrides
defaultPayout: 10
# The amount of minutes to wait between each payment
paymentDelay: 60
# Whether to announce to a player that they've just been paid
displayPaymentMessage: true
# The amount of hours until a bonus is given. Set to -1 to disable.
hoursUntilBonus: 100
# A multiplier used to increase or decrease the time bonus
bonusMultiplier: 1
# The percentage of the payment to pay AFK players
afkPercentage: 0
# Overrides for specific groups
groupPayouts: [ ]
# Overrides for specific players
playerPayouts: [ ]

View File

@ -0,0 +1,21 @@
name: "TimeIsMoney"
version: '${project.version}'
main: net.knarcraft.timeismoney.TimeIsMoney
api-version: '1.20'
prefix: 'TimeIsMoney'
author: EpicKnarvik97
depend:
- Vault
softdepend:
- Essentials
commands:
reload:
permission: timeismoney.reload
description: Reloads the plugin
usage: /<command>
permissions:
timeismoney.reload:
description: Allows usage of the /reload command
default: false