PluginBugs / Issues-Wraith

Repository used to keep track of issues of my plugin Wraith
0 stars 0 forks source link

Wraith kick vanilla planer with vanilla launcher for forge #67

Closed iSeitan closed 2 years ago

iSeitan commented 2 years ago

Connecting with vanilla launcher with no mods

Expected behavior If advanced: send-forge-packets: false send-fabric-packets: false and a player connect vanilla they should not get kicked

BUT player with forge/fabric/cheat client gets kicked

Info (please complete the following information):

Please tell me how to fix this issue, its either let forge mods/fabric mods connect and vanilla player connect OR nobody connects..

iSeitan commented 2 years ago

I have to stop using this plugin wich i bought, can i get a refund or get this bug fixed please

thefourcraft commented 2 years ago

you need to allow forge players to join the server... this is public information that is available on the plugin wiki...

block-clients:
    forge:
      enabled-check: true
      description: "Forge"
      brands:
        enabled-check: true
        list:
          forge: true
          fml: true
      channels:
        enabled-check: true
        list:
          FORGE: true
          l:forge: true
          FML: true
          l:fml: true
          "FML|HS": true
          "fml:hs": true
          "fml:loginwrapper": true
          "fml:handshake": true
          "fml:play": true
      forge-mods:     
        enabled-check: true
        list: #             <-------------------- HERE
          5zig: true
          forgewurst: true
          schematica: true
          worlddownloader: true
          # ....

You can find all the info here: https://wraith.devs.beer/

iSeitan commented 2 years ago

I read the wiki, and i did that Im not oppening a github issue without reason

If this is activated even mods and launcher (cheats/hacks client) can connect but normal mods too

if this is set to false no mods/cheat/hacks can connect BUT NEITHER CAN VANILLA LAUNCHER This is why i opened this ticket :)

thefourcraft commented 2 years ago

Can you share the full log of your server? Paste is here: https://mclo.gs/ Share the link Also give more info about what forge virsion you are trying to block

I need the full Config....

Also get the version for your sever /version command