Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z poprawnym uruchomieniem OtherDrops - błędy w konsoli


DawidZRT

Rekomendowane odpowiedzi

Opublikowano

Witam nie wiem o co chodzi ale w konsoli coś mi spami i nie wiem jak to naprwaić pomoze ktos a tutaj sa logi:

[15:39:02 ERROR]: Could not pass event LeavesDecayEvent to OtherDrops v2.8b.582

org.bukkit.event.EventException

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[mc.jar:git-Spigot-5f38d38-18fbb24]

at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[mc.jar:git-Spigot-5f38d38-18fbb24]

at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [mc.jar:git-Spigot-5f38d38-18fbb24]

at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.BlockLeaves.e(BlockLeaves.java:137) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.BlockLeaves.b(BlockLeaves.java:127) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.Block.a(Block.java:299) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.WorldServer.h(WorldServer.java:495) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:253) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:770) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [mc.jar:git-Spigot-5f38d38-18fbb24]

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [mc.jar:git-Spigot-5f38d38-18fbb24]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]

Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected

at com.gmail.zariust.otherdrops.listener.OdBlockListener.checkWorldguardLeafDecayPermission(OdBlockListener.java:62) ~[?:?]

at com.gmail.zariust.otherdrops.listener.OdBlockListener.onLeavesDecay(OdBlockListener.java:78) ~[?:?]

at sun.reflect.GeneratedMethodAccessor304.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]

at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[mc.jar:git-Spigot-5f38d38-18fbb24]

... 13 mor

Prosze o szybką odpowiedz

Opublikowano
1 godzinę temu, sk8erace1 napisał:

Z tego co widzę to masz problem z OtherDropsem. Popatrz czy masz dobry config dodatkowo polecam zmienić silnik na PaperSpigot. 

Oki zmienie a byś zobaczył config i dal odpowiedz czy dobrze mam wszystko ?

#######################
# Config ##############
#######################
# Set this to "low" to reduce number of boot messages or to high, highest, extreme for more debugging info
verbosity: normal

#######################
# Number of decimal places to round money drops off to (for the drop and message)
money-precision: 2

#######################
# Disable anonymous logging - set this to true if you get errors in older Tekkit or Bukkit versions on startup
disable_metrics: false

#######################
# Restore standard config/include files if they are deleted
restore_deleted_config_files: true

#######################
# Enchantments ########
#######################
# Ignore level: allow enchantments to ignore start and/or max level (eg. dig_speed#50)
# note: enchantments_ignore_level requires enchantments_use_unsafe to be true

enchantments_ignore_level: false

# Use unsafe: allow any enchantment on any item/tool (eg. DIRT@!DAMAGE_ALL#3)

enchantments_use_unsafe: false
####

#######################
# Drops ###############
#######################
# Set this to false if you don't want blocks to drop their custom configs upon explosions (eg. tnt/creepers)
customdropsforexplosions: true

#######################
# Set this to false if you want items to drop as a single stack (true=individual item drops, like lapis drops from lapis ore)
default_dropspread: true

#######################
# Set this to true if you want XP drops to be cancelled when configuring mob drops (unless there is a default drop)
# - this means you need to set an XP drop yourself if you want any XP to drop
disable_xp_on_non_default: false

#######################
# Allow any replacement block (by default non-safe replacements, eg. items, are blocked as they will crash the client)
allow_any_replacementblock: false

#######################
# Custom blockbreak events that don't drop the default are cancelled, therefore mcMMO won't generate XP for that break
# This setting tells OtherDrops to manually send these cancelled events to mcMMO, gathering mcMMO-XP & any double-drops, etc.
send_customblockbreak_to_mcmmo: true

#######################
## Override Defaults ##
##
money_overrides_default: false  # set true to have money drops override default drops
xp_overrides_default: false     # set true to have xp drops override default drops
loot_overrides_default: true    # set true to have loot (anything other than money or xp, includes mobs) drops override default drops
####

#######################
# Misc ################
#######################
# Override explosion cap (normally capped at max power 100f to avoid crashing server)
override_explosion_cap: false
# Action radius - radius to consider for message, potioneffect, sound, damage & pset actions
action_radius: 10

#######################
# Color log messages - disable if they annoy you
color_log_messages: true

#######################
# OtherDrops will stop spawning new mobs if the number of living entities in the current world is higher
# this only affects the mobspawn trigger
custom_spawn_limit: 300

#######################
# Time & date format ##
#######################
# For message variables (${time} & ${date})
# see http://docs.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html
# for full details
#
time_format: "HH:mm:ss"
date_format: "yyyy/MM/dd"
####

 

Opublikowano

Niestety nie odpowiem Ci na to pytanie, ponieważ dawno nie używałem tego pluginu. Z tego co pamiętam to jak przeładujesz plugin na serwerze, to wyskakują Ci błędy lub informacja, że wszystko jest ok.

  • Marosking zmienił(a) tytuł na Problem z poprawnym uruchomieniem OtherDrops - błędy w konsoli
Opublikowano
21 minut temu, DawidZRT napisał:

Halo

Odpisz mi to ci pomogę.

 

Dnia 29.03.2019 o 16:01, dada513 napisał:

Jakie posiadasz pluginy? Mam coś na myśli, ale nie wiem dokładnie czy to to.

 

Opublikowano
Dnia 2.04.2019 o 17:30, ChceBycNoobem100 napisał:

nie lepiej skrypta?

Linkacz

nie

 

Dnia 2.04.2019 o 17:12, DawidZRT napisał:

Jak wchodze w ten link to kilka tam jest plikow co mam zrobic

no serio nie umiesz spojrzec gdzie pisze worldguard xd

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...