feat: spigot branch
This commit is contained in:
parent
ff892a7451
commit
4948610860
35 changed files with 144 additions and 1291 deletions
17
src/main/resources/paper-plugin.yml
Normal file
17
src/main/resources/paper-plugin.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Nicko
|
||||
main: xyz.ineanto.nicko.Nicko
|
||||
loader: xyz.ineanto.nicko.loader.NickoLibraryLoader
|
||||
version: ${version}
|
||||
authors: [ Ineanto ]
|
||||
description: "The feature packed, next generation disguise plugin for Minecraft."
|
||||
api-version: "1.20"
|
||||
dependencies:
|
||||
server:
|
||||
{ "ProtocolLib" }
|
||||
permissions:
|
||||
nicko.*:
|
||||
default: op
|
||||
children:
|
||||
- nicko.use
|
||||
nicko.use:
|
||||
default: false
|
Loading…
Add table
Add a link
Reference in a new issue