Initial commit

This commit is contained in:
TheTrouper
2023-07-01 21:08:32 -05:00
committed by GitHub
commit 1fcea091fe
20 changed files with 1126 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: ExamplePlugin
version: '${version}'
main: io.github.itzispyder.exampleplugin.ExamplePlugin
api-version: 1.17
authors: [ YourNameHere ]
description: An example plugin template for Spigot/Paper.
website: https://ItziSpyder.github.io/
permissions:
example.commands:
description: An example permission
default: op
commands:
example:
description: An example command.
usage: /example
permission: example.commands
permission-message: You do not have permission!