Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Commit

Permalink
Update plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDarling committed Jul 29, 2014
1 parent ef8c9bb commit a2cb179
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: iProtector
main: LDX\iProtector\Main
version: Beta
version: 1.0
api: [1.1.0]
load: POSTWORLD
author: LDX
commands:
area:
description: "Allows you to manage areas."
usage: "/area <pos1/pos2/create/flag/delete>"
usage: "/area <pos1/pos2/create/list/flag/delete>"
permission: iprotector.command.area
permissions:
iprotector:
description: "Allows access to all iProtector features."
default: op
children:
iprotector.access:
description: "Allows access to editing terrain in iProtector areas."
default: op
iprotector.command:
description: "Allows access to all iProtector commands."
default: op
Expand All @@ -31,6 +34,9 @@ permissions:
iprotector.command.area.create:
description: "Allows access to the iProtector create subcommand."
default: op
iprotector.command.area.list:
description: "Allows access to the iProtector list subcommand."
default: op
iprotector.command.area.flag:
description: "Allows access to the iProtector flag subcommand."
default: op
Expand Down

0 comments on commit a2cb179

Please sign in to comment.