Advertisement
Don_Camillo

WUBI example json

Oct 31st, 2023 (edited)
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. {
  2. "WBUI2": {
  3. "settings": {
  4. "OpenButton": 0,
  5. "HideIcon": false,
  6. "HideIconAfter": 60,
  7. "IconURL": "https://i.imgur.com/OZ6xOjY.png",
  8. "DisableIconText": false,
  9. "OpenOnStart": true,
  10. "OpenOnStartOnlyNewPlayers": true,
  11. "UpdateInterval": 12
  12. },
  13. "tabs": [
  14. {
  15. "tab1": {
  16. "layout": 1,
  17. "buttontext": "1 Box layout",
  18. "title1": "Welcome to WBUI2!",
  19. "text1": "your text could be here.\n\nBTW, you can add as many tabs/links as you want, just follow the syntax... Until it doesnt fit anymore :)",
  20. "imageurl": "https://i.imgur.com/mGt3cAF.png"
  21. }
  22. },
  23. {
  24. "tab2": {
  25. "layout": 2,
  26. "buttontext": "2 Box layout",
  27. "title1": "Left title",
  28. "title2": "Right title",
  29. "text1": "This text goes into the left box",
  30. "text2": "This text goes into the right box",
  31. "imageurl": ""
  32. }
  33. },
  34. {
  35. "tab3": {
  36. "layout": 3,
  37. "buttontext": "3 Box layout",
  38. "title1": "Left title",
  39. "title2": "Top right title",
  40. "title3": "Bottom left title",
  41. "text1": "This text goes into the left box",
  42. "text2": "This text goes into the top right box",
  43. "text3": "This text goes into the bottom right box",
  44. "imageurl": ""
  45. }
  46. },
  47. {
  48. "tab4": {
  49. "layout": 4,
  50. "buttontext": "4 box layout",
  51. "title1": "Top left title",
  52. "title2": "Top right title",
  53. "title3": "bottom left title",
  54. "title4": "bottom right title",
  55. "text1": "This text goes into the top left box",
  56. "text2": "This text goes into the top right box",
  57. "text3": "This text goes into the bottom left box",
  58. "text4": "This text goes into the bottom right box",
  59. "imageurl": ""
  60. }
  61. }
  62. ],
  63. "links": [
  64. {
  65. "link1": {
  66. "text": "Link to website",
  67. "url": "https://example.com/link1"
  68. }
  69. },
  70. {
  71. "link2": {
  72. "text": "Link to discord",
  73. "url": "https://example.com/link2"
  74. }
  75. },
  76. {
  77. "link3": {
  78. "text": "Link to google",
  79. "url": "https://google.com"
  80. }
  81. }
  82. ]
  83. }
  84. }
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement