This update expands the
core framework with new utility commands, guidebook systems, and the first wave of system modules —
Scoreboard and
Tablist — bringing NexusCore closer to its goal of being a complete network control foundation.
Version
v1.1.1-BETA focuses on introducing core gameplay utilities, improving administrator guidance, and laying groundwork for dynamic system modules like the scoreboard and tablist.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Changes
Utility & Essentials Commands
-
/nexushelp (alias:
/nhelp)
Opens the NexusCore Guide Book for admins or operators
Console-friendly help output for remote access
Permission:
nexuscore.help
Teleport Commands
/tp <target> → Teleport yourself to another player (
nexuscore.tp)
/tp <playerA> <playerB> → Teleport one player to another (
nexuscore.tp.other)
/tphere <target> → Bring a player to you (
nexuscore.tphere)
Spawn Commands
/spawn → Teleport to saved spawn (
nexuscore.spawn)
/spawn set → Set current location as spawn (
nexuscore.spawn.set)
/spawn reset → Reset or clear the spawn point (
nexuscore.spawn.reset)
/spawn player <player> → Send a player to spawn (
nexuscore.spawn.player)
Configuration stored in new
Spawn.yml
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GuideBook & Help System
New Admin Guide Book
Interactive in-game book with clickable pages and command navigation
Automatically given to players with
nexuscore.guidebook permission
Controlled by config toggle:
GuideBook: true
![[IMG]](//proxy.spigotmc.org/600fdf7241be81f34a61f17979064c5d2ed103a0/68747470733a2f2f692e6962622e636f2f30794450723774472f696d6167652e706e67)
GuideBook Protection
Prevents duplication, moving, or dropping — burns and self-deletes if tampered with
Help Override
Intercepts
/help and
/? → reroutes to NexusCore’s guidebook or console output
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
System Features
Scoreboard System
Customizable sidebar display for players
Config:
Systems/Scoreboard.yml
![[IMG]](//proxy.spigotmc.org/1bfe69c6b588cab7d12749db2c059603c93d2fc7/68747470733a2f2f692e6962622e636f2f6b326a73663063392f696d6167652e706e67)
Tablist System
Customizable tablist layout and color formatting
Config:
Systems/Tablist.yml
![[IMG]](//proxy.spigotmc.org/02d06609f366ffa1908d4268287dc813cab85b1e/68747470733a2f2f692e6962622e636f2f7159507979736a6b2f696d6167652e706e67)
Config Integration
Code (Text):
System:
Scoreboard: true # Enables scoreboard on join
Tablist: true # Enables tablist on join
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NexusCore Settings Menu
Added a new
GuideBook toggle option inside the NexusCore settings GUI.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Backend / Refactors
- Updated
CommandRegistrar to register new commands and aliases
- Added proper permission nodes to all new commands
- Improved listener handling for join/help events
- General code cleanup and performance polish
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Tested On
✅ Paper 1.21.1 – 1.21.4
✅ Spigot 1.20.6 – 1.21.4
✅ Java 17–21
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Notes
This is a
BETA release — GuideBook, Scoreboard, and Tablist systems are functional but still in refinement.
Please report bugs or feedback through
GitHub Issues or the upcoming
Discord support server.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Official Links
SpigotMC:
[ SpigotMC Release ]
BuiltByBit:
[ BuiltByBit Release ]
GitHub:
[ Support | Documentation ]