Dateien nach "src/main/resources" hochladen

This commit is contained in:
2025-08-07 21:27:57 +00:00
parent 7ec6ee2d19
commit ee4f0de31b
2 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
name: MysqlEconomyBank
main: net.craftersland.money.Money
version: 1.21.5 - 1.21.8
website: www.m-viper.de
load: STARTUP
depend: [Vault]
softdepend: [TitleManager, PlaceholderAPI]
description: Sign Money Bank System.
author: M_Viper
api-version: 1.13
commands:
meb:
description: The main command.
bank:
description: The second command.
permissions:
MysqlEconomyBank.use:
description: Allows the use of the MysqlEconomyBank signs.
default: true
MysqlEconomyBank.admin:
description: Allows creating and removing MysqlEconomyBank signs.
default: op
MysqlEconomyBank.cmd.balance:
description: Check bank balance via command
default: op
MysqlEconomyBank.cmd.deposit:
description: Deposit money to your bank via command
default: op
MysqlEconomyBank.cmd.withdraw:
description: Withdraw money to your bank via command
default: op
MysqlEconomyBank.cmd.interest:
description: Check remaining time until next interest.
default: op