Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. options:
  2. p : &3Moderation &7»
  3. on consume enchanted golden apple:
  4. if {gapple.%player%} is false:
  5. message "{@p} Pas bien le UseBug :c"
  6. cancel event
  7. else:
  8. stop
  9. on consume potion of:8233:
  10. if {gapple.%player%} is false:
  11. message "{@p} Pas bien le UseBug :c"
  12. cancel event
  13. else:
  14. stop
  15.  
  16. on rightclick with eye of ender:
  17. player has permission "v.use"
  18. name of tool is "&6RandomTP"
  19. cancel event
  20. wait 1 ticks
  21. delete {list::*}
  22. add all players to {list::*}
  23. set {_random} to a random element of {list::*}
  24. teleport player to {_random}
  25. send "{@p} &3Tu as été tp à &b%{_random}%"
  26. on rightclick with clock:
  27. player has permission "v.use"
  28. name of tool is "&6Boussole"
  29. wait 1 ticks
  30. push the player in the direction of player at speed 3
  31. command /staff <text>:
  32. permission: v.use
  33. trigger:
  34. if arg 1 is not set:
  35. send "&7------ &3Moderation &7------"
  36. send "&f/staff on &8» &fActiver l'inventaire de Modération"
  37. send "&f/staff off &8» &fDésactivé l'inventaire de Modération"
  38. send "&7------ &3Moderation &7------"
  39. if arg 1 is "on":
  40. hide player to all players
  41. send "{@p} &3Tu es désormais en mod &bverif"
  42. clear player's inventory
  43. give clock named "&6Boussole" to slot 8 of player
  44. give book named "&6Inventaire" to slot 1 of player
  45. give iron bars named "&6Frozen" to slot 3 of player
  46. set player's flight mode to true
  47. give wooden sword of knockback 10 and unbreaking 100 named "&6K10" to slot 0 of player
  48. give blaze rod named "&6Vérif" to slot 4 of player
  49. give eye of ender named "&6RandomTP" to slot 5 of player
  50. if arg 1 is "off":
  51. reveal player to all players
  52. teleport the player to {spawn}
  53. clear player's inventory
  54. send "{@p} &3Tu n'es plus en mod &bverif"
  55.  
  56. on join:
  57. player has permission "v.use"
  58. set {seeall.%player%} to false
  59. every 1 seconds:
  60. loop all players:
  61. if {seeall.%loop-player-1%} is true:
  62. loop all players:
  63. if {dueled.%loop-player-2%} is true:
  64. reveal loop-player-2 to loop-player-1
  65. on rightclick with glass pane:
  66. if player has permission "v.use":
  67. name of tool is "&aSeeAll &8[&aON&8]"
  68. make player execute command "/seeall"
  69. wait 1 ticks
  70. set tool to red stained glass pane named "&aSeeAll &8[&aOFF&8]"
  71. on rightclick with red stained glass pane:
  72. if player has permission "v.use":
  73. name of tool is "&aSeeAll &8[&aOFF&8]"
  74. make player execute command "/seeall"
  75. wait 1 ticks
  76. set tool to glass pane named "&aSeeAll &8[&aON&8]"
  77. on rightclick with light green dye:
  78. if player has permission "v.use":
  79. make player execute command "/vanish off"
  80. wait 1 ticks
  81. set tool to gray dye named "&aVanish &8[&6OFF&8]"
  82.  
  83. on rightclick with gray dye:
  84. if player has permission "v.use":
  85. make player execute command "/vanish on"
  86. wait 1 ticks
  87. set tool to light green dye named "&aVanish &8[&aON&8]"
  88.  
  89. on rightclick on entity:
  90. if player has permission "v.use":
  91. player is holding book
  92. name of tool is "&6Inventaire"
  93. make player execute command "/invsee %clicked player%"
  94. on rightclick on entity:
  95. if player has permission "v.use":
  96. player is holding iron bars
  97. name of tool is "&6Frozen"
  98. make player execute command "/freeze %clicked player%"
  99. on rightclick on entity:
  100. if player has permission "v.use":
  101. player is holding blaze rod
  102. name of tool is "&6Vérif"
  103. make player execute command "/verif %clicked player%"
  104. on rightclick on entity:
  105. if player has permission "v.use":
  106. player is holding fire charge
  107. name of tool is "&6Kill Players"
  108. make player execute command "/kill %clicked player%"
  109. on rightclick with bone:
  110. if player has permission "v.use":
  111. player is holding bone
  112. name of tool is "&6Seeall"
  113. make player execute command "/seeall"
  114. on rightclick with gold block:
  115. if player has permission "v.use":
  116. player is holding gold block
  117. name of tool is "&6Arène"
  118. make player execute command "/warp arene"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement