Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # ProtectionPerms Message File
  2. # Use this file to change what messages appear when a player does not have permission to perform the action the permission specifies.
  3. # ProtectionPerms checks if a player can perform an action by checking permissions in the following order:
  4. # Add order here
  5.  
  6. # More specific permissions override less specific nodes
  7. # Wildcards can be used
  8. # Placeholders
  9. # ProtectionPerms supports several placeholders
  10. # %player% for the player's display name
  11. # %group% for the player's primary group
  12. # %action% for 'place', 'break', 'primary interact', etc.
  13. # %subject% for the block, item, etc. the player is performing the action with
  14. # %target% for the block, item, etc. the player is trying to perform the action on
  15. # ex. protectionperms.block.place.minecraft:bed, %subject% would be minecraft:bed, %target% would be null
  16. # ex. protectionperms.item.use.minecraft:diamond_sword.on.minecraft:zombie, %subject% would be minecraft:diamond_sword, %target% would be minecraft:zombie
  17.  
  18. "messages": {
  19. "protectionperms.block.place.*" : "You cannot place %subject% here!",
  20. "protectionperms.block.place.minecraft:stone[variant=andesite]": "Andesite doesn't exist on this world!"
  21. }
Add Comment
Please, Sign In to add comment