Skip to content

Commit

Permalink
Quickie Update
Browse files Browse the repository at this point in the history
Removing commandusage.yml. An unused resource, now that I've decided to
forgo recording command logs, for files. This may see a return, in the
future.

Updated plugin.yml with the appropriate permissions. Don't know if I did
a replace all flub, and renamed everything to whitelist, or if I just
did that on accident while not paying attention, some other day. But,
it's fixed, now.
  • Loading branch information
FerusGrim committed Apr 29, 2014
1 parent ed45767 commit 1ec2527
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 44 deletions.
27 changes: 0 additions & 27 deletions src/main/resources/commandusage.yml

This file was deleted.

38 changes: 21 additions & 17 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,42 @@ commands:
Example: /<whitelist> add/remove Notch - Adds or Removes Notch from the whitelist.
Example: /<whitelist> set focus mysql - Changes focus to MySQL.
permissions:
whitelist.*:
grimlist.*:
description: Grants access to all commands.
children:
whitelist.add: true
whitelist.remove: true
whitelist.create: true
whitelist.delete: true
whitelist.view: true
whitelist.update: true
whitelist.help: true
whitelist.set: true
whitelist.add:
grimlist.add: true
grimlist.remove: true
grimlist.create: true
grimlist.delete: true
grimlist.view: true
grimlist.getid: true
grimlist.update: true
grimlist.help: true
grimlist.set: true
grimlist.add:
description: Allows you to add a player to the whitelist.
default: op
whitelist.remove:
grimlist.remove:
description: Allows you to remove a player from the whitelist.
default: op
whitelist.create:
grimlist.create:
description: Allows you to create a playerdata entry.
default: op
whitelist.delete:
grimlist.delete:
description: Deletes a playerdata entry.
default: op
whitelist.view:
grimlist.view:
description: Allows you to view player information in-game.
default: op
whitelist.update:
grimlist.getid:
description: Allows player to get the UUID of another player.
default: op
grimlist.update:
description: Notifies player on login if an update is available.
default: op
whitelist.set:
grimlist.set:
description: Allows you to edit configuration while in-game.
default: op
whitelist.help:
grimlist.help:
description: Allows you to view the help/usage message.
default: op

0 comments on commit 1ec2527

Please sign in to comment.