We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of how the config would look:
smartmoving: permission: smartmoving.mode.one wallJump: requireDirectionChange: false minimumDistance: 0 maximumVelocity: 0 maxJumps: 0 timeOnWall: 2.5
jumpPower: horizontal: 0.6 vertical: 1 slide: enable: true speed: 0.17 canJumpWhile: true sound: namespace: "minecraft" #Break / Step / Place / Hit / Fall group: "Step" volume: 1.0 pitch: 1.0 list: #If false, It will work as WhiteList #만약 false인 경우, 화이트리스트로 작동합니다 worldBlackList: true world: - disableWorld blockBlackList: true block: - ICE - BLUE_ICE - PACKED_ICE - GLASS - WHITE_STAINED_GLASS - ORANGE_STAINED_GLASS - MAGENTA_STAINED_GLASS - LIGHT_BLUE_STAINED_GLASS - YELLOW_STAINED_GLASS - LIME_STAINED_GLASS - PINK_STAINED_GLASS - GRAY_STAINED_GLASS - LIGHT_GRAY_STAINED_GLASS - CYAN_STAINED_GLASS - PURPLE_STAINED_GLASS - BLUE_STAINED_GLASS - BROWN_STAINED_GLASS - GREEN_STAINED_GLASS - RED_STAINED_GLASS - BLACK_STAINED_GLASS - CACTUS
permission: smartmoving.mode.two wallJump: requireDirectionChange: true minimumDistance: 10 maximumVelocity: 4 maxJumps: 5 timeOnWall: 19
jumpPower: horizontal: 2.5 vertical: 3 slide: enable: true speed: 0.17 canJumpWhile: true sound: namespace: "minecraft" #Break / Step / Place / Hit / Fall group: "Step" volume: 1.0 pitch: 1.0 list: #If false, It will work as WhiteList #만약 false인 경우, 화이트리스트로 작동합니다 worldBlackList: true world: - disableWorld blockBlackList: true block: - ICE - BLUE_ICE - PACKED_ICE - GLASS - WHITE_STAINED_GLASS - ORANGE_STAINED_GLASS - MAGENTA_STAINED_GLASS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example of how the config would look:
smartmoving:
permission: smartmoving.mode.one
wallJump:
requireDirectionChange: false
minimumDistance: 0
maximumVelocity: 0
maxJumps: 0
timeOnWall: 2.5
permission: smartmoving.mode.two
wallJump:
requireDirectionChange: true
minimumDistance: 10
maximumVelocity: 4
maxJumps: 5
timeOnWall: 19
The text was updated successfully, but these errors were encountered: