Поддерживаемые плагины
Этот плагин служит API для использования другими плагинами, предоставляя хуки для создания и экипировки комплектов снаряжения.
Разрешения
- gearcore.use - Позволяет сохранять, экипировать и удалять наборы снаряжения.
Хранимые данные
JSON:
{
"Gear Sets": {
"Crossbow": {
"Main": [
{
"Short Name": "arrow.wooden",
"Amount": 32,
"Skin Id": 0,
"Name": null,
"Condition": 0.0,
"Position": 0,
"Ammunition": null,
"Attachments": []
}
],
"Wear": [
{
"Short Name": "hazmatsuit",
"Amount": 1,
"Skin Id": 0,
"Name": null,
"Condition": 450.0,
"Position": 0,
"Ammunition": null,
"Attachments": []
}
],
"Belt": [
{
"Short Name": "syringe.medical",
"Amount": 2,
"Skin Id": 0,
"Name": null,
"Condition": 0.0,
"Position": 1,
"Ammunition": null,
"Attachments": []
},
{
"Short Name": "crossbow",
"Amount": 1,
"Skin Id": 0,
"Name": null,
"Condition": 100.0,
"Position": 0,
"Ammunition": {
"Short Name": "arrow.wooden",
"Amount": 1
},
"Attachments": []
}
]
}
}
}
Локализация
JSON:
{
"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}"
}