Advertisement
daipon0512

Untitled

Mar 9th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. on load:
  2. send "&b[&aMenu&b] &aPlugin Activado." to console #Cambiar a gusto
  3. on unload:
  4. send "&b[&aMenu&b] &aPlugin Desactivado." to console #Cambiar a gusto
  5. #------------------------------------------[Menu]----------------------------------------------#
  6.  
  7. Command /menu:
  8. trigger:
  9. open chest with 34 rows named "&4&lMenu atajos" to player
  10. play raw sound "note.pling" at player with pitch 1 volume 1
  11. wait 1 tick
  12. format slot 44 of player with map named "&4&lLobby" with lore "&aIr al lobby principal" to close then run [make player execute command "/lobby"]
  13. format slot 22 of player with beacon named "&c&lSpawn" with lore "&aIr al spawn" to close then run [make player execute command "/spawn"]
  14. format slot 4 of player with hoe named "&b&lMinijuegos" with lore "&aIr a minijuegos" to close then run [make player execute command "/warp minijuegos"]
  15. format slot 40 of player with pickaxe named "&2&lSurvival" with lore "&aIr a warp survival" to close then run [make player execute command "/warp survival"]
  16. format slot 24 of player with brick named "&a&lBuildBattle" with lore "&aIr a buildbattle" to close then run [make player execute command "/warp buildbattle"]
  17. format slot 20 of player with diamond sword named "&9&lFacciones" with lore "&aIr a facciones" to close then run [make player execute command "/warp facciones"]
  18.  
  19. Command /vip:
  20. trigger:
  21. open chest with 1 rows named "&6&lVIP" to player
  22. play raw sound "note.pling" at player with pitch 1 volume 1
  23. wait 1 tick
  24. format slot 0 of player with gold ingot named "&6&lVIP" with lore "&a&lComprar vip" to close then run [make player execute command "/Buy"]
  25. format slot 1 of player with iron ingot named "&6&lVIP+" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  26. format slot 2 of player with diamond named "&6&lVIP+" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  27. format slot 3 of player with block of gold named "&6&lMVIP" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  28. format slot 4 of player with block of iron named "&6&lMVIP+" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  29. format slot 5 of player with block of diamond named "&6&lSuperVIP" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  30. format slot 6 of player with emerald named "&6&lUltraVIP" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  31. format slot 7 of player with block of emerald named "&6&lUltraVIP+" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  32. format slot 8 of player with nether star named "&6&lMegaVIP" with lore "&a&lComprar vip" to close then run [make player execute command "/buy"]
  33.  
  34. Command /info:
  35. trigger:
  36. open chest with 1 rows named "&c&lInformacion" to player
  37. wait 1 tick
  38. format slot 0 of player with command block named "&2&lReglas" with lore "&cClick derecho" to close then run [make player execute command "/rules"]
  39. format slot 1 of player with command block named "&b&lInfo VIP" with lore "&cClick derecho" to close then run [make player execute command "/warp infovip"]
  40. format slot 2 of player with command block named "&a&lContacto" with lore "&cClick derecho" to close then run [make player execute command "/warp contacto"]
  41. format slot 3 of player with command block named "&9&lSugerencias" with lore "&cClick derecho" to close then run [make player execute command "/warp surgerencias"]
  42. format slot 4 of player with command block named "&4&lReclamos" with lore "&cClick derecho" to close then run [make player execute command "/warp reclamos"]
  43. format slot 5 of player with command block named "&c&lReport" with lore "&cClick derecho" to close then run [make player execute command "/helpop El usuario %player% ha sido reportado"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement