Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # This is the main configuration for knockback
- # ATTENTION: Do not rename "Default" knockback profile
- #
- # Melee:
- # overrideKb: Use our custom kb
- # horizontal: horizontal = value
- # horizontalOnGround: horizontal *= value
- # horizontalSprinting: horizontal *= value
- # horizontalKnockbackDeduction: horizontal *= (kbEnchantLevel + 1) - value
- # vertical: vertical = value
- # verticalOnGround: vertical *= value
- # verticalSprinting: vertical *= value
- # inheritHorizontal: Inherit victim motion
- # frictionHorizontal: horizontal = (motion * value) + victimRotation
- # inheritVertical: Inherit victim motion
- # frictionVertical: vertical += (motionY * value)
- # limitVertical: Reset vertical if it exceeds limit
- # yLimit: vertical = 0
- # onePointSevenKb: Help players with chasing victim (Applies custom kb while backstabbing)
- # onePointSevenHorizontal: horizontal = value
- #
- # Combo:
- # comboMode: Enable combo mode
- # comboHeight: Maximum height of combo
- # comboTicks: Maximum combo ticks
- # comboVelocity: Vertical deduction on hit
- #
- # Fishing Rod:
- # overrideRodKb: Use our custom fishing rod kb
- # rodHorizontal: horizontal = value
- # rodVertical: vertical = value
- # rodMultiplier: Multiplies rod's vector magnitude
- #
- # Bow:
- # overrideBowKb: Use our custom bow kb
- # bowHorizontal: horizontal = value
- # bowVertical: vertical = value
- # bowPunchMultiplier: horizontal *= (punchEnchantLevel + 1) * value
- #
- # Potion:
- # potionGravity: Fall speed value
- # potionSpeed: Throwing multiplier value
- # potionVerticalOffset: Vertical throwing offset value
- # potionSmooth: Make heal potions throwing smoother
- #
- # Other:
- # hitDelay: Delay between victim can get hit
- # slowdown: Slowdown player on hit
- # cancelSprint: Cancel sprint for player on hit
- #
- profiles:
- Default:
- overrideKb: true
- horizontal: 0.45
- horizontalOnGround: 1.1
- horizontalSprinting: 1.2
- horizontalKnockbackMultiplier: 0.8
- vertical: 0.45
- verticalOnGround: 1.0
- verticalSprinting: 1.0
- limitVertical: false
- yLimit: 1.2
- inheritHorizontal: true
- frictionHorizontal: 1.0
- inheritVertical: false
- frictionVertical: 1.0
- onePointSevenKb: false
- onePointSevenHorizontal: 0.25
- comboMode: false
- comboHeight: 2.3
- comboTicks: 10
- comboVelocity: -0.05
- overrideBowKb: true
- bowHorizontal: 0.9
- bowVertical: 0.9
- bowPunchMultiplier: 1.1
- overrideRodKb: true
- rodHorizontal: 0.9
- rodVertical: 0.9
- rodMultiplier: 1.0
- potionGravity: 0.05
- potionSpeed: 0.5
- potionVerticalOffset: -10.0
- potionSmooth: true
- hitDelay: 20
- slowdown: 0.6
- cancelSprint: true
Add Comment
Please, Sign In to add comment