{ "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 (evilandqueer)", "contact": { "discord": "https://discord.gg/A2FEXREAtQ", "email": "rosaontheweb@proton.me", "matrix": "https://matrix.to/#/@rosa:girlonthe.net" } } ], "contact": { "discord": "https://discord.gg/A2FEXREAtQ", "sources": "https://git.eviltransgenders.club/~rosa/simple-rename-command" }, "license": "Unlicense", "icon": "icon.png", "environment": "*", "entrypoints": { "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"] }, "depends": { "fabric-command-api-v2": "*", "fabricloader": ">=0.18.4", "minecraft": ">=26.2" } }