KingDarkZ_-Lucas

KDZ_RegrasEmGui.sk

Nov 21st, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. # #!==============================[ RegrasEmGui ]==============================!# #
  2. # #! Autor: KingDarkZ_ !# #
  3. # #! Nome: KDZ_RegrasEmGui !# #
  4. # #! Versão: 1.1 !# #
  5. # #! Skript 100% gratuito !# #
  6. # #! Dependência: SkQuery !# #
  7. # #! !# #
  8. # #!==============================[ RegrasEmGui ]==============================!# #
  9.  
  10. # #!================[ Como ficará as regras: ]================!# #
  11.  
  12. #--> [_] [_] [_] [_] [+] [_] [_] [_] [_] <--#
  13. #--> [_] [_] [_] [+] [_] [+] [_] [_] [_] <--#
  14. #--> [_] [_] [+] [_] [_] [_] [+] [_] [_] <--#
  15. #--> [_] [_] [_] [+] [_] [+] [_] [_] [_] <--#
  16. #--> [_] [_] [_] [_] [+] [_] [_] [_] [_] <--#
  17.  
  18. # #!================[ ^Como ficará as regras^ ]================!# #
  19.  
  20.  
  21. options:
  22. #-------- Regra 1 --------#
  23. id1: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  24. NomeDaRegra1: #Exemplo: Clientes não permitidos#
  25. Regra1: #Exemplo: LabymodClient, OptifineClient, etc#
  26. #-------- Regra 2 --------#
  27. id2: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  28. NomeDaRegra2: #Exemplo: Clientes não permitidos#
  29. Regra2: #Exemplo: LabymodClient, OptifineClient, etc#
  30. #-------- Regra 3 --------#
  31. id3: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  32. NomeDaRegra3: #Exemplo: Clientes não permitidos#
  33. Regra3: #Exemplo: LabymodClient, OptifineClient, etc#
  34. #-------- Regra 4 --------#
  35. id4: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  36. NomeDaRegra4: #Exemplo: Clientes não permitidos#
  37. Regra4: #Exemplo: LabymodClient, OptifineClient, etc#
  38. #-------- Regra 5 --------#
  39. id5: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  40. NomeDaRegra5: #Exemplo: Clientes não permitidos#
  41. Regra5: #Exemplo: LabymodClient, OptifineClient, etc#
  42. #-------- Regra 6 --------#
  43. id6: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  44. NomeDaRegra6: #Exemplo: Clientes não permitidos#
  45. Regra6: #Exemplo: LabymodClient, OptifineClient, etc#
  46. #-------- Regra 7 --------#
  47. id7: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  48. NomeDaRegra7: #Exemplo: Clientes não permitidos#
  49. Regra7: #Exemplo: LabymodClient, OptifineClient, etc#
  50. #-------- Regra 8 --------#
  51. id8: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
  52. NomeDaRegra8: #Exemplo: Clientes não permitidos#
  53. Regra8: #Exemplo: LabymodClient, OptifineClient, etc#
  54.  
  55. on inventory click:
  56. if inventory name of player's current inventory is "&6&lRegras do servidor":
  57. cancel event
  58.  
  59. command /regras:
  60. trigger:
  61. open chest with 5 rows named "&6&lRegras do servidor" to player
  62. format slot 4 of player with {@id1} named "{@NomeDaRegra1}" with lore "{@Regra1}" to close
  63. format slot 12 of player with {@id2} named "{@NomeDaRegra2}" with lore "{@Regra2}" to close
  64. format slot 14 of player with {@id3} named "{@NomeDaRegra3}" with lore "{@Regra3}" to close
  65. format slot 20 of player with {@id4} named "{@NomeDaRegra4}" with lore "{@Regra3}" to close
  66. format slot 24 of player with {@id5} named "{@NomeDaRegra5}" with lore "{@Regra5}" to close
  67. format slot 30 of player with {@id6} named "{@NomeDaRegra6}" with lore "{@Regra6}" to close
  68. format slot 32 of player with {@id7} named "{@NomeDaRegra7}" with lore "{@Regra7}" to close
  69. format slot 40 of player with {@id8} named "{@NomeDaRegra8}" with lore "{@Regra8}" to close
Add Comment
Please, Sign In to add comment