About JStacks
About plugin
The plugin allows you to conveniently change the stacks of items through the use of a graphical interface
Chat Commands (can be changed in config)
- /stacks - opens the main menu
 - /sethandstack - change item's stack you are holding in your hands
 
Console Commands
- 
		
jstacks.setstack [item shortname] [new stack]
- set stack size for item. Example: jstacks.setstack ammo.rifle 256 - 
		
jstacks.restore
- reset all stacks to default values (be careful: there is no confirmation) 
Permissions
- jstacks.use - using the plugin
 
Features
- Changing stacks for the entire category by pressing two buttons
 - Multiple choice option for quick stack change
 
Config
{
  "Can admins use command": true,
  "Command to open the menu": "stacks",
  "Command to set stack size of an item in your hands": "sethandstack",
  "Default icons for categories (in-game only)": {
    "Ammunition": "assets/icons/ammunition.png",
    "Attire": "assets/icons/community_servers.png",
    "Component": "assets/icons/open.png",
    "Construction": "assets/icons/construction.png",
    "Electrical": "assets/icons/electric.png",
    "Food": "assets/icons/food_cooked.png",
    "Fun": "assets/icons/fun_alt.png",
    "Items": "assets/icons/extinguish.png",
    "Medical": "assets/icons/medical.png",
    "Misc": "assets/icons/menu_dots.png",
    "Resources": "assets/icons/community_servers.png",
    "Tool": "assets/icons/tools.png",
    "Traps": "assets/icons/traps.png",
    "Weapon": "assets/icons/weapon.png"
  }
}
