NameManager

Moved

Total Downloads: 412 - First Release: Aug 11, 2016 - Last Update: Dec 17, 2016

5/5, 3 likes
  1. Ankawi updated Name Manager with a new update entry:

    1.0.1

     
  2. Works like a charm! Thanks, you rock!
     
  3. I added Russian translation

    Code:
                // Russian
                lang.RegisterMessages(new Dictionary<string, string>
                {
                    {"Restricted Name", "Вы были кикнуты за использование ограниченного никнейма"},
                    {"Restricted Character", "Вы были кикнуты за использование ограниченного символа"},
                    {"Not Enough Characters", "Вы были кикнуты за использование слишком короткого никнейма"}
                   
                }, this, "ru");
     
  4. Any chance there can be a partial name blockage feature as well.... like .com as PART of a name??
     
  5. That is certainly possible, and that's the way it works right now with the Characters. If you want, you can try to add more characters into the restricted characters config section and give it a test, it should work.
     
  6. Kewl any chance you can have both a restricted character section and an allowed character section?? I would love to be able to use one or the other or MAYBE both.
    [DOUBLEPOST=1482423838][/DOUBLEPOST]Actually after thinking it through (and trying it) I think disallowing domain names in the text might be tough because there are so many... I am not sure how to apply this as it can be never ending.
     
  7. Instead of an allowed character section, I decided to have a restricted because allowed would have to include a LOT of character usage, i.e the abc's in lowercase and uppercase, and other characters that players frequently used. Reneb wrote it that way and had to include a lot, I decided not to go that route. It is certainly possible, and doable, but many players will be unable to join because of their weird character usage that the plugin may not recognize.
     
  8. Sorry I was only saying give them a choice... makes this mod more powerful.
     
  9. Hey @Ankawi

    Id be interested in the ability to force players to have 4-6 alphabet characters in a row and still allow special charachters

    Im interested because theres now an Ignore chat plugin, and you have to type /ignore add PlayerName
    And it does partial name matching, BUT if a players name is all special charachters, theres no way anyone would be able to ignore them,
    but ideally Id like to not force players to not be able to use special charachters

    Let me know what you think :)
     
  10. That would be doable by checking if a player has a specific amount that is less than the characters required of the normal alphabetical characters. In other words, the alphabet would be stored in a variable for a char datatype or an array and there would be a check to make sure that a player's name has at least a certain length of the characters.
     
  11. I think I kind of understand you,

    Itd be cool if I could enter in a regex:

    .*[a-zA-Z]{6}.*

    zero to many any charachters + 6 alphabet charachters in a row + zero to many any charachters

    but that would require a custom message to go along with it as well:
    "You were kicked because your name does not have 6 alphabet characters in a row, please adjust your Steam Name"

    I may just need to create a tiny custom plugin for this
     
  12. For example (I took these usernames off of my server just now):

    I want to allow these names:
    † Berserking Joshuwa
    ♚QUEEN♚ Lyla Core
    Togoshige 改善

    But I dont want to allow names like this:
    ⚔ ♏ ⚚ ♄ ⚚ ♏ e ⚔

    That last username, there would be no way to use his name for chat commands, like /ignore
    So I need a way to make sure player has a name with at least 5+ alphabet characters in a row
     
  13. Hello. How to block players who have nickname eg.:
    name xxx.com <---- Block ads in nickname
    Any ideas? Thank you in advance for your help.
     
  14. doesn't seem to be working in Reign of kings
     
  15. Wulf

    Wulf Community Admin

    Details please.
     
  16. well. i tested it by changing my name to a name that I didn't allow in the json file. But was still able to anyway
     
  17. Wulf

    Wulf Community Admin

    Which Oxide version are you on?
     
  18. latest as far as i know.
     
  19. Wulf

    Wulf Community Admin

    "latest" isn't a version. :p
     
  20. fair enough. where do i tell