9
0
mirror of https://github.com/Auxilor/EcoBits.git synced 2025-12-19 15:09:19 +00:00

Added paper-plugin.yml

This commit is contained in:
Auxilor
2023-05-20 16:50:25 +01:00
parent 72a99dbd97
commit 56243f243f
2 changed files with 70 additions and 2 deletions

View File

@@ -0,0 +1,69 @@
name: EcoBits
version: ${projectVersion}
main: com.willfp.ecobits.EcoBitsPlugin
api-version: 1.19
load: STARTUP
dependencies:
- name: eco
required: true
bootstrap: false
- name: Vault
required: false
bootstrap: false
load-after:
- name: eco
bootstrap: false
permissions:
ecobits.*:
description: All EcoBits permissions
default: op
children:
ecobits.command.*: true
ecobits.command.*:
description: All commands
default: op
children:
ecobits.command.reload: true
ecobits.command.give: true
ecobits.command.givesilent: true
ecobits.command.get: true
ecobits.command.set: true
ecobits.command.reset: true
ecobits.command.pay: true
ecobits.command.take: true
ecobits.command.takesilent: true
ecobits.command.balance: true
ecobits.command.reload:
description: Allows reloading the config
default: op
ecobits.command.give:
description: Gives a currency
default: op
ecobits.command.take:
description: Takes a currency
default: op
ecobits.command.takesilent:
description: Takes a currency silently
default: op
ecobits.command.givesilent:
description: Gives a currency silently
default: op
ecobits.command.get:
description: Gets a currency
default: op
ecobits.command.set:
description: Sets a currency
default: op
ecobits.command.reset:
description: Resets a currency
default: op
ecobits.command.pay:
description: Pays a player
default: true
ecobits.command.balance:
description: Views your balance
default: true

View File

@@ -7,10 +7,9 @@ website: willfp.com
load: STARTUP
depend:
- eco
- ProtocolLib
softdepend:
- Vault
- PlaceholderAPI
commands:
ecobits:
description: Base Command