{"id":14969572,"url":"https://github.com/window5000/suffixchanger","last_synced_at":"2026-02-22T09:03:11.616Z","repository":{"id":228008722,"uuid":"772922967","full_name":"Window5000/SuffixChanger","owner":"Window5000","description":"Paper plugin to change LuckPerms suffixes via a GUI.","archived":false,"fork":false,"pushed_at":"2025-01-26T16:58:39.000Z","size":118,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:47:03.796Z","etag":null,"topics":["luckperms","minecraft","minecraft-plugin","paper-plugin","papermc"],"latest_commit_sha":null,"homepage":"https://hangar.papermc.io/Window5/SuffixChanger","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Window5000.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":"2024-03-16T08:48:04.000Z","updated_at":"2025-01-26T16:57:07.000Z","dependencies_parsed_at":"2024-03-18T21:36:54.756Z","dependency_job_id":"26a98683-6373-4228-b49d-06e8dacb5232","html_url":"https://github.com/Window5000/SuffixChanger","commit_stats":null,"previous_names":["window5000/suffixchanger"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Window5000/SuffixChanger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Window5000%2FSuffixChanger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Window5000%2FSuffixChanger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Window5000%2FSuffixChanger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Window5000%2FSuffixChanger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Window5000","download_url":"https://codeload.github.com/Window5000/SuffixChanger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Window5000%2FSuffixChanger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259994848,"owners_count":22943273,"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":["luckperms","minecraft","minecraft-plugin","paper-plugin","papermc"],"created_at":"2024-09-24T13:42:03.863Z","updated_at":"2026-02-22T09:03:11.588Z","avatar_url":"https://github.com/Window5000.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  [\u003cimg src=\"https://cdn.modrinth.com/data/C3bNc2TF/images/5de7fd5b43387b9ddb2e1b2cd0655e9e5e795a7b.png\" /\u003e](https://modrinth.com/plugin/suffixchanger)\n\u003c/p\u003e\n\n# SuffixChanger\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nLet players choose their suffix with a simple-to-use GUI. Also contains admin gui for easily creating new suffixes.\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Install\n\n[Download the plugin](https://github.com/Window5000/SuffixChanger/releases/latest) and add it to your ``plugins`` folder.\n\n## Dependencies\n\nThis plugin obviously requires [LuckPerms](https://luckperms.net/download) to function.\n\nFor suffixes to show in chat you need another plugin to format the chat, for a simplistic formatter you can use [Vault](https://www.spigotmc.org/resources/vault.34315) and [VaultChatFormatter](https://www.spigotmc.org/resources/vaultchatformatter.49016)\n\n# Usage\n\nCreate a group for each of your suffixes, then add them all to a track called ``suffixes``. Before players can change their suffix, you need to give them the permissions ``suffix.[group name of suffix]`` of every suffix they're allowed to use.\n\nNew suffixes can be easily created with either ``/addsuffix`` or the orange button in ``/suffix``.\n\n## Commands:\n- ``/suffix`` Open the SuffixChanger GUI\n- ``/reloadsuffixchanger`` Reloads the SuffixChanger config\n- ``/addsuffix \u003cgroup_name\u003e \u003csuffix...(use as many args here as you wish)\u003e`` Add a group with the specified suffix to luckperms\n\n## Permissions:\n  - ``suffix.[group name of suffix]`` for every suffix the player is allowed to use\n  - ``suffixchanger.suffix`` to open the GUI\n  - ``suffixchanger.addsuffix`` deprecated, use ``suffixchanger.admin`` instead\n  - ``suffixchanger.reload`` to reload the SuffixChanger config\n  - ``suffixchanger.admin`` to access add, edit, and remove suffixes\n\n# Configuration\n  - ``title`` changes the title that is used for the GUI, supports [MiniMessage](https://docs.advntr.dev/minimessage/format.html)\n  - ``watermark`` set to false to disable the watermark under the leftover buttons\n  - ``obfuscate`` set to true to obfuscate suffixes that the players isn't allowed to use\n  - ``track`` advanced, determines which track to use for suffixes\n  - ``group_weight`` advanced, determines what weight the group should have in Luckperms when using /addsuffix\n\n# Contributing\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n# License\n\n[GNU GPL](LICENSE) © Window5\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindow5000%2Fsuffixchanger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindow5000%2Fsuffixchanger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindow5000%2Fsuffixchanger/lists"}