Skip to content

1.1.1 feat: Add configurable personal respawn materials with Nexo and vanilla support

Choose a tag to compare

@finder1793 finder1793 released this 22 Mar 18:24

feat: Add configurable personal respawn materials with Nexo and vanilla support

  • Added support for configurable personal respawn materials:
    • Configurable via config.yml under settings.personal-respawn-material.
    • Supports both vanilla materials (e.g., RESPAWN_ANCHOR) and Nexo blocks/furniture.
  • 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-added message for personal respawn point creation.
    • Updated respawn-point.removed message for better clarity.
  • Updated PwingGraves:
    • Registered PersonalRespawnListener during plugin initialization.
  • Updated config.yml:
    • Added settings.personal-respawn-material for material configuration.
  • Updated plugin.yml:
    • Incremented version to 1.1.1