{
"NoPermission": "You don't have permission to use this command.",
"InvalidCommand": "Invalid command. Correct usage:\n- <color=#F0E68C>/gear save <name></color> - Saves your inventory as a gear set.\n- <color=#F0E68C>/gear equip <name></color> - Equips the specified gear set.\n- <color=#F0E68C>/gear delete <name></color> - Deletes the specified gear set.\n- <color=#F0E68C>/gear list</color> - Lists all available gear sets.",
"UsageSaveGear": "Invalid command. Correct usage:\n- <color=#F0E68C>/gear save <name></color> - Saves your inventory as a gear set.",
"UsageEquipGear": "Invalid command. Correct usage:\n- <color=#F0E68C>/gear equip <name></color> - Equips the specified gear set.",
"UsageDeleteGear": "Invalid command. Correct usage:\n- <color=#F0E68C>/gear delete <name></color> - Deletes the specified gear set.",
"GearEquipped": "You have equipped the gear set <color=#F0E68C>{0}</color>.",
"GearSetNotFound": "Gear set <color=#F0E68C>{0}</color> does not exist.",
"GearUpdated": "Gear set <color=#F0E68C>{0}</color> updated successfully.",
"GearSaved": "Gear set <color=#F0E68C>{0}</color> created and saved successfully.",
"GearDeleted": "Gear set <color=#F0E68C>{0}</color> deleted successfully.",
"NoGearSetsAvailable": "No gear sets available.",
"AvailableGearSets": "Available gear sets:\n{0}"
}