1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Coffins 1.2.0

A Death Chest style plugin made with Skript!

  1. Bug Fixes

    DroidVengeance
  2. Bug Fixes

    DroidVengeance
    Just when I thought I had it figured out... :confused: I found that snow layers and carpet can interfere with spawning coffins.

    Fixed:
    1. added flowing water and flowing lava checks since that's a thing now.
    2. coffins will now spawn on the ground if the block is air, water or lava.
    3. coffins will now spawn 1 block up if the block below is NOT air, water or lava.
    4. coffins will now spawn 1 block up from the player's head if it is NOT air, water or lava.
  3. Dynamic Option and Code/Bug Fixes

    DroidVengeance
    Lots of changes in this release.

    Added:
    1. dynamic options at the top of the script
    2. permissions for all commands/events
    3. if no argument is specified with the command, it will display the help menu
    4. added "/coffins about" command to show information about the plugin (moved text from the help command)
    5. cleaned up code and added comments for each section

    Changes:
    1. reordered commands to match help menu
    2. cleaned up help menu and...
  4. Typos in Help menu

    DroidVengeance
    Just correcting some typos.
  5. Code Changes and New Feature Added

    DroidVengeance
    Changes:
    1. Optimized the abandoned coffin feature added in v1.1.4. The loop code is more efficient and will now check each coffin to make sure it's older than 24 hours before removing it.
    2. Added ability for coffins to spawn in water and lava upon death. Before it was only able to spawn if the block was air which caused issues of player's not retrieving their inventory when they dies in water or lava.
    Added:
    1. Command to manually run the abandon...
  6. Fix for Overwriting Inventory

    DroidVengeance
    An issue was reported to where Coffins would overwrite a player's inventory when they claimed their Coffin.

    Issue:
    • A player dies, their Coffin spawns at their death location. The player re-spawns at their home and gears up with new armor and weapons to go retrieve their Coffin. Once they reach their Coffin, they right click and retrieve it. The inventory of the Coffin overwrites the player's new inventory they geared up with.
    Fix Used in v1.1.5:
    • When a player...
  7. Abandoned Coffin Timer

    DroidVengeance
    Requested Feature Added: Added for Issue #3

    Every 24 hours, the timer will search for Coffins and remove them. This was the simplest solution to get this feature added.