That's a client bug where the client can't handle showing the amount of visible text and recent text.
Players List [Replaced]
Discussion in 'Plugin Support' started by Reneb, Dec 6, 2015.
-
Wulf Community Admin
-
Good afternoon,
please tell me what to do, the error takes off with your plug-in and server crashes after 5 minutes after connecting the plug-in file downloaded in the original, the changes have been made, what to do?
log server
Code:8:35 PM [Info] Loading extensions... 8:35 PM [Info] Loaded extension CSharp v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension JavaScript v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension Lua v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension MySql v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension Python v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension SQLite v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension Unity v1.0.1761 by Oxide Team 8:35 PM [Info] Loaded extension Hurtworld v1.0.1761 by Oxide Team 8:35 PM [Debug] Cleanup file: C:\Games\Start Hurt World\hurtworld\mono-2.0.dll 8:35 PM [Debug] Cleanup file: C:\Games\Start Hurt World\hurtworld\msvcr120.dll 8:35 PM [Info] Using Covalence provider for game 'Hurtworld' 8:35 PM [Info] Loading plugins... 8:35 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team 8:35 PM [Info] Loaded plugin Hurtworld Core v1.0.0 by Oxide Team 8:35 PM [Info] Loaded plugin Time Manager v0.0.4 by SkinN 8:35 PM [Info] 8:35 PM [Info] [Time Manager] -------------------------------------------------- 8:35 PM [Info] [Time Manager] * Time settings: 8:35 PM [Info] [Time Manager] Day length set to 45 minute/s 8:35 PM [Info] [Time Manager] Night length set to 10 minute/s 8:35 PM [Info] [Time Manager] -------------------------------------------------- 8:35 PM [Info] AdminTools, CustomDeathMessages, Fly, Location, Ping and PlayersList were compiled successfully in 2259ms 8:35 PM [Error] Error while compiling PlayersList.cs(82,13): error CS0103: The name `ChatManager' does not exist in the current context 8:35 PM [Info] Loaded plugin AdminTools v1.2.4 by Noviets 8:35 PM [Info] Loaded plugin CustomDeathMessages v1.0.4 by Trentu 8:35 PM [Info] Loaded plugin Fly v1.1.0 by Mughisi 8:35 PM [Info] Loaded plugin Location v1.4.1 by loborl 8:35 PM [Info] Loaded plugin Ping v1.2.3 by Wulf/lukespragg
Code:[SERVER v1.0.20] Started as service [SERVER v1.0.20] Running as service [SERVER v1.0.20] Got Message: Ready [SERVER v1.0.20] Got Message: Compile [SERVER v1.0.20] Restarting: PlayersList.cs(62,39): error CS0103: The name `ChatManager' does not exist in the current context PlayersList.cs(65,13): error CS0103: The name `ChatManager' does not exist in the current context PlayersList.cs(70,30): error CS1061: Type `PlayerIdentity' does not contain a definition for `IsConnected' and no extension method `IsConnected' of type `PlayerIdentity' could be found. Are you missing an assembly reference? C:\Games\Start Hurt World\hurtworld\Assembly-CSharp.dll (Location of the symbol related to previous error) PlayersList.cs(76,102): error CS1061: Type `PlayerIdentity' does not contain a definition for `IsAdmin' and no extension method `IsAdmin' of type `PlayerIdentity' could be found. Are you missing an assembly reference? C:\Games\Start Hurt World\hurtworld\Assembly-CSharp.dll (Location of the symbol related to previous error) PlayersList.cs(80,17): error CS0103: The name `ChatManager' does not exist in the current context PlayersList.cs(82,13): error CS0103: The name `ChatManager' does not exist in the current context Warning: restarting compilation [SERVER v1.0.20] Console: AdminTools.cs(90,12): warning CS0169: The private field `Oxide.Plugins.AdminTools.TimeLeft' is never used
Last edited by a moderator: Oct 4, 2016 -
Hi. I think someone already made a previous reply about it, but it wasn't answered/changed:
I think it would be a good idea to add the number of players online also, before showing the player list? -
When I try doing /grant group default canplayerslist it tells me that the permission canplayerslist does not exist.
-
-
[DOUBLEPOST=1456620035][/DOUBLEPOST] -
I'm having the same issue. I can use the plugin as being admin. But can't assign plugin to default group with command given: /grant group default canplayerslist
-
Wulf Community Admin
-
Actually I just noticed that plugin is not using permissions. It allows everyone to use if plugin is installed. There is a function called "HasAccess" that it's returning always true. So everyone can use it.
-
Ok but then the plugin owner should remove: /grant group default canplayerslist (because it doesn't work) and because everyone has already acces to this plugin.
Thanks everyone for clarifying -
-
it is possible that in place of the names only appear the amount of online players?
-
Can i get more colors in the players list? like a color for the moderators?
-
We are also looking for this since BetterChat is a pain because of massive lag we have there. People now only see Admins not mods. -
Wulf Community Admin
-
Should i request this then? And here or somewhere else? -
Wulf Community Admin
-
Here is a quick updated version for the moderator color.
New entry on config: "Message - Moderator Color". Player needs to be inside "moderator" group to have this color. -