Skip to content

4.0

Compare
Choose a tag to compare
@kadotcom kadotcom released this 14 Jan 07:19
· 101 commits to main since this release

4.0 is finally here after two test releases and over 10 months since the last non-testing release! Here's what has been added, changed, or removed.

Added:

  • A way to teleport you to a place upon full death (read the new config options)
  • A way to view crafting recipes for custom items within LifeStolen (read the new added commands)
  • A new options to add permissions to commands that would initially not have permissions.
  • Added new commands
    • /viewrecipes [heart/reviver] will allow you to view the crafting recipes for hearts and revivers.
    • /vercheck allows you to check the plugin's version and will tell you about outdated versions.
  • New config options
    • disableVersionMessage, while it's not encouraged to enable this, if you do enable it, when you have an outdated version of LifeStolen, it won't send the outdated message.
    • teleportOnDeath allows you to teleport someone once they died in game.
    • The teleporting.* category has everything needed for the teleportOnDeath option, including the input coordinates (xCoord, yCoord, zCoord), option to set the gamemode on death (gamemode) and the option to give the default reset HP amount on teleport (giveDefaultHP)
    • Commands can now run once a full death occurs, with the runCommandsOnDeath bool and the commands category for running commands on a full death now being in the config.
    • deathMessages is now a category of death messages allowing you to set a custom message for when someone dies from explosions, shooting, etc.

Changed:

  • Config stuff
    • Changed the name of the coordinates for teleporting on full death from xCoord, yCoord, zCoord to xCord, yCord, zCord
    • Changed the name of the full death mesasge from publicDeathAnnouncement to fullDeathAnnouncement
    • Death related options has its own category (death.*)
    • Banning related options has its own category (banning.*)
    • MaxHP is now in the HP.* category (HP.maxHP)
  • How final deaths work, instead of being banned, put in spectator, and now being teleported on death, you now get banned, put in spectator, and teleported once you respawn.

Removed:

  • Removed the permissions and permissionMessage config options for most of the commands.

Full Changelog: 3.0...4.0