Перейти к содержимому
Mineforgian

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

Version Minecraft Java License Discord

🪐 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 -all scans the entire world asynchronously to find lag machines (Comparators, Observers, Sculk, etc.).
  • Command Block Hunter: /fcb -all locates every single command block in your world file without loading chunks.
  • NBT Inspection: /invsee and /endersee support 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

  1. Download JupiterAdministration.jar.
  2. (Optional) Install JanusMCD for full Discord integration.
    • Without Janus, alerts will be sent to in-game OPs instead.
  3. Drop into your plugins folder.
  4. 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 VersionUtil for dynamic, version-safe Material and Attribute resolution.
  • SpearManager Functional: Formally integrated the Golden Spear feature into the plugin startup sequence.

Changed

  • API Modernization: Refactored all ItemStack instantiations to the modern ItemStack.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-plugin to 3.6.2 and maven-compiler-plugin to 3.13.0 for improved future-bytecode support.
  • Missing Permissions: Defined missing permissions in plugin.yml for spawn.others, heal.others, etc.

Fixed

  • Spawn & Home Commands: Resolved critical issues with location retrieval and teleportation logic that prevented /spawn and /home from working correctly.
  • SpearManager Listener Leak: Resolved a performance bug in /jupiter spear that caused duplicate event listeners to be registered on every use.
  • NullPointerException Fix: Resolved a critical crash in Mining Intelligence when JanusMCD was not present on the server.
  • JanusBridge Stability: Implemented dynamic re-hooking via PluginEnableEvent, allowing Jupiter to connect to JanusMCD even if it's loaded late.
  • Invalid Command Error: Fixed structural issues in plugin.yml caused by duplicate keys.
  • Offline Inventory: Fixed OfflineInventoryReader to correctly fallback to legacy playerdata if the new 26.1 path is not found.
  • Heal Logic Modernization: Refactored /heal to use the new VersionUtil for more robust attribute lookup across versions.

Usability

  • Spawn Command: Added a TabCompleter for /spawn [player] and updated the usage string in plugin.yml for better discoverability.
0.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 18 февраля 2026 г.

Initial release. See project description

Комментарии

Загружаем…