{"id":19975446,"url":"https://github.com/briangershon/minecraft-plugin-ranktank","last_synced_at":"2026-05-13T00:04:12.932Z","repository":{"id":136995406,"uuid":"328452625","full_name":"briangershon/minecraft-plugin-ranktank","owner":"briangershon","description":"A Minecraft plugin for assigning players a rank and showing top ranks on a scoreboard.","archived":false,"fork":false,"pushed_at":"2021-01-13T05:31:50.000Z","size":533,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T18:46:50.899Z","etag":null,"topics":["minecraft","minecraft-plugin","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briangershon.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}},"created_at":"2021-01-10T18:34:49.000Z","updated_at":"2023-11-12T19:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"376f3116-0663-4cce-a680-e7e55f547785","html_url":"https://github.com/briangershon/minecraft-plugin-ranktank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"briangershon/minecraft-plugin","purl":"pkg:github/briangershon/minecraft-plugin-ranktank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briangershon%2Fminecraft-plugin-ranktank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briangershon%2Fminecraft-plugin-ranktank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briangershon%2Fminecraft-plugin-ranktank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briangershon%2Fminecraft-plugin-ranktank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briangershon","download_url":"https://codeload.github.com/briangershon/minecraft-plugin-ranktank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briangershon%2Fminecraft-plugin-ranktank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["minecraft","minecraft-plugin","spigot"],"created_at":"2024-11-13T03:18:22.658Z","updated_at":"2026-05-13T00:04:12.917Z","avatar_url":"https://github.com/briangershon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RankTank\n\nA Minecraft plugin for assigning players a rank and showing top ranks on a scoreboard.\n\n\u003cimg src=\"screenshot.png\" width=\"800\" height=\"561\"\u003e\n\nCommand:\n\n    /ranktank \u003cplayerName\u003e \u003cnewRank\u003e\n\n`\u003cplayerName\u003e` is an valid Minecraft player name. `\u003cnewRank\u003e` can be any one-word value (no spaces).\n\nHowever if your rank is on the following list, it will be color-coded and sorted from highest to lowest.\n\nRanks are:\n\n1. MVP++ (highest rank)\n2. MVP+\n3. MVP\n4. Crafty+\n5. Crafty\n6. VIP+\n7. VIP\n8. Member (default)\n9. (any other text not on the list) (lowest rank)\n\nNotes:\n\n- All players joining the server will start at the `Member` rank.\n- Player data is saved on the server in a custom YAML file.\n- What server permissions are needed to run the `/ranktank` command? Player needs to have the `ranktank.set` permission, which is on by default for Operators.\n\n## Which server API does this plugin run on?\n\nSupports API version 1.13 or higher.\n\nTested plugin on these servers:\n* Spigot 1.16.4-R0.1-SNAPSHOT (compile with Java 14 on MacOS) when testing plugin locally.\n* Paper 1.16.4 (compiled with Java 8) running on a paid hosting service using an older version of Java.\n\n## Development Environment Setup and Workflow\n\nIf you haven't create a plugin before, you'll need to setup your local development environment and understand the compile and test workflow. I've created a [Minecraft Plugin Development Guide](https://gist.github.com/briangershon/7a009cad2a1e11a7b785e8b8bf6ada1a) to cover this.\n\n## To Release Plugin\n\nMake sure you first update the plugin version in `pom.xml` in `\u003cversion\u003e1.0.0\u003c/version\u003e`.\n\n    mvn clean package\n\nYou should now have your new plugin jar file in `target` folder.\n\n## To install on your Spigot compatable Minecraft Server\n\nCopy `target/RankTankPlugin-n.n.n.jar` to your server `/plugin` folder, and reload server configuration (or just restart server).\n\nYou should see these two messages in your server console:\n\n```\n[11:50:26] [Server thread/INFO]: [PluginDemo] Enabling PluginDemo v0.0.1\n[11:50:26] [Server thread/INFO]: [PluginDemo] Hello, SpigotMC!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriangershon%2Fminecraft-plugin-ranktank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriangershon%2Fminecraft-plugin-ranktank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriangershon%2Fminecraft-plugin-ranktank/lists"}