QuickSort

Adds a GUI that allows players to quickly sort items into containers

Total Downloads: 14,542 - First Release: Jul 26, 2015 - Last Update: Mar 31, 2017

5/5, 44 likes
  1. Me either, because it will eleminate air-drop fights because of fast loots of supply crate.
     
  2. emu

    emu

    Of course. I thought a 'loot all' feature would be too much of an advantage for raiders/robbers, thats why I didn't add it in the first place.
     
  3. Yes, exactly my thought, but I figured someone would have asked you, so I told you just in case :D
     
  4. "RU" edition v0.0.5
     

    Attached Files:

  5. goood work!!! I really missed such a plugin!
     
  6. I fixed it myself on my server.

    Edit lines 229-231 and paste this in

    ""type"":""RectTransform"",
    ""anchormin"": ""0.005 0.005"",
    ""anchormax"": ""0.34 0.18""

    upload_2015-8-6_15-12-35.png
     

    Attached Files:

  7. emu

    emu

    emu updated Quick Sort with a new update entry:

    0.0.6

     
  8. Thank you. :D
     
  9. new to this where do I put it to apply it
     
  10. Wulf

    Wulf Community Admin

  11. getting this in compiler
    Code:
    QuickSort.cs(294,16): warning CS0114: `Oxide.Plugins.QuickSort.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
     
  12. so can we have the option to allow loot all? with a timer or something
     
  13. emu

    emu

    emu updated Quick Sort with a new update entry:

    0.0.7

     
  14. can anyone take a screenshot or video of the new feature?
     
  15. (15:51:58) | [Oxide] 9:52 AM [Error] QuickSort v0.0.7: Failed to load config file (is the config file corrupt?) (Additional text encountered after finished reading JSON content: }. Path '', line 4, position 2.)

    Changed the config false to true after reloading the plugin
     
  16. emu

    emu

    You might have deleted the comma from the end.
    Try this
    Code:
    {
      "LootAllowed": true,
      "LootTime": 0.0
    }
     

  17. After manually typing it again i've spotted after reloading the plugin through ftp (Reupload)
    the plugin writes and extra } on the end

    {
    "LootAllowed": true,
    "LootTime": 0.0
    }}

    //edit copying your stuff same issue persist
    [DOUBLEPOST=1440079487][/DOUBLEPOST]
    [​IMG]
     
  18. emu

    emu

    It does not happen for me. I will add some console commands for setting these.
     
  19. //SNIP

    issue have been sorted using a console command
     
    Last edited by a moderator: Aug 20, 2015