Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. "customFormats": [
  2. {
  3. "priority": 0,
  4. "permission": "chat.format.player",
  5. "format": "&7%nickname%&8: &7%message%"
  6. },
  7. {
  8. "priority": 1,
  9. "permission": "chat.format.vip",
  10. "format": "&8[&e&lVIP&8] &6%nickname%&3: &f%message%"
  11. },
  12. {
  13. "priority": 3,
  14. "permission": "chat.format.helper",
  15. "format": "&8[&3&lHelper&8] &b%nickname%&3: &a%message%"
  16. },
  17. {
  18. "priority": 4,
  19. "permission": "chat.format.mod",
  20. "format": "&8[&a&lMod&8] &2%nickname%&a: &a%message%"
  21. },
  22. {
  23. "priority": 5,
  24. "permission": "chat.format.admin",
  25. "format": "&8[&c&lAdmin&8] &c%nickname%&8: &6%message%"
  26. },
  27. {
  28. "priority": 6,
  29. "permission": "chat.format.wlasciciel",
  30. "format": "&8[&4&lWłaściciel&8] &c%nickname%&4: &4&l%message%"
  31. }
  32. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement