Advertisement
GemsMC

Untitled

Feb 22nd, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. options:
  2. prefix: [prefix]
  3.  
  4. on command:
  5. sender is a player
  6. full command is "":
  7. cancel event
  8. stop
  9. set {command::%player's uuid%} to command
  10.  
  11. on server chat send:
  12. if packet message contains "Unknown command" or "but you do not have permission to perform this command" or "keine rechte" or "Keine Rechte!" or "KEINE RECHTE!":
  13. if {command::%player's uuid%} is set:
  14. cancel event
  15. send "{@prefix} &7Unbekannter befehl! &8(&7/%first 20 characters of {command::%player's uuid%}%&8)"
  16. delete {command::%player's uuid%}
  17. else:
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement