SortStack
Pre-Sort View:

Post-Sort View:

Current Version: 0.63
Overview
SortStack allows users the ability to sort and combine stacks in their inventory window, chests, dispensers etc. Using a pre-defined keyboard key of S (KEY_S) you can easily sort and combine incomplete stacks of items on the fly easily and effectively. This plugin also allows you to create stacks of items you normally cannot stack such as certain foods, armor, weapons, tools, vehicles, buckets etc.
How to Use?
Install the SortStack plugin into your servers plugin direction and start your server. The config.yml file is automatically created with a pre-defined sort stack order.
Why not use the built-in sort feature?
- This plugin allows the server administrator to pre-set the order list.
- This plugin allows for stacking of items that normally isn't supported. Good when your making high-quantity items such as doors, Mushroom Soup etc that normally cannot be stacked. Also great for doing Armor/Weapon/Tool shops etc.
Configuration
File: config.yml
- DisplaySortAchievement: Enables or Disables the the "Items Sorted" notification on users screen.
- Tools: This numeric formatted item contains the item ID's for stacking tools
- Weapons: This numeric formatted item contains the item ID's for stacking weapons.
- Armors: This numeric formatted item contains the item ID's for stacking armors.
- Foods: This numeric formatted item contains the item ID's for stacking foods.
- Vehicles: This numeric formatted item contains the item ID's for stacking vehicles
- Buckets: This numeric formatted item contains the item ID's for stacking buckets.
- SortSEQ: Contains the core list of minecraft materials and the order to sort them in. Be careful errors on this line can cause unpredictable results with sort.
Permissions
Here's a list of specific permissions nodes for this plugin and what each does.
- sortstack.sort = Allows the users to use SortStack Feature.
- sortstack.stack.tools = Allows users to Stack Tools
- sortstack.stack.weapons = Allows users to Stack Weapons
- sortstack.stack.buckets = Allows users to Stack Buckets
- sortstack.stack.armors = Allows users to Stack Armors
- sortstack.stack.foods = Allows users to Stack Foods
- sortstack.stack.vehicles = Allows users to Stack Vehicles
- sortstack.* = Allows users to have access to all of SortStacks Abilities.
Dependencies
To Do
I still need to add in the ability for users to change the key currently assigned to the sort feature.