1. Wulf

    Wulf Community Admin

    That's a client bug where the client can't handle showing the amount of visible text and recent text.
     
  2. 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
    log compiler
    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
    Please forgive me for Google translator))
     
    Last edited by a moderator: Oct 4, 2016
  3. 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?
     
  4. When I try doing /grant group default canplayerslist it tells me that the permission canplayerslist does not exist.
     
  5. Easy to do by yourself:)
    player.png
     
  6. I know I can do it myself. I say this for other players who run servers and don't know how to...
    [DOUBLEPOST=1456620035][/DOUBLEPOST]
    You sure you have the plugin installed, without errors?
     
  7. 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
     
  8. Wulf

    Wulf Community Admin

    What reply do you get when you use the command? If you get no reply or a message about no permission, then you do not have admin with Hurtworld.
     
  9. 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.
     
  10. 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 :)
     
  11. xxxxxxxx
     
    Last edited by a moderator: Mar 28, 2016
  12. make it to show up in chat please
     
  13. it is possible that in place of the names only appear the amount of online players?
     
  14. Can i get more colors in the players list? like a color for the moderators?
     
  15. Sorry late reply: That would be nice but on page 1 Wulf said it isn't possible
    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.
     
  16. Wulf

    Wulf Community Admin

    Why wouldn't it be possible? That may have been the case when Oxide's permissions weren't implemented, but you could add group checks if you wanted to, the only setup Hurtworld it has itself though is admins.
     
  17. I am a powershell scripter c# and lua are magic for me :)
    Should i request this then? And here or somewhere else?
     
  18. Wulf

    Wulf Community Admin

    Here is fine, if someone would like to update it to support it, I'm sure they'll post.
     
  19. 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.
     
  20. Wow thanks man!