Advertisement
Guest User

TimeToDoubleJump v2.8.3 - Config.yml

a guest
Jan 11th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ###################################
  2. # TimeToDoubleJump #
  3. # Version: 2.8.3 #
  4. # Author: TheSpyguy16 #
  5. # http://thespyguy16.weebly.com #
  6. ###################################
  7.  
  8. Walking:
  9. Forward: 1.5
  10. Height: 1.0
  11.  
  12. # Make your sprinting forward more then your walking forward! If you would like it the same as walking make it that.
  13. Sprinting:
  14. Forward: 2.0
  15. Height: 1.0
  16.  
  17. # This number will subract from any of your heights listed above! If you would like this to be disable just do 0.0.
  18. Sneaking: 0.3
  19.  
  20. # If enabled you would have to do /ttdj toggle to enable your doublejump and do /ttdj toggle again to disable doublejump!
  21. Toggles: Disable
  22. EnableToggleOnJoin: false
  23.  
  24. # Disable doublejump when a player is in these types of liquids?
  25. Water: false
  26. Lava: false
  27.  
  28. # If enabled you would need permission to check how long you are in the cooldown for.
  29. NeedPermissionToCheck: false
  30.  
  31. # Does the effect that you picked when you doublejump!
  32. Effects:
  33. Flames: true
  34. SmallSmoke: false
  35. LargeSmoke: false
  36. EnderTeleport: false
  37. PotionBreak: false
  38. MusicNotes: false
  39. Cloud: false
  40. Hearts: false
  41. Redstone: false
  42. Slime: false
  43. Lava: false
  44.  
  45. # Would like a different effect that is not listed above!
  46. EnableOtherEffect: false
  47. Effect: put_effect_here
  48.  
  49. # Plays the sound that you picked when you doublejump!
  50. Sounds:
  51. BatTakeOff: true
  52. DragonWings: false
  53. ChickenEggPop: false
  54. ItemPickUp: false
  55. AnvilBreak: false
  56. ArrowShot: false
  57. Extinguish: false
  58. ToolBreak: false
  59. GhastShooting: false
  60. BlazeShooting: false
  61. CannonShooting: false
  62.  
  63. # Would like a different sound that is not listed above!
  64. EnableOtherSound: false
  65. Sound: put_sound_here
  66.  
  67. # Cooldown after each DoubleJump.
  68. Cooldown Settings:
  69. Cooldown: false
  70. CooldownStartMessage: true
  71. CooldownEndMessage: true
  72. CooldownSound: true
  73. CountdownSound: true
  74. CooldownTime: 15
  75.  
  76. # Enable doublejump in the worlds that you have listed below.
  77. EnabledWorlds:
  78. - all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement