Giter VIP home page Giter VIP logo

nextcash's Issues

NBTAPI

[03:04:01] [Server thread/INFO] [NBTAPI/]: [NBTAPI] Found Spigot: v1_18_R2! Trying to find NMS support
[03:04:01] [Server thread/INFO] [NBTAPI/]: [NBTAPI] NMS support 'MC1_18_R2' loaded!
[03:04:01] [Server thread/INFO] [NBTAPI/]: [NBTAPI] Found Gson: class com.google.gson.Gson
[03:04:02] [Thread-59/WARN] [NBTAPI/]: [NBTAPI] The NBT-API located at 'package com.nextplugins.cash.libs.nbtapi' seems to be outdated!
[03:04:02] [Thread-59/WARN] [NBTAPI/]: [NBTAPI] Current Version: '2.10.0' Newest Version: 2.12.1'
[03:04:02] [Thread-59/WARN] [NBTAPI/]: [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!

Bug - 1.20.4

Quando vou quebrar algum bloco ou colocar ele me da esse erro...


[Server thread/ERROR]: Could not pass event PlayerInteractEvent to NextCash v1.2.8
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:569) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:503) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1580) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.network.protocol.game.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.network.protocol.game.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:33) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1191) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.bl(MinecraftServer.java:1170) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1163) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.w_(MinecraftServer.java:1147) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1060) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.20.4-R0.1-SNAPSHOT.jar:4066-Spigot-e9ec548-45d6a60]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: com.nextplugins.cash.libs.nbtapi.NbtApiException: [?]Error while calling the method 'contains(java.lang.String)', loaded: true, Enum: COMPOUND_HAS_KEY Passed Class: class java.lang.Boolean
at com.nextplugins.cash.libs.nbtapi.utils.nmsmappings.ReflectionMethod.run(ReflectionMethod.java:185) ~[?:?]
at com.nextplugins.cash.libs.nbtapi.NBTReflectionUtil.getData(NBTReflectionUtil.java:631) ~[?:?]
at com.nextplugins.cash.libs.nbtapi.NBTCompound.hasKey(NBTCompound.java:514) ~[?:?]
at com.nextplugins.cash.listener.check.CheckInteractListener.onCheckActivate(CheckInteractListener.java:29) ~[?:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
... 22 more
Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
at jdk.internal.reflect.DirectMethodHandleAccessor.checkReceiver(DirectMethodHandleAccessor.java:197) ~[?:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:99) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at com.nextplugins.cash.libs.nbtapi.utils.nmsmappings.ReflectionMethod.run(ReflectionMethod.java:183) ~[?:?]
at com.nextplugins.cash.libs.nbtapi.NBTReflectionUtil.getData(NBTReflectionUtil.java:631) ~[?:?]
at com.nextplugins.cash.libs.nbtapi.NBTCompound.hasKey(NBTCompound.java:514) ~[?:?]
at com.nextplugins.cash.listener.check.CheckInteractListener.onCheckActivate(CheckInteractListener.java:29) ~[?:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.20.4-R0.1-SNAPSHOT.jar:?]
... 22 more


1.7.10 compatibility

Would it be possible to make this plugin compatible with version 1.7.10?

Teria possibilidade de fazer com que este plugin seja compatível com a versão 1.7.10 ?

[03:02:24 INFO]: [NextCash] Enabling NextCash v1.2.7

[03:02:24 INFO]: [NextCash] Iniciando carregamento do plugin.
[03:02:24 ERROR]: Error occurred while enabling NextCash v1.2.7 (Is it up to date?)
java.lang.NoSuchMethodError: guava10.com.google.common.base.Stopwatch.createStarted()Lguava10/com/google/common/base/Stopwatch;
at com.nextplugins.cash.NextCash.onEnable(NextCash.java:81) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-master-ever-2-552106c]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:362) [JavaPluginLoader.class:1.7.10-master-ever-2-552106c]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:409) [SimplePluginManager.class:1.7.10-master-ever-2-552106c]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:402) [CraftServer.class:1.7.10-master-ever-2-552106c]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:336) [CraftServer.class:1.7.10-master-ever-2-552106c]
at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:513) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:487) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:447) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]

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.