Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1.  
  2. #Gezksentials
  3. #maker of script, Magezky
  4. #V1.3.7
  5.  
  6. options:
  7.  
  8. #DiscordCommand
  9.  
  10. command /discord [<player>]:
  11. aliases: dcmd
  12. permission: dcmd.use
  13. permission message: &4You don't have permission to this command!
  14. trigger:
  15. message "&a&lHere is the discord link for BlockHosting's offical discord: &b&lhttps://discord.gg/VVMcsNk"to player
  16.  
  17. #HelpOP
  18.  
  19. command /helpop [<text>]:
  20. aliases: /ac, /adminchat
  21. permission: helpop.use
  22. permission message: &4You don't have permission to this command!
  23. trigger:
  24. if arg 1 is set:
  25. loop all players:
  26. if loop-player has permission "essentials.helpop.receive" or "essentials.*":
  27. send "{@Helpop}" to loop-player
  28. stop
  29.  
  30. #Vanish
  31.  
  32. options:
  33. logo: &8[&9Vanish&8]
  34. permission: vanish.use
  35. permissionalert: vanishalert.use
  36.  
  37. command /vanish [<offline player>]:
  38. permission: {@permission}
  39. permission message: &4You do not have access to this command!
  40. aliases: /v
  41. executable by: player
  42. trigger:
  43. if arg 1 is not set:
  44. if {vanish.%player%} is not set:
  45. hide the player from all players
  46. send "{@logo} &7You are &cVanish&7."
  47. set {vanish.%player%} to true
  48. loop all players:
  49. if loop-player has permission "{@permissionalert}":
  50. send "{@logo} &7The player &c%player% &7is now in vanish." to loop-player
  51. else:
  52. reveal the player from all players
  53. send "{@logo} &7You are no longer &cVanish&7."
  54. delete {vanish.%player%}
  55. loop all players:
  56. if loop-player has permission "{@permissionalert}":
  57. send "{@logo} &7The player &c%player% &7is no longer in vanish." to loop-player
  58. if arg 1 is set:
  59. if {vanish.%arg 1%} is not set:
  60. hide the arg 1 from all players
  61. send "{@logo} &7You are &cVanish&7." to arg 1
  62. send "{@logo} &7The player &c%arg 1% &7is now in vanish." to player
  63. set {vanish.%arg 1%} to true
  64. loop all players:
  65. if loop-player has permission "{@permissionalert}":
  66. send "{@logo} &7The player &c%arg 1% &7is now in vanish." to loop-player
  67. else:
  68. reveal the arg 1 from all players
  69. send "{@logo} &7You are no longer &cVanish&7." to arg 1
  70. send "{@logo} &7The player &c%arg 1% &7is no longer vanish." to player
  71. delete {vanish.%arg 1%}
  72. loop all players:
  73. if loop-player has permission "{@permissionalert}":
  74. send "{@logo} &7The player &c%arg 1% &7is no longer in vanish." to loop-player
  75.  
  76. on quit:
  77. if {vanish.%player%} is set:
  78. delete {vanish.%player%}
  79. on join:
  80. loop all players:
  81. if {vanish.%loop-player%} is true:
  82. reveal the loop-player from all players
  83. hide the loop-player from all players
  84.  
  85. command /vanishinfo [<offline player>]:
  86. permission: {@permission}
  87. permission message: &4You do not have access to this command!
  88. aliases: /vinfo
  89. executable by: player
  90. trigger:
  91. if arg 1 is not set:
  92. if {vanish.%player%} is set:
  93. send "{@logo} &7You're &4Vanish&7."
  94. else:
  95. send "{@logo} &7You are not &4Vanish&7."
  96. if arg 1 is set:
  97. if {vanish.%arg 1%} is set:
  98. send "{@logo} &7The player &c%arg 1% &7is vanish."
  99. else:
  100. send "{@logo} &7The player &c%arg 1% &7is not vanish."
  101.  
  102. #Kickall
  103. command /kickall [<text>]:
  104. aliases: /kickall
  105. permission: kickall.use
  106. permission message: &4You do not have access to this command!
  107. trigger:
  108. loop all players
  109. kick all players because "{@Kickall}"
  110.  
  111. #suicide
  112. command /suicide
  113. aliases:suicide
  114. permission: suicide.use
  115.  
  116. #Announce
  117. command /announce [<text>]:
  118. permission: announce.use
  119. permission message: &4You don't have permission to this command!
  120. trigger:
  121. if argument 1 is set:
  122. send all players title "&aAnnouncement" with subtitle "&6%arg-1%"
  123.  
  124. command /announ help:
  125. trigger:
  126. message "&6Help For Announce.sk"
  127. message "&6USAGE: /announce {what ever you want to say}"
  128.  
  129. #kick
  130. command: /kick [<player>]:
  131. aliases: /kick
  132. permission: kick.use
  133. permission message: &4You don't have permission to this command!
  134. trigger:
  135. kick
  136.  
  137.  
  138.  
  139.  
  140.  
  141. # Thanks for downloading
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement