
PureEconomy
Lightweight multi-currency economy. Pairs with AuraUtils for utilities + economy.
- 10
- September 5, 2026

PureEconomy
Lightweight multi-currency economy. Pairs with AuraUtils for utilities + economy.
- 10
- September 5, 2026
Lightweight homes, warps, TPA, back, RTP, timber, player inventories, and player toggles for CraftBukkit.
Players get a shared teleport countdown, a simple GUI, and translatable messages. Operators get warps, home limits, reload, and an optional GitHub update notice.
AuraUtils does not include an economy. Pair it with PureEconomy for a lightweight utilities + economy stack. They talk through Vault; AuraUtils charges PureEconomy's default currency. Neither plugin requires the other.

Install AuraUtils-<version>-spigot.jar in plugins/. The spigot and paper-folia filenames are copies of the same shaded bytecode; CraftBukkit behavior is detected at runtime.
| Server | Install |
|---|---|
| CraftBukkit / Bukkit | AuraUtils-<version>-spigot.jar |
plugins/.plugins/AuraUtils/config.yml if you want.lang/en.yml. Translate it or add another locale and set language:./aura reload (aura.admin) after config or language edits.
/back, safe /rtp, god, fly, nofall, nohunger, timber/inv 1, /inv 2, …) with rank limits/menu utility GUIaura.teleport.bypass for instant teleportslang/en.ymlTrusted TPA: /tpatrust <player> adds them to your list. They can /tpa you without /tpaccept. Manage with /tpatrust list and /tpauntrust <player>. Cancel a countdown or an outgoing TPA with /tpacancel (/tpcancel, /auracancel).
Timber: with timber.enabled: true (default), chopping a log with an axe fells the connected tree. /timber turns it off for you. Sneak to chop a single log.
Player inventories: /inv 1 is a personal double chest. Normal ranks get that one inventory. Give a rank more with a single node — aura.inv.3 allows /inv 1–3. Works with LuckPerms or any other permission plugin.

| Command | Permission | Description |
|---|---|---|
/home [name|list] |
aura.home |
Teleport to a home or open the home GUI |
/sethome <name> |
aura.home.set |
Create or update a home |
/delhome <name> |
aura.home.delete |
Delete a home |
/warp [name|list] |
aura.warp |
Teleport to a warp or open the warp GUI |
/setwarp <name> |
aura.warp.set |
Create or update a warp |
/delwarp <name> |
aura.warp.delete |
Delete a warp |
/tpa <player>|list |
aura.tpa |
Send a TPA request or open the TPA GUI |
/tpaccept / /tpadeny |
aura.tpa |
Accept or deny a pending TPA |
/tpacancel |
aura.use |
Cancel a countdown or outgoing TPA |
/tpatrust / /tpauntrust |
aura.tpa.trust |
Manage your trusted TPA list |
/back |
aura.back |
Return to the last teleport location |
/rtp |
aura.rtp |
Random safe teleport |
/god [player] |
aura.god |
Toggle invincibility |
/fly [player] |
aura.fly |
Toggle flight |
/nofall [player] |
aura.nofall |
Toggle fall damage |
/nohunger [player] |
aura.nohunger |
Toggle hunger depletion |
/timber [player] |
aura.timber |
Toggle chopping a whole tree from one log |
/inv [number|list] |
aura.inv |
Open a personal extra inventory |
/menu |
aura.menu |
Open the utility GUI |
/aura [reload] |
aura.use / aura.admin |
Command list; reload config and language |


| tpa:
timeout: 60
trusted-max: 50
trusted-instant: false
homes:
default-limit: 3
limits: []
inventories:
enabled: true
rows: 6
max: 10
default-limit: 1
limits: []
rtp:
radius: 2000
minDistance: 250
attempts: 30
generate-unloaded: true
max-sync-generations: 3
teleport:
countdown: 5
countdown-display: both
chat-at: [3, 2, 1]
title: true
cancel-on-move: true
sound: true
sound-rising-pitch: true
language: en
prefix: "&8[&bAura&8] &r"
update-checker:
enabled: true
economy:
enabled: true
notify: true
costs:
home: 0.0
sethome: 0.0
warp: 0.0
setwarp: 0.0
tpa: 0.0
rtp: 0.0
back: 0.0
timber:
enabled: true
require-axe: true
sneak-chops-single: true
break-leaves: true
max-logs: 128
max-leaves: 256 |
Home and warp names are 1–32 letters, numbers, _, or -. Overwriting an existing name asks for clickable [CONFIRM] / [CANCEL] (30 seconds).
chat-at: [3, 2, 1] always announces the start (for example 5), then only those remaining seconds. Action bar and title still update every second.
When update-checker.enabled is true, operators with aura.admin get a clickable chat link if a newer GitHub release exists.
Economy is optional. Costs of 0 are free. Without Vault (or without an economy provider), every action stays free. Money is taken when the action succeeds; a cancelled countdown is not charged; a failed teleport is refunded. aura.economy.bypass skips costs.

| Permission | Default | Description |
|---|---|---|
aura.use |
true | Basic access / /tpacancel |
aura.menu |
true | Open the utility menu |
aura.back |
true | Use /back |
aura.warp |
true | Use warp commands |
aura.warp.set |
op | Create/update warps |
aura.warp.delete |
op | Delete warps |
aura.home |
true | Use home commands |
aura.home.set |
true | Set homes |
aura.home.delete |
true | Delete homes |
aura.tpa |
true | Use tpa / tpaccept / tpadeny |
aura.tpa.trust |
true | Manage trusted TPA list |
aura.god / aura.god.others |
op | God mode for self / others |
aura.fly / aura.fly.others |
op | Fly for self / others |
aura.nofall / aura.nofall.others |
op | Fall damage for self / others |
aura.nohunger / aura.nohunger.others |
op | Hunger for self / others |
aura.timber / aura.timber.others |
true / op | Easy tree chopping for self / others |
aura.inv |
true | Open extra inventories (/inv) |
aura.inv.<n> |
false | Open inventories 1 through n |
aura.rtp |
true | Random safe teleport |
aura.teleport.bypass |
op | Skip teleport countdown |
aura.economy.bypass |
op | Skip Vault economy costs |
aura.admin |
op | All permissions, including /aura reload |

Replace the jar with AuraUtils-<version>-spigot.jar. The spigot and paper-folia filenames are the same bytecode; the server type is detected at runtime. After first start, translate plugins/AuraUtils/lang/en.yml or add another lang/<code>.yml. Add language:, homes.default-limit, inventories, update-checker.enabled, economy, and timber to an existing config.yml if those keys are missing.

AuraUtils sends anonymous usage stats through bStats (plugin id 33574). Charts are public. No player names, UUIDs, IPs, chat, or inventory contents.
Every bStats plugin reports player count, online-mode, Minecraft version, server software, Java version, OS, CPU cores, country, and plugin version.
Opt out for every bStats plugin on the server: plugins/bStats/config.yml → enabled: false, then restart. There is no separate AuraUtils metrics switch.
Downloads · Changelog · Support
Copyright: Lozaine@Tamawish · MIT
Lightweight multi-currency economy. Pairs with AuraUtils for utilities + economy.
Lightweight multi-currency economy. Pairs with AuraUtils for utilities + economy.