Skocz do zawartości


Zdjęcie

Problem citizens


  • Zaloguj się, aby dodać odpowiedź
10 odpowiedzi w tym temacie

#1 Dragon2588

Dragon2588

    Nowy

  • Użytkownik
  • 50 postów
  • Dragon2588

Napisano 10 August 2015 - 12:11

Witam, zainstalowałem plugin citizens i nie działa. Nie świeci się na czerwono.

Plugin Vault posiadam.

 

Confing:
 

# Citizens Configuration
 
npc:
  chat:
    options:
      bystanders-hear-targeted-chat: true
      max-number-of-targets-to-show: 2
      multiple-targets-format: <target>|, <target>| & <target>| & others
      range: 5
      max-text-range: 500
    format:
      no-targets: '[<npc>]: <text>'
      with-target-to-bystanders: '[<npc>] -> [<target>]: <text>'
      to-target: '[<npc>] -> You: <text>'
      with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>'
  default:
    look-close:
      enabled: false
      range: 5
    pathfinding:
      range: 25.0
    random-talker: true
    realistic-looking: false
    stationary-ticks: -1
    talk-close:
      enabled: false
      range: 5
    text:
      '0': Hi, I'm <npc>!
  limits:
    default-limit: 10
    max-permission-checks: 100
    max-speed: 100
  chunks:
    always-keep-loaded: false
  pathfinding:
    new-finder-open-doors: false
    attack-range: 3.0625
    use-new-finder: false
  packets:
    update-delay: 30
  selection:
    quick-select: false
    item: '280'
    message: <b>You selected <a><npc><b>!
  player:
    remove-from-list: true
  server-ownership: false
  text:
    max-talk-cooldown: 5
    min-talk-cooldown: 10
    talk-item: '340'
  controllable:
    use-boat-controls: true
  skins:
    max-retries: -1
    retry-delay: 120
advanced:
  check-minecraft-version: true
storage:
  database:
    driver: ''
    password: ''
    url: ''
    username: ''
  save-task:
    delay: 72000
  file: saves.yml
  type: yaml
general:
  debug-mode: false
  debug-pathfinding: false
  color-scheme:
    message-highlight: <e>
    message: <a>
  translation:
    locale: ''
economy:
  npc:
    cost: 100.0
subplugins:
  folder: plugins
 


craftportal

Craftserve to największy i najlepszy polski hosting serwerów Minecraft, jest solidny i tani więc go polecam

#2 Libter

Libter

    Legenda

  • Zbanowany
  • 3502 postów

Napisano 10 August 2015 - 12:19

Witam, zainstalowałem plugin citizens i nie działa. Nie świeci się na czerwono.

Nie działa i nie świeci się na czerwono - wiele mi to mówi...

 

1. Umieszczaj configi w spoilerach.

2. Podaj logi konsoli (również w spoilerze).



#3 Dragon2588

Dragon2588

    Nowy

  • Użytkownik
  • 50 postów
  • Dragon2588

Napisano 10 August 2015 - 16:04

W logach nic nie ma

#4 Libter

Libter

    Legenda

  • Zbanowany
  • 3502 postów

Napisano 10 August 2015 - 17:29

W logach nic nie ma

Na pewno coś jest, tylko być może tego nie znalazłeś.

Bez logów niestety nie pomogę.



#5 Dragon2588

Dragon2588

    Nowy

  • Użytkownik
  • 50 postów
  • Dragon2588

Napisano 10 August 2015 - 17:47

Tam nic nie ma, widziałbym, gdyby było.
Ale jak mam ci dać logi skoro tam jest tylko komendy graczy i to co oni piszą?

#6 Libter

Libter

    Legenda

  • Zbanowany
  • 3502 postów

Napisano 10 August 2015 - 17:56

Tam nic nie ma, widziałbym, gdyby było.
Ale jak mam ci dać logi skoro tam jest tylko komendy graczy i to co oni piszą?

Tam są nie tylko komendy graczy i historia chatu.

Chyba nigdy nie widziałeś pełnych logów, a zwłaszcza pierwszych linii logu przy starcie serwera.

 

Podaj zawartość pliku latest.log, znajdującego się w folderze logs.



#7 Dragon2588

Dragon2588

    Nowy

  • Użytkownik
  • 50 postów
  • Dragon2588

