1. Wulf

    Wulf Community Admin

    Wulf submitted a new resource:

    Anti-Advertising - Blocks advertising not allowed servers, with kick and ban options

    Read more about this resource...
     
  2. when installing this plugin It kicks existing players but when they change their names and log back in they are default fat white guy with non of their inventory.
    it also kicks those with out links for example 'N1gga5aurus R3x'
     
  3. Wulf

    Wulf Community Admin

    It doesn't kick based on names, it kicks when text in the chat matches an IP address with a port. It uses the game's kick method, so I don't see how they'd be losing inventory or changing their character, but it's possible that those players may have had invalid symbols in their name that corrupted their save file.
     
  4. Like this for example:
    Code:
    {
      "Messages": {
        "NoAdvertising": "",
        "PlayerBanned": "",
        "PlayerKicked": ""
      },
      "Settings": {
        "AllowedServers": [
          "",
          ""
        ],
        "Ban": "false",
        "Kick": "true"
      }
    }
    Would this still post a blank line of text because of the ""? or can I just get rid of the "" completely and be fine?
     
  5. Wulf

    Wulf Community Admin

    It will print a line with the "Server:" chat name and no message.
     
  6. So can I just get rid of the ""?
     
  7. Wulf

    Wulf Community Admin

    No, the plugin will just add the original message back if you did.
     
  8. So is there anyway I can make it just not say anything without the "Server:" as well?
     
  9. Wulf

    Wulf Community Admin

    Editing the plugin or me adding an option in the configuration.
     
  10. Wulf

    Wulf Community Admin