This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a68b589
commit 4e552e8
Showing
5 changed files
with
892 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,37 @@ | ||
main: ManyWorlds\Main | ||
api: 1.10.0 | ||
load: POSTWORLD | ||
|
||
name: ManyWorlds | ||
description: Manage Multiple Worlds | ||
version: 1.0.0 | ||
author: aliuly | ||
|
||
commands: | ||
mw: | ||
description: Manage worlds | ||
usage: "/mw <tp|create|load|ls> <world>" | ||
|
||
permissions: | ||
mw.cmd.tp: | ||
default: op | ||
description: "Allows users to travel to other worlds" | ||
mw.cmd.tp.others: | ||
default: op | ||
description: "Allows users to make others travel to other worlds" | ||
mw.cmd.world.create: | ||
default: op | ||
description: "Allows users to create worlds" | ||
mw.cmd.world.load: | ||
default: op | ||
description: "Allows users to load worlds" | ||
mw.cmd.world.ls: | ||
default: op | ||
description: "Allows users to list worlds" | ||
main: aliuly\manyworlds\Main | ||
api: 1.10.0 | ||
load: POSTWORLD | ||
|
||
name: ManyWorlds | ||
description: Manage Multiple Worlds | ||
version: 1.3.4 | ||
author: aliuly | ||
|
||
commands: | ||
mw: | ||
description: Manage worlds | ||
usage: "/mw <help|sub-cmd> [options]" | ||
permission: mw.cmds | ||
|
||
permissions: | ||
mw.cmds: | ||
default: true | ||
description: "Allow all the ManyWorlds functionality" | ||
mw.cmd.tp: | ||
default: op | ||
description: "Allows users to travel to other worlds" | ||
mw.cmd.tp.others: | ||
default: op | ||
description: "Allows users to make others travel to other worlds" | ||
mw.cmd.ls: | ||
default: op | ||
description: "Allows users to list worlds" | ||
mw.cmd.world.create: | ||
default: op | ||
description: "Allows users to create worlds" | ||
mw.cmd.world.load: | ||
default: op | ||
description: "Allows users to load worlds" | ||
mw.cmd.lvdat: | ||
default: op | ||
description: "Manipulate level.dat" |
Oops, something went wrong.