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 withnexuscore.guidebookpermission
Controlled by config toggle:GuideBook: true
![]()
GuideBook Protection
Prevents duplication, moving, or dropping — burns and self-deletes if tampered with
Help Override
Intercepts/helpand/?→ reroutes to NexusCore’s guidebook or console output
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
System Features
Scoreboard System
Customizable sidebar display for players
Config:Systems/Scoreboard.yml
![]()
Tablist System
Customizable tablist layout and color formatting
Config:Systems/Tablist.yml
![]()
Config Integration
Code: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
CommandRegistrarto 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 ]
This minor update refines the Update Checker and internal metadata handling, improving reliability and accuracy across both SpigotMC and BuiltByBit.
Changes
- Fixed: Bandaged
UpdateCheckerto correctly detect and display latest versions.- Updated: SpigotMC and BuiltByBit resource links are now hard-wired to official NexusCore listings.
- Refactor: Cleaned
Main.javaconstants for unified update management.- Minor: Console and player messages polished for consistent gradient formatting.
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 — core systems are stable, but additional modules and GUI expansions are still being built.
Please report issues or suggestions via GitHub Issues or Discord.
Official Links
SpigotMC: [ SpigotMC Release ]
BuiltByBit: [ BuiltByBit Release ]
GitHub: [ Support | Documentation ]
