Skocz do zawartości

Rekomendowane odpowiedzi

Witam. Postawiłem serwer i od początku pojawia mi się taki błąd co 15sekund w konsoli.



[18:57:34] [Server thread/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:305) ~inecraft_server.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~inecraft_server.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) inecraft_server.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.BlockLeaves.d(BlockLeaves.java:135) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.BlockLeaves.b(BlockLeaves.java:125) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.Block.a(Block.java:258) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.WorldServer.h(WorldServer.java:483) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.WorldServer.doTick(WorldServer.java:242) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:741) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) inecraft_server.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) inecraft_server.jar:git-Spigot-13716d9-0899683]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
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.GeneratedMethodAccessor107.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~inecraft_server.jar:git-Spigot-13716d9-0899683]
... 13 more

Proszę o pomoc.


Odnośnik do komentarza
https://skript.pl/temat/8853-b%C5%82%C4%85d-za-b%C5%82%C4%99dem/
Udostępnij na innych stronach

config:



#######################
# 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"
####

oraz drop:




include-files:
##########
# The plugin will scan through and load these files after loading the main config below.
# Note: drops from included files will are inclusive and will all be added to the drop list.
##########
# - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
# - includes/od-goldtools-basic.yml # allow gold tools chance to get ice, glowstone and grass
# - includes/od-goldtools-smelt.yml # gold-pickaxe smelts ores to ingots, sand to glass, etc
# - includes/od-ore_extraction.yml # allow ores to be "extracted" - leaving behind the stone
# - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
# - includes/od-playerdeath_zombie.yml # players drop zombies on death
# - includes/od-undead_chaos.yml # the undead shall rise again! Includes players dropping zombies/skeletons
# - includes/od-random_examples.yml # For crazy testing only :) Read through examples before activating.
# - includes/od-dyewool.yml # Dye wool after placing!
# - includes/od-stop_mob_farms.yml # Stop mob farming!

## Other users overhauls
# - includes/overhaul-catballs.yml # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
# - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment)

## Add your files here (alternatively just add your custom drops to the bottom of this file)
# - my_custom_file1.yml


aliases:
##########
# add custom YAML aliases here (advanced customisation) - see the wiki for more information

defaults:
##########
# add default values for the config below, "include-files" have their own "defaults" sections


otherdrops:
DIAMOND_ORE:
- drop: COBBLESTONE
tool: [ANY]
GOLD_ORE:
- drop: COBBLESTONE
tool: [ANY]
IRON_ORE:
- drop: COBBLESTONE
tool: [ANY]
EMERALD_ORE:
- drop: COBBLESTONE
tool: [ANY]
STONE:
- drop: DIAMOND_ORE
tool: [IRON_PICKAXE]
chance: 0.5
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [IRON_PICKAXE]
chance: 1
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.4
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 1.6
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lDIAMENTÓW!
- drop: DIAMOND_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lDIAMENTÓW!
- drop: DIAMOND_ORE
tool: [DIAMOND_PICKAXE]
chance: 0.7
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [DIAMOND_PICKAXE]
chance: 1.2
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.6
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lDIAMENT!
- drop: DIAMOND_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 1.9
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lDIAMENTÓW!
- drop: DIAMOND_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.2
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lDIAMENTÓW!
- drop: IRON_ORE
tool: [ANY]
chance: 0.8
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [ANY]
chance: 1.2
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.5
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 1.9
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lŻELAZA!
- drop: IRON_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.3
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lŻELAZA!
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE]
chance: 1
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE]
chance: 1.2
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 2.3
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lŻELAZO!
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 2.9
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lŻELAZA!
- drop: IRON_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 3.8
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lŻELAZA!
- drop: GOLD_ORE
tool: [IRON_PICKAXE]
chance: 0.7
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [IRON_PICKAXE]
chance: 1.5
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.7
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 2
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lZŁOTA!
- drop: GOLD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.5
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lZŁOTA!
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE]
chance: 1
quantity: 1
height: "<60"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE]
chance: 1.4
quantity: 1
height: "<20"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.9
quantity: 1-2
height: "<25"
message: §a§lGratulacje! Znalazłeś &b&lZŁOTO!
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 2.2
quantity: 1-3
height: "<30"
message: §a§lGratulacje! Znalazłeś kilka &b&lZŁOTA!
- drop: GOLD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.9
quantity: 2-4
height: "<40"
message: §a§lGratulacje! Znalazłeś kilka &b&lZŁOTA!
- drop: EMERALD_ORE
tool: [IRON_PICKAXE]
chance: 0.7
quantity: 1
height: ">70"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [IRON_PICKAXE]
chance: 1.5
quantity: 1
height: ">120"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.8
quantity: 1-2
height: ">80"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 2
quantity: 1-3
height: ">70"
message: §a§lGratulacje! Znalazłeś kilka &b&lSZMARAGDÓW!
- drop: EMERALD_ORE
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.2
quantity: 2-4
height: ">60"
message: §a§lGratulacje! Znalazłeś kilka &b&lSZMARAGDÓW!
- drop: EMERALD_ORE
tool: [DIAMOND_PICKAXE]
chance: 1.2
quantity: 1
height: ">70"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [DIAMOND_PICKAXE]
chance: 1.5
quantity: 1
height: ">120"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 1.8
quantity: 1-2
height: ">80"
message: §a§lGratulacje! Znalazłeś &b&lSZMARAGD!
- drop: EMERALD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 2
quantity: 1-3
height: ">70"
message: §a§lGratulacje! Znalazłeś kilka &b&lSZMARAGDÓW!
- drop: EMERALD_ORE
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 2.2
quantity: 2-4
height: ">60"
message: §a§lGratulacje! Znalazłeś kilka &b&lSZMARAGDÓW!
- drop: xp
tool: [IRON_PICKAXE]
chance: 25
quantity: 1-2
- drop: xp
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 28
quantity: 1-2
- drop: xp
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 32
quantity: 1-4
- drop: xp
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 35
quantity: 2-4
- drop: xp
tool: [DIAMOND_PICKAXE]
chance: 30
quantity: 1-2
- drop: xp
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1]
chance: 34
quantity: 1-2
- drop: xp
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2]
chance: 36
quantity: 1-4
- drop: xp
tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3]
chance: 39
quantity: 2-5
##########
# Your changes here, or create a new .yml file and include it above in the "include-files" section
# Explore the included config files for many more examples
#
# If make a interesting or crazy config let me know on the forum and I might include it in the next release.
#
# Example:
# GLASS:
# - drop: GLASS
#
# - drop: MONEY
# quantity: 3-15
# message: You recycled the glass for %q dollars.


 

Pomocy ludzie grają a przez to zaczyna lagować :(

Edytowane przez Zasepamen
Odnośnik do komentarza
https://skript.pl/temat/8853-b%C5%82%C4%85d-za-b%C5%82%C4%99dem/#findComment-68788
Udostępnij na innych stronach

  • 1 miesiąc temu...

@Zasepamen


Masz WorldEdita > WorldGuarda?


 


Jeśli tak to zaktualizuj wszystkie te 3 pluginy. (OtherDrops, World Edit, World Guard)


Jeśli to nie zadziała to zmień plugin na inny lub na jakiś skrypt, np. nDrop, SuperDrops


Odnośnik do komentarza
https://skript.pl/temat/8853-b%C5%82%C4%85d-za-b%C5%82%C4%99dem/#findComment-72276
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...