Advertisement
Guest User

Helpop

a guest
Apr 7th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. command /helpop [<text>]:
  2. description: Manda un messaggio d'aiuto allo staff online.
  3. usage: /helpop <message>
  4. trigger:
  5. if arg 1 is not set:
  6. message "&8[&c&lHelpOP&8] &dInserisci un messaggio. Scrivi &c/helpop <messaggio>."
  7. stop
  8. message "&8[&c&lHelpOP&8] &aIl tuo messaggio di aiuto è stato inviato a tutti i membri dello staff online."
  9. if arg 1 is set:
  10. loop all players:
  11. loop-player has permission "helpop.receive":
  12. message "&8[&c&lHelpOP&8] &6Il giocatore &d&l%player% &6ha richiesto aiuto:&8» &b&n%arg%" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement