Uploading plugin

This commit is contained in:
Adsooi 2017-04-23 16:42:51 +02:00
commit f170caebf7
50 changed files with 5849 additions and 0 deletions

17
plugin.yml Normal file
View 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
...