{ "schemaVersion": 1, "id": "simple-rename-command", "version": "${version}", "name": "Simple Rename Command", "description": "A dead simple command to rename the held item.", "authors": [ { "name": "Rosa (girlonthe.net)", "contact": { "discord": "https://discord.gg/A2FEXREAtQ", "email": "rosaontheweb@proton.me", "matrix": "https://matrix.to/#/@rosa:girlonthe.net" } } ], "contact": { "discord": "https://discord.gg/A2FEXREAtQ", "issues": "https://codeberg.org/girlonthenet/simple-rename-command/issues", "sources": "https://codeberg.org/girlonthenet/simple-rename-command" }, "license": "Unlicense", "icon": "icon.png", "environment": "*", "entrypoints": { "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"] }, "depends": { "fabric-command-api-v2": "*", "fabricloader": ">=0.17.3", "minecraft": ">=1.21.11" } }