hytale-gravity-flip-0.1.0.jar
25 Apr 2026
CurseForge · Hytale mod
Gravity Flip lets you create anti-gravity regions on your Hytale server using a wand — no scripting, no file edits, no server restarts. Want to walk on the ceiling? Place two corners, name the region, and flip the world.
Quick answer
Gravity Flip hytale-gravity-flip-0.1.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
hytale-gravity-flip-0.1.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Gravity Flip hytale-gravity-flip-0.1.0.jar. Pick another file and the loader, install side or required mods may change.
Use hytale-gravity-flip-0.1.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside hytale-gravity-flip-0.1.0.jar. It opens that exact file at the source.
About this project
Gravity Flip lets you create anti-gravity regions on your Hytale server using a wand — no scripting, no file edits, no server restarts. Want to walk on the ceiling? Place two corners, name the region, and flip the world.
/gravityflip commands.hytale-gravity-flip-<version>.jar into your server's mods folder./gravityflip wand in-game to get the Gravity Flip Wand./gravityflip define <region_name> — done. Gravity now flips inside that box.All commands are subcommands of /gravityflip:
| Command | What it does |
|---|---|
/gravityflip wand |
Gives you the wand. |
/gravityflip define <name> |
Defines a region from your selection. |
/gravityflip list |
Lists all registered regions and their info. |
/gravityflip delete <name> |
Removes a region. |
/gravityflip toggle <name> |
Enables/disables a region. |
/gravityflip tp <name> |
Teleports you to a region's center. |
/gravityflip define <name>Gravity Flip regions are saved as JSON. Each region needs a Name and a Box (AABB). The rest have defaults.
| Field | Type | Default | What it means |
|---|---|---|---|
| Name | string | required | The name/id you use in commands. |
| Box | array | required | {min: [x,y,z], max: [x,y,z]} |
| Enabled | bool | true | If off, region does nothing. |
| FallDamage | bool | false | Keep vanilla fall damage? (usually off) |
| GracePeriodMs | int | 2500 | Smooths the gravity transition (ms). |
| VerticalForce | float | 0.1 | How strong the anti-grav is. |
| AffectPlayers | bool | true | Flip players? |
| AffectNpcs | bool | true | Flip mobs/NPCs? |
| AffectItems | bool | true | Flip dropped items? |
| VisualColor | string | #00FFFF | Outline/particle color. |
| VisualMode | string | Outline | Outline, Particles, or None. |
| VisualRefreshMs | int | 1000 | How often visuals are updated (ms). |
| VisualOpacity | float | 0.5 | Outline transparency (0–1) |
| VisualParticleId | string | Torch_Fire | Particle id for "Particles" mode. |
| VisualParticleDensity | float | 0.3 | Particle density along edges. |
Sits at Server/mods/Mythlane_GravityFlip/regions.json. Changing regions via commands saves instantly. If you hand-edit, restart the server. First run always seeds a "demo" region.
| Name | Min | Max | Purpose |
|---|---|---|---|
| tutorial_walk_on_ceiling | (10,81,10) | (15,86,15) | Simple walk-on-ceiling, cyan outline |
| item_fountain | (20,80,10) | (23,100,13) | Items float up, for demos |
| mob_chamber | (30,81,10) | (40,89,20) | Mobs only, red outline |
| full_chaos | (-15,81,10) | (0,91,25) | Players, mobs, items — chaos, purple |
| gentle_lift | (-40,80,-20) | (-20,85,0) | Weak antigrav |
| strong_launch | (-15,80,-15) | (-10,83,-10) | Launch pad settings |
| grace_period_demo | (15,81,-20) | (23,87,-12) | Entry anim with grace period |
| no_grace | (25,81,-20) | (33,87,-12) | Instant flip, for comparison |
| fall_damage_off | (40,110,0) | (50,120,10) | Fall damage off, high up |
| disabled_example | (-30,81,0) | (-25,86,5) | Persisted but disabled |
| showcase_arena | (-80,81,-80) | (-50,96,-50) | 30x15x30 gold-outlined box |
| dense_particles | (50,81,50) | (58,89,58) | Ultra-dense particle effect |
./gradlew shadowJar
cp build/libs/hytale-gravity-flip-*.jar <HytaleServer>/Server/mods/
# Restart your server
On first start, /regions.json is seeded with a demo region. Use the wand/commands to manage regions.
src/main/java/com/mythlane/gravityflip/src/test/java/./gradlew shadowJar # Build the fat jar with gson relocation
./gradlew test # Run unit tests
For dev fast-deploy, see copyJarToDevServer gradle task.
GravityFlipCommand.setup() and hook it in assets.Player/NPC/Item
|
v (checked every tick)
RegionTickLoop
| <---- Regions loaded from regions.json
GravityApplier + FallDamageGuard
|
region effect
Wand:
Player clicks -> WandSelectionStore -> define region -> registry saves to JSON
Made by Mythlane. Plugin layout/modeling borrowed from our VotePipe and related plugins.
License to be decided. Ping contact@mythlane.com for questions.
Project description from CurseForge.
Recent files
25 Apr 2026
Looking for an older file? The official CurseForge project page is in Resources.