This repository has been archived by the owner on Oct 21, 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.
Updated for PHP 7, fixed many bugs, and added list subcommand
- Loading branch information
Luke Darling
committed
Mar 9, 2016
1 parent
c1825c8
commit 18bff97
Showing
2 changed files
with
34 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,27 @@ | ||
name: BanItem | ||
author: LDX | ||
version: "2.1" | ||
api: [1.0.0] | ||
version: 2.2 | ||
api: [1.0.0, 2.0.0] | ||
main: LDX\BanItem\Main | ||
load: POSTWORLD | ||
website: https://github.com/LDX-MCPE/BanItem | ||
commands: | ||
item: | ||
description: "Bans or unbans an item." | ||
permission: banitem.command.item | ||
usage: "/item <ban/unban> <ID[:Damage]>" | ||
banitem: | ||
description: "BanItem main command." | ||
permission: banitem.command.banitem | ||
usage: "/banitem <ban/unban/list> [ID[:Damage]]" | ||
permissions: | ||
banitem: | ||
default: false | ||
description: "Allows access to all BanItem features." | ||
children: | ||
banitem.*: | ||
default: false | ||
description: "Allows access to all BanItem features." | ||
banitem.bypass: | ||
default: op | ||
default: false | ||
description: "Allows access to using banned items." | ||
banitem.command: | ||
default: false | ||
description: "Allows access to all BanItem commands." | ||
children: | ||
banitem.command.*: | ||
default: false | ||
description: "Allows access to all BanItem commands." | ||
children: | ||
banitem.command.item: | ||
default: op | ||
description: "Allows access to the item command." | ||
banitem.command.banitem: | ||
default: op | ||
description: "Allows access to the item command." |
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