1. Is anyone already working on a spanish translation? I could have it done for this afternoon.
     
  2. Code:
        "pt-br": {
          "HelpText": {
            "Wordfilter": "Use /wordfilter list para ver a lista de palavras que estão na lista negra",
            "ChatHistory": "Use /history ou /h para ver o histórico do chat"
          },
          "AdminNotifications": {
            "PlayerMutedTimed": "{name} acabou de ser mutado por {time}",
            "AlreadyMuted": "{name} já está mutado",
            "NoPermission": "Você não tem permissão para utilizar este comando",
            "AdminModeEnabled": "Modo admin agora está habilitado para você",
            "AdminModeDisabled": "Modo admin agora está desabilitado para você",
            "WordfilterNotFound": "Nenhum filtro para a palavra {word} foi encontrado para ser removido",
            "PlayerMuted": "{name} acabou de ser mutado",
            "MutelistCleared": "Limpadas {count} entradas da lista de mute",
            "PlayerNotFound": "Player não foi encontrado",
            "PlayerUnmuted": "{name} acabou de ser desmutado",
            "PlayerNotMuted": "{name} não está mutado",
            "WordfilterError": "Error: {replacement} contém a palavra {word}",
            "InvalidTimeFormat": "formato inválido de tempo",
            "WordfilterAdded": "WordFilter added. {word} will now be replaced with {replacement}",
            "WordfilterRemoved": "Palavra {word} foi removida com sucesso do filtro de palavras"
          },
          "PlayerNotifications": {
            "MutedTimed": "Você acabou de ser mutado por {time}",
            "NoChatHistory": "Nenhum histórico do chat foi encontrado",
            "WordfilterList": "Palavras proibidas: {wordFilterList}",
            "Unmuted": "Você acabou de ser desmutado",
            "BroadcastAutoMutes": "{name} foi {punishTime} auto mutado por spam",
            "IsTimeMuted": "Você está mutado por {timeMuted}",
            "IsMuted": "Você está mutado",
            "BroadcastMutes": "{name} acabou de ser mutado",
            "AdWarning": "Não é permitido fazer propaganda de outros servidores!",
            "BroadcastMutesTimed": "{name} acabou de ser mutado por {time}",
            "Muted": "Você acabou de ser mutado",
            "GlobalMuted": "O chat global está atualmente mutado!",
            "BroadcastUnmutes": "{name} acabou de ser desmutado",
            "GlobalMuteEnabled": "Um admin acabou de mutar o chat Global!",
            "GlobalMuteDisabled": "O mute do chat global acabou de ser desativado",
            "SpamWarning": "Se você continuar com o spam, a sua punição irá apenas aumentar",
            "AutoMuted": "Você foi {punishTime} auto mutado por spam"
          }
        }
    Brazilian localization :)
     
  3. Minor fix, sorry:
    Code:
    "ChatHistory": "/history или /h - просмотр истории чата"
     
  4. anyone able to use /wordfilter command?
     
  5. Hey, can you please try to localize Hebrew? Hebrew is Right to left and not Left to Right so in rust it writes it in the opposite way, for example "הרוק המ?" instead of "?מה קורה", I'll be so glad if you'll fix that :)
     
  6. Error since Update (20.02.2015)
    Code:
    12:37 AM [Error] Failed to initialise plugin chathandler
    File: chathandler.lua Line: 194 Could not find file "D:\home\sid_8397\rust\Release\server\my_server_identity\oxide\config\chathandler-localization.json".:
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
      at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.DynamicConfigFile.Load (System.String filename) [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 
     
  7. I have an issue where my in-game chat feed shows the pictures but not the text. I really like the plugin, mainly because it makes my name the same color as everyone else's (a new issue as of this last update) and it allows me to talk in-game as "admin"... any idea how to fix this problem of the disappearing text?
     
  8. Wulf

    Wulf Community Admin

    That's a Rust client bug, and not a new issue. It's not from any particular plugin. It may be more evident in some plugins that deal with a lot of chat messages though.
     
  9. Update to last Version RUST, colored names etc. tahnks
    Good Joob! :D
     
  10. I still have problem with chat. they are disappearing after some usage and only solution is restart the game.
    Is it related with this plugin or common rust problem? I mean is there any problem with vanish servers?
     
  11. Wulf

    Wulf Community Admin

    It's a Rust client issue.
     
  12. I can't seem to run this plugin and RotAG-Groups concurrently without getting all kinds of errors
     
  13. OK So this plugin adds /mute /unmute and /admin .... I WANT to make something like /admin but /owner or /coowner :) So if its possible can some1 configure it for me ? to add /pain ??
     
  14. If you post your error or if there are too many, your oxide log we may be aable to help you.
    You can change or add chat commands for admin mode in the config file under "ChatCommands" and then "AdminMode". You can also change the chat name used in admin mode by changing "AdminMode" -> "AdminChatName" to whatever you want.
     
  15. Ok so i made"copy paste of admin and changed only the name and command" /pain but it replaces the /admin ... i want to make another different.. help plz ??
     
    Last edited by a moderator: Feb 28, 2015
  16. does not seem to load for me since latest update
     
  17. Wulf

    Wulf Community Admin

    Any errors in your logs?
     
  18. yeah ill have to reupload the plugin to get the error code one second
    [DOUBLEPOST=1425659511][/DOUBLEPOST]seems to be loading ok now actually server just reset before so maybe thats all it needed
     
  19. im having a mute problem, i removed the guy from the data file, and reloaded the plugin, but he is still muted
    he only gets unmuted if i remove the plugin