Adding mods/plugins to your Hurtworld server using Oxide
Shutdown your server, as it can't be modded while running.
Install Oxide by using the mod manager,. To update simply uninstall and reinstall.
Launch the server then close it after it has started. This creates the necessary folders for Oxide.
Install your plugins (.cs, .lua, .js, .coffee, and .py files) in the "oxide/plugins" directory.
Launch the server and let it fully load.
Configure plugins to taste by editing the .json config files in the "oxide/config" directory.
Reload all plugins to read the config file changes.
You can do this by typing oxide.reload * in-game
Done!
Install Oxide by using the mod manager,. To update simply uninstall and reinstall.
Launch the server then close it after it has started. This creates the necessary folders for Oxide.
Install your plugins (.cs, .lua, .js, .coffee, and .py files) in the "oxide/plugins" directory.
Launch the server and let it fully load.
Configure plugins to taste by editing the .json config files in the "oxide/config" directory.
Reload all plugins to read the config file changes.
You can do this by typing oxide.reload * in-game
Done!
Updated on: 14/02/2019
Thank you!