Skip to content

Commit

Permalink
plugin.yml update
Browse files Browse the repository at this point in the history
Removed unused permissions.
Added a few permissions not in use, anymore.
  • Loading branch information
FerusGrim committed Apr 29, 2014
1 parent 1ec2527 commit b1b063d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ permissions:
children:
grimlist.add: true
grimlist.remove: true
grimlist.create: true
grimlist.delete: true
grimlist.view: true
grimlist.getid: true
Expand All @@ -31,9 +30,6 @@ permissions:
grimlist.remove:
description: Allows you to remove a player from the whitelist.
default: op
grimlist.create:
description: Allows you to create a playerdata entry.
default: op
grimlist.delete:
description: Deletes a playerdata entry.
default: op
Expand All @@ -43,12 +39,15 @@ permissions:
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
grimlist.set:
description: Allows you to edit configuration while in-game.
default: op
grimlist.help:
description: Allows you to view the help/usage message.
default: op
grimlist.update:
description: Notifies player on login if an update is available.
default: op
grimlist.notify:
description: Notifies player of failed login attempts.
default: op

0 comments on commit b1b063d

Please sign in to comment.