OMG it works now...but i noticed since its installed my server is spiking now.
also on loading it it, the server lagged for about 5 seconds.
R-Remover [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Apr 7, 2014.
-
very strange it shouldn't spike, i made it a way it shouldnt spike :x
-
Code:
[Oxide] upperking ran the command: /remove [Oxide] upperking removed a Metal Door [Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -1227346432 [Oxide] oxidecore: A .NET exception occured in user-code (@) [Oxide] oxidecore: nil [Oxide] oxidecore: [string "r-sethome.lua"]:121: attempt to index field 'victim' (a number value) (@) [Oxide] oxidecore: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Last edited by a moderator: Sep 2, 2014 -
Can you expand on decaying stuff won't be removed?
-
-
with the last update for this tool the admin can remove building-parts with the admin ax.
can I deactive this with a cfg setting in the tool (I want it only with the login with the password in the console - not for all admins - only for server owner) -
Wulf Community Admin
-
I'll make it as an option when i can -
Code:
[Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -1828944384 [Oxide] oxidecore: A .NET exception occured in user-code (@) [Oxide] oxidecore: nil [Oxide] oxidecore: [string "r-sethome.lua"]:165: attempt to call method 'GetComponent' (a nil value) (@) [Oxide] oxidecore: at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
Reneb updated R-Remover with a new update entry:
don't loose your doors or metal window bars if you forget to remove them
-
Reneb updated R-Remover with a new update entry:
doorshare fix
-
Sorry for my English. I checked the plug on the server, the command / remove admin and / remove all players can use that are not logged in rcon administrators
-
function PLUGIN:isAdmin(netuser)
if(netuser:CanAdmin()) then return true end
if(self.oxmin_plugin and self.oxmin_plugin:HasFlag( netuser, 13 )) then return true end
if(self.flags_plugin and self.flags_plugin:HasFlag(tostring( rust.GetLongUserID(netuser) ), self.Config.flagsplugin_flag )) then return true end
return false
end
oxmin flagged can use it
and flags can use it also. -
Is it possible in future releases as a bear in a separate file with text variables, it would be much easier to translate the plugin into different languages[DOUBLEPOST=1409741908][/DOUBLEPOST]
Last edited by a moderator: Sep 3, 2014 -
Hi Reneb
We changed line 225 to the following as it is more useful to catch griefers and exploiters
rust.SendChatToUser(netuser, "This is owned by ".. json.response.players[1]['steamid'] .."!")
I just changed it from displaying the persons name to just the steam id, however a great suggestion would be that you have both side by side, as the steam id way is useless when someone changes their name and goes offline, whereas if you can both look it up by id and name you have a double reference for the instant and for the future reference. -
Reneb updated R-Remover with a new update entry:
Unleash the power of the uber hatchet (as option)
-
Another bug i found,
Your default config generation does not have metal foundations. -
self.Config.refund["Metal Foundation"] = { item = "Metal Foundation", amount = 1 }
self.Config.removable["Metal Foundation"] = true
they is are the metal foundations :x -
All good, yeh i worked it out, just bringing it to your attention.
Also check out my prior comment in this thread that would be a useful function to the prod command about line 225 -
whether it is possible to fix this bug? (Google translate)