Tensura Offline Commands
Tensura Offline Commands extends the normal Tensura command system so staff can work with offline players more easily.
Instead of forcing admins to wait for a player to log in, this mod adds offline player autocomplete, offline data reads, direct offline edits for safe Tensura values, and queued execution for unsupported commands.
What it does
This mod improves the normal /tensura command flow by allowing certain commands to work with players who are currently offline.
Features
- Offline player name autocomplete
- Offline
/tensura getsupport for important saved Tensura stats - Direct offline
/tensura editsupport for safe playerdata-backed values - Queued execution on join for commands that cannot safely be applied offline
- No separate command system required — stays under the normal
/tensuraroot
Supported offline get commands
The mod can read saved Tensura data directly from playerdata for offline players.
Supported branches include:
- race
- EP
- spiritual HP
- current/max magicule
- current/max aura
- reset counter
- human kills
- demon lord soul / seed / awakened
- hero blessed / egg / awakened
- spirit levels
- spirit cooldown
Supported direct offline edit commands
The mod can directly edit saved playerdata for these branches:
stat magicule- set current
- set max
- add current
- add max
stat aura- set current
- set max
- add current
- add max
stat spiritualHP- set
- add
stat EP- set
- add
stat resetCounter- set
- add
awakening humanKill- set
- add
awakening demonlord soul- set
- add
awakening demonlord seedawakening demonlord awakenedawakening hero blessedawakening hero eggawakening hero awakenedspirit setspirit clearspirit cooldown
Queue support
If a Tensura command branch is not yet safe or supported for direct offline editing, the mod can queue it so it runs automatically when that player joins.
This keeps the normal admin workflow usable without needing a second command tree.
Queue helper commands
/tensura offlinequeue count/tensura offlinequeue list <player>/tensura offlinequeue clear <player>
Important notes
- This is focused on offline admin utility, not a rewrite of Tensura itself.
- Some complex Tensura branches still rely on queue-on-join instead of immediate offline mutation.
- Offline support depends on saved playerdata existing for that player.
Why use this mod?
If you run a Tensura server and need to moderate, fix, inspect, or adjust player progression without waiting for players to come online, this mod makes the normal Tensura admin workflow much more practical.

