Skocz do zawartości
  • 👋 Witaj na MPCForum!

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

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

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

    Zarejestruj się teraz

Czy jest możliwość zrobienia magicznej fontanny w skrypcie?


OskarekPolak

Rekomendowane odpowiedzi

Opublikowano

Można jakoś zrobić magiczną fontanne w skrypcie? Ze po wrzuceniu złota w dany teren (w fontannie) dostaje się losowy item. 

 

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano
options:
    #===== REGION =====#
    region: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    itemdrop: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
############
on drop:
    if region is "{@region}":
        if target block is "{@block}":
            if event-item is "{@itemdrop}":
                add random element out of {lista::*} to player
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 

­

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

Opublikowano
options:
    #===== REGION =====#
    region: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    itemdrop: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
############
on drop:
    if region is "{@region}":
        if target block is "{@block}":
            if event-item is "{@itemdrop}":
                add random element out of {lista::*} to player
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 

­

 

A komenda "/add" to jest do dodania itemku do listy losowych itemek?

 

@Edit

Nie działa.. Wyrzucam itemek do wody w regionie "fontanna" i nic się nie dzieje.

Jeszcze error ten skrypt ma

 

http://i.imgur.com/HcoTG9n.png

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

@OskarekPolak Niemiecki? Serio? Tak komendą /add dodajesz itemek

 

options:
    #===== REGION =====#
    rg: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    itemdrop: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
#===========
on drop:
    if region is "{@rg}":
        if target block is "{@block}":
            if event-item is "{@itemdrop}":
                add random element out of {lista::*} to player
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

Opublikowano
options:
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    itemdrop: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
#===========

on drop:
	if target block is {@block}:
		block under targeted block is sponge:
			if event-item is {@itemdrop}:
				add random element out of {lista::*} to player
				send "&9Dostales losowy item" to player

command /add:
	trigger:
		add player's tool to {lista::*}
		send "&9Dodano!" 
# WAZNE!!! FONTANNA DZIALA ZAWSZE KIEDY POD WODA JEST GABKA

Pozwoliłem sobie nieco edytować kod osoby wyżej.

Tym razem fontanna będzie działać zawsze, kiedy pod wodą będzie gąbka (w wersji 1.8 gąbka wchłania wodę, wlewaj ją aż nie będzie zasysana).

Opublikowano

 

@OskarekPolak Niemiecki? Serio? Tak komendą /add dodajesz itemek

 

 

options:
    #===== REGION =====#
    rg: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    itemdrop: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
#===========
on drop:
    if region is "{@rg}":
        if target block is "{@block}":
            if event-item is "{@itemdrop}":
                add random element out of {lista::*} to player
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 

Cały czas error

 

[18:44:35] [server thread/ERROR]: [skript] Can't compare 'region' with a text (Magiczna Fontanna.sk, line 15: 'if region is "{@rg}":')

 

@Hakushaku

Twoje też nie działa :/

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

Moje musi działać, sam to testowałem..

Upewnij sie, czy pod wodą jest gąbka.

Jeżeli wciąż nie działa, zaktualizuj Skript - komenda /sk update download

Opublikowano

@Hakushaku

Przypadkowo dałem naj odp :E

 

Dalej nie działa, zamieniłem gąbkę na bedrock, dodałem przedmioty za pomocą /add, aktualizowałem plugin Skript za pomocą komendy "/sk update download" i dalej nic się nie dzieje.

Logi macie :E

 

 

