About MyKits
MyKits - convenient set system with convenient settings and a concise menu.
Advantages:
- Convenient creation of sets using the command.
- A convenient configuration in which you can fully customize the kits.
- A pleasant and concise interface.
- The ability to give out an item with any chance.
- The ability to give out a random number of items.
- The ability to issue kits automatically in certain biomes.
- The ability to set the recharge time for a set.
- The ability to block the set for a certain time after cleaning.
- The ability to specify a command instead of an item.
- The ability to specify your own image of the subject (png).
- The ability to view the items in the set.
- Content support in items (ammunition, weapon mods, etc.)
Commands:
- /kit create/add/+ name - Creates a set with the specified name, saving your inventory.
- /kit remove/rem/- name - Deletes the set with the specified name.
- /kit edit/overwrite name - Replaces the items of the specified set with items in the inventory.
- /kit give nickname/steamID name - Issues a set with the specified name to the specified player without the need to recharge.
- /kit - Opens the sets menu.
- /kit name - Gives the player the specified set.
Plugin Configuration:
{ "Interface Settings": { "Text font": "RobotoCondensed-Regular.ttf", "Text color": "#303030", "Background color": "#FFFFFF", "Color of other interface elements": "#303030", "Close button color": "#f44336" }, "Kit Settings": { "myst1c": { "Kit name": "myst1c", "Kit type (0 - Standard, 1 - Limited, 2 - Automatic)": 0, "Permission for kit": "mykits.default", "Kit cooldown": 600, "Cooldown after wipe": 0, "Block kit usage during raid block?": false, "Maximum kit usage count": 0, "Biome for auto-kit (0 - All, 1 - Arid, 2 - Temperate, 3 - Tundra, 4 - Arctic)": 0, "Kit items": [ { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 0, "ShortName of the Item": "attire.snowman.helmet", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 0.0, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": null, "Content of the item": null }, { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 1, "ShortName of the Item": "rifle.ak.diver", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 149.25, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": { "Type of ammunition": "ammo.rifle.explosive", "Quantity": 37 }, "Content of the item": [ { "ShortName of the Item": "weapon.mod.lasersight", "State of the Item": 300.0, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.silencer", "State of the Item": 99.25, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.holosight", "State of the Item": 300.0, "Quantity": 1 }, { "ShortName of the Item": "weapon.mod.extendedmags", "State of the Item": 100.0, "Quantity": 1 } ] }, { "The container in which the item will be ( 0 - Clothes, 1 - Belt, 2 - Main container )": 1, "ShortName of the Item": "frontier_hatchet", "The command that will be executed instead of issuing the item": null, "Image png": null, "Quantity": 1, "SkinID of the Item": 0, "State of the Item": 400.0, "Chance of obtaining the item/command": 100.0, "Setting up a random number of items ( the number cannot be 0 or less )": { "Minimum quantity": 1, "Maximum quantity": 1 }, "Ammunition": null, "Content of the item": null } ] } } }