ArtzifyHD

PlayerVaults

Aug 24th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. on command "/pv":
  2. loop blocks in radius 3 around the player:
  3. loop-block is lily pad or carpet or ladder
  4. cancel event
  5. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults"
  6. execute console command "kick %player%"
  7.  
  8. on command "/chest":
  9. loop blocks in radius 3 around the player:
  10. loop-block is lily pad or carpet or ladder
  11. cancel event
  12. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults"
  13. execute console command "kick %player%"
  14.  
  15. on command "/playervaults:pv":
  16. loop blocks in radius 3 around the player:
  17. loop-block is lily pad or carpet or ladder
  18. cancel event
  19. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults"
  20. execute console command "kick %player%"
  21.  
  22. on command "/playervaults:chest":
  23. loop blocks in radius 3 around the player:
  24. loop-block is lily pad or carpet or ladder
  25. cancel event
  26. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults"
  27. execute console command "kick %player%"
  28.  
  29. on command "/playervaults:vault":
  30. loop blocks in radius 3 around the player:
  31. loop-block is lily pad or carpet or ladder
  32. cancel event
  33. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults"
  34. execute console command "kick %player%"
  35.  
  36. on command "/sethome":
  37. loop blocks in radius 3 around the player:
  38. loop-block is lily pad:
  39. cancel event
  40. message "&4You cannot set your home here. Please move a couple of blocks away from Lily pads!" to player
  41. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults by setting their home on A lily pad!"
  42.  
  43. on command "/sethome":
  44. loop blocks in radius 3 around the player:
  45. loop-block is carpet:
  46. cancel event
  47. message "&4You cannot set your home here. Please move a couple of blocks away from carpet!" to player
  48. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults by setting their home on A carpet!"
  49.  
  50. on command "/sethome":
  51. loop blocks in radius 3 around the player:
  52. loop-block is ladder:
  53. cancel event
  54. message "&4You cannot set your home here. Please move a couple of blocks away from ladders!" to player
  55. broadcast "&c<!> &4%player% Tried to Duplicate with Player Vaults by setting their home on A ladder!"
  56.  
  57. command /pvprotect:
  58. trigger:
  59. send ""
  60. send "&7Player Vaults Duplication Protect &cV1.04 &7By FrostedWeFall!" to player
  61. send ""
Add Comment
Please, Sign In to add comment