Scoreboard system implemented
Added PlaceholderAPI (PAPI) compatibility
No-Flicker scoreboard, smooth and stable updates
Fully customizable and live-editable, no server restart required
More features and improvements coming soon!
Link PAPI: https://placeholderapi.com/downloads/
A menu has been added to the /ps command. Players can be added or removed from this menu, as well as flags. A home menu is coming soon. We apologize for the update delays.
![]()
![]()
![]()
We’ve introduced a major upgrade to the region system, adding priority layers (Z-Index) and a more flexible flag system, allowing much more precise control over world behavior.
What’s new?
Z-Index for regions
Regions can now overlap. When multiple regions apply to the same location, the Z-Index determines which one has priority.Per-region flag system
Each region can define flags such as PVP, USE, BUILD, and more, applied based on the highest-priority region.Global protections and custom regions
Global protection regions ignore Z-Index, while custom regions (spawns, events, special zones) can override behavior using a higher Z-Index.Scalable and future-proof design
The system is built to be easily extensible without breaking existing logic.
Priority logic
If multiple regions overlap, the region with the highest Z-Index wins.![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
It had left a predetermined world for detecting protection in the code; now it's dynamic.
Custom Block System
- Implemented custom block support.
- Added a fully functional example custom block.
- The example block comes with default protection enabled.
- Serves as a reference implementation for creating and protecting new custom blocks.
Summary
This update introduces the foundation for custom blocks in CorePlus, providing a protected and extensible system ready for future expansions.
![]()
![]()
CorePlus – Update
Configuration System (Settings)
- The core configuration has been separated.
- A new settings file has been added to enable or disable CorePlus modules individually.
- Provides greater control and customization depending on the server’s needs.
Welcome Messages
- Added configurable welcome messages when players join the server.
- Includes:
- Initial starter kit
- Temporary protection for new players
- Designed to improve the new player experience.
Group-Based Home System
- Added group-based homes support.
- Example groups:
- default
- vip
- (and any other configurable group)
- Allows limiting or expanding the number of homes based on player rank.
Command Permission System
Specific permissions have been added for better administrative control:
Homes
- dazzhub.coreplus.command.home
- dazzhub.coreplus.command.home.add
- dazzhub.coreplus.command.home.remove
- dazzhub.coreplus.command.home.list
- dazzhub.coreplus.command.home.add.max.<group>
Teleport (TPA)
- dazzhub.coreplus.command.tpa
- dazzhub.coreplus.command.accept
