Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
Mahir Salihbašić edited this page Jun 17, 2020 · 1 revision

How does it work?

The first time a player with ouroboros.use permissions joins the server, they are given an amount of lives as defined by defaultLives field in the config.yml file.

Each time the player with ouroboros.use permission dies, the plugin checks how many lives they have, and if the number is greater than zero, it (depending on the permissions) saves the player's items and/or XP, after which it decreases the number of lives by one.

In case the player has zero lives left, they lose their items and XP as they normally would.

Installation

  1. Stop the server.
  2. Place the plugin's .jar in the server's /plugins/ directory.
  3. Start the server and let the plugin generate its files.
  4. Optionally, stop the server again and set-up MySQL configuration in config.yml
  5. Ouroboros is ready for use!

Clone this wiki locally