Advertisement
Guest User

8b8t paste

a guest
May 31st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 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.  
  10. # Completely disable Elytras everywhere (Default: false)
  11. disable: false
  12.  
  13. # Completely disable Elytras on the roof (Default: false)
  14. disableroof: false
  15.  
  16. # The plugin will check if the player is at or above this y value (Default: 128) Set to 0 to check everywhere
  17. ycheck: 128
  18.  
  19. # This variable is to check if the player is in the nether. (Default: true)
  20. # This plugin is intended for nether roof flying patch but can also be in
  21. # the overworld. set the ycheck to 0 and this variable to false to limit
  22. # flying everywhere.
  23. # > as of 2.1.3 overworld speed can also be set, so keep this at true past that version. <
  24. onlynether: true
  25.  
  26. # Speed Multiplier Double (Relaxed: 5.0, Default: 2.5, More strict: 2.0, Extremely Strict & Safe: 1.0) This is the maximum
  27. # velocity a player can go. It is not measured in blocks per second but blocks per movement packet. A Firework does
  28. # not propel a user much more than 2.5, so it should be a safe value.
  29. # only applies ontop of the nether roof
  30. vdouble: 1.0
  31. # Speed Multiplier Double everywhere (under the roof, in the overworld etc. Keep higher than the above value.)
  32. # set to -1 to disable (Default: -1, but 3.5 - 4.5 is highly recommended.)
  33. vdoubleeverywhere: 3.5
  34.  
  35. # If you would like to teleport the player 1 block downwards, set this to true.
  36. # this is a minor attempt to reduce people spamming the system. (Default: false)
  37. # please note this is still a testing feature that may also allow players to get
  38. # under the bedrock.
  39. # > Might not correctly function as of 2.1.2 <
  40. tp: false
  41.  
  42.  
  43. # ~ Messages ~ #
  44.  
  45. # Message if flying is disabled on the roof
  46. disableroofmms: "Elytra flight is temporarily disabled above the nether roof!"
  47.  
  48. # Message if flying is disabled everywhere
  49. disablemms: "Elytra flight is temporarily disabled!"
  50.  
  51. # Send feedback to the player when they are breaking the limit (Default: true)
  52. sendmessage: true
  53.  
  54. # Send the velocity back to the player (Default: false) (Usually for debug purposes but it's here if you like it)
  55. # this will not trigger if sendmessage is false.
  56. sendspeed: false
  57.  
  58. # Here you can change the message it sends to the player once they break the limit
  59. message: "You're going too fast with that!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement