Git Product home page Git Product logo

Comments (7)

andreasdc avatar andreasdc commented on June 30, 2024

Add some anticrash plugin and apply limit for player's speed in the spigot.yml moved-too-quickly-threshold, but don't set it too low, install anticheat too.

from pandaspigot.

literally1984 avatar literally1984 commented on June 30, 2024

Add some anticrash plugin and apply limit for player's speed in the spigot.yml moved-too-quickly-threshold, but don't set it too low, install anticheat too.

Sorry if this is a dumb question, but what exactly does the number in the moved-too-quickly-threshold represent? Is it the maximum blocks per second a player can move? Also, if you could link any anticrash plugins that would be great. I've been having a hard time finding any good ones for 1.8.

from pandaspigot.

andreasdc avatar andreasdc commented on June 30, 2024

Add some anticrash plugin and apply limit for player's speed in the spigot.yml moved-too-quickly-threshold, but don't set it too low, install anticheat too.

Sorry if this is a dumb question, but what exactly does the number in the moved-too-quickly-threshold represent? Is it the maximum blocks per second a player can move? Also, if you could link any anticrash plugins that would be great. I've been having a hard time finding any good ones for 1.8.

This is combination of some movement values, setting it too low will block legit movements. I think it moved blocks x moved blocks.
this.player.motX * this.player.motX + this.player.motY * this.player.motY + this.player.motZ * this.player.motZ
You can try this one, check the config as it may contain weird checks:
https://github.com/Obydux/ExploitFixer
You can check the code, it is not perfect for sure, but should protect you from crashers.

from pandaspigot.

MachineBreaker avatar MachineBreaker commented on June 30, 2024

LPX it's a good one

from pandaspigot.

andreasdc avatar andreasdc commented on June 30, 2024

LPX it's a good one

Not worth for sure

from pandaspigot.

codemarked avatar codemarked commented on June 30, 2024

Hello, a player on my server keeps crashing it. He is not using a lag machine and I believe either it's some sort of packet crash or he's just flying very fast. I would like to know what it is exactly, however. Here are the logs:

https://pastes.dev/rlPIQV2HTG

I see you are using skript, i assume you have close to 50 plugins running on that poor spigot, if my assumption is correct then please develop proper plugins to have a proper server which will run properly. Having 50 plugins is the worst way to run a server...

On the other hand if that's not the case then check your sk files, there could be something in there too.
No spigot crashes when someone moves fast across the world unless you have something slowing it down like a plugin or the machine is ancient.

from pandaspigot.

literally1984 avatar literally1984 commented on June 30, 2024

Hello, a player on my server keeps crashing it. He is not using a lag machine and I believe either it's some sort of packet crash or he's just flying very fast. I would like to know what it is exactly, however. Here are the logs:
https://pastes.dev/rlPIQV2HTG

I see you are using skript, i assume you have close to 50 plugins running on that poor spigot, if my assumption is correct then please develop proper plugins to have a proper server which will run properly. Having 50 plugins is the worst way to run a server...

On the other hand if that's not the case then check your sk files, there could be something in there too. No spigot crashes when someone moves fast across the world unless you have something slowing it down like a plugin or the machine is ancient.

I'm pretty sure that the number of plugins or Skript isn't causing or significantly contributing to the crash because my server actually only has very few plugins (13) and 7 skripts. Most of which are very light. You might be right about the quality of the machine though, so I'm moving my server to a much better machine. I will reopen this or make a new issue if I get this same crash in the future.

from pandaspigot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.