Andavin / Images

A custom image loading plugin for Spigot.
72 stars 33 forks source link

ERROR: Legacy Support enabled #47

Closed DB-CH closed 2 years ago

DB-CH commented 2 years ago

Hello,

when your plugin is active i have the following problem:

[09:24:39 INFO]: PlayerXXX lost connection: Invalid move player packet received

when i remove the plugin, also thisproblems is gone.


[09:27:32 INFO]: This server is running Paper version git-Paper-39 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: 37afe98) You are running the latest version Previous version: git-Paper-36 (MC: 1.19)

[09:27:56 INFO]: Plugins (16): Citizens, Essentials, EssentialsChat, EssentialsSpawn, FastAsyncWorldEdit (WorldEdit), Images, LuckPerms, Multiverse-Core, Multiverse-NetherPortals, Multiverse-Portals, Multiverse-SignPortals, NametagEdit, PlayerWarps, UltraEconomy, Vault, WorldGuard

hope you find a fix ;-)

CloudeLecaw commented 2 years ago

if you have higherest your packets in paper allready and you surely didnt use Geyser or ViaVersion... then this is a new one

Look in your folder for a subfolder called CONFIG: there u find paper-global.yml


Here u see these settings:

packet-limiter:
  all-packets:
    action: KICK
    interval: 7.0
    max-packet-rate: 500.0
  kick-message: <red>Zu viele Daten-Pakete gesendet
  overrides:
    ServerboundPlaceRecipePacket:
      action: DROP
      interval: 4.0
      max-packet-rate: 5.0

make sure the max-packet-rate: is higher.. we use a value of 5000.0 for example

Andavin commented 2 years ago

Fixed in the current version 2.2.7. Thanks for the info!