Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # 'signText' is the text that has to be on the first line of the sign to in order for it to be a SignRankSign.
  2. # You have to manually set the groups for every world when using either Permissions3, Groupmanager or bPermissions.
  3. # Those groups are ignored when 'bypassGroupCheck' is true, players will then be promoted to the group specified on the second line of the sign.
  4. PermissionsBukkit:
  5. toGroup: Member
  6. MultiWorld:
  7. world: Member
  8. world_nether: Member
  9. survival: Member
  10. survival_nether: Member
  11. creative: Member
  12. war: Member
  13. signText: '[Level Up]'
  14. bypassGroupCheck: false
  15. messages:
  16. rankUp: Congratulations you're now a %group%! Welcome to meaCraft!
  17. deny: You're already a %group%, or higher!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement