Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Legacy Support enabled #47

Closed
DB-CH opened this issue Jun 27, 2022 · 2 comments
Closed

ERROR: Legacy Support enabled #47

DB-CH opened this issue Jun 27, 2022 · 2 comments

Comments

@DB-CH
Copy link

DB-CH commented Jun 27, 2022

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
Copy link
Collaborator

CloudeLecaw commented Jun 27, 2022

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
Copy link
Owner

Andavin commented Aug 13, 2022

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

@Andavin Andavin closed this as completed Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants