Coder Social home page Coder Social logo

Error in console about toolkit HOT 8 CLOSED

WaldperlachFabi avatar WaldperlachFabi commented on June 14, 2024
Error in console

from toolkit.

Comments (8)

czQery avatar czQery commented on June 14, 2024

Hi,
What server version are you running?
Does it happen randomly, at startup or when using a command?

Send the rest of the error message there should be details below it, something like this:

[02:44:45] [Craft Scheduler Thread - 281/WARN]: org.apache.commons.lang.UnhandledException: Plugin Multiverse-Core v2.5-b699 generated an exception while executing task 31
at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
at org.mcstats.multiverse.Metrics.postPlugin(Metrics.java:357)
at org.mcstats.multiverse.Metrics.access$400(Metrics.java:64)
at org.mcstats.multiverse.Metrics$1.run(Metrics.java:245)
at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftTask.run(CraftTask.java:71)
at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more

from toolkit.

WaldperlachFabi avatar WaldperlachFabi commented on June 14, 2024

No nothing… my server is running on paper 1.17.1 this message is coming every minute but nothing more:
[Tue, 9. Nov 2021 19:15:00 UTC WARN] Plugin ToolKit v2.8 generated an exception while executing task 522

from toolkit.

czQery avatar czQery commented on June 14, 2024

There is only one thing that happen periodically every minute and that is lunar waypoint update.
I forgot to implement waypoint config check, so there's a chance you have some incorrect data in it.

Maybe world that doesnt exist or invalid hex color etc.
Here's an example of what a valid waypoint save looks like:

 waypoints:
  - Spawn:
      name: Spawn
      color: '#ba1e0d'
      world: world
      x: 0
      y: 100
      z: 0

from toolkit.

WaldperlachFabi avatar WaldperlachFabi commented on June 14, 2024

Hello, this is my config, I think everything is right:
join:
alert: false
message: '&8[&cSERVER&8]&6 %player%&7 joined!'
teleport: true
world: world
leave:
alert: false
message: '&8[&cSERVER&8]&6 %player%&7 disconnected!'
color:
bracket: '&8'
name: '&c'
text: '&7'
highlight: '&6'
lunar:
kick: false
kick_message: '&8[&cSERVER&8]&7 This is lunar only server!'
waypoints:

  • Spawn:
    name: Spawn
    color: '#ba1e0d'
    world: world
    x: 0
    y: 100
    z: 0
    disabled_mods:
  • freelook

from toolkit.

czQery avatar czQery commented on June 14, 2024

Try new version, and reopen the issue if the problem still occurs.

from toolkit.

WaldperlachFabi avatar WaldperlachFabi commented on June 14, 2024

How exactly can i disable lunar waypoint with the new version? And can you please add console support for /crash? Thank you for your help!

from toolkit.

WaldperlachFabi avatar WaldperlachFabi commented on June 14, 2024

Ok just disabled it with -waypoints! But could you please add console support for /crash ? Would be really nice to troll some Friends with this!

from toolkit.

czQery avatar czQery commented on June 14, 2024

There is /crash support in console.
Screenshot 2021-11-11 210757

Just delete the waypoints section in the config:

join:
  alert: false
  message: '&8[&cSERVER&8]&6 %player%&7 joined!'
  teleport: true
  world: world
leave:
  alert: false
  message: '&8[&cSERVER&8]&6 %player%&7 disconnected!'
color:
  bracket: '&8'
  name: '&c'
  text: '&7'
  highlight: '&6'
lunar:
  kick: false
  kick_message: '&8[&cSERVER&8]&7 This is lunar only server!'

from toolkit.

Related Issues (13)

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.