PlayerList

Moved

Total Downloads: 3,352 - First Release: Sep 9, 2016 - Last Update: Jan 20, 2017

5/5, 12 likes
  1. Wulf

    Wulf Community Admin

    Mmmm, did you modify the plugin at all? That's a core Oxide function that has not changed in over a year.
     
  2. No I didn't modify de plugin only what I did was just upload it on my server and when looking on my webconsole this error shows up.
    So I don't know what to do mabye I should reinstall the whole oxide or something ???
     
  3. Wulf

    Wulf Community Admin

    That's all I can think of, as well as re-installing a fresh copy of the plugin from here.
     
  4. @Wulf this error just showing up on my webconsole
    Code:
    [Oxide] 21:24 [Error] Failed to run command 'players' on plugin 'PlayerList v0.2.0' (FormatException: Input string was not in a correct format.)
    Code:
    Oxide] 21:24 [Debug]   at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0
      at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldPlayer.Message (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Hurtworld.Libraries.Covalence.HurtworldPlayer.Reply (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerList.PlayersCommand (IPlayer player, System.String command, System.String[] args) [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
     
  5. Wulf

    Wulf Community Admin

    What does your lang file look like?
     
  6. My lang file is looking like this
    Code:
    {
      "AdminCount": "{0} admin online",
      "AdminList": "Admin online ({0}): {1}",
      "NobodyOnline": "No players are currently online",
      "NotAllowed": "You are not allowed to use the '{0}' command",
      "OnlyYou": "You are the only one online!",
      "PlayerCount": "{0} player(s) online",
      "PlayerList": "Players online ({0}): {1}"
    }
     
  7. Wulf

    Wulf Community Admin

    Did you modify it at all? Are you using any other language files?
     
  8. No I didn't modify it and the only lang file that I'm useing is english,
    But afther reuploading the plugin again on my server it was working again.
    So still I don't know where or how this error is coming from
     
  9. Wulf

    Wulf Community Admin

    The error is coming from the messages, with it somehow failing to get one of the variables used in them from what I can tell.
     
  10. Also getting errors, except unloading, deleting the plugin files, and reinstalling it doesn't seem to fix it for me. Worked fine yesterday, but today it went POOP. No modifications to the plugin were made.

    14:38 [Error] Failed to run command 'players' on plugin 'PlayerList v0.2.0' (FormatException: Input string was not in a correct format.)
    14:38 [Debug] at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0
    at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Reply (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.PlayerList.PlayersCommand (IPlayer player, System.String command, System.String[] args) [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
    14:38 [Info] [Better Chat] President Trump: cat face, how can i make you happy>?
     
  11. Wulf

    Wulf Community Admin

    Did you modify anything in the lang files?
     
  12. Code:
    [Oxide] 15:07 [Debug] ExType: TargetInvocationException[Oxide] 15:07 [Error] Failed to run command 'who' on plugin 'PlayerList v0.2.0' (FormatException: Input string was not in a correct format.)[Oxide] 15:07 [Debug] at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Reply (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Plugins.PlayerList.PlayersCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0at (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
    I didn't modify anything, but have this error
    This error was not until I used the command from the console, but when a player used the command "who" plugin broke
     
    Last edited by a moderator: Dec 6, 2016
  13. @Wulf I've eddit Moderator and Helper also to this plugin I hope you don't mind it I've do it,
    but I'm getting the following the next errors from it which is weird because in mt eyes it schouln'd even saying this
    Code:
    [Oxide] 11:58 [Error] Error while compiling PlayerList.cs(166,184): error CS1525: Unexpected symbol `;', expecting `)' or `,'
    So hopefully you can take a look on it mabye you can see the error which I can't see at the moment
     
  14. Wulf

    Wulf Community Admin

    I already fixed your issue yesterday, just making a few more changes before release.
    I can take a look at adding other group options too.
     
  15. you're the best and that will be nice also
     
  16. Thank you Master!
     
  17. Wulf

    Wulf Community Admin

    Wulf updated PlayerList with a new update entry:

    0.3.0

     
  18. Code:
    [Oxide] 14:47 [Info] [Better Chat]  }{oTT@БыЧ_UA: я по телу
    [RCON][91.215.55.233:61995] who
    [Oxide] 14:47 [Debug] ExType: TargetInvocationException
    [Oxide] 14:47 [Error] Failed to run command 'who' on plugin 'PlayerList v0.3.0' (FormatException: Input string was not in a correct format.)
    [Oxide] 14:47 [Debug]   at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Covalence.RustConsolePlayer.Message (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Game.Rust.Libraries.Covalence.RustConsolePlayer.Reply (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerList.PlayersCommand (IPlayer player, System.String command, System.String[] args) [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
    [RCON][91.215.55.233:61995] oxide.version
    Oxide 2.0.2796 for Rust 1086.99 (1928)
     
  19. Wulf

    Wulf Community Admin

    Fixed in the next Oxide build.
     
  20. Wulf

    Wulf Community Admin

    Wulf updated PlayerList with a new update entry:

    0.3.1