Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. #Nome do Skript: TDVip
  2. #Versão do Skript: v1.0
  3. #Autor: HeyCraft - Fórum GamersBoard
  4. #Não retire os créditos!
  5.  
  6. Options:
  7. #Mensagem de Permissão
  8. PM: &c&l[!] &7Sem Permissao! - Contate um Administrador!
  9.  
  10. #Nome do Servidor
  11. SV: &6&lSeuServer
  12.  
  13. #Ip do Servidor
  14. IP: &9UnitedPVP.myserver.gs
  15.  
  16. #Beneficios Vip ( Não Editar )
  17. B: &9&lBeneficios &6&lVIP!
  18.  
  19. #Site do Servidor ( Não Editar )
  20. S: &a&lSite
  21.  
  22. #Pagamentos ( Não Editar )
  23. P: &9&lMeios de Pagamento!
  24.  
  25. #Beneficios - Todos Editaveis!
  26. V1: &cVips podem VOAR!
  27. V2: &cLoja VIP! Preços mais Baratos!
  28. V3: &cFalar colorido no Chat!
  29. V4: &c3 Terrenos!
  30. V5: &cKits Exclusivos!
  31.  
  32. #Meios de Pagamento - Todos Editaveis!
  33. M1: &cPagSeguro
  34. M2: &cMercadoPago
  35. M3: &cPayPal
  36. M4: &cBoleto Bancario
  37. M5: &cCartão de Crédito
  38.  
  39. #Link do Site
  40. LS: &chttp://goo.gl/YWNR13
  41.  
  42. command /vip:
  43. permission: vip.ver
  44. permission message: {@PM}
  45. trigger:
  46. if player has permission "vip.ver":
  47. open chest with 1 rows named "{@SV} &7- &9Ajuda VIP" to player
  48. wait 5 tick
  49. format slot 0 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  50. format slot 1 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  51. format slot 2 of player with a diamond named "{@B}" with lore "&a&l» &9Beneficios do VIP" to close then run [make player execute command "/bvip"]
  52. format slot 3 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  53. format slot 4 of player with a book named "{@S}" with lore "&9&l» &aSite do Servidor" to close then run [make player execute command "/site"]
  54. format slot 5 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  55. format slot 6 of player with a emerald named "{@P}" with lore "&a&l» &9Meios de Pagamento" to close then run [make player execute command "/mpgto"]
  56. format slot 7 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  57. format slot 8 of player with a black stained glass pane named "{@SV}" with lore "&c&l» {@IP}" to close
  58.  
  59.  
  60. command /bvip:
  61. permission: vip.ver
  62. permission message: {@PM}
  63. trigger:
  64. send " "
  65. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  66. send "&9&l» {@V1}"
  67. send "&9&l» {@V2}"
  68. send "&9&l» {@V3}"
  69. send "&9&l» {@V4}"
  70. send "&9&l» {@V5}"
  71. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  72. send " "
  73.  
  74. command /mpgto:
  75. permission: vip.ver
  76. permission message: {@PM}
  77. trigger:
  78. send " "
  79. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  80. send "&9&l» {@M1}"
  81. send "&9&l» {@M2}"
  82. send "&9&l» {@M3}"
  83. send "&9&l» {@M4}"
  84. send "&9&l» {@M5}"
  85. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  86. send " "
  87.  
  88. command /site:
  89. permission: vip.ver
  90. permission message: {@PM}
  91. trigger:
  92. send " "
  93. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  94. send "&9&l» {@LS}"
  95. send "&9&l» &a&l----- {@SV} &a&l----- &9&l«"
  96. send " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement