{"id":19503145,"url":"https://github.com/minebench/mendingnerf","last_synced_at":"2025-04-26T00:32:51.209Z","repository":{"id":49929227,"uuid":"311341104","full_name":"Minebench/MendingNerf","owner":"Minebench","description":"Nerf Mending by making it limited by repair cost and limit to a max","archived":false,"fork":false,"pushed_at":"2022-07-27T12:50:18.000Z","size":38,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T05:22:58.717Z","etag":null,"topics":["bukkit","java","mending","minecraft","paper","plugin","spigot"],"latest_commit_sha":null,"homepage":"https://ci.minebench.de/job/MendingNerf/","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/Minebench.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}},"created_at":"2020-11-09T13:06:09.000Z","updated_at":"2023-11-12T21:12:23.000Z","dependencies_parsed_at":"2022-09-13T01:20:36.259Z","dependency_job_id":null,"html_url":"https://github.com/Minebench/MendingNerf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FMendingNerf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FMendingNerf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FMendingNerf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FMendingNerf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minebench","download_url":"https://codeload.github.com/Minebench/MendingNerf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250917284,"owners_count":21507561,"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","java","mending","minecraft","paper","plugin","spigot"],"created_at":"2024-11-10T22:19:48.877Z","updated_at":"2025-04-26T00:32:50.939Z","avatar_url":"https://github.com/Minebench.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MendingNerf\n\nMinecraft (Bukkit) plugin to nerf Mending by making it take the item's repair cost into account by adding it to the required experience based on a configurable modifier. (`repair-cost-modifier`)\n\nThe repair cost also increases (based on the max durability of the item multiplied by the `increase-cost-step-modifier` config option) when an item is mended with a limit to the repair cost after which any form of repairing will be disabled. (`max-repair-cost`)\n\nAlso limits repairing/adding through anvils and features extra info in ChestShop's `/iteminfo` command.\n\n## Config\n\n```yaml\n# Whether the whole plugin should be enabled\nenabled: true\n\n# The default language to use when no language file exists for the client's language\ndefault-lang: en\n\n# How much collected experience is required to repair one durability point.\n# MendingNerf adds additional required exp based on an item's repair cost\n# Vanilla base value is 0.5\nbase-exp-for-repair: 0.5\n\n# The maximum that the repair cost can grow to. After that the item can't be repaired\nmax-repair-cost: 100\n\n# Whether mending should be nerfed. If disabled then only anvil repairs will be blocked above the max cost.\nmending-nerf: true\n\n# The plugin uses the maximum durability of the item which is mended as the basis for the calculation\n# when the repair cost should increase. So a increase-cost-step-modifier of 1 for a diamond pickaxe means\n# that it will increase the cost each 1561s repairs. 0.5 each ~780th etc.\nincrease-cost-step-modifier: 1.0\n\n# By how much the required exp for mending one durability should be increased per repair-cost on the item\n# Basically \"required exp for 1 repair\" = (base-exp-for-repair) + (item repair-cost) * (repair-cost-modifier)\nrepair-cost-modifier: 0.2\n```\n\n## Commands\n\n Command                           | Description \n-----------------------------------|-----------------------------------------------------------------\n`/mendingnerf enable`              | Enable the whole plugin functions (sets `enabled` config key)\n`/mendingnerf disable`             | Disable the whole plugin functions (sets `enabled` config key)\n`/mendingnerf reload`              | Reload the config\n`/mendingnerf debug [\u003cplayer\u003e]`    | Enable debugging mode for you or a player to print some mending info in console/log\n`/repaircost`                      | Show an item's repair cost\n`/repaircost \u003ccost\u003e`               | Set an item's repair cost\n\n## Permissions\n\n Permission                            | Default | Description \n---------------------------------------|---------|---------------------------------------------------\n`mendingnerf.command.mendingnerf`      | op      | Use the `/mendingnerf` admin command\n`mendingnerf.command.repaircost`       | true    | Use the `/repaircost` command\n`mendingnerf.command.repaircost.set`   | op      | Use the `/repaircost set \u003ccost\u003e` command\n`mendingnerf.bypass.mending`           | false   | Allow bypassing of the repair cost block when mending\n`mendingnerf.bypass.anvil`             | false   | Allow bypassing of the repair cost block in anvils\n\n## Downlaods\n\nLatest development builds can be obtained from the [Minebench.de Jenkins server](https://ci.minebench.de/job/MendingNerf/).\n\n## License\n\nLicensed under GPLv3.\n\n```\nMendingNerf\nCopyright (c) 2020 Max Lee aka Phoenix616 (max@themoep.de)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminebench%2Fmendingnerf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminebench%2Fmendingnerf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminebench%2Fmendingnerf/lists"}