AuraCraft

Quick rating

AuraCraft

No reviews yet

AuraCraft adds point-based, persistent effect progression for SMP-style gameplay.

Adventure/Exploration
QoL & Tweaks
Minigame
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
auracraft-1.1.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

AuraCraft (Fabric)

AuraCraft adds a persistent, point-based aura system for SMP-style gameplay. Players choose status effects as auras through an in-game UI, upgrade them over time, and defend them in PvP. Server admins control balance through GameRules and config.

Features

  • Press Y (default) to open the Aura Picker at any time - even with no points to spend. Selection Screen
  • Selected auras persist across sessions and are reapplied automatically on login.
  • Picking the same aura again upgrades it (e.g. Speed I -> Speed II), up to a configurable max level.
  • Combined cap prevents overstacking: selected auras + unspent points ≤ max_auras.
  • Restoration Queue - auras lost to PvP or voluntarily withdrawn are remembered. Using an Aura Plus restores the most recently lost aura automatically before granting a new point.
  • PvP loss system: dying to a player removes your most recent aura (or a point if you have none). The killer receives an Aura Plus drop if drop_plus_on_kill is enabled.
  • Multiplayer handshake gate - clients without AuraCraft or on a mismatched version are rejected on join.
  • Mod Menu config screen with per-aura enable/disable toggles and upgrade caps.

Items

Item Stack Behavior
Aura Plus Aura Plus 1 Restores your most recently lost aura (if queued), otherwise grants +1 point. Not consumed in creative mode.
Aura Reset Aura Reset 8 Refunds all points (invested + unspent), capped at max_auras. Requires at least one previously selected aura. Not consumed in creative mode.

Commands

All /aura commands require GameMaster (OP level 2+), except /aura withdraw.

  • /aura - Toggle the AuraCraft UI on/off server-wide.
  • /aura status [player] - View a player's current points and selected auras.
  • /aura reset [player] - Refund all points for repicking (mirrors the Aura Reset item).
  • /aura restart [player] - Hard reset: returns player to 1 point, clears all auras and the restoration queue.
  • /aura plus [player] [amount] - Grant extra points to a player.
  • /aura remove [player] [amount] - Remove points or auras from a player.
  • /aura withdraw [amount] - Convert your own points/auras into Aura Plus items (self-use).

GameRules

Configured in-game via /gamerule under the AuraCraft category.

Rule Default Description
max_auras 3 Combined load cap (selected auras + unspent points)
drop_plus_on_kill true Whether killing a player drops an Aura Plus
enable_heart_recipe true Whether the Heart of the Sea -> Aura Plus recipe is craftable

Config

Config file: config/auracraft.json

Controls per-aura availability and max upgrade level only. Gameplay numbers are managed through GameRules.

{
  "enabledAuras": {
    "minecraft:speed": true,
    "minecraft:strength": true,
    "minecraft:blindness": false
  },
  "auraUpgradeLevels": {
    "minecraft:speed": 2,
    "minecraft:strength": 1
  }
}
  • enabledAuras - Which auras appear in the picker UI.
  • auraUpgradeLevels - Max upgrade level per aura (1 = base only, 2 = one upgrade, etc.).

License

This mod is licensed under the MIT License. See the LICENSE file for details.

AuraCraft (Fabric)

AuraCraft adds a persistent, point-based aura system for SMP-style gameplay. Players choose status effects as auras through an in-game UI, upgrade them over time, and defend them in PvP. Server admins control balance through GameRules and config.

Features

  • Press Y (default) to open the Aura Picker at any time - even with no points to spend. Selection Screen
  • Selected auras persist across sessions and are reapplied automatically on login.
  • Picking the same aura again upgrades it (e.g. Speed I -> Speed II), up to a configurable max level.
  • Combined cap prevents overstacking: selected auras + unspent points ≤ max_auras.
  • Restoration Queue - auras lost to PvP or voluntarily withdrawn are remembered. Using an Aura Plus restores the most recently lost aura automatically before granting a new point.
  • PvP loss system: dying to a player removes your most recent aura (or a point if you have none). The killer receives an Aura Plus drop if drop_plus_on_kill is enabled.
  • Multiplayer handshake gate - clients without AuraCraft or on a mismatched version are rejected on join.
  • Mod Menu config screen with per-aura enable/disable toggles and upgrade caps.

Items

Item Stack Behavior
Aura Plus Aura Plus 1 Restores your most recently lost aura (if queued), otherwise grants +1 point. Not consumed in creative mode.
Aura Reset Aura Reset 8 Refunds all points (invested + unspent), capped at max_auras. Requires at least one previously selected aura. Not consumed in creative mode.

Commands

All /aura commands require GameMaster (OP level 2+), except /aura withdraw.

  • /aura - Toggle the AuraCraft UI on/off server-wide.
  • /aura status [player] - View a player's current points and selected auras.
  • /aura reset [player] - Refund all points for repicking (mirrors the Aura Reset item).
  • /aura restart [player] - Hard reset: returns player to 1 point, clears all auras and the restoration queue.
  • /aura plus [player] [amount] - Grant extra points to a player.
  • /aura remove [player] [amount] - Remove points or auras from a player.
  • /aura withdraw [amount] - Convert your own points/auras into Aura Plus items (self-use).

GameRules

Configured in-game via /gamerule under the AuraCraft category.

Rule Default Description
max_auras 3 Combined load cap (selected auras + unspent points)
drop_plus_on_kill true Whether killing a player drops an Aura Plus
enable_heart_recipe true Whether the Heart of the Sea -> Aura Plus recipe is craftable

Config

Config file: config/auracraft.json

Controls per-aura availability and max upgrade level only. Gameplay numbers are managed through GameRules.

{
  "enabledAuras": {
    "minecraft:speed": true,
    "minecraft:strength": true,
    "minecraft:blindness": false
  },
  "auraUpgradeLevels": {
    "minecraft:speed": 2,
    "minecraft:strength": 1
  }
}
  • enabledAuras - Which auras appear in the picker UI.
  • auraUpgradeLevels - Max upgrade level per aura (1 = base only, 2 = one upgrade, etc.).

License

This mod is licensed under the MIT License. See the LICENSE file for details.

Screenshots

Gallery

  • Screenshot 2026-06-06 152510.png
    Screenshot 2026-06-06 152510.png Screenshot 2026-06-06 152510.png
  • Screenshot 2026-06-06 152654.png
    Screenshot 2026-06-06 152654.png Screenshot 2026-06-06 152654.png
  • Aura Plus Recipe
    Aura Plus Recipe Aura Plus Recipe
  • Aura Reset Recipe
    Aura Reset Recipe Aura Reset Recipe

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works