Advertisement
Guest User

ElytraRoofPatch New Config 2.1.2

a guest
May 26th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. # Elytra fly patch by IzDaBait https://www.spigotmc.org/members/izdabait.356376/
  2. # https://paypal.me/baitdonate
  3. # Join my server: 8b8t.xyz (Anarchy)
  4.  
  5. # ~ Commands ~ #
  6. # /ep reload: Reload ElytraRoofPatch configuration. #
  7. # /ep help: Get ElytraRoofPatch's plugin page and version #
  8.  
  9. # Completely disable Elytras on the roof (Default: false)
  10. disable: false
  11. # Message if it's disabled
  12. disablemms: "Elytra is temporarily disabled on the roof!"
  13.  
  14. # ~ Defaults ~ #
  15. # The plugin will check if the player is at or above this y value (Default: 128) Set to 0 to check everywhere
  16. ycheck: 128
  17.  
  18. # This variable is to check if the player is in the nether. (Default: true)
  19. # This plugin is intended for nether roof flying patch but can also be in
  20. # the overworld. set the ycheck to 0 and this variable to false to limit
  21. # flying everywhere.
  22. onlynether: true
  23.  
  24. # Speed Multiplier Double (Relaxed: 5.0, Default: 2.5, More strict: 2.0, Extremely Strict: 1.0) This is the maximum
  25. # velocity a player can go. It is not measured in blocks per second but blocks per movement packet. A Firework does
  26. # not propel a user much more than 2.5, so it should be a safe value.
  27. vdouble: 2.5
  28.  
  29. # If you would like to teleport the player 1 block downwards, set this to true.
  30. # this is a minor attempt to reduce people spamming the system. (Default: false)
  31. # please note this is still a testing feature that may also allow players to get
  32. # under the bedrock.
  33. tp: false
  34.  
  35. # ~ Messages ~ #
  36.  
  37. # Send feedback to the player when they are breaking the limit (Default: true)
  38. sendmessage: true
  39. # Send the velocity back to the player (Default: false) (Usually for debug purposes but it's here if you like it)
  40. # this will not trigger if sendmessage is false.
  41. sendspeed: false
  42.  
  43. # Here you can change the message it sends to the player once they break the limit
  44. message: "You're going too fast with that!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement