
JupiterAdministration
Jupiter is a modern, high-performance core designed to replace EssentialsX, built specifically for the Janus ecosystem.
- Загрузки
- 83
- Подписчики
- 0
- Обновлён
- 13 апреля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 18 февраля 2026 г.
Jupiter Administration
🪐 The Unified Core for the Janus Network
Jupiter Administration is a modern, high-performance replacement for EssentialsX, built from the ground up for the Janus Ecosystem. It abandons legacy code in favor of async-first architecture, Folia support, and intelligent security.
⚡ Performance First
Jupiter doesn't just work; it flies.
- Async-First Architecture: Heavy operations like chunk scanning are moved off the main thread.
- Folia Native: Built specifically to leverage next-gen multithreaded servers.
🧠 Mining Intelligence
Stop x-rayers without lagging your server with heavy obfuscation.
- Heuristic Analysis: Analyzes context, not just blocks. detects if a player is mining in pitch darkness or targeting specific buried ores.
- Vein Tracking: Automatically flags "Massive Veins" that are statistically improbable.
- Real-time Alerts: "Suspicious Mining" alerts sent directly to your Discord via JanusMCD.
🛡️ Railguards & Security
- Item Quarantine: When a player picks up an item with Impossible or Non-Vanilla NBT (e.g., Unbreakable, sharpness : 1000, attributes), we don't just delete it. We Quarantine it.
- Smart Whitelisting: Automatically recognizes and allows items from trusted plugins like ItemsAdder.
- Secure Storage: Illegal items are stripped and stored in a separate file database.
- Admin GUI: Review and restore seized items via
/quarantine <player>.
🛠️ Next-Gen Admin Tools
- Redstone Detective:
/findredstone -allscans the entire world asynchronously to find lag machines (Comparators, Observers, Sculk, etc.). - Command Block Hunter:
/fcb -alllocates every single command block in your world file without loading chunks. - NBT Inspection:
/invseeand/enderseesupport full NBT data visualization.
⌨️ Commands & Permissions
Essentials
| Command | Permission | Description |
|---|---|---|
/heal |
jupiter.heal |
Heals a player. |
/feed |
jupiter.feed |
Feeds a player. |
/fly |
jupiter.fly |
Toggles flight mode. |
/god |
jupiter.god |
Toggles god mode. |
/speed <0-10> |
jupiter.speed |
Set flight or walk speed. |
/repair |
jupiter.repair |
Repairs the item in hand. |
/hat |
jupiter.hat |
Puts the item in hand on your head. |
/nick <name> |
jupiter.nick |
Changes your display name. |
Teleportation
| Command | Permission | Description |
|---|---|---|
/spawn |
jupiter.spawn |
Teleport to spawn. |
/setspawn |
jupiter.setspawn |
Set the server spawn point. |
/home [name] |
jupiter.home |
Teleport to a home. |
/sethome [name] |
jupiter.sethome |
Set a home. |
/delhome [name] |
jupiter.delhome |
Delete a home. |
/warp [name] |
jupiter.warp |
Teleport to a warp. |
/setwarp [name] |
jupiter.setwarp |
Set a warp. |
/delwarp [name] |
jupiter.delwarp |
Delete a warp. |
/tpa <player> |
jupiter.tpa |
Request to teleport to a player. |
/tpahere <player> |
jupiter.tpahere |
Request a player to teleport to you. |
/tpaccept |
jupiter.tpaccept |
Accept a teleport request. |
/tpdeny |
jupiter.tpdeny |
Deny a teleport request. |
/back |
jupiter.back |
Return to previous location. |
/top |
jupiter.top |
Teleport to the highest block. |
/jump |
jupiter.jump |
Teleport to the block you are looking at. |
Moderation & Admin
| Command | Permission | Description |
|---|---|---|
/invsee <player> |
jupiter.invsee |
Inspect (and edit) a player's inventory. |
/endersee <player> |
jupiter.endersee |
Inspect (and edit) a player's ender chest. |
/quarantine <player> |
jupiter.quarantine |
Open the item quarantine GUI. |
/findredstone |
jupiter.fcb |
Scan for redstone lag sources. |
/fcb |
jupiter.fcb |
Scan for command blocks. |
/sudo <player> |
jupiter.sudo |
Force a player to run a command or chat. |
/broadcast |
jupiter.broadcast |
Broadcast a message to the server. |
/tps |
jupiter.tps |
View server TPS and memory usage. |
/socialspy |
jupiter.socialspy |
View other players' private messages. |
/jupiter |
jupiter.admin |
Open the main admin GUI. |
Social & World
| Command | Permission | Description |
|---|---|---|
/msg <player> |
jupiter.msg |
Send a private message. |
/reply |
jupiter.reply |
Reply to the last message. |
/near [radius] |
jupiter.near |
List nearby players. |
/time <args> |
jupiter.time |
Set the world time. |
/weather <args> |
jupiter.weather |
Set the world weather. |
Kits
| Command | Permission | Description |
|---|---|---|
/kit <name> |
jupiter.kit |
Receive a kit. |
/kits |
jupiter.kits |
List available kits. |
/createkit |
jupiter.createkit |
Create a kit from inventory. |
/delkit |
jupiter.delkit |
Delete a kit. |
📦 Dependencies
- Required:
- Paper 1.21+ (or Folia)
- Optional (Recommended):
- JanusMCD (Required for Discord Integration & Alerts)
- ItemsAdder (For custom item whitelist support)
- PlaceholderAPI
📥 Installation
- Download
JupiterAdministration.jar. - (Optional) Install
JanusMCDfor full Discord integration.- Without Janus, alerts will be sent to in-game OPs instead.
- Drop into your
pluginsfolder. - Restart your server.
Jupiter Administration is part of the Janus Project.
Ченджлог
0.1.1Релиз26.1, 26.1.1, 26.1.2 · 13 апреля 2026 г.
[1.1] - 2026-04-13
Added
- Multi-Version Support:
- Expanded official support to include Java 21 and Java 25.
- Official compatibility mapping for Minecraft 1.21.x and 26.1x snapshots.
- Version Compatibility Layer:
- Introduced
VersionUtilfor dynamic, version-safe Material and Attribute resolution.
- Introduced
- SpearManager Functional: Formally integrated the Golden Spear feature into the plugin startup sequence.
Changed
- API Modernization: Refactored all
ItemStackinstantiations to the modernItemStack.of()factory method. - Java Target: Modernized build to target Java 21 while ensuring full compatibility with Java 25 via
<release>flags. - Dependency Update: Updated
maven-shade-pluginto3.6.2andmaven-compiler-pluginto3.13.0for improved future-bytecode support. - Missing Permissions: Defined missing permissions in
plugin.ymlforspawn.others,heal.others, etc.
Fixed
- Spawn & Home Commands: Resolved critical issues with location retrieval and teleportation logic that prevented
/spawnand/homefrom working correctly. - SpearManager Listener Leak: Resolved a performance bug in
/jupiter spearthat caused duplicate event listeners to be registered on every use. - NullPointerException Fix: Resolved a critical crash in Mining Intelligence when
JanusMCDwas not present on the server. - JanusBridge Stability: Implemented dynamic re-hooking via
PluginEnableEvent, allowing Jupiter to connect toJanusMCDeven if it's loaded late. - Invalid Command Error: Fixed structural issues in
plugin.ymlcaused by duplicate keys. - Offline Inventory: Fixed
OfflineInventoryReaderto correctly fallback to legacyplayerdataif the new 26.1 path is not found. - Heal Logic Modernization: Refactored
/healto use the newVersionUtilfor more robust attribute lookup across versions.
Usability
- Spawn Command: Added a
TabCompleterfor/spawn [player]and updated the usage string inplugin.ymlfor better discoverability.
0.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 18 февраля 2026 г.
Initial release. See project description
Комментарии
Загружаем…