Dateien nach "src/main/resources" hochladen
This commit is contained in:
34
src/main/resources/plugin.yml
Normal file
34
src/main/resources/plugin.yml
Normal 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
|
Reference in New Issue
Block a user