Napisano 11 August 2015 - 09:18

[10:15:20] [Server thread/INFO]: Loading properties
[10:15:20] [Server thread/INFO]: Default game type: SURVIVAL
[10:15:21] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-205-g0a049fa (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[10:15:21] [Server thread/INFO]: Debug logging is disabled
[10:15:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:15:21] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:15:21] [Server thread/INFO]: Generating keypair
[10:15:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:26276
[10:15:21] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[10:15:22] [Server thread/WARN]: Can not load artifact org.codehaus.groovy:groovy-all::indy
[10:15:22] [Server thread/ERROR]: Could not load 'plugins/mcore.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/PlayerInventory
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R1/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_80]
at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R1.PlayerInventory
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
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_80]
at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 6 more
[10:15:22] [Server thread/ERROR]: Could not load 'plugins/MonoChest (1).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: groovy/lang/GroovyObject
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.NoClassDefFoundError: groovy/lang/GroovyObject
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 6 more
Caused by: java.lang.ClassNotFoundException: groovy.lang.GroovyObject
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_80]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 6 more
[10:15:22] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.7.9
[10:15:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.2
[10:15:22] [Server thread/INFO]: [GroovyLoader] Loading GroovyLoader v0.1
[10:15:22] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[10:15:22] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v7.4.0
[10:15:22] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
[10:15:22] [Server thread/INFO]: [SimpleTrails] Loading SimpleTrails v1.1.0
[10:15:22] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
[10:15:22] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b678
[10:15:22] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.9
[10:15:22] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see

By zobaczyć linki musisz się zalogować lub zarejestrować

UUIDs *may not be stable*!
[10:15:22] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.3
[10:15:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[10:15:22] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.3
[10:15:22] [Server thread/INFO]: [DamageIndicatorHolograms] Loading DamageIndicatorHolograms v1.2
[10:15:22] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.4.0
[10:15:22] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.18
[10:15:22] [Server thread/INFO]: [FunnyGuilds] Loading FunnyGuilds v3.9.9.1 Cleaned
[10:15:22] [Server thread/INFO]: [VillagerShop] Loading VillagerShop v0.3b
[10:15:22] [Server thread/INFO]: [ItemRain] Loading ItemRain v0.1.1
[10:15:22] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.7
[10:15:22] [Server thread/INFO]: [BossMessage] Loading BossMessage v1.8
[10:15:22] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.2
[10:15:22] [Server thread/INFO]: [HoloAPI] Loading HoloAPI v1.2.0
[10:15:22] [Server thread/INFO]: [iChat] Loading iChat v1.1.0
[10:15:22] [Server thread/INFO]: [ButtonWarp] Loading ButtonWarp v2.2.2
[10:15:22] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[10:15:22] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
[10:15:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
[10:15:22] [Server thread/INFO]: [OtherDrops] Loading OtherDrops v2.8b.582
[10:15:22] [Server thread/INFO]: [AZRank] Loading AZRank v1.3.b4
[10:15:22] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.6
[10:15:22] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[10:15:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
[10:15:22] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v7.4.0
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] === ENABLE START ===
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Playerdat datas...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Cachefile datas...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Onlineplayer datas...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Registry datas...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Skipping Dbmojangapi datas since offline mode...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Saving Cachefile...
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] Setup of IdUtil took 149ms.
[10:15:22] [Server thread/INFO]: [MassiveCore 7.4.0] === ENABLE COMPLETE (Took 246ms) ===
[10:15:22] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
[10:15:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:15:22] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[10:15:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:15:23] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[10:15:23] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
[10:15:23] [Server thread/INFO]: [MassiveCore 7.4.0] Activated integration with Vault
[10:15:23] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:15:23] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:15:23] [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.
[10:15:23] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:15:23] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[10:15:23] [Server thread/INFO]: Preparing level "spawny"
[10:15:23] [Server thread/INFO]: -------- World Settings For [spawny] --------
[10:15:23] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:15:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:15:23] [Server thread/INFO]: Random Lighting Updates: false
[10:15:23] [Server thread/INFO]: Structure Info Saving: true
[10:15:23] [Server thread/INFO]: Sending up to 5 chunks per packet
[10:15:23] [Server thread/INFO]: Max Entity Collisions: 8
[10:15:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:15:23] [Server thread/INFO]: Max TNT Explosions: 100
[10:15:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:15:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:15:23] [Server thread/INFO]: Anti X-Ray: true
[10:15:23] [Server thread/INFO]: Engine Mode: 1
[10:15:23] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:15:23] [Server thread/INFO]: Replace Blocks: [1, 5]
[10:15:23] [Server thread/INFO]: Mob Spawn Range: 4
[10:15:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:15:23] [Server thread/INFO]: View Distance: 5
[10:15:23] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:15:23] [Server thread/INFO]: Clear tick list: false
[10:15:23] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:15:23] [Server thread/INFO]: Item Despawn Rate: 6000
[10:15:23] [Server thread/INFO]: Item Merge Radius: 2.5
[10:15:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:15:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:15:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:15:23] [Server thread/INFO]: -------- World Settings For [spawny_nether] --------
[10:15:23] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:15:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:15:23] [Server thread/INFO]: Random Lighting Updates: false
[10:15:23] [Server thread/INFO]: Structure Info Saving: true
[10:15:23] [Server thread/INFO]: Sending up to 5 chunks per packet
[10:15:23] [Server thread/INFO]: Max Entity Collisions: 8
[10:15:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:15:23] [Server thread/INFO]: Max TNT Explosions: 100
[10:15:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:15:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:15:23] [Server thread/INFO]: Anti X-Ray: true
[10:15:23] [Server thread/INFO]: Engine Mode: 1
[10:15:23] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:15:23] [Server thread/INFO]: Replace Blocks: [1, 5]
[10:15:23] [Server thread/INFO]: Mob Spawn Range: 4
[10:15:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:15:23] [Server thread/INFO]: View Distance: 5
[10:15:23] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:15:23] [Server thread/INFO]: Clear tick list: false
[10:15:23] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:15:23] [Server thread/INFO]: Item Despawn Rate: 6000
[10:15:23] [Server thread/INFO]: Item Merge Radius: 2.5
[10:15:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:15:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:15:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:15:23] [Server thread/INFO]: -------- World Settings For [spawny_the_end] --------
[10:15:23] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:15:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:15:23] [Server thread/INFO]: Random Lighting Updates: false
[10:15:23] [Server thread/INFO]: Structure Info Saving: true
[10:15:23] [Server thread/INFO]: Sending up to 5 chunks per packet
[10:15:23] [Server thread/INFO]: Max Entity Collisions: 8
[10:15:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:15:23] [Server thread/INFO]: Max TNT Explosions: 100
[10:15:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:15:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:15:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:15:23] [Server thread/INFO]: Anti X-Ray: true
[10:15:23] [Server thread/INFO]: Engine Mode: 1
[10:15:23] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:15:23] [Server thread/INFO]: Replace Blocks: [1, 5]
[10:15:23] [Server thread/INFO]: Mob Spawn Range: 4
[10:15:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:15:23] [Server thread/INFO]: View Distance: 5
[10:15:23] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:15:23] [Server thread/INFO]: Clear tick list: false
[10:15:23] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:15:23] [Server thread/INFO]: Item Despawn Rate: 6000
[10:15:23] [Server thread/INFO]: Item Merge Radius: 2.5
[10:15:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:15:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:15:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:15:23] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6233314598287508106)
[10:15:23] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6233314598287508106)
[10:15:24] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6233314598287508106)
[10:15:24] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.9
[10:15:24] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[10:15:24] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[10:15:24] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 5000 at X: 96.5 Z: 256.5
[10:15:24] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -256.0 Y: 71.0 Z: 706.0
[10:15:24] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.2
[10:15:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[10:15:24] [Server thread/INFO]: [GroovyLoader] Enabling GroovyLoader v0.1
[10:15:24] [Server thread/WARN]: [GroovyLoader] Groovy not loaded!
[10:15:24] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[10:15:25] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[10:15:25] [Server thread/INFO]: [Skript]  ~ created by & © Peter GĂĽttinger aka Njol ~
[10:15:25] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
[10:15:25] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
[10:15:25] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
[10:15:25] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
[10:15:25] [Server thread/INFO]: [SimpleTrails] Enabling SimpleTrails v1.1.0
[10:15:25] [Server thread/INFO]: [SimpleTrails] [SimpleTrails] - Version 5.0.0 - Enabled!
[10:15:25] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b678
[10:15:25] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b678
[10:15:26] [Server thread/INFO]: -------- World Settings For [World] --------
[10:15:26] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:15:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:15:26] [Server thread/INFO]: Random Lighting Updates: false
[10:15:26] [Server thread/INFO]: Structure Info Saving: true
[10:15:26] [Server thread/INFO]: Sending up to 5 chunks per packet
[10:15:26] [Server thread/INFO]: Max Entity Collisions: 8
[10:15:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:15:26] [Server thread/INFO]: Max TNT Explosions: 100
[10:15:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:15:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:15:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:15:26] [Server thread/INFO]: Anti X-Ray: true
[10:15:26] [Server thread/INFO]: Engine Mode: 1
[10:15:26] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:15:26] [Server thread/INFO]: Replace Blocks: [1, 5]
[10:15:26] [Server thread/INFO]: Mob Spawn Range: 4
[10:15:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:15:26] [Server thread/INFO]: View Distance: 5
[10:15:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:15:26] [Server thread/INFO]: Clear tick list: false
[10:15:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:15:26] [Server thread/INFO]: Item Despawn Rate: 6000
[10:15:26] [Server thread/INFO]: Item Merge Radius: 2.5
[10:15:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:15:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:15:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:15:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: -708658193344265916)
[10:15:27] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[10:15:27] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[10:15:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.9
[10:15:27] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[10:15:27] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[10:15:27] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[10:15:27] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[10:15:27] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[10:15:27] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.3
[10:15:27] [Server thread/INFO]: [BarAPI] Detected spigot hack, enabling fake 1.8
[10:15:27] [Server thread/INFO]: [BarAPI] Loaded
[10:15:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny) TNT ignition is PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny) Lighters are PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny) Lava fire is blocked.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny) Fire spread is UNRESTRICTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawny'
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_nether) TNT ignition is PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_nether) Lighters are PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_nether) Lava fire is blocked.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_nether) Fire spread is UNRESTRICTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawny_nether'
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_the_end) TNT ignition is PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_the_end) Lighters are PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_the_end) Lava fire is blocked.
[10:15:27] [Server thread/INFO]: [WorldGuard] (spawny_the_end) Fire spread is UNRESTRICTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawny_the_end'
[10:15:27] [Server thread/INFO]: [WorldGuard] (World) TNT ignition is PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (World) Lighters are PERMITTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] (World) Lava fire is blocked.
[10:15:27] [Server thread/INFO]: [WorldGuard] (World) Fire spread is UNRESTRICTED.
[10:15:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'World'
[10:15:27] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'spawny'
[10:15:27] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'spawny_nether'
[10:15:27] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'spawny_the_end'
[10:15:27] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'World'
[10:15:27] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.3
[10:15:27] [Server thread/INFO]: [ClearChat] clear chat enable
[10:15:27] [Server thread/INFO]: [DamageIndicatorHolograms] Enabling DamageIndicatorHolograms v1.2
[10:15:27] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.4.0
[10:15:27] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.18
[10:15:27] [Server thread/ERROR]: [Shopkeepers] Potentially incompatible server version: v1_7_R4
[10:15:27] [Server thread/ERROR]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
[10:15:27] [Server thread/INFO]: [Shopkeepers] Check for updates at

By zobaczyć linki musisz się zalogować lub zarejestrować

[10:15:27] [Server thread/INFO]: [FunnyGuilds] Enabling FunnyGuilds v3.9.9.1 Cleaned
[10:15:27] [Server thread/INFO]: [FunnyGuilds] Available Processors: 8
[10:15:27] [Server thread/INFO]: [FunnyGuilds] Active Threads: 15
[10:15:27] [Server thread/INFO]: [FunnyGuilds] Loaded users: 59
[10:15:27] [Server thread/INFO]: [FunnyGuilds] Loaded regions: 4
[10:15:27] [Server thread/INFO]: [FunnyGuilds] Loaded guilds: 4
[10:15:27] [Server thread/INFO]: [FunnyGuilds] ~ Created by & © Dzikoysk ~
[10:15:28] [Thread-12/INFO]: [FunnyGuilds][Updater] > You have a current version of FunnyGuilds.
[10:15:29] [Server thread/INFO]: Starting minecraft server version 1.7.10
[10:15:29] [Server thread/INFO]: Loading properties
[10:15:29] [Server thread/INFO]: Default game type: SURVIVAL
[10:15:29] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-205-g0a049fa (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[10:15:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:15:30] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:15:30] [Server thread/INFO]: Debug logging is disabled
[10:15:30] [Server thread/INFO]: Generating keypair
[10:15:30] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:26276
[10:15:30] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[10:15:30] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use
[10:15:30] [Server thread/WARN]: Perhaps a server is already running on that port?
[10:15:30] [Server thread/INFO]: Stopping server
[10:15:30] [Server thread/INFO]: Saving players
[10:15:30] [Thread-4/INFO]: Stopping server
[10:15:30] [Thread-4/INFO]: Saving players
 or not enabled! Having per-region messages will not be possible!
[10:15:28] [Thread-9/WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.3 is available to download from

By zobaczyć linki musisz się zalogować lub zarejestrować

. Please review the changes and update as soon as possible!
[10:15:28] [Thread-13/WARN]: [BossMessage] The author of this plugin (victor2748) has misconfigured their Auto Update system
[10:15:28] [Thread-13/WARN]: [BossMessage] File versions should follow the format 'PluginName vVERSION'
[10:15:28] [Thread-13/WARN]: [BossMessage] Please notify the author of this error.
[10:15:28] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.2
[10:15:28] [Server thread/INFO]: [ClearLag] Loading modules...
[10:15:28] [Server thread/WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
[10:15:28] [Server thread/WARN]: [ClearLag] ARMOR_STAND is NOT a valid Entity!
[10:15:28] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[10:15:28] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[10:15:28] [Thread-14/INFO]: [ClearLag] Checking for updates...
[10:15:28] [Server thread/INFO]: [HoloAPI] Enabling HoloAPI v1.2.0
[10:15:29] [Server thread/INFO]: [HoloAPI] [Vault] Successfully hooked
[10:15:29] [Server thread/INFO]: [iChat] Enabling iChat v1.1.0
[10:15:29] [Server thread/INFO]: [iChat] Config file found
[10:15:29] [Server thread/INFO]: [ButtonWarp] Enabling ButtonWarp v2.2.2
[10:15:29] [Server thread/INFO]: [ButtonWarp] ButtonWarp 2.2.2 (Build 643) is enabled!
[10:15:29] [Thread-14/INFO]: [ClearLag] No updates found!
[10:15:29] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[10:15:29] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[10:15:29] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-205-g0a049fa (MC: 1.7.10)
[10:15:29] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
[10:15:29] [Server thread/INFO]: Using locale pl
[10:15:29] [Server thread/INFO]: Using locale pl
[10:15:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[10:15:29] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[10:15:29] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
[10:15:29] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.16-SNAPSHOT (build 1247) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R3/CraftServer
at net.citizensnpcs.util.Util.getMinecraftRevision(Util.java:78) ~[?:?]
at net.citizensnpcs.Citizens.onEnable(Citizens.java:260) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R3.CraftServer
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
... 13 more
[10:15:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
[10:15:29] [Server thread/INFO]: [OtherDrops] Enabling OtherDrops v2.8b.582
[10:15:29] [Server thread/INFO]: [OtherDrops:2.8b.582] Found supported plugin(s): 'WorldGuard'
[10:15:29] [Server thread/INFO]: [OtherDrops:2.8b.582] Loading file: otherdrops-drops.yml
[10:15:29] [Server thread/INFO]: [OtherDrops:2.8b.582] Config loaded - total targets: 5 sections: 9 failed: 0
[10:15:29] [Server thread/INFO]: [OtherDrops:2.8b.582] OtherDrops loaded.
[10:15:29] [Server thread/INFO]: [AZRank] Enabling AZRank v1.3.b4
[10:15:29] [Server thread/INFO]: [AZRank] Found Vault and PermissionsEx and is good to go
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'message' is: +player is now a(n) +group for+time
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'aWhile' is:  a while
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'ever' is: ever
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'broadcastRankChange' is: true
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'allowOpsChanges' is: true
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'logEverything' is: false
[10:15:29] [Server thread/INFO]: [AZRank][Config]option: 'checkInterval' is: 10seconds
[10:15:29] [Server thread/INFO]: [AZRank] AZRank v1.3.b4 is now enabled.
[10:15:29] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.6
[10:15:29] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[10:15:29] [Server thread/INFO]: [AuthMe] Set Language: pl
[10:15:29] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[10:15:29] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[10:15:29] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[10:15:29] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[10:15:29] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from

By zobaczyć linki musisz się zalogować lub zarejestrować

[10:15:29] [Server thread/INFO]: [AuthMe] Authme 3.3.6 enabled
[10:15:29] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[10:15:29] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: Essentials Economy
[10:15:29] [Server thread/INFO]: Timeismoney is now enabled
[10:15:29] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
[10:15:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:15:30] [Server thread/INFO]: Done (6.964s)! For help, type "help" or "?"
[10:15:30] [Server thread/INFO]: Starting GS4 status listener
[10:15:30] [Query Listener #1/INFO]: Query running on 0.0.0.0:26276
[10:15:30] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[10:15:30] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 141: databases:')
[10:15:30] [Server thread/INFO]: [Skript] Finished loading.
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] ============================================
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] We are preparing for Mojangs switch to UUIDs.
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Learn more at:

By zobaczyć linki musisz się zalogować lub zarejestrować

[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Playerdat datas...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Cachefile datas...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Onlineplayer datas...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Loading Registry datas...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Skipping Dbmojangapi datas since offline mode...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Saving Cachefile...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] Now updating database for plugins that are ready ...
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0]  ... done!
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] (database saving will now commence which might lock the server for a while)
[10:15:30] [Server thread/INFO]: [MassiveCore 7.4.0] ============================================
[10:15:30] [Craft Scheduler Thread - 18/INFO]: [Vault] Checking for Updates ... 
[10:15:30] [Craft Scheduler Thread - 16/INFO]: [Skript] Checking for the latest version of Skript...
[10:15:30] [User Authenticator #1/INFO]: UUID of player 3mm is 2f8ab471-7c8c-3650-acf0-f4fc0f5a24f6
[10:15:30] [Craft Scheduler Thread - 11/INFO]: [HoloAPI] [INFO] An update is available: HoloAPI v1.2.3
[10:15:30] [Craft Scheduler Thread - 11/INFO]: [HoloAPI] [INFO] Type /holoupdate to update.
[10:15:30] [Craft Scheduler Thread - 18/INFO]: [Vault] No new version available
[10:15:30] [Server thread/ERROR]: Cannot load plugins/SimpleTrails/config.yml
org.bukkit.configuration.InvalidConfigurationException: sequence entries are not allowed here
 in 'string', line 24, column 13:
      itemName: - Particle Selector -
                ^
 
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:183) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at me.elliottolson.simpletrails.Listeners.onJoin.onJoin(onJoin.java:27) [SimpleTrails.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: null; sequence entries are not allowed here;  in 'string', line 24, column 13:
      itemName: - Particle Selector -
                ^
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchBlockEntry(ScannerImpl.java:778) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:317) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 25 more
[10:15:30] [Server thread/ERROR]: [SimpleTrails] Cannot load configuration from jar
org.bukkit.configuration.InvalidConfigurationException: sequence entries are not allowed here
 in 'string', line 24, column 13:
      itemName: - Particle Selector -
                ^
 
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:209) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at me.elliottolson.simpletrails.Listeners.onJoin.onJoin(onJoin.java:27) [SimpleTrails.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: null; sequence entries are not allowed here;  in 'string', line 24, column 13:
      itemName: - Particle Selector -
                ^
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchBlockEntry(ScannerImpl.java:778) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:317) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 22 more
[10:15:30] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HoloAPI v1.2.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.ClassCastException: java.util.concurrent.ConcurrentLinkedQueue cannot be cast to net.minecraft.util.io.netty.channel.Channel
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.getChannel(ChannelPipelineInjector.java:116) ~[?:?]
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.<init>(ChannelPipelineInjector.java:47) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager.inject(InjectionManager.java:59) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager$1.onJoin(InjectionManager.java:37) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 14 more
[10:15:30] [Server thread/INFO]: 3mm[/89.231.94.1:62830] logged in with entity id 517 at ([World] -155.4686908343686, 70.0, 332.52991536113245)
[10:15:30] [Server thread/INFO]: 3mm lost connection: Disconnected
[10:15:30] [Server thread/INFO]: 3mm left the game.
[10:15:31] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
[10:15:34] [Server thread/INFO]: [HoloAPI] Holograms loaded
[10:15:41] [User Authenticator #2/INFO]: UUID of player Stelio is 85037b96-7a50-3531-bbb1-00f89732a739
[10:15:41] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HoloAPI v1.2.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.ClassCastException: java.util.concurrent.ConcurrentLinkedQueue cannot be cast to net.minecraft.util.io.netty.channel.Channel
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.getChannel(ChannelPipelineInjector.java:116) ~[?:?]
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.<init>(ChannelPipelineInjector.java:47) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager.inject(InjectionManager.java:59) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager$1.onJoin(InjectionManager.java:37) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 14 more
[10:15:41] [Server thread/INFO]: Stelio[/83.31.1.58:15133] logged in with entity id 531 at ([World] -155.4686908343686, 70.0, 332.52991536113245)
[10:15:44] [User Authenticator #3/INFO]: UUID of player ptysio is e176cfb0-a4c1-3c7d-aee8-1b58a36235c1
[10:15:44] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HoloAPI v1.2.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.c(PlayerList.java:265) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.PlayerList.a(PlayerList.java:152) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.c(LoginListener.java:119) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.LoginListener.a(LoginListener.java:44) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:189) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.ClassCastException: java.util.concurrent.ConcurrentLinkedQueue cannot be cast to net.minecraft.util.io.netty.channel.Channel
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.getChannel(ChannelPipelineInjector.java:116) ~[?:?]
at com.dsh105.holoapi.protocol.ChannelPipelineInjector.<init>(ChannelPipelineInjector.java:47) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager.inject(InjectionManager.java:59) ~[?:?]
at com.dsh105.holoapi.protocol.InjectionManager$1.onJoin(InjectionManager.java:37) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
... 14 more
[10:15:44] [Server thread/INFO]: ptysio[/164.127.199.221:60112] logged in with entity id 798 at ([World] -155.4686908343686, 70.0, 332.52991536113245)
[10:15:44] [Server thread/INFO]: [AuthMe] Stelio logged in!
[10:15:52] [Server thread/INFO]: [AuthMe] ptysio logged in!
[10:15:54] [Server thread/INFO]: Stelio issued server command: /weather sun
[10:15:55] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[10:16:02] [Server thread/INFO]: Stelio issued server command: /plugins
[10:16:08] [Server thread/INFO]: Stelio issued server command: /npc

Użytkownik Ersan edytował ten post 11 August 2015 - 19:49
Spoileruje


#8 Libter

Libter

    Legenda

  • Zbanowany
  • 3502 postów

Napisano 11 August 2015 - 09:26

Następnym razem umieszczaj logi w spoilerze, żeby nie utrudniały przeglądania tematu.

 

W logach widać następujący błąd podczas uruchamiania Citizens: 

[10:15:29] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.16-SNAPSHOT (build 1247) (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R3/CraftServer
at net.citizensnpcs.util.Util.getMinecraftRevision(Util.java:78) ~[?:?]
at net.citizensnpcs.Citizens.onEnable(Citizens.java:260) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R3.CraftServer
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-1.7.9-R0.2-205-g0a049fa]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
... 13 more

Użyłeś pluginu Citizens dla wersji 1.8.7, natomiast Twój silnik jest na wersji 1.7.9.

 

Poniżej link do pobrania pluginu Citizens dla wersji 1.7.9: 

By zobaczyć linki musisz się zalogować lub zarejestrować



#9 Dragon2588

Dragon2588

    Nowy

  • Użytkownik
  • 50 postów
  • Dragon2588

Napisano 11 August 2015 - 17:50

Zainstalowalem i teraz swieci sie na czerwono, serwer jest na wersji 1.7.10 Bukkit - Spighot



#10 Libter

Libter

    Legenda

  • Zbanowany
  • 3502 postów

Napisano 11 August 2015 - 18:31

Zainstalowalem i teraz swieci sie na czerwono, serwer jest na wersji 1.7.10 Bukkit - Spighot

Podaj ponownie logi konsoli i proszę o podawanie ich za każdym razem, kiedy coś "nie działa".



#11 Michaelnus

Michaelnus

    Nowy

  • Użytkownik
  • 3 postów

Napisano 03 August 2022 - 09:54

ed pills that work quickly

By zobaczyć linki musisz się zalogować lub zarejestrować