mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add command to disable Gravity (#1955)
Allow disabling gravity (flying) for servers that allow this. /move gravity: show gravity handling status /move gravity on: enable gravity handling (falling) /move gravity off: disable gravity handling (flying) Co-authored-by: ORelio <ORelio@users.noreply.github.com>
This commit is contained in:
parent
288994aeec
commit
8795aab810
6 changed files with 33 additions and 14 deletions
|
|
@ -93,6 +93,7 @@ namespace MinecraftClient
|
|||
public static bool DisplayChatLinks = true;
|
||||
public static bool DisplayInventoryLayout = true;
|
||||
public static bool TerrainAndMovements = false;
|
||||
public static bool GravityEnabled = true;
|
||||
public static bool InventoryHandling = false;
|
||||
public static string PrivateMsgsCmdName = "tell";
|
||||
public static CacheType SessionCaching = CacheType.Disk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue