Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. #-- - -- --- Shadow GaMeR -- - -- ---#
  2. #-- - -- --- YouTube Channel -- - -- ---#
  3. #-- - -- --- Survival GaMeS Basic Skript Tutorial -- - -- ---#
  4.  
  5. on break:
  6. if player doesn't have permission "Admin.use":
  7. cancel event
  8.  
  9. on break:
  10. if player doesn't have permission "Admin.use":
  11. send "&cYou Can't Do That"
  12.  
  13. on place:
  14. if player doesn't have permission "Admin.use":
  15. cancel event
  16.  
  17. on place:
  18. if player doesn't have permission "Admin.use":
  19. send "&cYou Can't Do That"
  20.  
  21. on command "/pl":
  22. if player doesn't have permission "Admin.use":
  23. cancel event
  24.  
  25. on command "/pl":
  26. if player doesn't have permission "Admin.use":
  27. send "&cYou Can't Do That"
  28.  
  29. on command "/plugins":
  30. if player doesn't have permission "Admin.use":
  31. cancel event
  32.  
  33. on command "/plugins":
  34. if player doesn't have permission "Admin.use":
  35. send "&cYou Can't Do That"
  36.  
  37. on command "/plugin":
  38. if player doesn't have permission "Admin.use":
  39. cancel event
  40.  
  41. on command "/plugin":
  42. if player doesn't have permission "Admin.use":
  43. send "&cYou Can't Do That"
  44.  
  45. on command "/sk":
  46. if player doesn't have permission "Admin.use":
  47. cancel event
  48.  
  49. on command "/sk":
  50. if player doesn't have permission "Admin.use":
  51. send "&cYou Can't Do That"
  52.  
  53. on Explode:
  54. cancel event
  55.  
  56. on Drop:
  57. world is "world"
  58. if player doesn't have permission "Admin.use":
  59. cancel event
  60.  
  61. on item spawn:
  62. world is "world"
  63. cancel event
  64.  
  65. on Craft:
  66. if player doesn't have permission "Admin.use":
  67. cancel event
  68.  
  69. on Craft:
  70. if player doesn't have permission "Admin.use":
  71. send "&cYou Can't Do That!"
  72.  
  73. on xp spawn:
  74. world is "world"
  75. cancel event
  76.  
  77. on Damage:
  78. world is "world"
  79. cancel event
  80.  
  81. On Hunger Meter Change:
  82. world is "world"
  83. cancel event
  84.  
  85. on join:
  86. world is "world"
  87. player has played before
  88. set join message to "&6%player% &f[&a+&f]"
  89.  
  90. on first join:
  91. world is "world"
  92. set join message to "&6%player% &f[&a+&f]"
  93.  
  94. on quit:
  95. world is "world"
  96. set quit message to "&6%player% &f[&c-&f]"
  97.  
  98. command /sethub:
  99. permission: Admin.use
  100. permission message: &cYou Can't Do That!
  101. trigger:
  102. set {hub} to player's location
  103. send "&eNONE &8>> &7The Hub Now is Set!"
  104.  
  105. command /hub:
  106. permission: Admin.use
  107. permission message: &cYou Can't Do That!
  108. trigger:
  109. teleport player to {hub}
  110.  
  111. on command "/hub":
  112. world is "world"
  113. if player doesn't have permission "Admin.use":
  114. cancel event
  115.  
  116. on command "/hub":
  117. world is "world"
  118. if player doesn't have permission "Admin.use":
  119. send "&eNONE &8>> &7You already in Hub!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement