Giter Site home page Giter Site logo

Comments (5)

stijnb1234 avatar stijnb1234 commented on August 25, 2024

Which JAR have you installed as server jar? It detected a Paperspigot class, so...

from bungeeguard.

SuchBlue avatar SuchBlue commented on August 25, 2024

First I was using PaperSpigot 1.8.8... and it didn't work.

Now I'm using Spigot 1.8.8... and same thing.

from bungeeguard.

stijnb1234 avatar stijnb1234 commented on August 25, 2024

So on spigot 1.8.8 it also says its using the Paperspigot class?

from bungeeguard.

SuchBlue avatar SuchBlue commented on August 25, 2024

Yup

from bungeeguard.

lucko avatar lucko commented on August 25, 2024

What's most likely happening is that another plugin is loading the event class used by Paper.

BungeeGuard simply checks whether the class exists or not.

private static boolean isPaperHandshakeEvent() {
return classExists("com.destroystokyo.paper.event.player.PlayerHandshakeEvent");
}

No easy way to find which plugin it is - try with a plain server (no plugins other than BungeeGuard) - see if it works, then go from there.

from bungeeguard.

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.