{"id":16461631,"url":"https://github.com/jeremynoesen/hardcorelists","last_synced_at":"2026-05-06T20:33:01.254Z","repository":{"id":41810582,"uuid":"266944307","full_name":"jeremynoesen/HardcoreLists","owner":"jeremynoesen","description":"A player listing system for hardcore Spigot Minecraft servers","archived":false,"fork":false,"pushed_at":"2024-04-25T22:37:46.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T02:27:20.458Z","etag":null,"topics":["bukkit","bukkit-plugin","gradle","hardcore","java","minecraft","minecraft-plugin","paper","plugin","pvp","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/hardcorelists-hardcore-pvp-timers-and-player-listing.101211/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeremynoesen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"jeremynoesen"}},"created_at":"2020-05-26T04:28:38.000Z","updated_at":"2024-05-22T15:45:08.000Z","dependencies_parsed_at":"2024-04-26T00:03:46.678Z","dependency_job_id":"a28265f7-1771-41b5-ace7-42fee0851390","html_url":"https://github.com/jeremynoesen/HardcoreLists","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremynoesen%2FHardcoreLists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremynoesen%2FHardcoreLists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremynoesen%2FHardcoreLists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremynoesen%2FHardcoreLists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremynoesen","download_url":"https://codeload.github.com/jeremynoesen/HardcoreLists/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217221,"owners_count":20903009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bukkit-plugin","gradle","hardcore","java","minecraft","minecraft-plugin","paper","plugin","pvp","spigot","spigot-plugin"],"created_at":"2024-10-11T11:08:53.324Z","updated_at":"2026-05-06T20:33:01.218Z","avatar_url":"https://github.com/jeremynoesen.png","language":"Java","funding_links":["https://github.com/sponsors/jeremynoesen"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"img/Logo.png\" alt=\"Logo\" title=\"Logo\" align=\"right\" width=\"200\" height=\"200\" /\u003e\n\n# HardcoreLists\n\n## About\nHardcoreLists 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.\n\n## Purpose\nThis 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.\n\n## Usage\n\n### Player Commands\n- `/pvptime` - Shows a player's own remaining PvP time \n- `/pvptime \u003cplayer\u003e` - Shows the remaining PvP time for any player\n- `/hardcorelists help` - Show plugin help\n- `/hardcorelists reload` - Reload all configurations for the plugin\n- `/hardcorelists timer \u003cseconds\u003e` - Change the length of the PvP timer\n- `/hardcorelists list \u003cdead/alive\u003e \u003cpage\u003e` - Show a page of the dead or alive player lists\n\n### Console Commands\n- `hardcorelists reset` - This will delete all player data in the configs. Can only run when no players are online.\n\n## Requirements\n- Spigot or Paper 1.13 - 1.18\n- Java 8 or higher\n\n## Installation\n1. Download the latest release.\n2. Put the jar in your plugins folder.\n3. Start or restart your server.\n\n## Configuration\nThe 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 \u003ctime\u003e` to avoid issues. \n\nThere is also `players.yml` which holds the lists of players and their current remaining PvP timer times.\n\nFor 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.\n\n### Permissions\n- `hardcorelists.pvptime.self` - Allow players to check their own pvp timer\n- `hardcorelists.pvptime.others` - Allow players to check other players' pvp timers\n- `hardcorelists.help` - Allow using the help command\n- `hardcorelists.reload` - Allow using the reload command\n- `hardcorelists.timer` - Allow changing the timer\n- `hardcorelists.list.dead` - Allow listing all dead players\n- `hardcorelists.list.alive` - Allow listing all alive players\n- `hardcorelists.reset` - Show the reset command in the help message\n\n## Building\n1. Clone or download this repository.\n2. Run `./gradlew shadowJar` in the directory of the project.\n3. `/build/libs/HardcoreLists.jar` should have been generated.\n\nYou can also grab `HardcoreLists.jar` from the latest releases.\n\n## Notice\nThis project is no longer in development.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremynoesen%2Fhardcorelists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremynoesen%2Fhardcorelists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremynoesen%2Fhardcorelists/lists"}