[19:50:52] [Server thread/INFO]: Starting minecraft server version 1.8.8
[19:50:52] [Server thread/INFO]: Loading properties
[19:50:52] [Server thread/INFO]: Default game type: SURVIVAL
[19:50:52] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-fdc1440-53fac9f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[19:50:52] [Server thread/INFO]: Debug logging is disabled
[19:50:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[19:50:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[19:50:52] [Server thread/INFO]: Generating keypair
[19:50:52] [Server thread/INFO]: Starting Minecraft server on *:25565
[19:50:52] [Server thread/INFO]: Using default channel type
[19:50:53] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[19:50:53] [Server thread/INFO]: [PlayerStatusSigns] Loading PlayerStatusSigns v0.6
[19:50:53] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[19:50:53] [Server thread/INFO]: [Skript] Loading Skript v2.0.2
[19:50:53] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[19:50:53] [Server thread/INFO]: [BarAPI] Loading BarAPI v3.3
[19:50:53] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.3
[19:50:53] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.2
[19:50:53] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.1.8
[19:50:53] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[19:50:53] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.7.9
[19:50:53] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[19:50:53] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[19:50:53] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
[19:50:53] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-03.1514-
[19:50:53] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.14.1
[19:50:53] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-SNAPSHOT-sMD5NET-b793
[19:50:53] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[19:50:53] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[19:50:53] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[19:50:53] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v9.3
[19:50:53] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.6
[19:50:53] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[19:50:53] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[19:50:53] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
[19:50:53] [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*!
[19:50:53] [Server thread/INFO]: [BossShop] Loading BossShop v2.1.0
[19:50:53] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b699
[19:50:53] [Server thread/INFO]: [Vault] Loading Vault v1.5.2-b33
[19:50:53] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[19:50:53] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.4
[19:50:53] [Server thread/INFO]: [AZRank] Loading AZRank v1.3.b4
[19:50:53] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
[19:50:53] [Server thread/INFO]: [SkinsChanger] Loading SkinsChanger v1.1
[19:50:53] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.9
[19:50:53] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
[19:50:53] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[19:50:53] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
[19:50:53] [Server thread/INFO]: [NovaGuilds] Loading NovaGuilds v22
[19:50:53] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.5-SNAPSHOT
[19:50:53] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[19:50:53] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[19:50:53] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.14.1
[19:50:54] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v9.3
[19:50:54] [Server thread/INFO]: [Vault] Enabling Vault v1.5.2-b33
[19:50:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[19:50:54] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[19:50:54] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[19:50:54] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[19:50:54] [Server thread/INFO]: [Vault] Enabled Version 1.5.2-b33
[19:50:54] [Server thread/INFO]: [SkinsChanger] Enabling SkinsChanger v1.1
[19:50:54] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[19:50:54] [Server thread/INFO]: [LWC] Connecting to SQLite
[19:50:54] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[19:50:54] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[19:50:54] [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.
[19:50:54] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[19:50:54] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[19:50:54] [Server thread/INFO]: Preparing level "world"
[19:50:54] [Server thread/INFO]: -------- World Settings For [world] --------
[19:50:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:50:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:50:54] [Server thread/INFO]: Item Despawn Rate: 6000
[19:50:54] [Server thread/INFO]: Item Merge Radius: 2.5
[19:50:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:50:54] [Server thread/INFO]: View Distance: 10
[19:50:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:50:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:50:54] [Server thread/INFO]: Clear tick list: false
[19:50:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:50:54] [Server thread/INFO]: Sending up to 10 chunks per packet
[19:50:54] [Server thread/INFO]: Mob Spawn Range: 4
[19:50:54] [Server thread/INFO]: Anti X-Ray: true
[19:50:54] [Server thread/INFO]:  Engine Mode: 1
[19:50:54] [Server thread/INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:50:54] [Server thread/INFO]:  Replace Blocks: [1, 5]
[19:50:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:50:54] [Server thread/INFO]: Random Lighting Updates: false
[19:50:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Structure Info Saving: true
[19:50:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:50:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:50:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:50:54] [Server thread/INFO]: Max TNT Explosions: 100
[19:50:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:50:54] [Server thread/INFO]: Max Entity Collisions: 8
[19:50:54] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[19:50:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:50:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:50:54] [Server thread/INFO]: Item Despawn Rate: 6000
[19:50:54] [Server thread/INFO]: Item Merge Radius: 2.5
[19:50:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:50:54] [Server thread/INFO]: View Distance: 10
[19:50:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:50:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:50:54] [Server thread/INFO]: Clear tick list: false
[19:50:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:50:54] [Server thread/INFO]: Sending up to 10 chunks per packet
[19:50:54] [Server thread/INFO]: Mob Spawn Range: 4
[19:50:54] [Server thread/INFO]: Anti X-Ray: true
[19:50:54] [Server thread/INFO]:  Engine Mode: 1
[19:50:54] [Server thread/INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:50:54] [Server thread/INFO]:  Replace Blocks: [1, 5]
[19:50:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:50:54] [Server thread/INFO]: Random Lighting Updates: false
[19:50:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Structure Info Saving: true
[19:50:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:50:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:50:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:50:54] [Server thread/INFO]: Max TNT Explosions: 100
[19:50:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:50:54] [Server thread/INFO]: Max Entity Collisions: 8
[19:50:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[19:50:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:50:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:50:54] [Server thread/INFO]: Item Despawn Rate: 6000
[19:50:54] [Server thread/INFO]: Item Merge Radius: 2.5
[19:50:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:50:54] [Server thread/INFO]: View Distance: 10
[19:50:54] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:50:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:50:54] [Server thread/INFO]: Clear tick list: false
[19:50:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:50:54] [Server thread/INFO]: Sending up to 10 chunks per packet
[19:50:54] [Server thread/INFO]: Mob Spawn Range: 4
[19:50:54] [Server thread/INFO]: Anti X-Ray: true
[19:50:54] [Server thread/INFO]:  Engine Mode: 1
[19:50:54] [Server thread/INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:50:54] [Server thread/INFO]:  Replace Blocks: [1, 5]
[19:50:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:50:54] [Server thread/INFO]: Random Lighting Updates: false
[19:50:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:50:54] [Server thread/INFO]: Structure Info Saving: true
[19:50:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:50:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:50:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:50:54] [Server thread/INFO]: Max TNT Explosions: 100
[19:50:54] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:50:54] [Server thread/INFO]: Max Entity Collisions: 8
[19:50:54] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7743708098389074229)
[19:50:54] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8805476556820475967)
[19:50:55] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8805476556820475967)
[19:50:55] [Server thread/INFO]: [PlayerStatusSigns] Enabling PlayerStatusSigns v0.6
[19:50:55] [Server thread/INFO]: [PlayerStatusSigns] PlayerStatusSigns version 0.6 loaded.
[19:50:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[19:50:55] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[19:50:55] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[19:50:55] [Server thread/INFO]: [Skript] Enabling Skript v2.0.2
[19:50:56] [Server thread/WARN]: [Skript] The following messages have not been translated to german: skript.brackets error, entities.horse.name, entities.horse.pattern, entities.firework.name, entities.any fireball.name, entities.any fireball.pattern, entities.firework.pattern
[19:50:56] [Server thread/INFO]: [Skript] Loaded a total of 10374 english aliases
[19:50:56] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 427, 428, 429, 430, 431
[19:50:56] [Server thread/ERROR]: [Skript] 'jedes Rotsteinerz' ist kein Itemtyp (aliases-german.sk, line 25: 'Erz¦e = Kohlenerz, Eisenerz, Golderz, Diamanterz, Lapiserz, jedes Rotsteinerz')
[19:50:56] [Server thread/ERROR]: [Skript] 'Lavaeimer' ist kein Itemtyp (aliases-german.sk, line 27: 'Brennmaterial¦ien = Lavaeimer, Lohenstab, Kohle, Holzkohle, Planke, Bammstamm, grosser Pilz, Werkbank, Zaun, Holztreppe, Falltür, Setzling, Stock, Kiste, verschlossene Kiste, Musikbox, Notenblock')
[19:50:56] [Server thread/ERROR]: [Skript] 'jeder Apfel' ist kein Itemtyp (aliases-german.sk, line 30: 'Essen = jeder Apfel, Pilzsuppe, Brot, jedes Schweinefleisch, jeder Fisch, Keks, Melonenschnitz, jedes Rindfleisch, jedes Huhn, verrottetes Fleisch')
[19:50:56] [Server thread/ERROR]: [Skript] 'jeder Apfel' ist kein Itemtyp (aliases-german.sk, line 32: 'gesundes Essen = jeder Apfel, Pilzsuppe, Brot, gekochtes Schweinefleisch, gekochter Fisch, Keks, Melonenschnitz, gekochtes Rindfleisch, gekochtes Huhn')
[19:50:56] [Server thread/ERROR]: [Skript] 'jede Lore' ist kein Itemtyp (aliases-german.sk, line 35: 'Transportmittel = jede Lore, Boot')
[19:50:56] [Server thread/ERROR]: [Skript] 'jedes hohe Gras' ist kein Itemtyp (aliases-german.sk, line 38: 'Pflanze¦n = Blätter, jedes hohe Gras, toter Busch, jede Blume, jeder Pilz, Seerose, Rebe, Melonenstiel, Kürbisstiel, Netherwarze')
[19:50:56] [Server thread/INFO]: [Skript] 10222 deutsche Itemnamen geladen
[19:50:56] [Server thread/WARN]: [Skript] Für folgende IDs sind keine Itemnamen definiert: 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 427, 428, 429, 430, 431
[19:50:56] [Server thread/ERROR]: [Skript] Skript v2.0.2 is not fully compatible with Bukkit git-Spigot-fdc1440-53fac9f (MC: 1.8.8). Some feature(s) will be broken until you update Skript.
[19:50:56] [Server thread/INFO]: [Skript]  ~ erstellt von & © Peter Güttinger alias Njol ~
[19:50:56] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[19:50:56] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[19:50:56] [Server thread/INFO]: git-Spigot-fdc1440-53fac9f (MC: 1.8.8)
[19:50:56] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[19:50:56] [Server thread/INFO]: Using locale pl_PL
[19:50:56] [Server thread/INFO]: Using locale pl_PL
[19:50:56] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[19:50:56] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[19:50:56] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[19:50:56] [Server thread/INFO]: [BarAPI] Enabling BarAPI v3.3
[19:50:56] [Server thread/INFO]: [BarAPI] Loaded
[19:50:56] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.3
[19:50:56] [Server thread/INFO]: [ClearLag] Loading modules...
[19:50:56] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[19:50:56] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[19:50:56] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.2
[19:50:56] [Thread-20/INFO]: [ClearLag] Checking for updates...
[19:50:56] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.1.8
[19:50:56] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mAuthMe [0;37;22m(Country Variables)[m
[19:50:56] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
[19:50:56] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
[19:50:56] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
[19:50:56] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
[19:50:56] [Server thread/WARN]: Operator 'strip' was deprecated and replaced by 'before strip'. Please edit rule 'Rule{
    Id = 1
    Match = '\b[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}\b',
}' in rules.txt
[19:50:56] [Server thread/WARN]: Operator 'strip' was deprecated and replaced by 'before strip'. Please edit rule 'Rule{
    Id = 2
    Match = '[a-zA-Z0-9\-\.]+\s?(\.|dot|\(dot\)|-|;|:|,)\s?(com|org|net|cz|co|uk|sk|biz|mobi|xxx|eu)\b',
}' in rules.txt
[19:50:56] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[19:50:56] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[19:50:56] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[19:50:56] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
java.lang.IncompatibleClassChangeError: class com.w00tmast3r.skquery.elements.Types$1 has interface ch.njol.skript.classes.Serializer as super class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:53) ~[?:?]
at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
[19:50:56] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.9
[19:50:56] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[19:50:56] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[19:50:56] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -629,0 Y: 65,0 Z: 798,0
[19:50:56] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[19:50:56] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[19:50:56] [Server thread/INFO]: -------- World Settings For [surv] --------
[19:50:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[19:50:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[19:50:56] [Server thread/INFO]: Item Despawn Rate: 6000
[19:50:56] [Server thread/INFO]: Item Merge Radius: 2.5
[19:50:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[19:50:56] [Server thread/INFO]: View Distance: 10
[19:50:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[19:50:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
[19:50:56] [Server thread/INFO]: Clear tick list: false
[19:50:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[19:50:56] [Server thread/INFO]: Sending up to 10 chunks per packet
[19:50:56] [Server thread/INFO]: Mob Spawn Range: 4
[19:50:56] [Server thread/INFO]: Anti X-Ray: true
[19:50:56] [Server thread/INFO]:  Engine Mode: 1
[19:50:56] [Server thread/INFO]:  Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[19:50:56] [Server thread/INFO]:  Replace Blocks: [1, 5]
[19:50:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[19:50:56] [Server thread/INFO]: Random Lighting Updates: false
[19:50:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[19:50:56] [Server thread/INFO]: Structure Info Saving: true
[19:50:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[19:50:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[19:50:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[19:50:56] [Server thread/INFO]: Max TNT Explosions: 100
[19:50:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[19:50:56] [Server thread/INFO]: Max Entity Collisions: 8
[19:50:56] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5473863448517492512)
[19:50:58] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[19:50:58] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[19:50:58] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-03.1514-
[19:50:58] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[19:50:58] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[19:50:58] [Server thread/INFO]: [WorldGuard] (surv) TNT ignition is PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (surv) Lighters are PERMITTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] (surv) Lava fire is blocked.
[19:50:58] [Server thread/INFO]: [WorldGuard] (surv) Fire spread is UNRESTRICTED.
[19:50:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'surv'
[19:50:58] [Server thread/INFO]: [WorldGuard] Loading region data...
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.0-SNAPSHOT-sMD5NET-b793
[19:50:58] [Server thread/WARN]: [NoCheatPlus]  Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
[19:50:58] [Server thread/WARN]: [NoCheatPlus]  Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
[19:50:58] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-fdc1440-53fac9f (MC: 1.8.8)). Please check for updates and consider to request support.
[19:50:58] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
[19:50:58] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x|1.8.x / Bukkit-API
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[19:50:58] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.8)...
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | SoundDistance
[19:50:58] [Server thread/WARN]: [NoCheatPlus] Your configuration might be outdated.
Some settings could have changed, you should regenerate it!
[19:50:58] [Server thread/INFO]: [NoCheatPlus] Version 3.12.0-SNAPSHOT-sMD5NET-b793 is enabled.
[19:50:58] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.6
[19:50:58] [Server thread/INFO]: [m
[19:50:58] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
[19:50:58] [Server thread/INFO]: [m
[19:50:58] [Server thread/INFO]: [0;36;1mTitleAPI[m
[19:50:58] [Server thread/INFO]: [0;36;1mVersion 1.6[m
[19:50:58] [Server thread/INFO]: [m
[19:50:58] [Server thread/INFO]: [0;34;1m-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[m
[19:50:58] [Server thread/INFO]: [m
[19:50:58] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[19:50:58] [Server thread/INFO]: [WildSkript] skQuery hooked!
[19:50:58] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
java.lang.IncompatibleClassChangeError: class net.dzikoysk.wildskript.classes.RegionClasses$2 has interface ch.njol.skript.classes.Serializer as super class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at net.dzikoysk.wildskript.classes.RegionClasses.<clinit>(RegionClasses.java:69) ~[?:?]
at net.dzikoysk.wildskript.register.Classes.registerClasses(Classes.java:29) ~[?:?]
at net.dzikoysk.wildskript.register.Register.register(Register.java:9) ~[?:?]
at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:66) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
[19:50:58] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[19:50:58] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
[19:50:58] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[19:50:58] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[19:50:58] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[19:50:58] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[19:50:58] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[19:50:58] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[19:50:58] [Server thread/INFO]: [BossShop] Enabling BossShop v2.1.0
[19:50:58] [Server thread/INFO]: [BossShop] Loading data...
[19:50:58] [Thread-20/INFO]: [ClearLag] No updates found!
[19:50:58] [Server thread/INFO]: [BossShop] Loaded 9 Shops!
[19:50:58] [Server thread/INFO]: [BossShop] Vault found.
[19:50:58] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b699
[19:50:58] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b699 Enabled - By Rigby and fernferret
[19:50:59] [Server thread/INFO]: [MVPLogging] 1 - Portals(s) loaded
[19:50:59] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[19:50:59] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.4
[19:50:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[19:50:59] [Server thread/INFO]: = Vault  : Ok. Hooked MyCommand Vault 1.5.2-b33
[19:50:59] [Server thread/INFO]: = BarAPI : Detected. feature enabled.
[19:50:59] [Server thread/INFO]: = Spout  : Not detected
[19:50:59] [Server thread/INFO]: = An error occurred on language.yml file
[19:50:59] [Server thread/INFO]: = Config : Ok
[19:50:59] [Server thread/INFO]: = Custom commands loaded : 33
[19:50:59] [Server thread/INFO]: = Version: 5.1.4
[19:50:59] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
[19:50:59] [Server thread/INFO]: = Status : Active
[19:50:59] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[19:50:59] [Server thread/INFO]: [AZRank] Enabling AZRank v1.3.b4
[19:50:59] [Server thread/INFO]: [AZRank] Found Vault and PermissionsEx and is good to go
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'message' is: +player jest teraz a(n) +group for+time
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'aWhile' is:  a while
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'ever' is: ever
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'broadcastRankChange' is: true
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'allowOpsChanges' is: true
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'logEverything' is: false
[19:50:59] [Server thread/INFO]: [AZRank][Config]option: 'checkInterval' is: 10seconds
[19:50:59] [Server thread/INFO]: [AZRank] AZRank v1.3.b4 is now enabled.
[19:50:59] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
[19:50:59] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[19:50:59] [Server thread/INFO]: [CombatLog] Loading config.yml.
[19:50:59] [Server thread/INFO]: [0;31;1m[CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.[m
[19:50:59] [Server thread/INFO]: [0;31;1m[CombatLog] Factions plugin not found! Safezone untagging will not work.[m
[19:50:59] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
[19:50:59] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.9
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Chain Lightning'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Disorient Distant'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Disorient Nearby'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Disorient Target'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Fetch Distant'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Fetch Nearby'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Fetch Target'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Fire Aura'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Flood'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Lightning Aura'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Living Bomb'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Obsidian Bomb'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Pull Distant'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Pull Nearby'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Pull Target'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Root Target'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Shoot Arrow'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Shoot Fireball'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Shuffle Positions'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Throw Distant'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Throw Nearby'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Throw Target'
[19:50:59] [Server thread/INFO]: [MobArena] Loaded custom ability 'Warp'
[19:50:59] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[19:50:59] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[19:50:59] [Server thread/INFO]: [MobArena] v0.96.9 enabled.
[19:50:59] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
[19:50:59] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[19:50:59] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
[19:50:59] [Server thread/ERROR]: [Citizens] Missing preferred location bundle.
[19:50:59] [Server thread/INFO]: [NovaGuilds] Enabling NovaGuilds v22
[19:50:59] [Server thread/INFO]: [NovaGuilds][ConfigManager] Data storage: Primary: MYSQL, Secondary: FLAT
[19:50:59] [Server thread/INFO]: [NovaGuilds][ConfigManager] Enabled
[19:50:59] [Server thread/INFO]: [NovaGuilds] Messages loaded
[19:50:59] [Server thread/INFO]: [NovaGuilds][CustomCommandManager] Enabled
[19:50:59] [Server thread/INFO]: [NovaGuilds][NovaGroup] Loading group 'default'...
[19:50:59] [Server thread/INFO]: [NovaGuilds][NovaGroup] Loading group 'admin'...
[19:50:59] [Server thread/INFO]: [NovaGuilds][GroupManager] Enabled
[19:50:59] [Server thread/INFO]: [NovaGuilds] HolographicDisplays hooked
[19:50:59] [Server thread/INFO]: [NovaGuilds] Vault hooked
[19:50:59] [Server thread/INFO]: [NovaGuilds] Vault's Economy hooked
[19:50:59] [Server thread/INFO]: [NovaGuilds] BarAPI hooked
[19:50:59] [Server thread/INFO]: [NovaGuilds] VanishNoPacket not found, support disabled
[19:50:59] [Server thread/INFO]: [NovaGuilds] ProtocolLib hooked
[19:50:59] [Server thread/INFO]: [NovaGuilds] Connecting to MYSQL storage
[19:50:59] [Server thread/ERROR]: [NovaGuilds][DatabaseManager] Please edit your MySQL connection info in config.yml
[19:50:59] [Server thread/INFO]: [NovaGuilds] Connected to FLAT storage.
[19:50:59] [Server thread/INFO]: [NovaGuilds][RegionManager] Loaded 0 regions.
[19:50:59] [Server thread/INFO]: [NovaGuilds] Regions data loaded
[19:50:59] [Server thread/ERROR]: Error occurred while enabling NovaGuilds v22 (Is it up to date?)
java.lang.IllegalArgumentException: Name cannot be null
at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.getWorld(CraftServer.java:1014) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at co.marcin.novaguilds.manager.GuildManager.guildFromFlat(GuildManager.java:625) ~[?:?]
at co.marcin.novaguilds.manager.GuildManager.loadGuilds(GuildManager.java:107) ~[?:?]
at co.marcin.novaguilds.NovaGuilds.onEnable(NovaGuilds.java:160) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
[19:50:59] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.5-SNAPSHOT
[19:51:00] [Thread-24/WARN]: [HolographicDisplays] The author of this plugin has misconfigured the Updater system.
[19:51:00] [Thread-24/WARN]: [HolographicDisplays] The project ID (75097) provided for updating is invalid.
[19:51:00] [Thread-24/WARN]: [HolographicDisplays] Please notify the author of this error.
[19:51:00] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[19:51:00] [Server thread/INFO]: [AuthMe] Set Language: en
[19:51:00] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[19:51:00] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[19:51:00] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[19:51:00] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[19:51:00] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[19:51:00] [Server thread/INFO]: [AuthMe] [SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months
[19:51:00] [Server thread/INFO]: [AuthMe] [SPONSOR] Look Minecraft and other offers on www.verygames.net ! 
[19:51:00] [Server thread/INFO]: [AuthMe] Authme 3.5-SNAPSHOT enabled
[19:51:00] [Thread-25/INFO]: [NovaGuilds] You're using build: #22
[19:51:00] [Thread-25/INFO]: [NovaGuilds] Latest stable build of the plugin is: #10
[19:51:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[19:51:00] [Thread-25/INFO]: [NovaGuilds] You are using unreleased build #22
[19:51:00] [Server thread/INFO]: Done (6,071s)! For help, type "help" or "?"
[19:51:00] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[19:51:00] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[19:51:00] [Craft Scheduler Thread - 4/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Es wird geprüft, ob eine neue Version verfügbar ist...[m
[19:51:00] [Server thread/ERROR]: [Skript] 'barrier' is not an item type (Blokadabarrierki.sk, line 11: 'on place of barrier:')
[19:51:00] [Server thread/ERROR]: [Skript] indentation error: expected 16 spaces, but found 4 tabs (Fontanna.sk, line 17: 'add random element out of {lista::*} to player')
[19:51:00] [Server thread/ERROR]: [Skript] indentation error: expected 16 spaces, but found 4 tabs (Fontanna.sk, line 18: 'send "&9Dostales losowy item" to player')
[19:51:00] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (Fontanna.sk, line 16: 'if event-item is {@itemdrop}:')
[19:51:00] [Server thread/ERROR]: [Skript] 'region' is not an entity type (Magiczna Fontanna.sk, line 15: 'if region is "{@rg}":')
[19:51:00] [Server thread/ERROR]: [Skript] A command with the name /add is already defined in Fontanna.sk (Magiczna Fontanna.sk, line 19: 'command /add:')
[19:51:00] [Server thread/ERROR]: [Skript] 'player inventory' is not an entity type (OP Diament.sk, line 5: 'clear player inventory')
[19:51:00] [Server thread/ERROR]: [Skript] 'stick with lore "unbreaking"' is not an entity type (OP Diament.sk, line 6: 'give {@item1} with lore "unbreaking" to the player')
[19:51:00] [Server thread/INFO]: [Skript] loaded 5 scripts with a total of 5 triggers and 1 command in 0.07 seconds
[19:51:00] [Server thread/INFO]: [Skript] Skript finished loading!
[19:51:00] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[19:51:00] [Server thread/INFO]: [MobArena] MobArena v0.97.1 is now available!
[19:51:00] [Server thread/INFO]: [MobArena] Your version: v0.96.9
[19:51:00] [Craft Scheduler Thread - 12/INFO]: [Vault] Checking for Updates ... 
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;31;1m*[0;37;22m---------------------------------------------[0;31;1m*[m
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;31;1m  [!] [0;33;1mChatControl Update Notification [0;31;1m[!][m
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;37;1m    A manual upgrade is now available at[m
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;37;1m    https://spigotmc.org/resources/10258[m
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;30;1m  You can hide this warning in settings.yml[m
[19:51:00] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;31;1m*[0;37;22m---------------------------------------------[0;31;1m*[m
[19:51:01] [Craft Scheduler Thread - 12/WARN]: [Vault] Stable Version: 1.5.5 is out! You are still running version: 1.5.2
[19:51:01] [Craft Scheduler Thread - 12/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[19:51:01] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mWährend der Überprüfung auf eine neue Version ist ein interner Fehler aufgetreten. Im Server-Log finden sich weitere Informationen.[m
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
[19:51:01] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[19:51:01] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[19:51:01] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
[19:51:01] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[19:51:01] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[19:51:01] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[19:51:01] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! Stack trace:
[19:51:01] [Skript update thread/ERROR]: #!#! java.lang.StringIndexOutOfBoundsException: String index out of range: -1
[19:51:01] [Skript update thread/ERROR]: #!#!     at java.lang.String.substring(Unknown Source)
[19:51:01] [Skript update thread/ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:170)
[19:51:01] [Skript update thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! Version Information:
[19:51:01] [Skript update thread/ERROR]: #!#!   Skript: 2.0.2
[19:51:01] [Skript update thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[19:51:01] [Skript update thread/ERROR]: #!#!   Minecraft: 1.8.8
[19:51:01] [Skript update thread/ERROR]: #!#!   Java: 1.8.0_51
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! Current node: null
[19:51:01] [Skript update thread/ERROR]: #!#! Current item: null
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:01] [Skript update thread/ERROR]: #!#! End of Error.
[19:51:01] [Skript update thread/ERROR]: #!#! 
[19:51:03] [Craft Scheduler Thread - 11/INFO]: [ChatControl] [0;36;1mChatControl is updating! Downloading v5.2.4[m
[19:51:04] [Craft Scheduler Thread - 11/INFO]: [ChatControl] Got file of size: 165.903 kb[m
[19:51:06] [Craft Scheduler Thread - 11/INFO]: [ChatControl] Downloaded! File uploaded into the update folder. Please copy it to the plugins folder.[m
[19:51:13] [Thread-30/INFO]: [SkinsRestorer] Skin fetch failed for player Polaczekk: Can't find a valid premium player with that name
[19:51:13] [Thread-30/INFO]: [SkinsChanger] Skin fetch failed for player Polaczekk: Can't find a valid premium player with that name
[19:51:13] [Thread-30/INFO]: UUID of player Polaczekk is 8ec15306-5c3b-3108-9682-3f9ca8080588
[19:51:13] [Server thread/INFO]: Polaczekk[/192.168.8.101:52594] logged in with entity id 128 at ([world]-597.7228324428294, 63.0, 798.9858202146823)
[19:51:15] [Craft Scheduler Thread - 10/INFO]: [LWC] [LWC] The updater ran into a minor issue: Server returned HTTP response code: 522 for URL: http://update.griefcraft.com/lwc/branch/stable/LATEST
[19:51:15] [Craft Scheduler Thread - 10/INFO]: [LWC] [LWC] This can probably be ignored.
[19:51:20] [Server thread/INFO]: [AuthMe] Polaczekk logged in!
[19:51:21] [Craft Scheduler Thread - 9/INFO]: [Metrics] Connection timed out: connect
[19:51:34] [Server thread/INFO]: Polaczekk issued server command: /add
[19:51:34] [Server thread/INFO]: Polaczekk: /add[/spoiler]

 

 

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

Ponieważ pluginy WildSkript oraz SkQuery nie wystartowały..

SkQuery:

 

[19:50:56] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)

java.lang.IncompatibleClassChangeError: class com.w00tmast3r.skquery.elements.Types$1 has interface ch.njol.skript.classes.Serializer as super class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:53) ~[?:?]
at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
[19:50:56] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.9

 

WildSkript:

 

[19:50:58] [server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)

java.lang.IncompatibleClassChangeError: class net.dzikoysk.wildskript.classes.RegionClasses$2 has interface ch.njol.skript.classes.Serializer as super class
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at net.dzikoysk.wildskript.classes.RegionClasses.<clinit>(RegionClasses.java:69) ~[?:?]
at net.dzikoysk.wildskript.register.Classes.registerClasses(Classes.java:29) ~[?:?]
at net.dzikoysk.wildskript.register.Register.register(Register.java:9) ~[?:?]
at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:66) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]

784091427630431250239.png

Regulamin sygnatur

Opublikowano

Ponieważ pluginy WildSkript oraz SkQuery nie wystartowały..

 

SkQuery:

 

[19:50:56] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)

java.lang.IncompatibleClassChangeError: class com.w00tmast3r.skquery.elements.Types$1 has interface ch.njol.skript.classes.Serializer as super class

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]

at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]

at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]

at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]

at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:53) ~[?:?]

at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]

[19:50:56] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.9

 

WildSkript:

 

[19:50:58] [server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)

java.lang.IncompatibleClassChangeError: class net.dzikoysk.wildskript.classes.RegionClasses$2 has interface ch.njol.skript.classes.Serializer as super class

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_51]

at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]

at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_51]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]

at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]

at net.dzikoysk.wildskript.classes.RegionClasses.<clinit>(RegionClasses.java:69) ~[?:?]

at net.dzikoysk.wildskript.register.Classes.registerClasses(Classes.java:29) ~[?:?]

at net.dzikoysk.wildskript.register.Register.register(Register.java:9) ~[?:?]

at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:66) ~[?:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-fdc1440-53fac9f]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]

Gdybym wiedział, że do tego skryptu są potrzebne te dodatki :c

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano
if event-region is "nazwa regionu":
if region is "nazwa regionu":

­

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

  • 2 miesiące temu...
Opublikowano

@Hakushaku

Dobra, działa twój kod, ale pytanie.

Jak zrobić, żeby po wrzuceniu złota, to znika te złoto? Bo gracz będzie wrzucał, brał znów te złoto i wrzucał i tak cały czas.

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

@Soanger

Jest error

 

Can't understand this condition/effect: remove event-item

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

Dobra teraz bez błędne­ 

options:
    #===== REGION =====#
    region: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    item: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
#===========
on drop:
    if "%region at event-item%" is "{@region}":
        if block at event-item is "{@block}":
            if event-item is "{@item}":
                add random element out of {lista::*} to player
                wait 1 ticks
                cancel event
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

Opublikowano

Dobra teraz bez błędne­

options:
    #===== REGION =====#
    region: fontanna
    #===== W jaki blok trzeba wrzucic... =====#
    block: water
    #===== Co trzeba wrzucic... =====#
    item: golden ingot
    #===== KONIEC =====#
# Instrukcja obslugi #
# 1. edytuj opcje #
# 2. komendą /add dodaj item z ręki #
# 3. Graj! #
#===========
on drop:
    if "%region at event-item%" is "{@region}":
        if block at event-item is "{@block}":
            if event-item is "{@item}":
                add random element out of {lista::*} to player
                wait 1 ticks
                cancel event
command /add:
    trigger:
        add player's tool to {lista::*}
        send "&9Dodano!" 
'at event-item' is not a direction (line 8: 'if block at event-item is "{@block}":'

 

Błędzik ^^

 

Mam jeszcze jedno pytanko, jak dodać lore do polecenia "add 1 diamond of infinity 1 named "iks de" to player"?

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Opublikowano

... Named "xd" with lore "wiem || to enter xd"

Opublikowano


command /dajsecos:

trigger:

add 1 diamond of infinity 1 named "iks de" with lore "||&7&oHAHAHA IKS DE MI DZIALA :C..||" to player

Opublikowano

@ref

Dobra, spróbuje póżniej z tym lore, a teraz niech ktoś pomoże z tą fontanną.. Błąd jest kilka postów dalej ;-;

2078d3efe0497b2dmed.png


 


> Serwer ROLE-PLAY <


 


Już niedługo zapowiedź!

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...