1.1.1 feat: Add configurable personal respawn materials with Nexo and vanilla support
feat: Add configurable personal respawn materials with Nexo and vanilla support
- Added support for configurable personal respawn materials:
- Configurable via
config.ymlundersettings.personal-respawn-material. - Supports both vanilla materials (e.g.,
RESPAWN_ANCHOR) and Nexo blocks/furniture.
- Configurable via
- Implemented
PersonalRespawnListener:- Handles interactions with vanilla materials to create personal respawn points.
- Handles Nexo block placement (
NexoNoteBlockPlaceEvent) and breaking (NexoNoteBlockBreakEvent). - Handles Nexo furniture placement (
NexoFurniturePlaceEvent) and breaking (NexoFurnitureBreakEvent). - Automatically removes respawn points when the associated block or furniture is broken.
- Updated
messages.yml:- Added
personal-addedmessage for personal respawn point creation. - Updated
respawn-point.removedmessage for better clarity.
- Added
- Updated
PwingGraves:- Registered
PersonalRespawnListenerduring plugin initialization.
- Registered
- Updated
config.yml:- Added
settings.personal-respawn-materialfor material configuration.
- Added
- Updated
plugin.yml:- Incremented version to 1.1.1