AbsolutSorter

AbsolutSorter 2.0.27

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
  },
Remove hidden items from item selector
Added privilege check for vehicle mounted containers
This is for the coming Rust update. Do not update prior to the game update
This update requires the Chaos library extension => https://chaoscode.io/resources/chaos.321/

Updated UI to use the Chaos UI framework
UI scales with user interface scale
Removed old config option related to UI position
Added config option "UI Offset" which takes a pixel value for both vertical and horizontal positions based from the default position
Added config option "Items to block from any sorting function" to block specific items by short name from all sorting functions
Added config option "Skins to block from any sorting function" to block specific skins from all sorting functions
Changed ItemFilter usage to canAcceptItem
Changed FindBestSlotForItem to search for stackable candidates first, then consume free spaces