Add default addon submodule for lootfiles, Reformatting, fix structure command #20, cleanups, Looting file replacement
This commit is contained in:
parent
f0a43c5149
commit
58b4870fee
41 changed files with 1522 additions and 1791 deletions
12
plugin.yml
12
plugin.yml
|
@ -10,11 +10,11 @@
|
|||
# @author Ad5001
|
||||
# @link https://github.com/Ad5001/BetterGen
|
||||
name: BetterGen
|
||||
author: Ad5001
|
||||
authors: Ad5001, XenialDan
|
||||
main: Ad5001\BetterGen\Main
|
||||
version: 1.1
|
||||
version: 2.0
|
||||
load: STARTUP
|
||||
api: [3.0.1, 3.0.0-ALPHA3]
|
||||
api: [3.0.0-ALPHA3, 3.0.0-ALPHA5]
|
||||
commands:
|
||||
createworld:
|
||||
description: Generates a new world.
|
||||
|
@ -24,9 +24,9 @@ commands:
|
|||
description: Teleports you to an another world
|
||||
usage: "/worldtp <world name>"
|
||||
permission: bettergen.cmd.worldtp
|
||||
temple:
|
||||
description: Spawns a temple for debugging
|
||||
usage: "/temple"
|
||||
structure:
|
||||
description: Spawns a structure for debugging
|
||||
usage: "/structure <type>"
|
||||
permission: bettergen.cmd.debug
|
||||
permissions:
|
||||
bettergen.cmd.createworld:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue