Do not commit binary files

This commit is contained in:
zontreck 2025-03-20 12:07:33 -07:00
parent 0189460694
commit 41a497f1c0
6 changed files with 0 additions and 25 deletions

View file

@ -1,5 +0,0 @@
# The amount of money to give out to online players
amountToGive: 0.25
# Give every <duration> seconds
duration: 60

View file

@ -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

View file