Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {antipluie} = 1
- command /antipluie on:
- description: Permet d'activer l'antipluie
- permission: theo.antipluit.on
- trigger:
- set {antipluie} to 1
- command /antipluie off:
- description: Permet de désactiver la pluit
- permission: theo.antipluit.off
- trigger:
- set {antipluie} to 0
- on weather change to rain or thunder:
- if {antipluie} = 1:
- cancel event
- broadcast "La pluie a ete annuler"
Advertisement
Add Comment
Please, Sign In to add comment