Back to mods
Effectly project artwork

CurseForge · Hytale mod

Effectly

The Universal Ability API Done Right

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Effectly release should I use?

Updated yesterday
Latest stable file Effectly-1.3.0.jar
Game version 0.5
Mod system Built-in Hytale mod system

Effectly-1.3.0.jar targets 0.5. 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

Where should Effectly be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Effectly-1.3.0.jar need?

Effectly-1.3.0.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add Effectly without breaking your instance.

Built for Effectly-1.3.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Effectly-1.3.0.jar. It targets 0.5; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Effectly-1.3.0.jar. It opens that exact file at the source.

About this project

What does Effectly add?

Effectly

Complex Effects made Simple and Universal.

Effectly works as a centralized hub for all multiple mods to list, manage, utilize, or extend the same list of gameplay abilities.


Attribution:

Effectly was forked from the AbilityAPI by Hexvane. It functions as a more performant and extendable not-vibe-coded drop-in replacement. It is 100% backwards compatible with any mod that previously required AbilityAPI

Features

  • Enchantable Armor - Add Conditional Effects to armor pieces to give them another level of flair
  • Asset-Driven - Making new effects or conditions can be done entirely via the asset editor! Tweaking existing ones can be done just as easily
  • Performant - You only pay for what is active. 400 unused effects will have the same performance hit as 1 on your server.

Abilities

  1. Creative Flight
  2. Dark Vision
  3. Fall Damage Immunity
  4. Health Regen
  5. Invulnerability
  6. Item Magnet
  7. Mining Fortune
  8. Mining Haste
  9. Move Speed
  10. Oxygen
  11. Unarmed Punch Damage
  12. Waterbreathing
  13. Second Change
  14. Stamina Regen
  15. Strength
  16. Swim Speed
  17. Wall Climb
  18. Resistance
  • Commands
  • Drowning
  • Elements
  • Environments / Environmental
  • Fall
  • Fire
  • Ice
  • Void
  • Physical
  • Poison
  • Projectile
  • Slashing
  • Suffocation

And these are just the defaults! Third-party mods can add more as they need

Enchanting Armor

There are two ways to enchant armor - and for players, no, this is not accessible in survival. This is for mod owners looking to integrate!

#1- Predefined in the Tags

{
  "Tags": {
    "Effectly:Ability": [
      "mining_haste:3:sunlight", // conditionally adds haste 3 when in sunlight
      "flight" // adds flight
    ],
    "Effectly:Condition": [
      "zone 3" // gates the entire ability behind being in zone 3
    ]
  }
}

This can be done on your item's actual Item JSON file

Or, you can add it via the Asset Editor image

It is also recommended to install Patchly if you are planning on editing existing items.

#2 Item Metadata

Add the object MetaData (i.e. crafting, via code, dynamic per-item abilities for if you want individuality)

  "PrimaryOutput": {
        "ItemId": "Armor_Iron_Chest",
        "Quantity": 1,
        "Metadata": {
          "Effectly:Abilities": {
            "creative_flight": 1.0,
            "move_speed": 1.5
          },
          "Effectly:Conditions": ["zone 3"]
        }
      },

Enchanting Weapons

Currently disabled for the time being due to performance reasons

While I have the code, I was not happy with the implementation. Waiting on some Hexcode abilities to land before I finish out this implementation because I want to do it right.

Creating/Configuring Abilities or Conditions

New abilities can be configured via the asset editor (or raw json mutation) image

Allowing you full control over what an ability does, how it is configured, and how it behaves. For server owners, this lets you force-disable unwanted abilities, configure power levels, and balance abilities to fit best within your server.


All in all, this was just a fun weekend project! It was sparked from the vibecoded app having performance issues on another server. The Github at the time was licensed CC0 - so I took the liberty of actually doing this idea justice. Please, feel free to reach out to Riprod on discord! I'm most places hytale is.

Project description from CurseForge.

Pick your setup

Effectly releases for each Hytale build.

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Effectly releases and Hytale builds

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.