Advertisement
AdemDev

PogoStick en

Dec 4th, 2022
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. {
  2. "Version": {
  3. "Major": 1,
  4. "Minor": 0,
  5. "Patch": 0
  6. },
  7. "Chat Prefix": "[Pogo Stick]",
  8. "Main Settings": {
  9. "Use Chat Notifications? [true/false]": true,
  10. "Item type (0 - item must be held in hands; 1 - clothing item)": 0,
  11. "Third-person view": false,
  12. "Allow pogo deployment in the air": true,
  13. "Allow the use of pogo in the water": false,
  14. "Health loss multiplier when landing incorrectly": 1.0,
  15. "Minimum speed at which collision damage will be caused": 5.0,
  16. "The crate prefab - chance": {
  17. "Sand": 0.75,
  18. "Gravel": 0.85,
  19. "Grass": 0.85,
  20. "Snow": 0.75,
  21. "Dirt": 0.75
  22. }
  23. },
  24. "Pogo presets": [
  25. {
  26. "Preset Name": "default",
  27. "Permission to use": "",
  28. "Bouncity": 1.7,
  29. "Maximum speed": 15.5,
  30. "Loss of durability with each jump": 0.1,
  31. "Drag": 0.05,
  32. "Rotation speed multiplier (A/D)": 2.0,
  33. "Tilt speed multiplier (W/S)": 2.0,
  34. "Item": {
  35. "Shortname": "fuse",
  36. "Skin": 2896727210,
  37. "Name": "POGO STICK",
  38. "Enable spawn in crates [true/false]": true,
  39. "The crate prefab - chance": {
  40. "assets/bundled/prefabs/radtown/crate_normal.prefab": 5.0,
  41. "assets/bundled/prefabs/radtown/crate_elite.prefab": 5.0
  42. }
  43. }
  44. },
  45. {
  46. "Preset Name": "upgraded",
  47. "Permission to use": "",
  48. "Bouncity": 1.8,
  49. "Maximum speed": 17.5,
  50. "Loss of durability with each jump": 0.1,
  51. "Drag": 0.05,
  52. "Rotation speed multiplier (A/D)": 2.0,
  53. "Tilt speed multiplier (W/S)": 3.0,
  54. "Item": {
  55. "Shortname": "fuse",
  56. "Skin": 2896727425,
  57. "Name": "UPGRADED POGO STICK",
  58. "Enable spawn in crates [true/false]": false,
  59. "The crate prefab - chance": {
  60. "assets/bundled/prefabs/radtown/crate_elite.prefab": 5.0
  61. }
  62. }
  63. },
  64. {
  65. "Preset Name": "fast",
  66. "Permission to use": "pogostick.fast",
  67. "Bouncity": 1.9,
  68. "Maximum speed": 21.5,
  69. "Loss of durability with each jump": 0.1,
  70. "Drag": 0.05,
  71. "Rotation speed multiplier (A/D)": 3.0,
  72. "Tilt speed multiplier (W/S)": 4.0,
  73. "Item": {
  74. "Shortname": "fuse",
  75. "Skin": 2896727535,
  76. "Name": "FAST POGO STICK",
  77. "Enable spawn in crates [true/false]": false,
  78. "The crate prefab - chance": {
  79. "assets/bundled/prefabs/radtown/crate_elite.prefab": 5.0
  80. }
  81. }
  82. }
  83. ],
  84. "Supported Plugins": {
  85. "GUIAnnouncements Settings": {
  86. "GUIAnnouncements plugin in use? [true/false]": false,
  87. "Banner color": "Grey",
  88. "Text color": "White",
  89. "Adjust Vertical Position": 0.03
  90. },
  91. "Notify Settings": {
  92. "Notify plugin in use? [true/false]": false,
  93. "Type": "0"
  94. },
  95. "ZoneManager Settings": {
  96. "ZoneManager plugin in use? [true/false]": false,
  97. "List of flags prohibiting pogo stick": [
  98. "eject"
  99. ]
  100. }
  101. }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement