Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1. {
  2.   "name": "plotown",
  3.   "usage": "/plotown [area] [player]",
  4.   "permissionLevel": "OP",
  5.   "patterns": {
  6.     "": [
  7.       "echo Usage: /plotown [area] [player]"
  8.     ],
  9.     "@1 @2": [
  10.       "/p group _ALL_ zone @1 deny fe.protection.break.* fe.protection.place.* fe.protection.damageto.ItemFrame",
  11.       "/p group _ALL_ zone @1 deny fe.protection.interact.minecraft.acacia_door.* fe.protection.interact.minecraft.birch_door.* fe.protection.interact.minecraft.dark_oak_door.* fe.protection.interact.minecraft.jungle_door.* fe.protection.interact.minecraft.spruce_door.* fe.protection.interact.minecraft.wooden_door.*",
  12.       "/p user @2 zone @1 allow fe.protection.break.* fe.protection.place.* fe.protection.interact.*"
  13.       "echo @2 now owns @1"
  14.     ]
  15.   },
  16.   "aliases": []
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement