Are you saying to delete the config folder?
HuntRPG
Moved
Total Downloads: 16,962 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018
- 5/5, 73 likes
-
[DOUBLEPOST=1452712795][/DOUBLEPOST]if you cant make the config for hunt plugin you need to either reload the plugin or restart server but can you post a ss of your plugin folder try get all plugins in the ss
[DOUBLEPOST=1452712857][/DOUBLEPOST]Going to take a bath back soon -
Here is a SS of my Plugin and Config folders respectively.
[DOUBLEPOST=1452713629][/DOUBLEPOST]Last edited by a moderator: Jan 13, 2016 -
If your server is running run this command in the bat file
reload HuntPlugin
Then check config folder see if it has made the HuntPlugin.json
[DOUBLEPOST=1452716158][/DOUBLEPOST]@mcgendraft it must be all ok now -
-
> reload HuntPlugin
[Oxide] 9:36 PM [Error] HuntPlugin plugin failed to compile!
[Oxide] 9:36 PM [Error] Compiler closed. -
Good morning all, I am getting the same compile error, looks like after Rust update 93. Its not just this plugin, I have it for others too
EDIT: Looks like the sever assisted auto installer for oxide is not picking correct version and that is the cause for my issues today.Last edited by a moderator: Jan 15, 2016 -
Add this in the config file for the new weapon "semi-automatic rifle"
"rifle.semiauto": {
"DisplayName": "semi-automatic rifle",
"CanResearch": true,
"ItemCategory": "Weapon"
}, -
A player made this video to show a bug in the Hunt Plugin
The bandaid changes I made to patch this:
1. Find:
Code:int level; if (!int.TryParse(args[index + 1], out level)) { ChatMessage(player, HMK.InvalidCommand, args[0]); continue; }
Code://added by isuelt- the builder level = 1;
Code:int points; if (!int.TryParse(args[index + 1], out points)) { ChatMessage(player, HMK.InvalidCommand, args[index + 1]); continue; }
Code:// added by Isuelt - The builder points = 1;
Just trying to bring this to server owner/developers attentionLast edited by a moderator: Jan 16, 2016 -
@isuelt I noticed in that video there is no t at the end of enough and why make a video and all you see is you dont have permission to do anything in it lol
-
-
Got this error with the new Rust-Update:
Code::34 PM [Error] Failed to initialize plugin 'HuntPlugin v1.5.3' (NullReferenceException: Object reference not set to an instance of an object) 7:34 PM [Debug] at Hunt.RPG.HuntTablesGenerator.GenerateItemTable (System.Collections.Generic.Dictionary`2 itemDict) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.DefaultConfig () [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.LoadDefaultConfig () [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.LoadConfig () [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0 7:34 PM [Info] No previous version to rollback plugin: HuntPlugin
Can someone help, please? -
Wulf Community Admin
-
Got Oxide 1732, but still the same error:
Code:8:21 PM [Error] Failed to initialize plugin 'HuntPlugin v1.5.3' (NullReferenceException: Object reference not set to an instance of an object) 8:21 PM [Debug] at Hunt.RPG.HuntTablesGenerator.GenerateItemTable (System.Collections.Generic.Dictionary`2 itemDict) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.DefaultConfig () [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.LoadDefaultConfig () [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.LoadConfig () [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0 8:21 PM [Info] No previous version to rollback plugin: HuntPlugin
-
try to load/reload the plugin after server is fully started
-
-
Code:
https://www.youtube.com/watch?v=kFxKCaLb2OQ
-
-
I have a quick question is there a way to reset the skill points etc for other players? When I have tried previously with the commands /huntstat reset etc it reset my own and not the name I put in.