Solved How to edit JSON files?

Discussion in 'Rust Discussion' started by ☪ Loz, Mar 8, 2016.

  1. Hi guys, I've recently started a Rust server and installed many plugins to enhance gameplay for the players within, however, I've noticed many of the plugins have JSONs I wish to edit, how do I edit them? I use the browser IceDragon which has access to Mozilla Firefox apps (I'm currently trying to use one called JSON-Handle) but it does not work.

    Please help!?

    Thanks!!
     
  2. Wulf

    Wulf Community Admin

    Just open it in an editor such as Notepad++ and change what you need, save it, and re-upload it to your server.
     
  3. With a text editor.
    JSON is humanly readable.
     
  4. Okay so I've managed to edit one JSON, I've saved it and then re-downloaded the JSON file to the folder but there's no change?
     
  5. Wulf

    Wulf Community Admin

    Did you reload the plugin after you uploaded the changes?
     
  6. Ah yeah just did that.. it worked. Thanks for the help!!! :)
     
  7. For the record :
    Code:
    oxide.reload PluginName
    (case sensitive and without extension)
     
  8. That helped me so much. Thx alot