Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # #!==============================[ RegrasEmGui ]==============================!# #
- # #! Autor: KingDarkZ_ !# #
- # #! Nome: KDZ_RegrasEmGui !# #
- # #! Versão: 1.1 !# #
- # #! Skript 100% gratuito !# #
- # #! Dependência: SkQuery !# #
- # #! !# #
- # #!==============================[ RegrasEmGui ]==============================!# #
- # #!================[ Como ficará as regras: ]================!# #
- #--> [_] [_] [_] [_] [+] [_] [_] [_] [_] <--#
- #--> [_] [_] [_] [+] [_] [+] [_] [_] [_] <--#
- #--> [_] [_] [+] [_] [_] [_] [+] [_] [_] <--#
- #--> [_] [_] [_] [+] [_] [+] [_] [_] [_] <--#
- #--> [_] [_] [_] [_] [+] [_] [_] [_] [_] <--#
- # #!================[ ^Como ficará as regras^ ]================!# #
- options:
- #-------- Regra 1 --------#
- id1: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra1: #Exemplo: Clientes não permitidos#
- Regra1: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 2 --------#
- id2: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra2: #Exemplo: Clientes não permitidos#
- Regra2: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 3 --------#
- id3: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra3: #Exemplo: Clientes não permitidos#
- Regra3: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 4 --------#
- id4: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra4: #Exemplo: Clientes não permitidos#
- Regra4: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 5 --------#
- id5: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra5: #Exemplo: Clientes não permitidos#
- Regra5: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 6 --------#
- id6: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra6: #Exemplo: Clientes não permitidos#
- Regra6: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 7 --------#
- id7: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra7: #Exemplo: Clientes não permitidos#
- Regra7: #Exemplo: LabymodClient, OptifineClient, etc#
- #-------- Regra 8 --------#
- id8: paper #O id, coloque o nome com espaços, ex: Blue ink sak (Que é lápis)#
- NomeDaRegra8: #Exemplo: Clientes não permitidos#
- Regra8: #Exemplo: LabymodClient, OptifineClient, etc#
- on inventory click:
- if inventory name of player's current inventory is "&6&lRegras do servidor":
- cancel event
- command /regras:
- trigger:
- open chest with 5 rows named "&6&lRegras do servidor" to player
- format slot 4 of player with {@id1} named "{@NomeDaRegra1}" with lore "{@Regra1}" to close
- format slot 12 of player with {@id2} named "{@NomeDaRegra2}" with lore "{@Regra2}" to close
- format slot 14 of player with {@id3} named "{@NomeDaRegra3}" with lore "{@Regra3}" to close
- format slot 20 of player with {@id4} named "{@NomeDaRegra4}" with lore "{@Regra3}" to close
- format slot 24 of player with {@id5} named "{@NomeDaRegra5}" with lore "{@Regra5}" to close
- format slot 30 of player with {@id6} named "{@NomeDaRegra6}" with lore "{@Regra6}" to close
- format slot 32 of player with {@id7} named "{@NomeDaRegra7}" with lore "{@Regra7}" to close
- format slot 40 of player with {@id8} named "{@NomeDaRegra8}" with lore "{@Regra8}" to close
Add Comment
Please, Sign In to add comment