Advertisement
PiggiesGoSqueal

Untitled

Jan 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. # List of worlds where feature is disabled
  2. Crawl_Disabled_World:
  3. - "NoCrawlWorld"
  4. # Disable if player is holding any item
  5. Crawl_Disable_While_Holding_Items: true
  6. # Item disable message
  7. Crawl_Disable_By_Item_Message: "&c[C&7R] &c- &7Clear your hand to crawl"
  8. # Cooldown in milliseconds
  9. # 1000 = 1 second
  10. Crawl_Cooldown: 3000
  11. # Crawl sound
  12. # <Sound>-<Volume>-<Pitch>
  13. # Also if you want to you can add unlimited amount sounds like this:
  14. # <Sound>-<Volume>-<Pitch>,<Sound>-<Volume>-<Pitch>,<etc.>
  15. Crawl_Sound: "BLOCK_GRASS_STEP-1-0,ENTITY_LEASH_KNOT_BREAK-1-1"
  16. # Determine how much player can have space between player and nearest block below
  17. # 0.6 recommended
  18. Crawl_Enough_On_Ground: 0.6
  19. # If true and player looks up crawl is cancelled
  20. Crawl_Is_Looking_Up_End: false
  21. # If true and player sneaks crawl is cancelled
  22. Crawl_Is_Sneaking_End: true
  23. # If true and player looks down crawl is cancelled
  24. Crawl_Is_Looking_Down_End: true
  25. # If true and player sprints while crawling, then he will move
  26. Crawl_Sprint_To_Move: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement