AbsolutSorter

AbsolutSorter 2.0.33

This is for the upcoming Rust update. Do NOT update prior

Updated vehicle auth check
Pre-emptive update for when the naval update eventually comes
Always show Arrange button, items that are in the selected categories are placed first in order by name, other items are then sorted by name and placed after the items in the selected categories
Use indexed identifiers for category and item selection buttons
Make everything generic using IItemContainerEntity which enables IO container support
Added item names and category names to localization
Updated for pool changes
Revert because I am an idiot
This is for the coming Rust update. Do not update prior

Pool changes per Rust update

Added permission absolutsorter.nearby.command
Added chat command '/sort.nearby'
Added console command 'sort.nearby'
Added config options for valid nearby sort containers
JSON:
"Valid nearby sorting options": {
    "Only nearby sort into friendly containers": true,
    "Allow sort into clan members containers": true,
    "Allow sort into friends containers": false,
    "Allow sort into team member containers": true
  },