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] Plugin LuckyBlocks


Rekomendowane odpowiedzi

Opublikowano

Siema, mam plugin LuckyBlocks który mi nie działa? Hmm gdy wpisuję /plugins na serwerze jest na zielono czyli chyba działa ale gdy rozwalam block nic nie wylatuje oprócz tego bloku. Permisje dodałem: Luckublocks.use (taka jak na stronce)

Oto confing:

#Welcome to the LuckyBlocks config! Need help? Check out the wiki: http://bit.ly/luckyblocks
block:
  luckyblockid: 1
  luckyblockdatavalue: 0
  crafting: true
  
#For now you can only have 12 suprices! In the next update you can add suprices up to 20!
#Suprice 1 to 8 has an 10% change, 9 to 12 an 5% change!
suprices:
  1:
    type: 'squid'
  2:
    type: 'creeper'
  3:
    type: 'tree'
  4:
    type: 'books'
  5:
    type: 'items'
    itemcount: 3
    items:
    - '170'
    - '292'
    - '295'
    - '295'
    - '295'
    - '296'
  6:
    type: 'lightning'
  7:
    type: 'items'
    itemcount: 6
    items:
    - '5'
    - '1'
    - '2'
    - '12'
    - '17'
  8:
    type: 'items'
    itemcount: 16
    items:
    - '263'
  9:
    type: 'explode'
  10:
    type: 'books'
  11:
    type: 'command'
    executer: 'console'
    commands:
    - '/say $p is an awesome player!'
    - '/tell $p you are the coolest player!'
  12:
    type: 'anvil'
Opublikowano


[17:02:55] [Server thread/INFO]: Starting minecraft server version 1.7.10

[17:02:55] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[17:02:55] [Server thread/INFO]: Loading properties

[17:02:56] [Server thread/INFO]: Default game type: SURVIVAL

[17:02:56] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-205-g48578ee (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)

[17:02:56] [Server thread/INFO]: Debug logging is disabled

[17:02:56] [Server thread/INFO]: Server Ping Player Sample Count: 12

[17:02:56] [Server thread/INFO]: Using 4 threads for Netty based IO

[17:02:56] [Server thread/INFO]: Generating keypair

[17:02:56] [Server thread/INFO]: Starting Minecraft server on 25.158.183.98:25565

[17:02:57] [Server thread/INFO]: Set PluginClassLoader as parallel capable

[17:02:57] [Server thread/ERROR]: Could not load 'plugins\mcore.jar' in folder 'plugins'

org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/PlayerInventory

at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R2/PlayerInventory

at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) ~[?:?]

at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) ~[?:?]

at java.lang.Class.forName0(Native Method) ~[?:1.7.0_71]

at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_71]

at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

... 6 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R2.PlayerInventory

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]

at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:83) ~[?:?]

at com.massivecraft.mcore.MCore.<clinit>(MCore.java:68) ~[?:?]

at java.lang.Class.forName0(Native Method) ~[?:1.7.0_71]

at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_71]

at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

... 6 more

[17:02:57] [Server thread/INFO]: [PermissionsEx] sql backend registered!

[17:02:57] [Server thread/INFO]: [PermissionsEx] file backend registered!

[17:02:57] [Server thread/INFO]: [PermissionsEx] PermissionEx plugin initialized.

[17:02:58] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.0

[17:02:58] [Server thread/INFO]: [Orebfuscator3] Loading Orebfuscator3 v3.0.5

[17:02:58] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.6

[17:02:58] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.10-SNAPSHOT-sMD5NET-b680

[17:02:58] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.4

[17:02:58] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.19.6

[17:02:58] [Server thread/INFO]: [PermissionsEx] Initializing file backend

[17:02:58] [Server thread/INFO]: Permissions file successfully reloaded

[17:02:58] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.13

[17:02:58] [Server thread/INFO]: [LuckyBlocks] Loading LuckyBlocks v6.0

[17:02:58] [Server thread/INFO]: [RandomTP] Loading RandomTP v0.9.9

[17:02:58] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.5

[17:02:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.2

[17:02:58] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.2

[17:02:58] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.2

[17:02:58] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.2

[17:02:58] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4

[17:02:58] [Server thread/INFO]: [Orebfuscator3] Enabling Orebfuscator3 v3.0.5

[17:02:58] [Server thread/ERROR]: Error occurred while enabling Orebfuscator3 v3.0.5 (Is it up to date?)

java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Block

at com.lishid.orebfuscator.internal.MinecraftInternals.isBlockTransparent(MinecraftInternals.java:30) ~[?:?]

at com.lishid.orebfuscator.OrebfuscatorConfig.generateTransparentBlocks(OrebfuscatorConfig.java:120) ~[?:?]

at com.lishid.orebfuscator.OrebfuscatorConfig.isBlockTransparent(OrebfuscatorConfig.java:105) ~[?:?]

at com.lishid.orebfuscator.OrebfuscatorConfig.setBlockValues(OrebfuscatorConfig.java:338) ~[?:?]

at com.lishid.orebfuscator.OrebfuscatorConfig.load(OrebfuscatorConfig.java:411) ~[?:?]

at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:57) ~[?:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:153) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Block

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]

... 14 more

[17:02:58] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.13

[17:02:58] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!

[17:02:58] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.

[17:02:58] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.

[17:02:58] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.

[17:02:58] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****

[17:02:58] [Server thread/INFO]: Preparing level "world"

[17:02:58] [Server thread/INFO]: -------- World Settings For [world] --------

[17:02:58] [Server thread/INFO]: Item Despawn Rate: 6000

[17:02:58] [Server thread/INFO]: View Distance: 8

[17:02:58] [Server thread/INFO]: Chunks to Grow per Tick: 650

[17:02:58] [Server thread/INFO]: Clear tick list: false

[17:02:58] [Server thread/INFO]: Experience Merge Radius: 3.0

[17:02:58] [Server thread/INFO]: Item Merge Radius: 2.5

[17:02:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[17:02:58] [Server thread/INFO]: Arrow Despawn Rate: 1200

[17:02:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[17:02:58] [Server thread/INFO]: Anti X-Ray: false

[17:02:58] [Server thread/INFO]: Engine Mode: 1

[17:02:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]

[17:02:58] [Server thread/INFO]: Replace Blocks: [1, 5]

[17:02:58] [Server thread/INFO]: Max TNT Explosions: 100

[17:02:58] [Server thread/INFO]: Max Entity Collisions: 8

[17:02:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617

[17:02:58] [Server thread/INFO]: Sending up to 5 chunks per packet

[17:02:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[17:02:58] [Server thread/INFO]: Cactus Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Cane Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Melon Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Sapling Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Wheat Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16

[17:02:58] [Server thread/INFO]: Random Lighting Updates: false

[17:02:58] [Server thread/INFO]: Structure Info Saving: true

[17:02:58] [Server thread/INFO]: Mob Spawn Range: 4

[17:02:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[17:02:58] [Server thread/INFO]: Alternative Hopper Ticking: false

[17:02:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1

[17:02:58] [Server thread/INFO]: -------- World Settings For [world_nether] --------

[17:02:58] [Server thread/INFO]: Item Despawn Rate: 6000

[17:02:58] [Server thread/INFO]: View Distance: 8

[17:02:58] [Server thread/INFO]: Chunks to Grow per Tick: 650

[17:02:58] [Server thread/INFO]: Clear tick list: false

[17:02:58] [Server thread/INFO]: Experience Merge Radius: 3.0

[17:02:58] [Server thread/INFO]: Item Merge Radius: 2.5

[17:02:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[17:02:58] [Server thread/INFO]: Arrow Despawn Rate: 1200

[17:02:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[17:02:58] [Server thread/INFO]: Anti X-Ray: false

[17:02:58] [Server thread/INFO]: Engine Mode: 1

[17:02:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]

[17:02:58] [Server thread/INFO]: Replace Blocks: [1, 5]

[17:02:58] [Server thread/INFO]: Max TNT Explosions: 100

[17:02:58] [Server thread/INFO]: Max Entity Collisions: 8

[17:02:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617

[17:02:58] [Server thread/INFO]: Sending up to 5 chunks per packet

[17:02:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[17:02:58] [Server thread/INFO]: Cactus Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Cane Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Melon Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Sapling Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Wheat Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16

[17:02:58] [Server thread/INFO]: Random Lighting Updates: false

[17:02:58] [Server thread/INFO]: Structure Info Saving: true

[17:02:58] [Server thread/INFO]: Mob Spawn Range: 4

[17:02:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[17:02:58] [Server thread/INFO]: Alternative Hopper Ticking: false

[17:02:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1

[17:02:58] [Server thread/INFO]: -------- World Settings For [world_the_end] --------

[17:02:58] [Server thread/INFO]: Item Despawn Rate: 6000

[17:02:58] [Server thread/INFO]: View Distance: 8

[17:02:58] [Server thread/INFO]: Chunks to Grow per Tick: 650

[17:02:58] [Server thread/INFO]: Clear tick list: false

[17:02:58] [Server thread/INFO]: Experience Merge Radius: 3.0

[17:02:58] [Server thread/INFO]: Item Merge Radius: 2.5

[17:02:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true

[17:02:58] [Server thread/INFO]: Arrow Despawn Rate: 1200

[17:02:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true

[17:02:58] [Server thread/INFO]: Anti X-Ray: false

[17:02:58] [Server thread/INFO]: Engine Mode: 1

[17:02:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]

[17:02:58] [Server thread/INFO]: Replace Blocks: [1, 5]

[17:02:58] [Server thread/INFO]: Max TNT Explosions: 100

[17:02:58] [Server thread/INFO]: Max Entity Collisions: 8

[17:02:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617

[17:02:58] [Server thread/INFO]: Sending up to 5 chunks per packet

[17:02:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false

[17:02:58] [Server thread/INFO]: Cactus Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Cane Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Melon Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Sapling Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Wheat Growth Modifier: 100%

[17:02:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16

[17:02:58] [Server thread/INFO]: Random Lighting Updates: false

[17:02:58] [Server thread/INFO]: Structure Info Saving: true

[17:02:58] [Server thread/INFO]: Mob Spawn Range: 4

[17:02:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64

[17:02:58] [Server thread/INFO]: Alternative Hopper Ticking: false

[17:02:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1

[17:02:58] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8203000256860110379)

[17:02:59] [Server thread/INFO]: Preparing spawn area: 29%

[17:03:00] [Server thread/INFO]: Preparing spawn area: 94%

[17:03:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1252421370769640106)

[17:03:01] [Server thread/INFO]: Preparing spawn area: 21%

[17:03:02] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1252421370769640106)

[17:03:03] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.0

[17:03:03] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.

[17:03:03] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.

[17:03:03] [Server thread/INFO]: [WorldBorder] [CONFIG] World "ESSV.pl" has border radius 4000 at X: 0,5 Z: -0,5

[17:03:03] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 5000 at X: -420,0 Z: 419,0

[17:03:03] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -420,0 Y: 72,0 Z: 419,0

[17:03:03] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.6

[17:03:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.

[17:03:03] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.10-SNAPSHOT-sMD5NET-b680

[17:03:04] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/

[17:03:04] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes

[17:03:04] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-1.7.9-R0.2-205-g48578ee (MC: 1.7.10)). Please check for updates and consider to request support.

[17:03:04] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.

[17:03:04] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API

[17:03:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.

[17:03:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.

[17:03:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.

[17:03:04] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.

[17:03:04] [Server thread/INFO]: [NoCheatPlus] Version 3.10.10-SNAPSHOT-sMD5NET-b680 is enabled.

[17:03:04] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4

[17:03:04] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.6

[17:03:04] [Server thread/INFO]: [PermissionsEx] Superperms support enabled.

[17:03:04] [Server thread/INFO]: [PermissionsEx] v1.19.6 enabled

[17:03:04] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.

[17:03:04] [Server thread/INFO]: [LuckyBlocks] Enabling LuckyBlocks v6.0

[17:03:04] [Server thread/INFO]: [LuckyBlocks] has been enabled!

[17:03:04] [Server thread/ERROR]: Error occurred while enabling LuckyBlocks v6.0 (Is it up to date?)

java.lang.NullPointerException

at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:94) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at com.meesvdw.thepluginbros.luckyblocks.LuckyBlocks.onEnable(LuckyBlocks.java:68) ~[?:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-205-g48578ee]

[17:03:04] [Server thread/INFO]: [RandomTP] Enabling RandomTP v0.9.9

[17:03:04] [Server thread/WARN]: [RandomTP] Could not save teleportData.tdat to plugins\RandomTP\teleportData.tdat because teleportData.tdat already exists.

[17:03:04] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.5

[17:03:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.

[17:03:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.

[17:03:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'

[17:03:05] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world'

[17:03:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'

[17:03:05] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'

[17:03:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.2

[17:03:05] [Server thread/INFO]: Format wersji Bukkita jest zmieniony. Wersja nie jest sprawdzana.

[17:03:05] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-205-g48578ee (MC: 1.7.10)

[17:03:05] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT

[17:03:05] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.

[17:03:05] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.2

[17:03:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2

[17:03:05] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.2

[17:03:05] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4

[17:03:06] [Server thread/INFO]: [AuthMe] Loading Configuration File...

[17:03:06] [Server thread/INFO]: [AuthMe] Set Language: pl

[17:03:06] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin

[17:03:06] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin

[17:03:06] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com

[17:03:06] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled

[17:03:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[17:03:06] [Server thread/INFO]: Done (8,273s)! For help, type "help" or "?"

[17:03:06] [Server thread/INFO]: [NoCheatPlus] Post-enable running...

[17:03:06] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.

 

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...