HardcoreLists is a Spigot plugin that provides a PvP timer for new players, as well as a list of dead and alive players, useful for hardcore Minecraft servers.
This project was created for another server, due to the lack of very simple PvP timer plugins, and a way to list and keep track of the players in our hardcore world.
/pvptime
- Shows a player's own remaining PvP time/pvptime <player>
- Shows the remaining PvP time for any player/hardcorelists help
- Show plugin help/hardcorelists reload
- Reload all configurations for the plugin/hardcorelists timer <seconds>
- Change the length of the PvP timer/hardcorelists list <dead/alive> <page>
- Show a page of the dead or alive player lists
hardcorelists reset
- This will delete all player data in the configs. Can only run when no players are online.
- Spigot or Paper 1.13 - 1.18
- Java 8 or higher
- Download the latest release.
- Put the jar in your plugins folder.
- Start or restart your server.
The only configurable option the plugin has is located in time.yml
and is used to adjust how long the PvP timer lasts; however, this should be changed with the command hardcorelists timer <time>
to avoid issues.
There is also players.yml
which holds the lists of players and their current remaining PvP timer times.
For the message configuration, you can use color codes. You can also use the placeholders used per message, as shown in the default configuration. The messages and their names should explain what they are used for.
hardcorelists.pvptime.self
- Allow players to check their own pvp timerhardcorelists.pvptime.others
- Allow players to check other players' pvp timershardcorelists.help
- Allow using the help commandhardcorelists.reload
- Allow using the reload commandhardcorelists.timer
- Allow changing the timerhardcorelists.list.dead
- Allow listing all dead playershardcorelists.list.alive
- Allow listing all alive playershardcorelists.reset
- Show the reset command in the help message
- Clone or download this repository.
- Run
./gradlew shadowJar
in the directory of the project. /build/libs/HardcoreLists.jar
should have been generated.
You can also grab HardcoreLists.jar
from the latest releases.
This project is no longer in development.