QuickSort

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

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

5/5, 44 likes
  1. It disables it, but can it completely remove from there? So it was not visible in GUI
     
  2. Wulf

    Wulf Community Admin

    I'll see about adding an option.
     
  3. And how long to wait to update the plugin?
    [DOUBLEPOST=1460837158,1460817578][/DOUBLEPOST]How can you move slightly to the left GUI panel?
     
  4. I'm not getting the GUI panel at all. I removed the plugin and put it back and still nothing.
     
  5. Wulf

    Wulf Community Admin

    Use the old version until the new is fixed. You can find it under the version History tab.
     
  6. Thanks Wulf.
     
  7. I was unable to find a topic regarding how to get any plugins to work so I'm sorry if I'm being redundant but I've moved the quicksort file into my oxide server's plugin folder and nothing has changed in game. looks like an awesome mod i just really need some help here.
     
  8. Wulf

    Wulf Community Admin

    Make sure you have Oxide installed and verified first, which you can check using the oxide.version console command.
     
  9. I assume you meant in the rust console. It said command not found... However if i type it into the .bat script it says Oxide version: 2.0.1877
     
  10. Wulf

    Wulf Community Admin

    Not the F1 console, the actual server console or RCON, but you should have it installed then. Did you check your logs for any errors?
     
  11. God I have a lot more to learn about this than i thought... uh no, how do you do that? there's no errors in the .bat script if that's what you mean. Also what is RCON?
     
  12. Wulf

    Wulf Community Admin

    The .bat script doesn't hold errors, that just starts your server. What you are likely seeing is the server console, but you can find the same errors under the oxide/logs.
     
  13. in the compiler log it says "[SERVER v1.0.20] Console: QuickSort.cs(321,32): warning CS0168: The variable `ex' is declared but never used"

    and in the oxide log it says
    "15:49 [Info] QuickSort was compiled successfully in 2154ms
    15:49 [Info] Loaded plugin Quick Sort v0.1.1 by emu
    15:49 [Warning] [Quick Sort] Creating a new configuration file."

    and also

    "15:52 [Info] QuickSort was compiled successfully in 2048ms
    15:52 [Info] Loaded plugin Quick Sort v0.1.1 by emu"
     
  14. Wulf

    Wulf Community Admin

    That's all normal, but keep in mind that the current version will not work for containers, so I'd recommend using the previous version until I fix it. You can find the previous version under the Version History tab.
     
  15. good to know... thank you.
    [DOUBLEPOST=1461615592][/DOUBLEPOST]Awesome its working now! Really cool mod thank you so much!
     
  16. 'quicksort v 0.1.0 ' plugin is using deprecated hook: onplayerloot

    I get this warning sometimes does it cause something lag ? :S

    Ty,
     
  17. Version 0.1.1 does not function as of todays update. According to console it compiles and loads fine. the gui does not show however. I do not receive any other error...


    Edit: pardon the incorrect statement, I do have this in logs.

    [SERVER v1.0.20] Console: QuickSort.cs(321,32): warning CS0168: The variable `ex' is declared but never used
     
  18. Wulf

    Wulf Community Admin

    Use the previous version. The warning is also not an error and can be ignored.
     
  19. Uh. That's something new...
    Code:
     'QuickSort v0.1.0' is using deprecated hook 'OnPlayerLoot', which will stop working on Thursday, 19 May 2016. Please ask the author to update to 'OnLootEntity'
     
  20. @Wulf, is it possible to bring out an intermediate version of 0.1.0 with OnLootPlayer before the 19th or may, because it will stop working by that date. Or was OnLootPlayer exactly what broke it?