Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # DarkDay - Sempre de dia no seu Servidor!
- #
- # Criado por Juliopcgame - Website: http://darkcraftbr.net/
- # | Código-Fonte |
- variables:
- {DarkDay.Config.Ativado} = true
- on weather change to day:
- if {DarkDay.Config.Ativado} is true:
- cancel event
- command /darkday:
- permission: darkday.usar
- trigger:
- set {DarkDay.Config.Ativado} to true
- send "&aSempre de dia by juliopcgame!"
- command /darkof:
- permission: darkday.Trocar
- trigger:
- set {DarkDay.Config.Ativado} to false
- send "&aSempre de dia desativado by juliopcgame!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement