Stránka 1 z 2

Problémy s pluginy

Napsal: 24 led 2015, 19:28
od LpBahos
Server: 93.91.250.145:27261

Ahojte, mám pár problému s pluginy.. Zde jsou:

PEX:

Kód: Vybrat vše

[18:29:07] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!

AUTHME:

Kód: Vybrat vše

[18:29:13] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to AuthMe v3.4
org.bukkit.event.EventException
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:105) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:43) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:187) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:731) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) inecraft_server.jar:git-Spigot-1544]
Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
     at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:406) ~[?:?]
     at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243) ~[?:?]
     at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264) ~[?:?]
     at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
     at fr.xephi.authme.cache.limbo.LimboCache.addLimboPlayer(LimboCache.java:72) ~[?:?]
     at fr.xephi.authme.cache.limbo.LimboCache.updateLimboPlayer(LimboCache.java:124) ~[?:?]
     at fr.xephi.authme.listener.AuthMePlayerListener.onPlayerJoin(AuthMePlayerListener.java:641) ~[?:?]
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~inecraft_server.jar:git-Spigot-1544]

SCOREBOARD STATS:

Kód: Vybrat vše

[18:29:21] [Thread-11/ERROR]: [ScoreboardStats] The updater could not contact dev.bukkit.org for updating.
[18:29:21] [Thread-11/ERROR]: [ScoreboardStats] The site may be experiencing temporary downtime.
[18:29:21] [Thread-11/ERROR]: [ScoreboardStats] null
java.net.SocketTimeoutException: Read timed out
     at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.7.0_51]
     at java.net.SocketInputStream.read(SocketInputStream.java:152) ~[?:1.7.0_51]
     at java.net.SocketInputStream.read(SocketInputStream.java:122) ~[?:1.7.0_51]
     at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) ~[?:1.7.0_51]
     at sun.security.ssl.InputRecord.read(InputRecord.java:480) ~[?:1.7.0_51]
     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) ~[?:1.7.0_51]
     at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884) ~[?:1.7.0_51]
     at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) ~[?:1.7.0_51]
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) ~[?:1.7.0_51]
     at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) ~[?:1.7.0_51]
     at java.io.BufferedInputStream.read(BufferedInputStream.java:334) ~[?:1.7.0_51]
     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) ~[?:1.7.0_51]
     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) ~[?:1.7.0_51]
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) ~[?:1.7.0_51]
     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.7.0_51]
     at com.github.games647.scoreboardstats.Updater.read(Updater.java:339) [ScoreboardStats.jar:0.8.4]
     at com.github.games647.scoreboardstats.Updater.runUpdater(Updater.java:383) [ScoreboardStats.jar:0.8.4]
     at com.github.games647.scoreboardstats.Updater.access$100(Updater.java:30) [ScoreboardStats.jar:0.8.4]
     at com.github.games647.scoreboardstats.Updater$UpdateRunnable.run(Updater.java:378) [ScoreboardStats.jar:0.8.4]
     at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]

RESIDENCE:

Kód: Vybrat vše

[18:29:23] [Server thread/ERROR]: Could not pass event BlockBreakEvent to Residence v2.6.6.6
org.bukkit.event.EventException
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) inecraft_server.jar:git-Spigot-1544]
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PlayerInteractManager.breakBlock(PlayerInteractManager.java:264) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PlayerInteractManager.dig(PlayerInteractManager.java:164) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:550) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.a(SourceFile:53) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.PacketPlayInBlockDig.handle(SourceFile:8) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:731) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) inecraft_server.jar:git-Spigot-1544]
     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) inecraft_server.jar:git-Spigot-1544]
Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
     at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:406) ~[?:?]
     at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:276) ~[?:?]
     at com.bekvon.bukkit.residence.vaultinterface.ResidenceVaultAdapter.getPlayerGroup(ResidenceVaultAdapter.java:82) ~[?:?]
     at com.bekvon.bukkit.residence.permissions.PermissionManager.getPermissionsGroup(PermissionManager.java:93) ~[?:?]
     at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(PermissionManager.java:78) ~[?:?]
     at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(PermissionManager.java:64) ~[?:?]
     at com.bekvon.bukkit.residence.listeners.ResidenceBlockListener.onBlockBreak(ResidenceBlockListener.java:45) ~[?:?]
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
     at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~inecraft_server.jar:git-Spigot-1544]

Re: Permise

Napsal: 24 led 2015, 19:30
od Bisyss
seznam pluginu log pri startu?? Takhle je to jen věštění z GULE!!! :D

Re: Problémy s pluginy

Napsal: 24 led 2015, 19:32
od LpBahos
UPRAVENO :)

Re: Permise

Napsal: 24 led 2015, 19:39
od Bisyss
Bisyss píše:seznam pluginu log pri startu??


A co log při startu?
Seznam pluginu a verze serveru?

Re: Problémy s pluginy

Napsal: 24 led 2015, 19:43
od LpBahos
Log:

Kód: Vybrat vše

[18:41:07] [Server thread/INFO]: Starting minecraft server version 1.7.10
[18:41:07] [Server thread/INFO]: Loading properties
[18:41:07] [Server thread/INFO]: Default game type: SURVIVAL
[18:41:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1544 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:41:07] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:41:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:41:07] [Server thread/INFO]: Generating keypair
[18:41:07] [Server thread/INFO]: Starting Minecraft server on 93.91.250.145:27261
[18:41:08] [Server thread/INFO]: ultiWorld] Loading MultiWorld v5.2.6
[18:41:08] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[18:41:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
[18:41:08] [Server thread/INFO]: [FrameProtect] Loading FrameProtect v2.5
[18:41:08] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
[18:41:08] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.1
[18:41:08] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[18:41:08] [Server thread/INFO]: ultiverse-Core] Loading Multiverse-Core v2.5-b691
[18:41:08] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.8.4
[18:41:08] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[18:41:08] [Server thread/INFO]: [uSkyBlock] Loading uSkyBlock v1.0.8
[18:41:08] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-05.1569-
[18:41:08] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.13.1.7
[18:41:08] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.1.0
[18:41:08] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
[18:41:08] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[18:41:08] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
[18:41:08] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[18:41:08] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.0
[18:41:08] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[18:41:08] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
[18:41:08] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:41:08] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[18:41:08] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:41:08] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[18:41:08] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
[18:41:08] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[18:41:08] [Server thread/INFO]: [LWC] Connecting to SQLite
[18:41:08] [Server thread/INFO]: [uSkyBlock] Enabling uSkyBlock v1.0.8
[18:41:08] [Server thread/INFO]: [uSkyBlock] Using built in protection.
[18:41:08] [Server thread/INFO]: [uSkyBlock] 0 schematics loaded.
[18:41:08] [Server thread/INFO]: Creating a new orphan file
[18:41:08] [Server thread/INFO]: [uSkyBlock] uSkyBlock v.1.0.8 enabled.
[18:41:08] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:41:08] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:41:08] [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.
[18:41:08] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:41:08] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:41:08] [Server thread/INFO]: Preparing level "world"
[18:41:08] [Server thread/INFO]: -------- World Settings For [world] --------
[18:41:08] [Server thread/INFO]: Anti X-Ray: true
[18:41:08] [Server thread/INFO]: Engine Mode: 1
[18:41:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:41:08] [Server thread/INFO]: Replace Blocks: [1, 5]
[18:41:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:41:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:41:08] [Server thread/INFO]: Alternative Hopper Ticking: false
[18:41:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:41:08] [Server thread/INFO]: Random Lighting Updates: false
[18:41:08] [Server thread/INFO]: Structure Info Saving: true
[18:41:08] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:41:08] [Server thread/INFO]: Max Entity Collisions: 8
[18:41:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[18:41:08] [Server thread/INFO]: Mob Spawn Range: 4
[18:41:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:41:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: View Distance: 7
[18:41:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:41:08] [Server thread/INFO]: Clear tick list: false
[18:41:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:41:08] [Server thread/INFO]: Item Despawn Rate: 6000
[18:41:08] [Server thread/INFO]: Item Merge Radius: 2.5
[18:41:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:41:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:41:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:41:08] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:41:08] [Server thread/INFO]: Anti X-Ray: true
[18:41:08] [Server thread/INFO]: Engine Mode: 1
[18:41:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:41:08] [Server thread/INFO]: Replace Blocks: [1, 5]
[18:41:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:41:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:41:08] [Server thread/INFO]: Alternative Hopper Ticking: false
[18:41:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:41:08] [Server thread/INFO]: Random Lighting Updates: false
[18:41:08] [Server thread/INFO]: Structure Info Saving: true
[18:41:08] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:41:08] [Server thread/INFO]: Max Entity Collisions: 8
[18:41:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[18:41:08] [Server thread/INFO]: Mob Spawn Range: 4
[18:41:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:41:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:41:08] [Server thread/INFO]: View Distance: 7
[18:41:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:41:09] [Server thread/INFO]: Clear tick list: false
[18:41:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:41:09] [Server thread/INFO]: Item Despawn Rate: 6000
[18:41:09] [Server thread/INFO]: Item Merge Radius: 2.5
[18:41:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:41:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:41:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:41:09] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:41:09] [Server thread/INFO]: Anti X-Ray: true
[18:41:09] [Server thread/INFO]: Engine Mode: 1
[18:41:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:41:09] [Server thread/INFO]: Replace Blocks: [1, 5]
[18:41:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:41:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:41:09] [Server thread/INFO]: Alternative Hopper Ticking: false
[18:41:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:41:09] [Server thread/INFO]: Random Lighting Updates: false
[18:41:09] [Server thread/INFO]: Structure Info Saving: true
[18:41:09] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:41:09] [Server thread/INFO]: Max Entity Collisions: 8
[18:41:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[18:41:09] [Server thread/INFO]: Mob Spawn Range: 4
[18:41:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:41:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:41:09] [Server thread/INFO]: View Distance: 7
[18:41:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:41:09] [Server thread/INFO]: Clear tick list: false
[18:41:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:41:09] [Server thread/INFO]: Item Despawn Rate: 6000
[18:41:09] [Server thread/INFO]: Item Merge Radius: 2.5
[18:41:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:41:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:41:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:41:09] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1430519757980292955)
[18:41:10] [Server thread/INFO]: Preparing spawn area: 82%
[18:41:10] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1430519757980292955)
[18:41:10] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1430519757980292955)
[18:41:10] [Server thread/INFO]: ultiWorld] Enabling MultiWorld v5.2.6
[18:41:10] [Server thread/INFO]: -------- World Settings For [BahoSpawn] --------
[18:41:10] [Server thread/INFO]: Anti X-Ray: true
[18:41:10] [Server thread/INFO]: Engine Mode: 1
[18:41:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:41:10] [Server thread/INFO]: Replace Blocks: [1, 5]
[18:41:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:41:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:41:10] [Server thread/INFO]: Alternative Hopper Ticking: false
[18:41:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:41:10] [Server thread/INFO]: Random Lighting Updates: false
[18:41:10] [Server thread/INFO]: Structure Info Saving: true
[18:41:10] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:41:10] [Server thread/INFO]: Max Entity Collisions: 8
[18:41:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[18:41:10] [Server thread/INFO]: Mob Spawn Range: 4
[18:41:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:41:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:41:10] [Server thread/INFO]: View Distance: 7
[18:41:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:41:10] [Server thread/INFO]: Clear tick list: false
[18:41:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:41:10] [Server thread/INFO]: Item Despawn Rate: 6000
[18:41:10] [Server thread/INFO]: Item Merge Radius: 2.5
[18:41:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:41:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:41:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:41:10] [Server thread/INFO]: Preparing start region for level 3 (Seed: 8809319597377251357)
[18:41:11] [Server thread/INFO]: ultiWorld] v5.2.6 enabled.
[18:41:11] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[18:41:11] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.145:28261
[18:41:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
[18:41:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:41:11] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
[18:41:11] [Server thread/INFO]: [FrameProtect] Enabling FrameProtect v2.5
[18:41:11] [Server thread/INFO]: [FrameProtect] enabled.
[18:41:11] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.1
[18:41:11] [Server thread/ERROR]: [PermissionsEx] =================================================================================
[18:41:11] [Server thread/ERROR]: [PermissionsEx] As of version 1.23, PEX is only compatible with versions of Minecraft 1.8 or greater. Please downgrade to the most recent 1.22.x series version of PEX to continue.
[18:41:11] [Server thread/ERROR]: [PermissionsEx] =================================================================================
[18:41:11] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.1
[18:41:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:41:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:41:11] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[18:41:11] [Server thread/INFO]: ultiverse-Core] Enabling Multiverse-Core v2.5-b691
[18:41:11] [Server thread/INFO]: ultiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[18:41:12] [Server thread/INFO]: -------- World Settings For [skyworld] --------
[18:41:12] [Server thread/INFO]: Anti X-Ray: true
[18:41:12] [Server thread/INFO]: Engine Mode: 1
[18:41:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:41:12] [Server thread/INFO]: Replace Blocks: [1, 5]
[18:41:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:41:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:41:12] [Server thread/INFO]: Alternative Hopper Ticking: false
[18:41:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:41:12] [Server thread/INFO]: Random Lighting Updates: false
[18:41:12] [Server thread/INFO]: Structure Info Saving: true
[18:41:12] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:41:12] [Server thread/INFO]: Max Entity Collisions: 8
[18:41:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[18:41:12] [Server thread/INFO]: Mob Spawn Range: 4
[18:41:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:41:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:41:12] [Server thread/INFO]: View Distance: 7
[18:41:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:41:12] [Server thread/INFO]: Clear tick list: false
[18:41:12] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:41:12] [Server thread/INFO]: Item Despawn Rate: 6000
[18:41:12] [Server thread/INFO]: Item Merge Radius: 2.5
[18:41:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:41:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:41:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:41:12] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1120945378737111796)
[18:41:12] [Server thread/INFO]: ultiverse-Core] 5 - World(s) loaded.
[18:41:12] [Server thread/INFO]: ultiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[18:41:12] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.8.4
[18:41:12] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [VaultVariables, PlayerPingVariable, GeneralVariables, StatsVariables]
[18:41:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-05.1569-
[18:41:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[18:41:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:41:12] [Server thread/INFO]: [WorldGuard] (BahoSpawn) TNT ignition is PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (BahoSpawn) Lighters are PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (BahoSpawn) Lava fire is blocked.
[18:41:12] [Server thread/INFO]: [WorldGuard] (BahoSpawn) Fire spread is UNRESTRICTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BahoSpawn'
[18:41:12] [Server thread/INFO]: [WorldGuard] (skyworld) TNT ignition is PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (skyworld) Lighters are PERMITTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] (skyworld) Lava fire is blocked.
[18:41:12] [Server thread/INFO]: [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
[18:41:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyworld'
[18:41:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:41:12] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
[18:41:12] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[18:41:12] [Server thread/INFO]: git-Spigot-1544 (MC: 1.7.10)
[18:41:12] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[18:41:12] [Server thread/INFO]: Using locale cs
[18:41:13] [Server thread/INFO]: Using locale cs
[18:41:13] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[18:41:13] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[18:41:13] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[18:41:13] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v3.1.0
[18:41:13] [Server thread/INFO]: [ServerSigns] Successfully hooked into Vault
[18:41:13] [Server thread/INFO]: [ServerSigns] Update checking skipped - To enable this, set 'automaticUpdateChecks' to true in your config.yml
[18:41:13] [Server thread/INFO]: [ServerSigns] Version 3.1.0 is now enabled.
[18:41:13] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
[18:41:13] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[18:41:13] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
[18:41:13] [Server thread/INFO]: Timeismoney is now enabled
[18:41:13] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
[18:41:13] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[18:41:13] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[18:41:13] [Server thread/INFO]: [Residence] Scanning for economy systems...
[18:41:13] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
[18:41:13] [Server thread/INFO]: [Residence] Found WorldEdit
[18:41:13] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[18:41:13] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.0
[18:41:13] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
[18:41:13] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[18:41:13] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[18:41:13] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[18:41:13] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[18:41:13] [Server thread/INFO]: [AuthMe] Set Default Language: En
[18:41:13] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[18:41:13] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[18:41:13] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[18:41:13] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[18:41:13] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[18:41:13] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[18:41:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:41:13] [Server thread/INFO]: Done (5.098s)! For help, type "help" or "?"
[18:41:13] [Server thread/INFO]: Starting GS4 status listener
[18:41:13] [Server thread/INFO]: Starting remote control listener
[18:41:13] [Query Listener #1/INFO]: Query running on 93.91.250.145:27261
[18:41:13] [RCON Listener #2/INFO]: RCON running on 93.91.250.145:26261
[18:41:13] [Server thread/INFO]: [uSkyBlock] Using vault for permissions
[18:41:13] [Server thread/INFO]: Multiverse already knows about 'skyworld'!


Verze serveru:
Spigot 1.7.10-R0.1
Build 1544, development

Pluginy:
Zde ^^

:)

Re: Problémy s pluginy

Napsal: 24 led 2015, 19:48
od Bisyss
Ano vím že je to buzerace ale příště to dej do spoileru ale to je fuk :) juknu se na to

Re: Problémy s pluginy

Napsal: 24 led 2015, 19:50
od LpBahos
Však u toho [CODE] je rozbalit/sbalit :D

Re: Problémy s pluginy

Napsal: 24 led 2015, 19:53
od Bisyss
resky nejdou nejspíše proto že máš noc nove vault dej tam tuto verzi 1.5.0

-- 24 led 2015, 18:55 --

ScoreboardStats zase dej tam starší verzi 0.8.3

-- 24 led 2015, 18:56 --

Ješte sem dej permissions.yml

Re: Problémy s pluginy

Napsal: 24 led 2015, 20:05
od LpBahos
Zde:

Kód: Vybrat vše

groups:
  default:
    default: true
    permissions:
    - modifyworld.*
users:
  Tom_Koudy:
    permissions:
    - '*'

Re: Problémy s pluginy

Napsal: 24 led 2015, 20:09
od Bisyss
aha zase musíš tam dát nižší verzi? dej tam PermissionsEx na verzi 1.23

Příště tam dávej správní verze pluginu!!