Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Elytra fly patch by IzDaBait https://www.spigotmc.org/members/izdabait.356376/
- # https://paypal.me/baitdonate
- # Join my server: 8b8t.xyz (Anarchy)
- # ~ Commands ~ #
- # /ep reload: Reload ElytraRoofPatch configuration. #
- # /ep help: Get ElytraRoofPatch's plugin page and version #
- # Completely disable Elytras on the roof (Default: false)
- disable: false
- # Message if it's disabled
- disablemms: "Elytra is temporarily disabled on the roof!"
- # ~ Defaults ~ #
- # The plugin will check if the player is at or above this y value (Default: 128) Set to 0 to check everywhere
- ycheck: 128
- # This variable is to check if the player is in the nether. (Default: true)
- # This plugin is intended for nether roof flying patch but can also be in
- # the overworld. set the ycheck to 0 and this variable to false to limit
- # flying everywhere.
- onlynether: true
- # Speed Multiplier Double (Relaxed: 5.0, Default: 2.5, More strict: 2.0, Extremely Strict: 1.0) This is the maximum
- # velocity a player can go. It is not measured in blocks per second but blocks per movement packet. A Firework does
- # not propel a user much more than 2.5, so it should be a safe value.
- vdouble: 2.5
- # If you would like to teleport the player 1 block downwards, set this to true.
- # this is a minor attempt to reduce people spamming the system. (Default: false)
- # please note this is still a testing feature that may also allow players to get
- # under the bedrock.
- tp: false
- # ~ Messages ~ #
- # Send feedback to the player when they are breaking the limit (Default: true)
- sendmessage: true
- # Send the velocity back to the player (Default: false) (Usually for debug purposes but it's here if you like it)
- # this will not trigger if sendmessage is false.
- sendspeed: false
- # Here you can change the message it sends to the player once they break the limit
- message: "You're going too fast with that!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement