Thanks for the info. I'll look into it as soon as i got some time.
Player List [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, Oct 18, 2014.
-
updated all my plugins you can just steal the way i do it if you want
-
Domestos updated Player List with a new update entry:
rust update
-
working thanks
-
Not showing admins online!! Just shows them as regular player and say no admins online.
-
Domestos updated Player List with a new update entry:
permissions
-
Works now Thanks!!
-
/who - only shows me how many players are on but not who is on?
Anyone? -
You have to edit the playerlist.json
this is how I have mine
"Settings": {
"OnlyShowAdminCount": "false",
"OnlyShowPlayerCount": "false",
"SeparateAdmins": "true",
"MaxPlayersPerLine": 8 -
Thanks for the replay, I just figured it out after looking a the config file...
-
Hi!!
Please add an option to let us customize the command to let other language servers to change the /who command for /customcommand. Please -
I've noted your request on my todo list. -
I think that i could help with my last suggestion with some kind of proto-code
Code:cmds = self.Config.Commands or {} cmds.Who= cmds.Who or "Who"if cmds.Who ~= "" then command.AddChatCommand(cmds.who, self.Object, "C_Who") end
Code:{ "Commands": { "Who": "playerlist" }
-
-
I suddenly started getting this error:
Code:[Oxide] 5:48 PM [Error] playerlist: [string "playerlist.lua"]:50: attempt to call method 'GetComponent' (a string value) 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: Jan 23, 2015 -
Domestos updated Player List with a new update entry:
Bugfixes and cleanup
-
No Function since last Update.
-
-
Shows admin usernames, but not shows player usernames.