TG_Vulcano

Zenia Config

Aug 19th, 2025 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -- v1
  2. -- Configuração Global dos Peripherals
  3. -- Conecte um Wired Moldem em todos os peripherals e ative eles e coloque os nomes que aparecerem no chat em seus respectivos locais
  4. local config = {
  5. -- Configurações para sistema de poções
  6. general = {
  7. owner = "_Vulkano_" -- Dono do computador
  8. },
  9.  
  10.  
  11. effects = {
  12. barrel = "minecraft:barrel_0", -- onde fica armazenado todos os efeitos
  13. pylon = "pylons:infusion_pylon_0" -- pylon onde ficam os efeitos ativos
  14. },
  15.  
  16. -- Configurações para idiotice artificial
  17. ai = {
  18. name = "@zen", -- Prefixo que você manda no chat para ativar
  19. chat = "chat_box_0" -- peripheral chatbox para reconhecer as msg do chat
  20. },
  21.  
  22.  
  23. }
  24.  
  25. return config
  26.  
Advertisement
Add Comment
Please, Sign In to add comment