Advertisement
AdemDev

Jetpack_en

Nov 12th, 2023
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. {
  2. "Version": "1.1.6",
  3. "Prefix of chat messages": "[JetPack]",
  4. "Permission to use": "jetpack.use",
  5. "Permission to use a Jetpack without a Jetpack item in the inventory (chat command - /jet)": "jetpack.command",
  6. "Permission to give to yourself": "jetpack.giveself",
  7. "Permission to turn off fuel": "jetpack.fuel",
  8. "Activate the jetpack when moving an item into a clothing container?": true,
  9. "Maximum flight altitude": 1000.0,
  10. "Allow the use of weapons on the jetpack?": true,
  11. "Take off a jetpack in the water?": true,
  12. "Allow to take off the jetpack in the air": false,
  13. "Third-person view": false,
  14. "Turn on the sound?": true,
  15. "Use quiet sound": false,
  16. "Enable collision damage": true,
  17. "Collision Damage Multiplier": 5.0,
  18. "Collision acceleration threshold": 5.0,
  19. "The SamSite will attack the jetpack": true,
  20. "The SamSite on the monuments will attack the jetpack": false,
  21. "Increased missile speed and SamSite attack radius by jetpack": true,
  22. "Allow loot supply drop when using a jetpack": false,
  23. "List of commands that are prohibited while using the jetpack": [
  24. "home"
  25. ],
  26. "Control": {
  27. "Wear/taking off a jetpack with the middle mouse button?": true,
  28. "Air resistance": 0.7,
  29. "Thrust": 25.0,
  30. "Pitch": 1.5,
  31. "Roll": 1.5,
  32. "Yaw": 1.5,
  33. "Control assistance": true
  34. },
  35. "Fuel": {
  36. "Use fuel": true,
  37. "Fuel period": 1.0,
  38. "Fuel consumption": 1,
  39. "Item": "lowgradefuel"
  40. },
  41. "Item": {
  42. "Shortname": "burlap.gloves.new",
  43. "Skin": 2632956407,
  44. "Name": "JetPack"
  45. },
  46. "Enable spawn in crates": false,
  47. "Spawn setting": [
  48. {
  49. "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
  50. "Chance": 5.0
  51. }
  52. ],
  53. "Notification Settings": {
  54. "Use Chat Notifications? [true/false]": true
  55. },
  56. "Supported Plugins": {
  57. "ZoneManager setting": {
  58. "Do you use the ZoneManager? [true/false]": false,
  59. "List of zone flags that block spawn": [
  60. "eject",
  61. "pvegod"
  62. ],
  63. "List of zone IDs that block spawn": [
  64. "Example"
  65. ]
  66. }
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement