OzzyKemp / do-a-barrel-roll

Microsoft flight simulator for Minecraft elytras.

Home Page:https://www.curseforge.com/minecraft/mc-mods/do-a-barrel-roll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mod Loader Enviroment Discord

Modrinth CurseForge

Do a Barrel Roll is a lightweight, fully clientside mod for Fabric and Forge that changes elytra flight to be more fun and semi-realistic. It achieves this by redesigning movement with a completely unlocked camera orientation in mind, allowing for full pitch, yaw and roll control in flight.

Some subtle and less subtle modifiers are also applied to the camera, including but not limited to smoothing and banking.

Controls

The default controls are as follows, but can be modified:

  • Mouse x axis to roll
  • Mouse y axis to pitch
  • strafe keys (normally A and D) to yaw

Configuration

The mod can be configured in-game using ModMenu on Fabric, or the builtin mods button on Forge and a compatible config library. Currently, Cloth Config, YACL and Configured are supported. Once you install any of these, you can access the config screen by finding the mod in your mod menu of choice and pressing the config button.

A wide range of options are available, including custom mouse behavior, elytra activation restrictions and changing values of modifiers like banking, sensitivity and more.

Server-side features

Visual aspects of the mod (playermodel roll in particular) can be synced between clients by installing it on the server-side as well. Everything is still fully compatible with both vanilla clients and servers. All the following configurations are valid:

  • Server with mod, client with mod: visuals are synced
  • Server with mod, client without mod: client can join and play without issues, but can't see visuals
  • Server without mod, client with mod: client can join and play without issues, but can only see their own visuals
  • Server with mod, client 1 with mod, client 2 with mod, client 3 without mod: client 1 and 2 can see each other's visuals, client 3 cannot
  • Server without mod, client 1 with mod, client 2 with mod, client 3 without mod: client 1 and 2 can only see their own visuals

Disclaimer

This mod does not actually modify the flight physics themselves, so in most cases it shouldn't trigger anticheat. However, doing things like loop de loops looks to the server like rapid camera movement and may get you flagged. Use at your own risk.

Credits

Based on the Cool Elytra Roll mod by Jorbon, specifically it's "realistic mode".

Ported to Forge by MehVahdJukaar.

Mod icon by Mizeno.

For server owners

The mod includes a "thrusting" feature that is probably considered cheating by most servers, as it lets users accelerate without using fireworks. If you want to completely ban players from using this feature on your server, you can either:

  • Install the mod on your server and set "allowThrusting" to false in config/do_a_barrel_roll-server.json
  • Send a custom packet to the client at login on the do_a_barrel_roll:config_sync channel with one string field containing the following JSON:
{
  "allowThrusting": false
}

The client will respond with a boolean on the same channel to indicate success.

This option will be respected by any clients using version 2.4.0 or later of the mod. The Forge version does not currently support thrusting, so it will not be affected by this option.

About

Microsoft flight simulator for Minecraft elytras.

https://www.curseforge.com/minecraft/mc-mods/do-a-barrel-roll

License:GNU General Public License v3.0


Languages

Language:Java 100.0%