first commit-ish, forked and updated for 1.21.11
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
17
bin/main/plugin.yml
Normal file
17
bin/main/plugin.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: TerminatorPlus
|
||||
main: net.nuggetmc.tplus.TerminatorPlus
|
||||
version: ${version}
|
||||
api-version: 1.16 # Set to 1.16 so the plugin loads, and we can tell the user that it may not be compatible with their version, because people can't scroll up.
|
||||
author: HorseNuggets
|
||||
depend:
|
||||
- Citizens
|
||||
|
||||
permissions:
|
||||
terminatorplus.*:
|
||||
description: TerminatorPlus parent permission.
|
||||
default: op
|
||||
children:
|
||||
terminatorplus.manage: true
|
||||
terminatorplus.manage:
|
||||
description: Allows for TerminatorPlus bot management.
|
||||
default: op
|
||||
Reference in New Issue
Block a user