1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Liteloader unable to join

Discussion in 'Bug Reports' started by Angry_Yeti, Jul 24, 2015.

  1. Angry_Yeti

    Angry_Yeti New Member

    I have narrowed the issue down to lilypad connect. Anytime any client with liteloader tries to connect it gets instantly disconnected.

    Spigot 1649 1.70
    Bukkit Connect #93
  2. flamin_scotsman

    flamin_scotsman New Member

    Liteloader uses fairly large (in the context of mc packets) blobs over the plugin messaging channel for functionality.

    There's a known problem with lilypad and compression; your best bet is to set
    network-compression-threshold in your server.properties to a value higher than would be sent by liteloader. I've had success with 4096.

    - flamin
  3. Angry_Yeti

    Angry_Yeti New Member

    Sadly this didn't work
  4. DroidVengeance

    DroidVengeance New Member

    In your server.properties on each server, change your
    Code (text):

    network-compression-threshold=256
    to
    Code (text):

    network-compression-threshold=4096
    Make sure you match the 4096 on ALL servers.

Share This Page