{"id":15174211,"url":"https://github.com/sv3ks/redeemables","last_synced_at":"2026-01-27T05:31:26.151Z","repository":{"id":252519773,"uuid":"840679419","full_name":"Sv3ks/Redeemables","owner":"Sv3ks","description":"Adds redeemable reward codes to Minecraft using Bukkit/Spigot API","archived":false,"fork":false,"pushed_at":"2024-08-21T00:21:10.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T10:14:40.578Z","etag":null,"topics":["bukkit","bukkit-api","minecraft","minecraft-plugin","spigot","spigot-api","spigot-resource","spigotmc"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/redeembales.118792/","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/Sv3ks.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-08-10T10:58:32.000Z","updated_at":"2024-08-10T15:05:48.000Z","dependencies_parsed_at":"2024-12-31T10:13:53.889Z","dependency_job_id":"2ece26d8-6e92-479a-8318-2c7617a50039","html_url":"https://github.com/Sv3ks/Redeemables","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"7759d1d0c6456dcbe4ab80f424ea833a6f5ccbc1"},"previous_names":["sv3ks/redeemables"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv3ks%2FRedeemables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv3ks%2FRedeemables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv3ks%2FRedeemables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sv3ks%2FRedeemables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sv3ks","download_url":"https://codeload.github.com/Sv3ks/Redeemables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239887241,"owners_count":19713620,"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-api","minecraft","minecraft-plugin","spigot","spigot-api","spigot-resource","spigotmc"],"created_at":"2024-09-27T11:41:05.036Z","updated_at":"2026-01-27T05:31:26.112Z","avatar_url":"https://github.com/Sv3ks.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.spigotmc.org/data/resource_icons/118/118792.jpg?1723289030\"\u003e\n  \u003ch1 align=\"center\"\u003eRedeemables\u003c/h1\u003e\n  \u003ch5 align=\"center\"\u003eReward codes in Minecraft\u003c/h5\u003e\n\u003c/p\u003e\n\nRedeemables is a plugin that allows you to make reward codes that can be redeemed by your players.\nLet's say your server has an affiliate partner (e.g. a content creator) that wants to give it's following a reward on your server, attracting new players.\nThis can easily be done with Redeemables as shown below. You can set a use limit so only a given amount of players can use a reward code so the reward becomes even more exclusive.\nThe plugin is fast and doesn't slow down your server, so what are you waiting for?\n\n## Configuration / adding reward codes\n\nAs of release `1.0-rc1.1`, reward codes can be configured/added in the plugin's configuration file (`plugins/Redeemables/config.yml`).\nWith the plugin comes an example reward code that can be used as a template to add your own reward codes.\n\nThe default configuration file:\n```yml\nexample-redeemable: # Reward code\n  commands: # list of commands to execute when the reward is redeemed.\n  - 'say %PLAYER% redeemed the example-redeemable!' # %PLAYER% will be replaced with the reward receiver's ingame-name\n  uses: 10 # The use limit for the code. In this case only 10 players can redeem 'example-redeemable'\n```\n\nWhen a player redeems a reward code, the configuration file will be updated, adding a `used_by` value to the redeemable, followed by the receiver's UUID.\nExample:\n\n```yml\nexample-redeemable:\n  commands:\n  - 'say %PLAYER% redeemed the example-redeemable!'\n  uses: 10\n  used_by: # This is added automatically when the first player redeems the reward\n  - 2d81981c-740d-4ef2-9c1e-420dad245af0 # Totally not my uuid xD\n```\n\nThat's pretty much it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv3ks%2Fredeemables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv3ks%2Fredeemables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv3ks%2Fredeemables/lists"}