Skip to content

Commit

Permalink
Remove mentions of non-existent command
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Dec 21, 2014
1 parent aa94c5d commit ce461ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -44,7 +44,6 @@ public DenizenCommandHandler(Denizen denizen) {
// denizen.basic # use the basics of the /denizen command
// denizen.notable # use the /notable command
// denizen.notable.basic # functionality within the /notable command, such as add or list
// denizen.flag # use the /flag command
// denizen.dscript # use the /dscript command
// denizen.ex # use the /ex command
// denizen.debug # use the /denizen debug command
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/plugin.yml
Expand Up @@ -13,10 +13,6 @@ commands:
description: Lists notable commands.
usage: /notable help
permission: denizen.notable
flag:
description: Lists flag commands.
usage: /flag help
permission: denizen.flag
dscript:
description: Lists dScript commands.
usage: /dScript help
Expand All @@ -35,7 +31,6 @@ permissions:
denizen.basic: true
denizen.notable: true
denizen.notable.basic: true
denizen.flag: true
denizen.dscript: true
denizen.ex: true
denizen.debug: true
Expand Down

0 comments on commit ce461ea

Please sign in to comment.