mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 10:23:55 +00:00
Do not commit binary files
This commit is contained in:
parent
0189460694
commit
41a497f1c0
6 changed files with 0 additions and 25 deletions
|
@ -1,5 +0,0 @@
|
||||||
# The amount of money to give out to online players
|
|
||||||
amountToGive: 0.25
|
|
||||||
|
|
||||||
# Give every <duration> seconds
|
|
||||||
duration: 60
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,20 +0,0 @@
|
||||||
main: ${PACKAGE}.${NAME}
|
|
||||||
name: ${NAME}
|
|
||||||
version: "${VERSION}"
|
|
||||||
api-version: "1.21.1"
|
|
||||||
author: zontreck
|
|
||||||
description: A simple plugin providing automatic money to online players.
|
|
||||||
commands:
|
|
||||||
ex:
|
|
||||||
description: Base command for EXAMPLE
|
|
||||||
usage: "For a list of commands, type /ex help"
|
|
||||||
aliases: example
|
|
||||||
permissions:
|
|
||||||
example.test:
|
|
||||||
description: DESCRIPTION
|
|
||||||
default: true
|
|
||||||
example.*:
|
|
||||||
description: Grants all other permissions
|
|
||||||
default: false
|
|
||||||
children:
|
|
||||||
example.test: true
|
|
Loading…
Add table
Add a link
Reference in a new issue