Uploading plugin
This commit is contained in:
commit
f170caebf7
50 changed files with 5849 additions and 0 deletions
17
plugin.yml
Normal file
17
plugin.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# Base generated with ImagicalPlugCreator by Ad5001 (C) 2017 for Ad5001
|
||||
# link: https://ad5001.eu
|
||||
name: BetterGen
|
||||
author: Ad5001
|
||||
main: Ad5001\BetterGen\Main
|
||||
version: 1.0
|
||||
api: [3.0.1, 3.0.0-ALPHA3]
|
||||
commands:
|
||||
createworld:
|
||||
description: Generates a new world.
|
||||
usage: "/createworld <name> [generator = betternormal] [seed = rand()] [options (json)]"
|
||||
permission: bettergen.cmd.createworld
|
||||
permissions:
|
||||
bettergen.cmd.createworld:
|
||||
default: op
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue