Advertisement
Guest User

Untitled

a guest
Jun 9th, 2022
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "Link to the server logo": "https://i.imgur.com/oMWp3dR.png",
  3. "List of messages for players": [
  4. "YOUR MESSAGE #1",
  5. "YOUR MESSAGE #2",
  6. "YOUR MESSAGE #3",
  7. "YOUR MESSAGE #4"
  8. ],
  9. "Button Settings": [
  10. {
  11. "Text": "Shop",
  12. "Command": "chat.say /test"
  13. },
  14. {
  15. "Text": "<b>Stats</b>",
  16. "Command": "chat.say /test"
  17. },
  18. {
  19. "Text": "<i>Bucket</i>",
  20. "Command": "chat.say /test"
  21. },
  22. {
  23. "Text": "Settings",
  24. "Command": "chat.say /test"
  25. }
  26. ],
  27. "The color of the active event": "1 1 1 1",
  28. "Inactive event color": "1 1 1 0.2",
  29. "Main color": "0.01960784 0.4313726 0.8705883 1",
  30. "Additional color": "0.01960784 0.4313726 0.8705883 0.5980392",
  31. "Server Name": "PROJECT NAME",
  32. "Message update time": 15.0
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement