Skip to content
New issue

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

[Suggestion] Different settings per permission #1

Open
Sqbri opened this issue Dec 2, 2022 · 0 comments
Open

[Suggestion] Different settings per permission #1

Sqbri opened this issue Dec 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Sqbri
Copy link

Sqbri commented Dec 2, 2022

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
@tvanderb tvanderb added the enhancement New feature or request label Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants