feat: reworked project structure, 1.20 to 1.21.1 mappings and more
This commit is contained in:
parent
b7be5ad54e
commit
fd9676f6f5
115 changed files with 1399 additions and 248 deletions
19
src/main/resources/plugin.yml
Normal file
19
src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Nicko
|
||||
main: xyz.ineanto.nicko.Nicko
|
||||
version: ${version}
|
||||
author: Ineanto
|
||||
description: "The feature packed, next generation disguise plugin for Minecraft."
|
||||
api-version: 1.20
|
||||
softdepend: [ PlaceholderAPI ]
|
||||
load: POSTWORLD
|
||||
commands:
|
||||
nicko:
|
||||
description: "Opens Nicko's GUI."
|
||||
permission: nicko.use
|
||||
permissions:
|
||||
nicko.*:
|
||||
default: op
|
||||
children:
|
||||
- nicko.use
|
||||
nicko.use:
|
||||
default: false
|
Loading…
Add table
Add a link
Reference in a new issue