1. he is probably using a really old version.
     
  2. Dunno why.. but this worked! thanks :)

    [edit]
    It worked untill today, but fixed again :)
     
  3. I cant get my plugin to load... I have it in the correct plugin container...

    > oxide.load StackSizes.cs
    [Oxide] 1:09 PM [Error] Failed to load plugin 'StackSizes.cs' (no source found)
     
  4. Wulf

    Wulf Community Admin

    oxide.load StackSizes

    You don't use the file extension with the Oxide commands. Plugins are also automatically loaded when you put them in the folder, so loading them manually is only needed if you manually unloaded it previously.
     
  5. I have no idea why this wont work for me. I have only edited the numbers to 1m each (1,000,000). The wood is capping at 100k and the metal is capping at 10k. I have tried reloading it to no avail, I have removed it from my server and readded it. I use Multiplay/Clanforge, so i dont know if this is anything to do with the problem...
     
  6. Wulf

    Wulf Community Admin

    Did you check your logs for errors?
     
  7. Im having trouble finding it, if im totally honest.. I use "Rusty", and it said that it unloaded and loaded fine though...
     
  8. D:\xxxxx\server\config << plugin config files
    D:\xxxxx\server\plugins << plugin files
    D:\xxxxx\server\logs <<< logfiles
    ‪D:\xxxxx\log.txt <<< bootlog files! for this you need to add : -logfile "log.txt" to your commandline.


    Hope i helped you with your issue happy easter! :)
     
  9. Where can I check a live log of my config files? All I'm using now is the Rust IO Console.
    [DOUBLEPOST=1428263805][/DOUBLEPOST]This came up on my Rust IO Console after I uploaded the plugin.

    [Oxide] 8:57 PM [Error] Failed to call hook 'LoadDefaultConfig' on plugin 'Stack Sizes' (ArgumentNullException: Argument cannot be null. Parameter name: path)
    [DOUBLEPOST=1428264521][/DOUBLEPOST]
    Could you help me, Wulf? I'd really appreciate it.
    [DOUBLEPOST=1428268800][/DOUBLEPOST]Anyone? Please?
    [DOUBLEPOST=1428268850][/DOUBLEPOST]I unistalled the plugin and then I reinstalled it and now the .json file didn't show up in the config like it usually does... :(
    [DOUBLEPOST=1428272747,1428263661][/DOUBLEPOST]Okay the plugin is working. I changed sulfur from 10k to 100k and it worked.. but when I added "name": "ammo_pistol", with the stack size of course. I've done this multiple times now and it has worked before on this version so I don't understand why this would be happening...
     
  10. I'm having trouble with my Stack Sizes plugin. It was working fine but now it's not. This is more of a personal question from me to you. When I add ammo_pistol to the config, it doesn't work. It used to so I don't understand why it's acting up now. Would it have something to do with Oxide?

    Another question I have is how do I see a live log of my plugins. You was talking about it in the Stack Sizes plugin forums.

    I'd really appreciate it :)
     
  11. Wulf

    Wulf Community Admin

    This is the place to post issues regarding this plugin. If it is having an issue with an item, it's either a problem with Rust or the plugin itself. I've never used it, so I can't really tell you how to configure it.
     
  12. Well my second question was how do I see the logs for my plugins that you were talking about.
     
  13. Wulf

    Wulf Community Admin

    I'm not sure how Multiplay does it, but I believe they have a section on their panel to view them.
     
  14. Well I have a server with BlueFangSolutions. Will that still work?
     
  15. Wulf

    Wulf Community Admin

    Ah, well, if they give you FTP access, then your logs can be found under server/identity/oxide/logs.
     
  16. I went to server/my_server_identity | and there was no Oxide folder. Could you start a conversation with me instead of us posting here? :)
     
  17. Wulf

    Wulf Community Admin

    Your host likely has it somewhere weird then. I'd recommend contacting them, or checking the oxide.root.json file in the root directory to see if it shows the correct path.
     
  18. One last thing.. I would like to know the basic process of making a plugin for Oxide. :)
     
  19. Wulf

    Wulf Community Admin

    Google, a good decompiler, a good editor or IDE, the Oxide Docs, and looking at existing plugins. ;)
     
  20. Which ones do you use? And could I get a link to those? I don't want to download the wrong thing. I'd really appreciate it :)