Sol Reklam
Sağ Reklam

Çözüldü Featherboard 4 Editlenmiyor.

Durum
Mesaj gönderimine kapalı.

SoulX

Vatan Sevdalısı

Discord:

SoulX#3935

Katılım
9 Ekim 2017
Mesajlar
1.833
Elmaslar
2.565
Puanlar
19.570
Yer
Antalya
Bunu deneyin:

Kod:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# Config comment style borrowed from the Essentials config.
#
# If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
#   - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager
#
# Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
#   - No tabs are present: YAML only allows spaces.
#   - You have escaped all apostrophes or quotes in your text:
#      - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
#      - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
#
# If you've got problems:
#   - Join the Discord server here: https://*/NwdtW2d
#   - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
#
# 1 second = 20 ticks
#
# For more information check: https://github.com/Puharesource/TitleManager/wiki

############################################################
# +------------------------------------------------------+ #
# |                       General                        | #
# +------------------------------------------------------+ #
############################################################

# Never change this value
config-version: 5

# Toggles debug mode, which prints additional information when the plugin does something.
debug: false

# Toggles whether or not all of the features of TitleManager will be toggled.
using-config: true

# Toggles whether or not all of the BungeeCord functionality will be toggled.
using-bungeecord: false

# (Feature only works on 1.7-1.8 Protocol Hack)
# Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
legacy-client-support: false

# Toggles whether or not the plugin should warn administrators if there's a new version out.
check-for-updates: true

# The locale used for some of the placeholders.
locale: 'en-US'

############################################################
# +------------------------------------------------------+ #
# |                     Player List                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the header and footer of the player list. (Shown when you hold the TAB key.)

player-list:

  # Toggles this feature.
  enabled: true

  # Sets the header of the player list.
  #
  # Single line format.
  # header: 'My header text'
  #
  # Multiple line format.
  # header:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  header:
  - ''
  - '${shine:[0;2;0][0;25;0][0;25;0][&3;&b]My Server}'
  - ''

  # Sets the footer of the player list.
  #
  # Single line format.
  # footer: 'My footer text'
  #
  # Multiple line format.
  # footer:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  footer:
  - ''
  - '&7World time: &b%{12h-world-time}'
  - '&7Server time: &b%{server-time}'
  - ''
  - '${right-to-left} &b%{online}&7/&b%{max} &7Online Players ${left-to-right}'

############################################################
# +------------------------------------------------------+ #
# |                    Welcome Title                     | #
# +------------------------------------------------------+ #
############################################################

# Sets the title that is sent to the player when they join the server.

welcome-title:

  # Toggles this feature.
  enabled: true

  # The title shown.
  title: 'Welcome to My Server'

  # The subtitle shown.
  subtitle: 'Hope you enjoy your stay'

  # The time it takes for the title to fade into the screen. (In ticks)
  fade-in: 20

  # The time it takes for the title to stay on the screen. (In ticks)
  stay: 40

  # The time it takes for the title to fade out of the screen. (In ticks)
  fade-out: 20

  # The title shown when the player joins the server for the first time.
  first-join:

    # The title shown.
    title: 'Welcome to My Server'

    # The subtitle shown.
    subtitle: 'This is your first time!'

############################################################
# +------------------------------------------------------+ #
# |                  Welcome Actionbar                   | #
# +------------------------------------------------------+ #
############################################################

# Sets the actionbar that is sent to the player when they join the server.

welcome-actionbar:

  # Toggles this feature.
  enabled: true

  # The message shown.
  title: 'Welcome to My Server'

  # The message shown when the player joins the server for the first time.
  first-join: 'Welcome to My Server, this is your first time!'

############################################################
# +------------------------------------------------------+ #
# |                     Placeholders                     | #
# +------------------------------------------------------+ #
############################################################

# Configures anything placeholder related.

placeholders:

  # The format used by the balance placeholder.
  number-format:

    # Toggles this feature.
    enabled: true

    # The format used.
    format: '#,###.##'

  # The format used by the server-time placeholder.
  # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  date-format: 'EEE, dd MMM yyyy HH:mm:ss z'

############################################################
# +------------------------------------------------------+ #
# |                      Scoreboard                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the scoreboard (sidebar) that is sent to the player

 scoreboard:
 enabled: true

  # The title displayed at the very top of the scoreboard
  # WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
  title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'

  # The lines of the scoreboard (Maximum of 15 lines allowed)
  # Each line can only have 40 characters (this includes color codes)
  # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  lines:
  - '&b&m----------------------------------'
  - '&b> &3&lIsminiz:'
  - '&b%{name}'
  - '&r'
  - '&b> &3&lPing:'
  - '&b%{ping} MS'
  - '&r&r'
  - '&b> &3&lSaat::'
  - '&b%{server-time}'
  - '&r' - '&b> &3&lSunucu:'
  - '&b% OP SkyBlock'
  - '&b&m----------------------------------&r'

############################################################
# +------------------------------------------------------+ #
# |                      Announcer                       | #
# +------------------------------------------------------+ #
############################################################

# Automatically send titles and/or actionbar messages to the players on the server.

announcer:

  # Toggles this feature.
  enabled: true

  # The announcements
  #
  # The format:
  #
  # announcement-name:
  #   interval: 60                        (Seconds, Default: 60)
  #   timings:
  #     fade-in: 20                       (Ticks, Default: 20)
  #     stay: 40                          (Ticks, Default: 40)
  #     fade-out: 20                      (Ticks, Default: 20)
  #   titles:
  #   - 'First title'                     (The title sent)
  #   - 'Second title\nSecond subtitle'   (The next title sent, this time using \n to split the title and subtitle from each other)
  #   actionbar:
  #   - 'First actionbar'                 (The actionbar message sent)
  #   - 'The next actionbar sent'         (The next actionbar message sent)
  announcements:
    my-announcement:
      interval: 60
      timings:
        fade-in: 20
        stay: 40
        fade-out: 20
      titles:
      - '&aThis is the 1st title announcement\n&aThis is the subtitle'
      - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
      actionbar:
      - '&aThis is the 1st actionbar announcement'
      - '&bThis is the 2nd actionbar announcement'

############################################################
# +------------------------------------------------------+ #
# |                       Bandwidth                      | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the bandwidth saving options.

bandwidth:
  # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  prevent-duplicate-packets: true

  # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  player-list-ms-per-tick: 50

  # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  scoreboard-ms-per-tick: 50

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the messages sent to the users.

messages:
  # The message shown when a player doesn't have permission to run a command.
  no-permission: '&cYou do not have permission to run that command!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aThe server is running %version'

  # The messages from the command /tm reload
  command-reload:
    description: 'Reloads TitleManager'
    reloaded: '&aTitleManager reloaded'

  # The messages from the command /tm animations
  command-animations:
    description: 'Displays all loaded animations'
    format: '&aLoaded animations (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Displays all loaded scripts'
    format: '&aLoaded scripts (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Broadcasts a title to the server'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '&aYou have broadcasted the title "&r%title&a".'
    subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Broadcasts an actionbar title to the server'
    usage: '<title>'
    sent: '&aYou have broadcasted the actionbar title "&r%title&a".'

  # The messages from the command /tm message
  command-message:
    description: 'Sends a title to the specified player'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&aYou have sent %player the title "&r%title&a".'
    subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Sends an actionbar title to the specified player'
    usage: '<player> <title>'
    sent: '&aYou have sent %player the actionbar title "&r%title&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm scoreboard
  command-scoreboard:
    description: 'Toggles the scoreboard on or off.'
    usage: 'toggle'
    toggled-on: '&aYou have enabled your scoreboard.'
    toggled-off: '&cYou have disabled your scoreboard.'
 

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Bunu deneyin:

Kod:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# Config comment style borrowed from the Essentials config.
#
# If you want to use special characters (ASCII, UTF-8 characters) in the config, you need to save the file as UTF-8.
#   - If you don't know how this is done, you can see the guide on the wiki: https://github.com/Puharesource/TitleManager/wiki/Unicode---UTF-8-characters-for-TitleManager
#
# Config errors, such as the plugin not loading or the config resetting can be fixed by ensuring that:
#   - No tabs are present: YAML only allows spaces.
#   - You have escaped all apostrophes or quotes in your text:
#      - If you surround your text with apostrophes like this 'don't', double all of your apostrophes like this: 'don''t'
#      - If you surround your text with quotes like this "Quote: "hello"", switch to apostrophes instead like this 'Quite: "hello"'.
#
# If you've got problems:
#   - Join the Discord server here: https://*/NwdtW2d
#   - Write a ticket on the Issue Tracker here: https://github.com/Puharesource/TitleManager/issues
#
# 1 second = 20 ticks
#
# For more information check: https://github.com/Puharesource/TitleManager/wiki

############################################################
# +------------------------------------------------------+ #
# |                       General                        | #
# +------------------------------------------------------+ #
############################################################

# Never change this value
config-version: 5

# Toggles debug mode, which prints additional information when the plugin does something.
debug: false

# Toggles whether or not all of the features of TitleManager will be toggled.
using-config: true

# Toggles whether or not all of the BungeeCord functionality will be toggled.
using-bungeecord: false

# (Feature only works on 1.7-1.8 Protocol Hack)
# Toggles whether or not 1.7 players will see actionbar messages when they're holding an item.
legacy-client-support: false

# Toggles whether or not the plugin should warn administrators if there's a new version out.
check-for-updates: true

# The locale used for some of the placeholders.
locale: 'en-US'

############################################################
# +------------------------------------------------------+ #
# |                     Player List                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the header and footer of the player list. (Shown when you hold the TAB key.)

player-list:

  # Toggles this feature.
  enabled: true

  # Sets the header of the player list.
  #
  # Single line format.
  # header: 'My header text'
  #
  # Multiple line format.
  # header:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  header:
  - ''
  - '${shine:[0;2;0][0;25;0][0;25;0][&3;&b]My Server}'
  - ''

  # Sets the footer of the player list.
  #
  # Single line format.
  # footer: 'My footer text'
  #
  # Multiple line format.
  # footer:
  # - 'My first line'
  # - 'My second line'
  # - 'My third line'
  footer:
  - ''
  - '&7World time: &b%{12h-world-time}'
  - '&7Server time: &b%{server-time}'
  - ''
  - '${right-to-left} &b%{online}&7/&b%{max} &7Online Players ${left-to-right}'

############################################################
# +------------------------------------------------------+ #
# |                    Welcome Title                     | #
# +------------------------------------------------------+ #
############################################################

# Sets the title that is sent to the player when they join the server.

welcome-title:

  # Toggles this feature.
  enabled: true

  # The title shown.
  title: 'Welcome to My Server'

  # The subtitle shown.
  subtitle: 'Hope you enjoy your stay'

  # The time it takes for the title to fade into the screen. (In ticks)
  fade-in: 20

  # The time it takes for the title to stay on the screen. (In ticks)
  stay: 40

  # The time it takes for the title to fade out of the screen. (In ticks)
  fade-out: 20

  # The title shown when the player joins the server for the first time.
  first-join:

    # The title shown.
    title: 'Welcome to My Server'

    # The subtitle shown.
    subtitle: 'This is your first time!'

############################################################
# +------------------------------------------------------+ #
# |                  Welcome Actionbar                   | #
# +------------------------------------------------------+ #
############################################################

# Sets the actionbar that is sent to the player when they join the server.

welcome-actionbar:

  # Toggles this feature.
  enabled: true

  # The message shown.
  title: 'Welcome to My Server'

  # The message shown when the player joins the server for the first time.
  first-join: 'Welcome to My Server, this is your first time!'

############################################################
# +------------------------------------------------------+ #
# |                     Placeholders                     | #
# +------------------------------------------------------+ #
############################################################

# Configures anything placeholder related.

placeholders:

  # The format used by the balance placeholder.
  number-format:

    # Toggles this feature.
    enabled: true

    # The format used.
    format: '#,###.##'

  # The format used by the server-time placeholder.
  # The format used can be found here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
  date-format: 'EEE, dd MMM yyyy HH:mm:ss z'

############################################################
# +------------------------------------------------------+ #
# |                      Scoreboard                      | #
# +------------------------------------------------------+ #
############################################################

# Sets the scoreboard (sidebar) that is sent to the player

scoreboard:
enabled: true

  # The title displayed at the very top of the scoreboard
  # WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
  title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'

  # The lines of the scoreboard (Maximum of 15 lines allowed)
  # Each line can only have 40 characters (this includes color codes)
  # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  lines:
  - '&b&m----------------------------------'
  - '&b> &3&lIsminiz:'
  - '&b%{name}'
  - '&r'
  - '&b> &3&lPing:'
  - '&b%{ping} MS'
  - '&r&r'
  - '&b> &3&lSaat::'
  - '&b%{server-time}'
  - '&r' - '&b> &3&lSunucu:'
  - '&b% OP SkyBlock'
  - '&b&m----------------------------------&r'

############################################################
# +------------------------------------------------------+ #
# |                      Announcer                       | #
# +------------------------------------------------------+ #
############################################################

# Automatically send titles and/or actionbar messages to the players on the server.

announcer:

  # Toggles this feature.
  enabled: true

  # The announcements
  #
  # The format:
  #
  # announcement-name:
  #   interval: 60                        (Seconds, Default: 60)
  #   timings:
  #     fade-in: 20                       (Ticks, Default: 20)
  #     stay: 40                          (Ticks, Default: 40)
  #     fade-out: 20                      (Ticks, Default: 20)
  #   titles:
  #   - 'First title'                     (The title sent)
  #   - 'Second title\nSecond subtitle'   (The next title sent, this time using \n to split the title and subtitle from each other)
  #   actionbar:
  #   - 'First actionbar'                 (The actionbar message sent)
  #   - 'The next actionbar sent'         (The next actionbar message sent)
  announcements:
    my-announcement:
      interval: 60
      timings:
        fade-in: 20
        stay: 40
        fade-out: 20
      titles:
      - '&aThis is the 1st title announcement\n&aThis is the subtitle'
      - '&bThis is the 2nd title announcement\n&bThis is the subtitle'
      actionbar:
      - '&aThis is the 1st actionbar announcement'
      - '&bThis is the 2nd actionbar announcement'

############################################################
# +------------------------------------------------------+ #
# |                       Bandwidth                      | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the bandwidth saving options.

bandwidth:
  # Prevents sending identical packets, lowering bandwidth (but might be more CPU intensive).
  prevent-duplicate-packets: true

  # The tick rate of the player list in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  player-list-ms-per-tick: 50

  # The tick rate of the scoreboard in milliseconds. (Lower = More bandwidth & CPU usage, Higher = Less bandwidth & CPU usage)
  scoreboard-ms-per-tick: 50

############################################################
# +------------------------------------------------------+ #
# |                       Messages                       | #
# +------------------------------------------------------+ #
############################################################

# Configures all of the messages sent to the users.

messages:
  # The message shown when a player doesn't have permission to run a command.
  no-permission: '&cYou do not have permission to run that command!'

  # The messages from the command /tm version
  command-version:
    description: 'Gives you the current running version of TitleManager'
    version: '&aThe server is running %version'

  # The messages from the command /tm reload
  command-reload:
    description: 'Reloads TitleManager'
    reloaded: '&aTitleManager reloaded'

  # The messages from the command /tm animations
  command-animations:
    description: 'Displays all loaded animations'
    format: '&aLoaded animations (&f%count&a): %animations'
    separator: '&f, &a'

  # The messages from the command /tm scripts
  command-scripts:
    description: 'Displays all loaded scripts'
    format: '&aLoaded scripts (&f%count&a): %scripts'
    separator: '&f, &a'

  # The messages from the command /tm broadcast
  command-broadcast:
    description: 'Broadcasts a title to the server'
    usage: '<title>|<title\nsubtitle>'
    title-sent: '&aYou have broadcasted the title "&r%title&a".'
    subtitle-sent: '&aYou have broadcasted the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have broadcasted the titles "&r%title&a" "&r%subtitle&a".'

  # The messages from the command /tm abroadcast
  command-abroadcast:
    description: 'Broadcasts an actionbar title to the server'
    usage: '<title>'
    sent: '&aYou have broadcasted the actionbar title "&r%title&a".'

  # The messages from the command /tm message
  command-message:
    description: 'Sends a title to the specified player'
    usage: '<player> <title>|<title\nsubtitle>'
    title-sent: '&aYou have sent %player the title "&r%title&a".'
    subtitle-sent: '&aYou have sent %player the subtitle "&r%subtitle&a".'
    both-sent: '&aYou have sent %player the titles "&r%title&a" "&r%subtitle&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm amessage
  command-amessage:
    description: 'Sends an actionbar title to the specified player'
    usage: '<player> <title>'
    sent: '&aYou have sent %player the actionbar title "&r%title&a".'
    invalid-player: '&c%player is not a valid player.'

  # The messages from the command /tm scoreboard
  command-scoreboard:
    description: 'Toggles the scoreboard on or off.'
    usage: 'toggle'
    toggled-on: '&aYou have enabled your scoreboard.'
    toggled-off: '&cYou have disabled your scoreboard.'

Eğer çalışmadı ise.

1-https://www.spigotmc.org/resources/titlemanager.1049/ bunu indirip dene.

2-serverini kapat ve aç sonra bize latles.log u at

3-oyun içinde /pl yazıp plugin listeni at.

4-skript kullanıyorsan tek tek onlarıda at
 

Gr4vity.

the Darkest Minds in my head.

Discord:

cat#8080

Katılım
20 Ağustos 2018
Mesajlar
27
Elmaslar
7
Puanlar
0
Minecraft
cat
Facebook
-
Twitter
-
Eğer çalışmadı ise.

1-https://www.spigotmc.org/resources/titlemanager.1049/ bunu indirip dene.

2-serverini kapat ve aç sonra bize latles.log u at

3-oyun içinde /pl yazıp plugin listeni at.

4-skript kullanıyorsan tek tek onlarıda at

Kod:
[16:10:19] [Server thread/INFO]: Starting minecraft server version 1.8.8
[16:10:19] [Server thread/INFO]: Loading properties
[16:10:19] [Server thread/INFO]: Default game type: SURVIVAL
[16:10:19] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[16:10:19] [Server thread/INFO]: Debug logging is disabled
[16:10:19] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[16:10:19] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:10:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:10:19] [Server thread/INFO]: Data value allowed items: 
[16:10:19] [Server thread/INFO]: Generating keypair
[16:10:19] [Server thread/INFO]: Starting Minecraft server on *:25565
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `AuthMe' for files `plugins\AuthMe-5.4.0.jar' and `plugins\AuthMe-5.2-spigot.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `AutoPickup' for files `plugins\AutoPickup_3.7.jar' and `plugins\AutoPickup.jar' in `plugins'
[16:10:19] [Server thread/WARN]: Plugin `Block_Writer v1.0' uses the space-character (0x20) in its name `Block Writer' - this is discouraged
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `ChestShop' for files `plugins\Chestshop.jar' and `plugins\ChestShop-3.9.1-1.8.8-hotfix.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `CrazyCrates' for files `plugins\CrazyCrates[v1.8].jar' and `plugins\CrazyCrates.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `DeluxeMenus' for files `plugins\DeluxeMenus-1.10.5.jar' and `plugins\DeluxeMenus-1.10.3.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins\EssentialsX-2.15.0.3.jar' and `plugins\EssentialsX-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins\EssentialsXChat-2.15.0.3.jar' and `plugins\EssentialsXChat-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `EssentialsSpawn' for files `plugins\EssentialsXSpawn-2.15.0.3.jar' and `plugins\EssentialsXSpawn-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `GroupManager' for files `plugins\GroupManagerPlus-2.0.4-b136.jar' and `plugins\EssentialsGroupManager.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins\Multiverse-Core.jar' and `plugins\Multiverse-Core-2.5.0.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins\PlaceholderAPI-2.8.7.jar' and `plugins\PlaceholderAPI-2.8.6.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins\worldedit-bukkit-6.1.7.3.jar' and `plugins\worldedit-bukkit-6.1.3.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins\WorldGuard.jar' and `plugins\worldguard-6.1.jar' in `plugins'
[16:10:19] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:10:20] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
[16:10:20] [Server thread/INFO]: [MinionsFree] Loading MinionsFree v2.5.4
[16:10:20] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[16:10:20] [Server thread/INFO]: [CustomOreGen] Loading CustomOreGen v1.2.2
[16:10:20] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.4-b136
[16:10:20] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.7
[16:10:20] [Server thread/INFO]: [ChatManagerX] Loading ChatManagerX v3.3.2 BETA
[16:10:20] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[16:10:20] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.1
[16:10:20] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[16:10:20] [Server thread/INFO]: [InventoryPages] Loading InventoryPages v1.0.1
[16:10:20] [Server thread/INFO]: [SuperCensor] Loading SuperCensor v2.8
[16:10:20] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.5.0
[16:10:20] [Server thread/INFO]: [asCMD] Loading asCMD v1.4
[16:10:20] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
[16:10:20] [Server thread/INFO]: [Block_Writer] Loading Block_Writer v1.0
[16:10:20] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
[16:10:20] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, waiting for boot. (late-bind)
[16:10:20] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.2.6
[16:10:20] [Server thread/INFO]: [ChestMaster] Loading ChestMaster v3.6
[16:10:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:20] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
[16:10:20] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev25
[16:10:20] [Server thread/INFO]: [isim-bug-fixed] Loading isim-bug-fixed v1.0.0
[16:10:20] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[16:10:20] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
[16:10:20] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.11
[16:10:20] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.2.0
[16:10:20] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:20] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:20] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[16:10:20] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.5
[16:10:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
[16:10:20] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[16:10:20] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
[16:10:20] [Server thread/INFO]: [EssentialsFly] Loading EssentialsFly v1.6.4
[16:10:20] [Server thread/INFO]: [BottleBets] Loading BottleBets v1.0.0
[16:10:20] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.6
[16:10:20] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
[16:10:20] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[16:10:20] [Server thread/INFO]: [BlastJackpot] Loading BlastJackpot v1.0
[16:10:20] [Server thread/INFO]: [UEAntiTab] Loading UEAntiTab v1.5.5
[16:10:20] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.8
[16:10:20] [Server thread/INFO]: [MoneyPouch] Loading MoneyPouch v2.1.10
[16:10:20] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.3-v2
[16:10:20] [Server thread/INFO]: [Ersatz] Loading Ersatz v1.0
[16:10:20] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.5.8
[16:10:20] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[16:10:20] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.3
[16:10:20] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.8
[16:10:20] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[16:10:20] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.9.0
[16:10:20] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[16:10:20] [Server thread/INFO]: [GuiBalance] Loading GuiBalance v1.4
[16:10:20] [Server thread/INFO]: [AntiJigsaw] Loading AntiJigsaw v1
[16:10:20] [Server thread/INFO]: [CRanks] Loading CRanks v1.2.1
[16:10:20] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
[16:10:20] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[16:10:20] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.3
[16:10:20] [Server thread/INFO]: [jPanel] Loading jPanel v1.0-SNAPSHOT
[16:10:20] [Server thread/INFO]: [AutoSell] Loading AutoSell v2.0.10
[16:10:20] [Server thread/INFO]: [SafeTrade] Loading SafeTrade v1.0.15
[16:10:20] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[16:10:20] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[16:10:20] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
[16:10:20] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.86
[16:10:20] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.6
[16:10:20] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.3
[16:10:20] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
[16:10:20] [Server thread/INFO]: [Lottery] Loading Lottery v1.2.1
[16:10:20] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
[16:10:20] [Server thread/INFO]: [PixelVip] Loading PixelVip v2.0.3
[16:10:20] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[16:10:20] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.4.3
[16:10:20] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
[16:10:20] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[16:10:20] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[16:10:20] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[16:10:20] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.3
[16:10:20] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.3
[16:10:20] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.3
[16:10:20] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.2
[16:10:20] [Server thread/INFO]: [SkyBlockHoloStats] Loading SkyBlockHoloStats v1.4.2
[16:10:20] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.5.0
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[16:10:20] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[16:10:20] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[16:10:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:10:20] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[16:10:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:10:21] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[16:10:21] [Server thread/INFO]: [Vault] Plugin enabled (198ms)
[16:10:21] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.8
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[16:10:21] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 300
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[16:10:21] [Server thread/WARN]: Spawner setting of WITHER_SKELETON is unknown for this server. Skipping.
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading schematic §5§lHype§f§lMC (ada.schematic) for all players, order 5
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[16:10:21] [Server thread/INFO]: [jPanel] Enabling jPanel v1.0-SNAPSHOT
[16:10:21] [Server thread/INFO]: Starting WebSocket server...
[16:10:21] [Server thread/INFO]: Started WebSocket server!
[16:10:21] [Server thread/INFO]: [JPanel] JPanel enabled!
[16:10:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:10:21] [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.
[16:10:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:10:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:10:21] [Server thread/INFO]: Preparing level "world"
[16:10:21] [Server thread/INFO]: -------- World Settings For [world] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [world] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Thread-8/INFO]: == Spark has ignited ...
[16:10:21] [Thread-8/INFO]: >> Listening on 0.0.0.0:25000
[16:10:21] [Thread-8/INFO]: jetty-9.0.z-SNAPSHOT
[16:10:21] [Thread-8/INFO]: Started ServerConnector@23b2a629{HTTP/1.1}{0.0.0.0:25000}
[16:10:21] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7311061186435853765)
[16:10:21] [Server thread/INFO]: Creating ASkyBlock's Nether...
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: -467163817087123586)
[16:10:22] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7311061186435853765)
[16:10:22] [Server thread/INFO]: Preparing start region for level 2 (Seed: -467163817087123586)
[16:10:22] [Server thread/INFO]: Use money is set as true in configuration file.
[16:10:22] [Server thread/INFO]: Checking for Vault...
[16:10:22] [Server thread/INFO]: Vault located setting up economy...
[16:10:22] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[16:10:22] [Server thread/INFO]: [CustomOreGen] Enabling CustomOreGen v1.2.2
[16:10:22] [Server thread/INFO]: [CustomOreGen] Loaded 6 generators
[16:10:22] [Server thread/INFO]: [CustomOreGen] Using ASkyBlock as SkyBlock-Plugin
[16:10:22] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.4-b136
[16:10:22] [Server thread/INFO]: GroupManager version 2.0.4-b136 is enabled!
[16:10:22] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[16:10:22] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[16:10:22] [Server thread/INFO]: [ChatManagerX] Enabling ChatManagerX v3.3.2 BETA
[16:10:22] [Server thread/INFO]:     
[16:10:22] [Server thread/INFO]:     
[16:10:22] [Server thread/INFO]: [ChatManagerX] Enabling....
[16:10:22] [Server thread/INFO]: announcement_config.yml file loaded!
[16:10:22] [Server thread/INFO]: join_config.yml file loaded!
[16:10:22] [Server thread/INFO]: config.yml file loaded!
[16:10:22] [Server thread/INFO]: sign_config.yml file loaded!
[16:10:22] [Server thread/INFO]: log_config.yml file loaded!
[16:10:22] [Server thread/INFO]: [2018-8-22]_log.txt file loaded!
[16:10:22] [Server thread/INFO]:    - Log system is enabled! -
[16:10:22] [Server thread/INFO]:    - All config files loaded! - 
[16:10:22] [Server thread/INFO]:    - Messages loaded -
[16:10:22] [Server thread/INFO]:    - Data connected -
[16:10:22] [Server thread/INFO]:    - Mute options loaded -
[16:10:22] [Server thread/INFO]:    - Global blocked commands is stable -
[16:10:22] [Server thread/INFO]:    - Blocked commands for mute is stable -
[16:10:22] [Server thread/INFO]:    - Other options loaded -
[16:10:22] [Server thread/INFO]:    - Chat is enabled.
[16:10:22] [Server thread/INFO]:    Plugin version: 3.3.2 BETA
[16:10:22] [Server thread/INFO]:    Server version: V1_8
[16:10:22] [Server thread/INFO]:    AutoMessages loaded!
[16:10:22] [Server thread/INFO]: CHATMANAGERX ENABLED
[16:10:22] [Server thread/INFO]:     
[16:10:22] [Server thread/INFO]:     
[16:10:22] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[16:10:22] [Server thread/INFO]: [AlphaChest] loaded 5 chests
[16:10:22] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.1
[16:10:22] [Server thread/INFO]: [PlayTime] Loaded 1 rewards!
[16:10:22] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[16:10:22] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[16:10:22] [Server thread/INFO]: [InventoryPages] Enabling InventoryPages v1.0.1
[16:10:22] [Server thread/INFO]: [InventoryPages] Registering events.
[16:10:22] [Server thread/INFO]: [InventoryPages] Metrics enabled!
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up items.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up commands.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up language.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up inventories.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up inventory saving.
[16:10:22] [Server thread/INFO]: [InventoryPages] Plugin enabled!
[16:10:22] [Server thread/INFO]: [SuperCensor] Enabling SuperCensor v2.8
[16:10:22] [Server thread/INFO]: [SuperCensor] Loading SuperCensor. Version: 2.8
[16:10:22] [Server thread/INFO]: [SuperCensor] SuperCensor loaded.
[16:10:22] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
[16:10:22] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled!  Yay!  (Core version 1.3.5)
[16:10:22] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
[16:10:22] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 145, 52]
[16:10:22] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[16:10:22] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[16:10:22] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0.4-b136
[16:10:22] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[16:10:22] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[16:10:22] [Server thread/INFO]: [asCMD] Enabling asCMD v1.4
[16:10:22] [Server thread/INFO]: [asCMD] asCMD version 1.4 is enabled!
[16:10:22] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
[16:10:22] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
[16:10:22] [Server thread/INFO]: [Block_Writer] Enabling Block_Writer v1.0
[16:10:22] [Server thread/INFO]: [Block Writer] Version 1.0 Enabled!
[16:10:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
[16:10:22] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.2.6
[16:10:22] [Server thread/INFO]: Actionbar> You have installed PlaceholderAPI feel free to use it !
[16:10:22] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 enabled!!
[16:10:22] [Server thread/INFO]: [ChestMaster] Enabling ChestMaster v3.6
[16:10:22] [Server thread/INFO]: ChestMaster - Config file detected, reading config now!
[16:10:22] [Server thread/INFO]: ChestMaster - Config loaded!
[16:10:22] [Server thread/INFO]: ChestMaster - Starting ChestMaster
[16:10:22] [Server thread/INFO]: ChestMaster - Using SQLite!
[16:10:22] [Server thread/INFO]: ChestMaster - SQLite already exists!
[16:10:22] [Server thread/INFO]: ChestMaster - No SQL dataformat issues found! :D
[16:10:22] [Server thread/ERROR]: Error occurred while enabling ChestMaster v3.6 (Is it up to date?)
java.lang.NoClassDefFoundError: net/gravitydevelopment/updater/Updater
    at com.nunofacha.chestmaster.Main.onEnable(Main.java:110) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
Caused by: java.lang.ClassNotFoundException: net.gravitydevelopment.updater.Updater
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_144]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
    ... 12 more
[16:10:22] [Server thread/INFO]: [ChestMaster] Disabling ChestMaster v3.6
[16:10:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:23] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[16:10:23] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[16:10:23] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
[16:10:23] [Server thread/INFO]: [isim-bug-fixed] Enabling isim-bug-fixed v1.0.0
[16:10:23] [Server thread/INFO]: isim-bug-fixed Version 1.0.0 has been enabled
[16:10:23] [Server thread/INFO]: Connecting to SQLite
[16:10:23] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[16:10:23] [Server thread/INFO]: [ClearLag] Loading modules...
[16:10:23] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[16:10:23] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[16:10:23] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[16:10:23] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
[16:10:23] [Thread-26/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[16:10:24] [Server thread/INFO]: 
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.1.3-RELEASE
|   Storage: HSQLDB (local)
| Support:
|   Skype: Leoko33
|   Mail: [email protected]
| Update:
|   You have the newest version
[]================================[]
 
[16:10:24] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.11
[16:10:24] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[16:10:24] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[16:10:24] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 170 classes.
[16:10:24] [Server thread/INFO]: [skQuery] Beginning to process a total of 170 from SkQuery
[16:10:24] [Server thread/INFO]: [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery
[16:10:24] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.2.0
[16:10:24] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[16:10:24] [Server thread/INFO]: [AntiWDL] -----------------------------
[16:10:24] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
[16:10:24] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
[16:10:24] [Server thread/INFO]: [AntiWDL] -----------------------------
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[16:10:24] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [NoCheatPlus] Unsupported client packet in current Minecraft version: TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
[16:10:25] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.5
[16:10:25] [Server thread/INFO]: [eZProtector] Reloading config...
[16:10:25] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
[16:10:25] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.5
[16:10:25] [Thread-26/INFO]: [ClearLag] No updates found!
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[16:10:25] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[16:10:25] [Server thread/INFO]: [WildSkript] skQuery hooked!
[16:10:25] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[16:10:25] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[16:10:25] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[16:10:25] [Server thread/INFO]: [EssentialsFly] Enabling EssentialsFly v1.6.4
[16:10:25] [Server thread/INFO]: [BottleBets] Enabling BottleBets v1.0.0
[16:10:25] [Server thread/INFO]: BottleBets 1.0.0 has been activated
[16:10:25] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.6
[16:10:25] [Server thread/INFO]: CrispyBow's StaffChat
[16:10:25] [Server thread/INFO]: Skype crispybow31
[16:10:25] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[16:10:25] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[16:10:25] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
[16:10:25] [Server thread/INFO]: [BlastJackpot] Enabling BlastJackpot v1.0
[16:10:25] [Server thread/INFO]: [UEAntiTab] Enabling UEAntiTab v1.5.5
[16:10:25] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.8
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/AdaKit.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/event.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Eşya.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Normal.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Parşömen.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Parşöment.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Spawner.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[16:10:25] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[16:10:25] [Server thread/INFO]: [CrazyCrates] 1 player's data has been marked to be removed.
[16:10:25] [Server thread/INFO]: [CrazyCrates] All empty player data has been removed.
[16:10:25] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@579f4986}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@6a4f3e3a}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@371af13a}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@10bbbcf}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5fa14bae}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@4c0c008e}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@2c7fab14}
[16:10:25] [Server thread/INFO]: [MoneyPouch] Enabling MoneyPouch v2.1.10
[16:10:25] [Server thread/INFO]: [MoneyPouch] Your server is running version v1_8_R3
[16:10:25] [Server thread/INFO]: [MoneyPouch] MoneyPouch setup was successful!
[16:10:25] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.3-v2
[16:10:25] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[16:10:25] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[16:10:25] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[16:10:25] [Server thread/INFO]: [TuSKe]  
[16:10:25] [Server thread/INFO]: [TuSKe]  A special thanks for donators:
[16:10:25] [Server thread/INFO]: [TuSKe]  @X0Freak - 50$
[16:10:25] [Server thread/INFO]: [TuSKe]  @RepublicanSensei - 10$
[16:10:25] [Server thread/INFO]: [TuSKe]  
[16:10:26] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 62 expressions and 0 types. Have fun!
[16:10:26] [Server thread/INFO]: [Ersatz] Enabling Ersatz v1.0
[16:10:26] [Server thread/INFO]: [WolvSK] Enabling WolvSK v1.5.8
[16:10:26] [Server thread/INFO]: §aWolvSK Enabled!
[16:10:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[16:10:26] [Server thread/INFO]: [WorldGuard] Loading region data...
[16:10:26] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
[16:10:26] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[16:10:26] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
 in 'string', line 84, column 3:
      COMMAND: 'open: vip.yml'
      ^
expected <block end>, but found BlockSequenceStart
 in 'string', line 88, column 5:
        - '&8» &62x&7 6 Demir Golem Üretici'
        ^

[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.config.yaml.PluginConfig.load(PluginConfig.java:45)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:187)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[16:10:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[16:10:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[16:10:26] [Server thread/WARN]: Caused by: while parsing a block mapping
 in 'string', line 84, column 3:
      COMMAND: 'open: vip.yml'
      ^
expected <block end>, but found BlockSequenceStart
 in 'string', line 88, column 5:
        - '&8» &62x&7 6 Demir Golem Üretici'
        ^

[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[16:10:26] [Server thread/WARN]:     ... 16 more
[16:10:26] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.9.0
[16:10:26] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
[16:10:26] [Server thread/INFO]: [GuiBalance] Enabling GuiBalance v1.4
[16:10:27] [Server thread/INFO]: [GuiBalance] You are using the latest version of GuiBalance
[16:10:27] [Server thread/INFO]: [AntiJigsaw] Enabling AntiJigsaw v1
[16:10:27] [Server thread/INFO]: [CRanks] Enabling CRanks v1.2.1
[16:10:27] [Server thread/WARN]: java.net.UnknownHostException: mhawthor.16mb.com
[16:10:27] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.PlainSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.SocksSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.NetworkClient.doConnect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.openServer(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.openServer(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.<init>(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.New(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.New(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.URL.openStream(Unknown Source)
[16:10:27] [Server thread/WARN]:     at com.mhawthor.ranks.utils.VersionCheck.versionCheck(VersionCheck.java:15)
[16:10:27] [Server thread/WARN]:     at com.mhawthor.ranks.CRanks.onEnable(CRanks.java:46)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[16:10:27] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[16:10:27] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[16:10:27] [Server thread/INFO]: Yeni Bir surum mevcut! İlgili forumlardan indirebilirsiniz.
[16:10:27] [Server thread/INFO]: Started..
[16:10:27] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
[16:10:27] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[16:10:27] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[16:10:27] [Server thread/INFO]: [CombatLog] Loading config.yml.
[16:10:27] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[16:10:27] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[16:10:27] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[16:10:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.3
[16:10:27] [Server thread/WARN]: [Essentials] §6Version uyusmuyor! EssentialsFly lutfen guncelleyiniz.
[16:10:27] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[16:10:27] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[16:10:27] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[16:10:27] [Server thread/INFO]: Using locale tr
[16:10:27] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[16:10:27] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[16:10:27] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[16:10:27] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[16:10:27] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.0.15
[16:10:27] [Server thread/INFO]: [SafeTrade] Using Essentials Economy
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[16:10:27] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:10:27] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 0
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock' - Env: NORMAL - Type: FLAT & seed: -7311061186435853765
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0 
[16:10:27] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: -467163817087123586
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0 
[16:10:27] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: NORMAL & seed: 5671250294660587175
[16:10:27] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[16:10:27] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:27] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:27] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:27] [Server thread/INFO]: View Distance: 6
[16:10:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:27] [Server thread/INFO]: Clear tick list: false
[16:10:27] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:27] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:27] [Server thread/INFO]: Anti X-Ray: true
[16:10:27] [Server thread/INFO]:     Engine Mode: 1
[16:10:27] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:27] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:27] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:27] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:27] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:27] [Server thread/INFO]: Structure Info Saving: true
[16:10:27] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Random Lighting Updates: false
[16:10:27] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:27] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:27] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[16:10:27] [Server thread/INFO]: Fix TNT cannons: false
[16:10:27] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:27] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:27] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:27] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:27] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:27] [Server thread/INFO]: World async lighting: false
[16:10:27] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:27] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:27] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:27] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:27] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:27] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5671250294660587175)
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[16:10:28] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroomd' - Env: NORMAL - Type: FLAT & seed: -45250823113827528
[16:10:28] [Server thread/INFO]: -------- World Settings For [flatroomd] --------
[16:10:28] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:28] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:28] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:28] [Server thread/INFO]: View Distance: 6
[16:10:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:28] [Server thread/INFO]: Clear tick list: false
[16:10:28] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:28] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:28] [Server thread/INFO]: Anti X-Ray: true
[16:10:28] [Server thread/INFO]:     Engine Mode: 1
[16:10:28] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:28] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:28] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:28] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:28] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:28] [Server thread/INFO]: Structure Info Saving: true
[16:10:28] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Random Lighting Updates: false
[16:10:28] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:28] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:28] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:28] [Server thread/INFO]: -------- World Settings For [flatroomd] --------
[16:10:28] [Server thread/INFO]: Fix TNT cannons: false
[16:10:28] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:28] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:28] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:28] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:28] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:28] [Server thread/INFO]: World async lighting: false
[16:10:28] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:28] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:28] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:28] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:28] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:28] [Server thread/INFO]: Preparing start region for level 4 (Seed: -45250823113827528)
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) TNT ignition is PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Lighters are PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Lava fire is blocked.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Fire spread is UNRESTRICTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroomd'
[16:10:28] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[16:10:28] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
[16:10:28] [Server thread/INFO]: [WhatIsIt] has been enabled.
[16:10:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.86
[16:10:28] [Server thread/INFO]: [Shopkeepers] Loading data of 74 shopkeepers..
[16:10:28] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.6
[16:10:28] [Server thread/INFO]: [AutoPickup] Detected you are using AutoSell
[16:10:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.3
[16:10:28] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
[16:10:28] [Server thread/INFO]: [FramePicture] Configuration loaded!
[16:10:28] [Server thread/INFO]: [FramePicture] Loaded 0 frames!
[16:10:28] [Server thread/INFO]: [FramePicture] Caching frames ...
[16:10:28] [Server thread/INFO]: [FramePicture] Cached 0 frames!
[16:10:28] [Server thread/INFO]: [FramePicture] Plugin enabled!
[16:10:28] [Server thread/INFO]: [Lottery] Enabling Lottery v1.2.1
[16:10:28] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
[16:10:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'edb1.mine.yml'...
[16:10:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'Edit.mine.yml'...
[16:10:28] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
[16:10:28] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: SKYBLOCK
[16:10:28] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, ASkyBlock, ASkyBlock_nether, flatroom, flatroomd
[16:10:28] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
java.lang.IllegalArgumentException: World was null!
    at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:71) ~[?:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_144]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:124) [MineResetLite.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
[16:10:28] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
[16:10:28] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
[16:10:28] [Server thread/INFO]: [PixelVip] Enabling PixelVip v2.0.3
[16:10:28] [Server thread/INFO]: PixelVip: [Init config module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init utils module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init essentials module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Essentials found. Hooked!]
[16:10:28] [Server thread/INFO]: PixelVip: [Init economy module...]
[16:10:28] [Server thread/INFO]: PixelVip: [-> Vault found. Hooked.]
[16:10:28] [Server thread/INFO]: PixelVip: [Init commands module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init scheduler module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Reloading tasks...]
[16:10:28] [Server thread/INFO]: PixelVip: [-> Task started]
[16:10:28] [Server thread/INFO]: PixelVip: [-> PlaceHolderAPI found. Hooked.]
[16:10:28] [Server thread/INFO]: PixelVip: [We have 0 active Vips on file]
[16:10:28] [Server thread/INFO]: PixelVip: [PixelVip enabled!]
[16:10:28] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
[16:10:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[16:10:28] [Server thread/INFO]: creating table 'items'
[16:10:28] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`)) 
[16:10:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[16:10:28] [Server thread/INFO]: creating table 'accounts'
[16:10:29] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[16:10:29] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) ) 
[16:10:29] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[16:10:29] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
[16:10:29] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[16:10:29] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.4.3
[16:10:29] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_8_R3
[16:10:29] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
[16:10:29] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[16:10:29] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
[16:10:29] [Server thread/INFO]: Açık Attırma Plugin aktif
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[16:10:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.3
[16:10:29] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.3
[16:10:29] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[16:10:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.3
[16:10:29] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.2
[16:10:30] [Server thread/INFO]: [SkyBlockHoloStats] Enabling SkyBlockHoloStats v1.4.2
[16:10:30] [Server thread/INFO]: [SkyBlockHoloStats] Hooked into ASkyBlock!
[16:10:30] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
[16:10:30] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[16:10:30] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[16:10:30] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[16:10:30] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[16:10:30] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
[16:10:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:10:31] [Server thread/INFO]: Done (9,771s)! For help, type "help" or "?"
[16:10:31] [Server thread/INFO]: Using default channel type
[16:10:31] [Server thread/INFO]: Timings Reset
[16:10:31] [Craft Scheduler Thread - 4/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[16:10:31] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[16:10:31] [Craft Scheduler Thread - 0/INFO]: [Vault] You are running the latest version
[16:10:31] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[16:10:31] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[16:10:31] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
[16:10:31] [Server thread/INFO]: Game rule has been updated
[16:10:31] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
[16:10:31] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
[16:10:31] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
[16:10:31] [Craft Scheduler Thread - 13/INFO]: [PlayerVaults] We didn't find an update!
[16:10:35] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.4.1, you're on: 1.3.0
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading island grid...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading warps...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading warp panel...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading Top Ten
[16:10:35] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
[16:10:35] [Server thread/INFO]:  
#------------------- Chest Commands Errors -------------------#
1) The icon "adakit" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
2) The icon "skylord" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
3) The icon "skyking" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
4) The icon "skyzeus" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
5) The icon "skylegend" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
6) The icon "rehber" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
7) The icon "youtuber" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
8) The icon "vip" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
9) The icon "vip+" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
10) The icon "mvip" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
11) The icon "mvip+" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
12) Invalid YAML configuration for the menu "vip.yml". Please look at the error above, or use an online YAML parser (google is your friend).
13) The icon "vipbilgi" in the menu "warp.yml" has an invalid enchantment: UNBREAKİNG
#-------------------------------------------------------------#
[16:10:35] [Server thread/INFO]: [Piyango] Plugin successfully linked with vault!
[16:10:35] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
[16:10:35] [Server thread/WARN]: Failed to load player data for f31ffbfb-c83e-34e0-8d6e-ad263c6bb0d1
[16:10:35] [Server thread/WARN]: Failed to load player data for b4d43111-ffc2-3e32-b745-0a2430305c72
[16:10:35] [Server thread/INFO]: [ASkyBlock] Update available ASkyBlock V3.0.9.4
[16:10:36] [Craft Scheduler Thread - 11/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[16:10:36] [Craft Scheduler Thread - 11/INFO]: [TuSKe] Documentation was generated successfully.
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] New update available: v1.8.2
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Check what's new in: https://github.com/Tuke-Nuke/TuSKe/releases/tag/1.8.2
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] You can download and update it with /tuske update.
[16:10:48] [Server thread/INFO]: Stopping the server
[16:10:48] [Server thread/INFO]: Stopping server
[16:10:48] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.4.0-b1877
[16:10:48] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[16:10:48] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
[16:10:48] [Server thread/INFO]: [SkyBlockHoloStats] Disabling SkyBlockHoloStats v1.4.2
[16:10:48] [Server thread/INFO]: [TitleManager] Disabling TitleManager v2.1.2
[16:10:52] [Craft Scheduler Thread - 9/INFO]: [Metrics] Connection timed out: connect
[16:10:53] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.15.0.3
[16:10:53] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.15.0.3
[16:10:53] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.15.0.3
[16:10:53] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
[16:10:53] [Server thread/INFO]: [floAuction] Disabling floAuction v3.1.0
[16:10:53] [Server thread/INFO]: Açık Attırma Plugin aktif değil
[16:10:53] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v2.4.3
[16:10:53] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
[16:10:53] [Server thread/INFO]: [PixelVip] Disabling PixelVip v2.0.3
[16:10:53] [Server thread/INFO]: PixelVip: [PixelVip disabled!]
[16:10:53] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.7
[16:10:53] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
[16:10:53] [Server thread/INFO]: [Lottery] Disabling Lottery v1.2.1
[16:10:53] [Server thread/INFO]: [FramePicture] Disabling FramePicture v1.8.7
[16:10:53] [Server thread/INFO]: [FramePicture] Plugin disabled!
[16:10:53] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.15.0.3
[16:10:53] [Server thread/INFO]: [AutoPickup] Disabling AutoPickup v3.6
[16:10:53] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.86
[16:10:53] [Server thread/INFO]: [WhatIsIt] Disabling WhatIsIt v1.3.9
[16:10:53] [Server thread/INFO]: [WhatIsIt] has been disabled.
[16:10:53] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
[16:10:53] [Server thread/INFO]: [Multiverse-Core] - Disabled
[16:10:53] [Server thread/INFO]: [SafeTrade] Disabling SafeTrade v1.0.15
[16:10:53] [Server thread/INFO]: [jPanel] Disabling jPanel v1.0-SNAPSHOT
[16:10:53] [Server thread/INFO]: >>> Spark shutting down ...
[16:10:53] [Server thread/INFO]: Graceful shutdown org.eclipse.jetty.server.Server@38d84cfe by 
[16:10:53] [Server thread/INFO]: Stopped ServerConnector@23b2a629{HTTP/1.1}{0.0.0.0:25000}
[16:10:53] [Server thread/INFO]: done
[16:10:53] [Server thread/INFO]: [Essentials] Disabling Essentials v2.15.0.3
[16:10:53] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[16:10:53] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11
[16:10:53] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Disabled.
[16:10:53] [Server thread/INFO]: [CustomPayloadFixer] Disabling CustomPayloadFixer v1.5
[16:10:53] [Server thread/INFO]: [CRanks] Disabling CRanks v1.2.1
[16:10:53] [Server thread/INFO]: [AntiJigsaw] Disabling AntiJigsaw v1
[16:10:53] [Server thread/INFO]: [GuiBalance] Disabling GuiBalance v1.4
[16:10:53] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-bSNAPSHOT
[16:10:53] [Server thread/INFO]: [LockettePro] Disabling LockettePro v2.9.0
[16:10:53] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.4
[16:10:53] [Server thread/INFO]: [ASkyBlock] Disabling ASkyBlock v3.0.8.8
[16:10:53] [Server thread/INFO]: [ASkyBlock] Saving offline messages...
[16:10:53] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v3.3
[16:10:53] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[16:10:53] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[16:10:53] [Server thread/INFO]: [WolvSK] Disabling WolvSK v1.5.8
[16:10:53] [Server thread/INFO]: §bWolvSK Disabled!
[16:10:53] [Server thread/INFO]: [Ersatz] Disabling Ersatz v1.0
[16:10:53] [Server thread/INFO]: [TuSKe] Disabling TuSKe v1.8.3-v2
[16:10:53] [Server thread/INFO]: [MoneyPouch] Disabling MoneyPouch v2.1.10
[16:10:53] [Server thread/INFO]: [CrazyCrates] Disabling CrazyCrates v1.8
[16:10:53] [Server thread/INFO]: [UEAntiTab] Disabling UEAntiTab v1.5.5
[16:10:53] [Server thread/INFO]: [BlastJackpot] Disabling BlastJackpot v1.0
[16:10:53] [Server thread/INFO]: [Vault] Disabling Vault v1.6.1
[16:10:53] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.8
[16:10:53] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 disabled.
[16:10:53] [Server thread/INFO]: [StaffChat] Disabling StaffChat v1.6
[16:10:53] [Server thread/INFO]: [BottleBets] Disabling BottleBets v1.0.0
[16:10:53] [Server thread/INFO]: BottleBets 1.0.0 has been disabled
[16:10:53] [Server thread/INFO]: [EssentialsFly] Disabling EssentialsFly v1.6.4
[16:10:53] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.10.5
[16:10:53] [Server thread/INFO]: [WildSkript] Disabling WildSkript v1.8
[16:10:53] [Server thread/INFO]: [MVdWPlaceholderAPI] Disabling MVdWPlaceholderAPI v2.5.1
[16:10:53] [Server thread/INFO]: [eZProtector] Disabling eZProtector v4.1.5
[16:10:53] [Server thread/INFO]: [eZProtector] Plugin disabled.
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is disabled.
[16:10:53] [Server thread/INFO]: [AntiWDL] Disabling AntiWDL v0.1
[16:10:53] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:53] [Server thread/INFO]: [ActionHealth] Disabling ActionHealth v3.2.0
[16:10:53] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.22.11
[16:10:53] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.3-RELEASE
[16:10:54] [Server thread/INFO]: Database closed
[16:10:54] [Server thread/INFO]: 
 
[]=====[Disabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.1.3-RELEASE
|   Storage: HSQLDB (local)
| Support:
|   Skype: Leoko33
|   Mail: [email protected]
[]================================[]
 
[16:10:54] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.7
[16:10:54] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[16:10:54] [Server thread/INFO]: [isim-bug-fixed] Disabling isim-bug-fixed v1.0.0
[16:10:54] [Server thread/INFO]: NameFix disabled
[16:10:54] [Server thread/INFO]: [FastCraft] Disabling FastCraft v2.0.3
[16:10:54] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:54] [Server thread/INFO]: [Actionbar] Disabling Actionbar v1.3.2.6
[16:10:54] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 disabled!!
[16:10:54] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
[16:10:54] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[16:10:54] [Server thread/INFO]: [Block_Writer] Disabling Block_Writer v1.0
[16:10:54] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v3.1.1
[16:10:54] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.1.1 ] [ Disabled! ]
[16:10:54] [Server thread/INFO]: [asCMD] Disabling asCMD v1.4
[16:10:54] [Server thread/INFO]: [asCMD] Disabling asCMD!
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] Disabling ConsoleSpamFix v1.5.0
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] Messages hidden since the server started: 417
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix is disabled!
[16:10:54] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.21
[16:10:54] [Server thread/INFO]: Lockette is being disabled...  ;.;
[16:10:54] [Server thread/INFO]: [Lockette] Closing all automatic doors.
[16:10:54] [Server thread/INFO]: [SuperCensor] Disabling SuperCensor v2.8
[16:10:54] [Server thread/INFO]: [InventoryPages] Disabling InventoryPages v1.0.1
[16:10:54] [Server thread/INFO]: [InventoryPages] Plugin disabled.
[16:10:54] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.2.0
[16:10:54] [Server thread/INFO]: [PlayTime] Disabling PlayTime v1.1
[16:10:54] [Server thread/INFO]: [AlphaChest] Disabling AlphaChest v1.17.0
[16:10:54] [Server thread/INFO]: [AlphaChest] saved 5 chests
[16:10:54] [Server thread/INFO]: [ChatManagerX] Disabling ChatManagerX v3.3.2 BETA
[16:10:54] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.4-b136
[16:10:54] [Server thread/INFO]: GroupManager version 2.0.4-b136 is disabled!
[16:10:54] [Server thread/INFO]: [CustomOreGen] Disabling CustomOreGen v1.2.2
[16:10:54] [Server thread/INFO]: [UnioAntiCrash] Disabling UnioAntiCrash v1.0
[16:10:54] [Server thread/INFO]: Saving players
[16:10:54] [Server thread/INFO]: Saving worlds
[16:10:54] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'ASkyBlock'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'ASkyBlock_nether'/Nether
[16:10:54] [Server thread/INFO]: Saving chunks for level 'flatroom'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'flatroomd'/Overworld
[16:10:54] [Server thread/INFO]: Saving usercache.json
[CODE]

[ATTACH=full]40895[/ATTACH]

[ATTACH=full]40896[/ATTACH]
 

Ekler

  • Screenshot_1.jpg
    Screenshot_1.jpg
    146,3 KB · Görünt.: 198
  • Screenshot_2.jpg
    Screenshot_2.jpg
    62,4 KB · Görünt.: 232

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Kod:
[16:10:19] [Server thread/INFO]: Starting minecraft server version 1.8.8
[16:10:19] [Server thread/INFO]: Loading properties
[16:10:19] [Server thread/INFO]: Default game type: SURVIVAL
[16:10:19] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[16:10:19] [Server thread/INFO]: Debug logging is disabled
[16:10:19] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[16:10:19] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:10:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:10:19] [Server thread/INFO]: Data value allowed items:
[16:10:19] [Server thread/INFO]: Generating keypair
[16:10:19] [Server thread/INFO]: Starting Minecraft server on *:25565
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `AuthMe' for files `plugins\AuthMe-5.4.0.jar' and `plugins\AuthMe-5.2-spigot.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `AutoPickup' for files `plugins\AutoPickup_3.7.jar' and `plugins\AutoPickup.jar' in `plugins'
[16:10:19] [Server thread/WARN]: Plugin `Block_Writer v1.0' uses the space-character (0x20) in its name `Block Writer' - this is discouraged
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `ChestShop' for files `plugins\Chestshop.jar' and `plugins\ChestShop-3.9.1-1.8.8-hotfix.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `CrazyCrates' for files `plugins\CrazyCrates[v1.8].jar' and `plugins\CrazyCrates.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `DeluxeMenus' for files `plugins\DeluxeMenus-1.10.5.jar' and `plugins\DeluxeMenus-1.10.3.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins\EssentialsX-2.15.0.3.jar' and `plugins\EssentialsX-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins\EssentialsXChat-2.15.0.3.jar' and `plugins\EssentialsXChat-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `EssentialsSpawn' for files `plugins\EssentialsXSpawn-2.15.0.3.jar' and `plugins\EssentialsXSpawn-2.15.0.1.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `GroupManager' for files `plugins\GroupManagerPlus-2.0.4-b136.jar' and `plugins\EssentialsGroupManager.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins\Multiverse-Core.jar' and `plugins\Multiverse-Core-2.5.0.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins\PlaceholderAPI-2.8.7.jar' and `plugins\PlaceholderAPI-2.8.6.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins\worldedit-bukkit-6.1.7.3.jar' and `plugins\worldedit-bukkit-6.1.3.jar' in `plugins'
[16:10:19] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins\WorldGuard.jar' and `plugins\worldguard-6.1.jar' in `plugins'
[16:10:19] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[16:10:20] [Server thread/INFO]: [eZProtector] Your server is running version v1_8_R3
[16:10:20] [Server thread/INFO]: [MinionsFree] Loading MinionsFree v2.5.4
[16:10:20] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[16:10:20] [Server thread/INFO]: [CustomOreGen] Loading CustomOreGen v1.2.2
[16:10:20] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.4-b136
[16:10:20] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.7
[16:10:20] [Server thread/INFO]: [ChatManagerX] Loading ChatManagerX v3.3.2 BETA
[16:10:20] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[16:10:20] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.1
[16:10:20] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[16:10:20] [Server thread/INFO]: [InventoryPages] Loading InventoryPages v1.0.1
[16:10:20] [Server thread/INFO]: [SuperCensor] Loading SuperCensor v2.8
[16:10:20] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.5.0
[16:10:20] [Server thread/INFO]: [asCMD] Loading asCMD v1.4
[16:10:20] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
[16:10:20] [Server thread/INFO]: [Block_Writer] Loading Block_Writer v1.0
[16:10:20] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
[16:10:20] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, waiting for boot. (late-bind)
[16:10:20] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.2.6
[16:10:20] [Server thread/INFO]: [ChestMaster] Loading ChestMaster v3.6
[16:10:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:20] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.3
[16:10:20] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev25
[16:10:20] [Server thread/INFO]: [isim-bug-fixed] Loading isim-bug-fixed v1.0.0
[16:10:20] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[16:10:20] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
[16:10:20] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.11
[16:10:20] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.2.0
[16:10:20] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:20] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:20] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[16:10:20] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[16:10:20] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.1.5
[16:10:20] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
[16:10:20] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[16:10:20] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
[16:10:20] [Server thread/INFO]: [EssentialsFly] Loading EssentialsFly v1.6.4
[16:10:20] [Server thread/INFO]: [BottleBets] Loading BottleBets v1.0.0
[16:10:20] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.6
[16:10:20] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
[16:10:20] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[16:10:20] [Server thread/INFO]: [BlastJackpot] Loading BlastJackpot v1.0
[16:10:20] [Server thread/INFO]: [UEAntiTab] Loading UEAntiTab v1.5.5
[16:10:20] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.8
[16:10:20] [Server thread/INFO]: [MoneyPouch] Loading MoneyPouch v2.1.10
[16:10:20] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.3-v2
[16:10:20] [Server thread/INFO]: [Ersatz] Loading Ersatz v1.0
[16:10:20] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.5.8
[16:10:20] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[16:10:20] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.3
[16:10:20] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.8
[16:10:20] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[16:10:20] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.9.0
[16:10:20] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[16:10:20] [Server thread/INFO]: [GuiBalance] Loading GuiBalance v1.4
[16:10:20] [Server thread/INFO]: [AntiJigsaw] Loading AntiJigsaw v1
[16:10:20] [Server thread/INFO]: [CRanks] Loading CRanks v1.2.1
[16:10:20] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
[16:10:20] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[16:10:20] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.3
[16:10:20] [Server thread/INFO]: [jPanel] Loading jPanel v1.0-SNAPSHOT
[16:10:20] [Server thread/INFO]: [AutoSell] Loading AutoSell v2.0.10
[16:10:20] [Server thread/INFO]: [SafeTrade] Loading SafeTrade v1.0.15
[16:10:20] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[16:10:20] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[16:10:20] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
[16:10:20] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.86
[16:10:20] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.6
[16:10:20] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.3
[16:10:20] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
[16:10:20] [Server thread/INFO]: [Lottery] Loading Lottery v1.2.1
[16:10:20] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
[16:10:20] [Server thread/INFO]: [PixelVip] Loading PixelVip v2.0.3
[16:10:20] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
[16:10:20] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.4.3
[16:10:20] [Server thread/INFO]: [floAuction] Loading floAuction v3.1.0
[16:10:20] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[16:10:20] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[16:10:20] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[16:10:20] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.3
[16:10:20] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.3
[16:10:20] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.3
[16:10:20] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.2
[16:10:20] [Server thread/INFO]: [SkyBlockHoloStats] Loading SkyBlockHoloStats v1.4.2
[16:10:20] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.5.0
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.8.8
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[16:10:20] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[16:10:20] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[16:10:20] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[16:10:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[16:10:20] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[16:10:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[16:10:21] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[16:10:21] [Server thread/INFO]: [Vault] Plugin enabled (198ms)
[16:10:21] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.8
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[16:10:21] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 300
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[16:10:21] [Server thread/WARN]: Spawner setting of WITHER_SKELETON is unknown for this server. Skipping.
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading schematic §5§lHype§f§lMC (ada.schematic) for all players, order 5
[16:10:21] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[16:10:21] [Server thread/INFO]: [jPanel] Enabling jPanel v1.0-SNAPSHOT
[16:10:21] [Server thread/INFO]: Starting WebSocket server...
[16:10:21] [Server thread/INFO]: Started WebSocket server!
[16:10:21] [Server thread/INFO]: [JPanel] JPanel enabled!
[16:10:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[16:10:21] [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.
[16:10:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[16:10:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[16:10:21] [Server thread/INFO]: Preparing level "world"
[16:10:21] [Server thread/INFO]: -------- World Settings For [world] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [world] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Thread-8/INFO]: == Spark has ignited ...
[16:10:21] [Thread-8/INFO]: >> Listening on 0.0.0.0:25000
[16:10:21] [Thread-8/INFO]: jetty-9.0.z-SNAPSHOT
[16:10:21] [Thread-8/INFO]: Started ServerConnector@23b2a629{HTTP/1.1}{0.0.0.0:25000}
[16:10:21] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7311061186435853765)
[16:10:21] [Server thread/INFO]: Creating ASkyBlock's Nether...
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[16:10:21] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:21] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:21] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:21] [Server thread/INFO]: View Distance: 6
[16:10:21] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:21] [Server thread/INFO]: Clear tick list: false
[16:10:21] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:21] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:21] [Server thread/INFO]: Anti X-Ray: true
[16:10:21] [Server thread/INFO]:     Engine Mode: 1
[16:10:21] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:21] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:21] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:21] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:21] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:21] [Server thread/INFO]: Structure Info Saving: true
[16:10:21] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:21] [Server thread/INFO]: Random Lighting Updates: false
[16:10:21] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:21] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:21] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:21] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[16:10:21] [Server thread/INFO]: Fix TNT cannons: false
[16:10:21] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:21] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:21] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:21] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:21] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:21] [Server thread/INFO]: World async lighting: false
[16:10:21] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:21] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:21] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:21] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:21] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: -467163817087123586)
[16:10:22] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7311061186435853765)
[16:10:22] [Server thread/INFO]: Preparing start region for level 2 (Seed: -467163817087123586)
[16:10:22] [Server thread/INFO]: Use money is set as true in configuration file.
[16:10:22] [Server thread/INFO]: Checking for Vault...
[16:10:22] [Server thread/INFO]: Vault located setting up economy...
[16:10:22] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[16:10:22] [Server thread/INFO]: [CustomOreGen] Enabling CustomOreGen v1.2.2
[16:10:22] [Server thread/INFO]: [CustomOreGen] Loaded 6 generators
[16:10:22] [Server thread/INFO]: [CustomOreGen] Using ASkyBlock as SkyBlock-Plugin
[16:10:22] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.4-b136
[16:10:22] [Server thread/INFO]: GroupManager version 2.0.4-b136 is enabled!
[16:10:22] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[16:10:22] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[16:10:22] [Server thread/INFO]: [ChatManagerX] Enabling ChatManagerX v3.3.2 BETA
[16:10:22] [Server thread/INFO]:    
[16:10:22] [Server thread/INFO]:    
[16:10:22] [Server thread/INFO]: [ChatManagerX] Enabling....
[16:10:22] [Server thread/INFO]: announcement_config.yml file loaded!
[16:10:22] [Server thread/INFO]: join_config.yml file loaded!
[16:10:22] [Server thread/INFO]: config.yml file loaded!
[16:10:22] [Server thread/INFO]: sign_config.yml file loaded!
[16:10:22] [Server thread/INFO]: log_config.yml file loaded!
[16:10:22] [Server thread/INFO]: [2018-8-22]_log.txt file loaded!
[16:10:22] [Server thread/INFO]:    - Log system is enabled! -
[16:10:22] [Server thread/INFO]:    - All config files loaded! -
[16:10:22] [Server thread/INFO]:    - Messages loaded -
[16:10:22] [Server thread/INFO]:    - Data connected -
[16:10:22] [Server thread/INFO]:    - Mute options loaded -
[16:10:22] [Server thread/INFO]:    - Global blocked commands is stable -
[16:10:22] [Server thread/INFO]:    - Blocked commands for mute is stable -
[16:10:22] [Server thread/INFO]:    - Other options loaded -
[16:10:22] [Server thread/INFO]:    - Chat is enabled.
[16:10:22] [Server thread/INFO]:    Plugin version: 3.3.2 BETA
[16:10:22] [Server thread/INFO]:    Server version: V1_8
[16:10:22] [Server thread/INFO]:    AutoMessages loaded!
[16:10:22] [Server thread/INFO]: CHATMANAGERX ENABLED
[16:10:22] [Server thread/INFO]:    
[16:10:22] [Server thread/INFO]:    
[16:10:22] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[16:10:22] [Server thread/INFO]: [AlphaChest] loaded 5 chests
[16:10:22] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.1
[16:10:22] [Server thread/INFO]: [PlayTime] Loaded 1 rewards!
[16:10:22] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[16:10:22] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[16:10:22] [Server thread/INFO]: [InventoryPages] Enabling InventoryPages v1.0.1
[16:10:22] [Server thread/INFO]: [InventoryPages] Registering events.
[16:10:22] [Server thread/INFO]: [InventoryPages] Metrics enabled!
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up items.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up commands.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up language.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up inventories.
[16:10:22] [Server thread/INFO]: [InventoryPages] Setting up inventory saving.
[16:10:22] [Server thread/INFO]: [InventoryPages] Plugin enabled!
[16:10:22] [Server thread/INFO]: [SuperCensor] Enabling SuperCensor v2.8
[16:10:22] [Server thread/INFO]: [SuperCensor] Loading SuperCensor. Version: 2.8
[16:10:22] [Server thread/INFO]: [SuperCensor] SuperCensor loaded.
[16:10:22] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
[16:10:22] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled!  Yay!  (Core version 1.3.5)
[16:10:22] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
[16:10:22] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 145, 52]
[16:10:22] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[16:10:22] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[16:10:22] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0.4-b136
[16:10:22] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[16:10:22] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[16:10:22] [Server thread/INFO]: [asCMD] Enabling asCMD v1.4
[16:10:22] [Server thread/INFO]: [asCMD] asCMD version 1.4 is enabled!
[16:10:22] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
[16:10:22] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
[16:10:22] [Server thread/INFO]: [Block_Writer] Enabling Block_Writer v1.0
[16:10:22] [Server thread/INFO]: [Block Writer] Version 1.0 Enabled!
[16:10:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
[16:10:22] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.2.6
[16:10:22] [Server thread/INFO]: Actionbar> You have installed PlaceholderAPI feel free to use it !
[16:10:22] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 enabled!!
[16:10:22] [Server thread/INFO]: [ChestMaster] Enabling ChestMaster v3.6
[16:10:22] [Server thread/INFO]: ChestMaster - Config file detected, reading config now!
[16:10:22] [Server thread/INFO]: ChestMaster - Config loaded!
[16:10:22] [Server thread/INFO]: ChestMaster - Starting ChestMaster
[16:10:22] [Server thread/INFO]: ChestMaster - Using SQLite!
[16:10:22] [Server thread/INFO]: ChestMaster - SQLite already exists!
[16:10:22] [Server thread/INFO]: ChestMaster - No SQL dataformat issues found! :D
[16:10:22] [Server thread/ERROR]: Error occurred while enabling ChestMaster v3.6 (Is it up to date?)
java.lang.NoClassDefFoundError: net/gravitydevelopment/updater/Updater
    at com.nunofacha.chestmaster.Main.onEnable(Main.java:110) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
Caused by: java.lang.ClassNotFoundException: net.gravitydevelopment.updater.Updater
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_144]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
    ... 12 more
[16:10:22] [Server thread/INFO]: [ChestMaster] Disabling ChestMaster v3.6
[16:10:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:23] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[16:10:23] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[16:10:23] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.3
[16:10:23] [Server thread/INFO]: [isim-bug-fixed] Enabling isim-bug-fixed v1.0.0
[16:10:23] [Server thread/INFO]: isim-bug-fixed Version 1.0.0 has been enabled
[16:10:23] [Server thread/INFO]: Connecting to SQLite
[16:10:23] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[16:10:23] [Server thread/INFO]: [ClearLag] Loading modules...
[16:10:23] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[16:10:23] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[16:10:23] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[16:10:23] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
[16:10:23] [Thread-26/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[16:10:24] [Server thread/INFO]:

[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.1.3-RELEASE
|   Storage: HSQLDB (local)
| Support:
|   Skype: Leoko33
|   Mail: [email protected]
| Update:
|   You have the newest version
[]================================[]

[16:10:24] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.11
[16:10:24] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[16:10:24] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[16:10:24] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 170 classes.
[16:10:24] [Server thread/INFO]: [skQuery] Beginning to process a total of 170 from SkQuery
[16:10:24] [Server thread/INFO]: [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery
[16:10:24] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.2.0
[16:10:24] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[16:10:24] [Server thread/INFO]: [AntiWDL] -----------------------------
[16:10:24] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
[16:10:24] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
[16:10:24] [Server thread/INFO]: [AntiWDL] -----------------------------
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[16:10:24] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [NoCheatPlus] Unsupported client packet in current Minecraft version: TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [PacketPlayInTeleportAccept] (unregistered)]
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
[16:10:24] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
[16:10:25] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.1.5
[16:10:25] [Server thread/INFO]: [eZProtector] Reloading config...
[16:10:25] [Server thread/INFO]: [eZProtector] Your server version is compatible with eZProtector.
[16:10:25] [Server thread/INFO]: [eZProtector] The plugin has enabled successfully. Version: 4.1.5
[16:10:25] [Thread-26/INFO]: [ClearLag] No updates found!
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[16:10:25] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[16:10:25] [Server thread/INFO]: [WildSkript] skQuery hooked!
[16:10:25] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[16:10:25] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[16:10:25] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
[16:10:25] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
[16:10:25] [Server thread/INFO]: [EssentialsFly] Enabling EssentialsFly v1.6.4
[16:10:25] [Server thread/INFO]: [BottleBets] Enabling BottleBets v1.0.0
[16:10:25] [Server thread/INFO]: BottleBets 1.0.0 has been activated
[16:10:25] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.6
[16:10:25] [Server thread/INFO]: CrispyBow's StaffChat
[16:10:25] [Server thread/INFO]: Skype crispybow31
[16:10:25] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[16:10:25] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[16:10:25] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[16:10:25] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
[16:10:25] [Server thread/INFO]: [BlastJackpot] Enabling BlastJackpot v1.0
[16:10:25] [Server thread/INFO]: [UEAntiTab] Enabling UEAntiTab v1.5.5
[16:10:25] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.8
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/AdaKit.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/event.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Eşya.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Normal.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Parşömen.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Parşöment.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Spawner.yml.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[16:10:25] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[16:10:25] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[16:10:25] [Server thread/INFO]: [CrazyCrates] 1 player's data has been marked to be removed.
[16:10:25] [Server thread/INFO]: [CrazyCrates] All empty player data has been removed.
[16:10:25] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@579f4986}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@6a4f3e3a}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@371af13a}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@10bbbcf}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5fa14bae}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@4c0c008e}
[16:10:25] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@2c7fab14}
[16:10:25] [Server thread/INFO]: [MoneyPouch] Enabling MoneyPouch v2.1.10
[16:10:25] [Server thread/INFO]: [MoneyPouch] Your server is running version v1_8_R3
[16:10:25] [Server thread/INFO]: [MoneyPouch] MoneyPouch setup was successful!
[16:10:25] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.3-v2
[16:10:25] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[16:10:25] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[16:10:25] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[16:10:25] [Server thread/INFO]: [TuSKe] 
[16:10:25] [Server thread/INFO]: [TuSKe]  A special thanks for donators:
[16:10:25] [Server thread/INFO]: [TuSKe]  @X0Freak - 50$
[16:10:25] [Server thread/INFO]: [TuSKe]  @RepublicanSensei - 10$
[16:10:25] [Server thread/INFO]: [TuSKe] 
[16:10:26] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 62 expressions and 0 types. Have fun!
[16:10:26] [Server thread/INFO]: [Ersatz] Enabling Ersatz v1.0
[16:10:26] [Server thread/INFO]: [WolvSK] Enabling WolvSK v1.5.8
[16:10:26] [Server thread/INFO]: §aWolvSK Enabled!
[16:10:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[16:10:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[16:10:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[16:10:26] [Server thread/INFO]: [WorldGuard] Loading region data...
[16:10:26] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
[16:10:26] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[16:10:26] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 84, column 3:
      COMMAND: 'open: vip.yml'
      ^
expected <block end>, but found BlockSequenceStart
in 'string', line 88, column 5:
        - '&8» &62x&7 6 Demir Golem Üretici'
        ^

[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.config.yaml.PluginConfig.load(PluginConfig.java:45)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:187)
[16:10:26] [Server thread/WARN]:     at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[16:10:26] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[16:10:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[16:10:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[16:10:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[16:10:26] [Server thread/WARN]: Caused by: while parsing a block mapping
in 'string', line 84, column 3:
      COMMAND: 'open: vip.yml'
      ^
expected <block end>, but found BlockSequenceStart
in 'string', line 88, column 5:
        - '&8» &62x&7 6 Demir Golem Üretici'
        ^

[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
[16:10:26] [Server thread/WARN]:     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
[16:10:26] [Server thread/WARN]:     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[16:10:26] [Server thread/WARN]:     ... 16 more
[16:10:26] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.9.0
[16:10:26] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
[16:10:26] [Server thread/INFO]: [GuiBalance] Enabling GuiBalance v1.4
[16:10:27] [Server thread/INFO]: [GuiBalance] You are using the latest version of GuiBalance
[16:10:27] [Server thread/INFO]: [AntiJigsaw] Enabling AntiJigsaw v1
[16:10:27] [Server thread/INFO]: [CRanks] Enabling CRanks v1.2.1
[16:10:27] [Server thread/WARN]: java.net.UnknownHostException: mhawthor.16mb.com
[16:10:27] [Server thread/WARN]:     at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.PlainSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.SocksSocketImpl.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.Socket.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.NetworkClient.doConnect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.openServer(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.openServer(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.<init>(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.New(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.http.HttpClient.New(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[16:10:27] [Server thread/WARN]:     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[16:10:27] [Server thread/WARN]:     at java.net.URL.openStream(Unknown Source)
[16:10:27] [Server thread/WARN]:     at com.mhawthor.ranks.utils.VersionCheck.versionCheck(VersionCheck.java:15)
[16:10:27] [Server thread/WARN]:     at com.mhawthor.ranks.CRanks.onEnable(CRanks.java:46)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[16:10:27] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[16:10:27] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[16:10:27] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
[16:10:27] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[16:10:27] [Server thread/INFO]: Yeni Bir surum mevcut! İlgili forumlardan indirebilirsiniz.
[16:10:27] [Server thread/INFO]: Started..
[16:10:27] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
[16:10:27] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[16:10:27] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[16:10:27] [Server thread/INFO]: [CombatLog] Loading config.yml.
[16:10:27] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[16:10:27] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[16:10:27] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[16:10:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.3
[16:10:27] [Server thread/WARN]: [Essentials] §6Version uyusmuyor! EssentialsFly lutfen guncelleyiniz.
[16:10:27] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[16:10:27] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[16:10:27] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[16:10:27] [Server thread/INFO]: Using locale tr
[16:10:27] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[16:10:27] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[16:10:27] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[16:10:27] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[16:10:27] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.0.15
[16:10:27] [Server thread/INFO]: [SafeTrade] Using Essentials Economy
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[16:10:27] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[16:10:27] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 0
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock' - Env: NORMAL - Type: FLAT & seed: -7311061186435853765
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
[16:10:27] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: -467163817087123586
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
[16:10:27] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
[16:10:27] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
[16:10:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: NORMAL & seed: 5671250294660587175
[16:10:27] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[16:10:27] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:27] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:27] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:27] [Server thread/INFO]: View Distance: 6
[16:10:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:27] [Server thread/INFO]: Clear tick list: false
[16:10:27] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:27] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:27] [Server thread/INFO]: Anti X-Ray: true
[16:10:27] [Server thread/INFO]:     Engine Mode: 1
[16:10:27] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:27] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:27] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:27] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:27] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:27] [Server thread/INFO]: Structure Info Saving: true
[16:10:27] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:27] [Server thread/INFO]: Random Lighting Updates: false
[16:10:27] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:27] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:27] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[16:10:27] [Server thread/INFO]: Fix TNT cannons: false
[16:10:27] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:27] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:27] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:27] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:27] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:27] [Server thread/INFO]: World async lighting: false
[16:10:27] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:27] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:27] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:27] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:27] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:27] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5671250294660587175)
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[16:10:28] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroomd' - Env: NORMAL - Type: FLAT & seed: -45250823113827528
[16:10:28] [Server thread/INFO]: -------- World Settings For [flatroomd] --------
[16:10:28] [Server thread/INFO]: Item Despawn Rate: 3000
[16:10:28] [Server thread/INFO]: Item Merge Radius: 3.5
[16:10:28] [Server thread/INFO]: Arrow Despawn Rate: 600
[16:10:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[16:10:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[16:10:28] [Server thread/INFO]: View Distance: 6
[16:10:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
[16:10:28] [Server thread/INFO]: Clear tick list: false
[16:10:28] [Server thread/INFO]: Experience Merge Radius: 6.0
[16:10:28] [Server thread/INFO]: Mob Spawn Range: 3
[16:10:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: true
[16:10:28] [Server thread/INFO]: Anti X-Ray: true
[16:10:28] [Server thread/INFO]:     Engine Mode: 1
[16:10:28] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[16:10:28] [Server thread/INFO]:     Replace Blocks: [1, 5]
[16:10:28] [Server thread/INFO]: Max TNT Explosions: 100
[16:10:28] [Server thread/INFO]: Entity Activation Range: An 12 / Mo 20 / Mi 3
[16:10:28] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[16:10:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[16:10:28] [Server thread/INFO]: Structure Info Saving: true
[16:10:28] [Server thread/INFO]: Sending up to 10 chunks per packet
[16:10:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Cane Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Melon Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[16:10:28] [Server thread/INFO]: Random Lighting Updates: false
[16:10:28] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
[16:10:28] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[16:10:28] [Server thread/INFO]: Max Entity Collisions: 2
[16:10:28] [Server thread/INFO]: -------- World Settings For [flatroomd] --------
[16:10:28] [Server thread/INFO]: Fix TNT cannons: false
[16:10:28] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[16:10:28] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[16:10:28] [Server thread/INFO]: Water over lava flow speed: 5
[16:10:28] [Server thread/INFO]: Keep spawn chunk loaded: true
[16:10:28] [Server thread/INFO]: Allow undead horse types to be leashed: false
[16:10:28] [Server thread/INFO]: World async lighting: false
[16:10:28] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[16:10:28] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[16:10:28] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[16:10:28] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[16:10:28] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[16:10:28] [Server thread/INFO]: Preparing start region for level 4 (Seed: -45250823113827528)
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) TNT ignition is PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Lighters are PERMITTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Lava fire is blocked.
[16:10:28] [Server thread/INFO]: [WorldGuard] (flatroomd) Fire spread is UNRESTRICTED.
[16:10:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroomd'
[16:10:28] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[16:10:28] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
[16:10:28] [Server thread/INFO]: [WhatIsIt] has been enabled.
[16:10:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.86
[16:10:28] [Server thread/INFO]: [Shopkeepers] Loading data of 74 shopkeepers..
[16:10:28] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v3.6
[16:10:28] [Server thread/INFO]: [AutoPickup] Detected you are using AutoSell
[16:10:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.3
[16:10:28] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
[16:10:28] [Server thread/INFO]: [FramePicture] Configuration loaded!
[16:10:28] [Server thread/INFO]: [FramePicture] Loaded 0 frames!
[16:10:28] [Server thread/INFO]: [FramePicture] Caching frames ...
[16:10:28] [Server thread/INFO]: [FramePicture] Cached 0 frames!
[16:10:28] [Server thread/INFO]: [FramePicture] Plugin enabled!
[16:10:28] [Server thread/INFO]: [Lottery] Enabling Lottery v1.2.1
[16:10:28] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
[16:10:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'edb1.mine.yml'...
[16:10:28] [Server thread/INFO]: [MineResetLite] Loading mine from file 'Edit.mine.yml'...
[16:10:28] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
[16:10:28] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: SKYBLOCK
[16:10:28] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, ASkyBlock, ASkyBlock_nether, flatroom, flatroomd
[16:10:28] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
java.lang.IllegalArgumentException: World was null!
    at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:71) ~[?:?]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_144]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_144]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_144]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:124) [MineResetLite.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
[16:10:28] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
[16:10:28] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
[16:10:28] [Server thread/INFO]: [PixelVip] Enabling PixelVip v2.0.3
[16:10:28] [Server thread/INFO]: PixelVip: [Init config module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init utils module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init essentials module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Essentials found. Hooked!]
[16:10:28] [Server thread/INFO]: PixelVip: [Init economy module...]
[16:10:28] [Server thread/INFO]: PixelVip: [-> Vault found. Hooked.]
[16:10:28] [Server thread/INFO]: PixelVip: [Init commands module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Init scheduler module...]
[16:10:28] [Server thread/INFO]: PixelVip: [Reloading tasks...]
[16:10:28] [Server thread/INFO]: PixelVip: [-> Task started]
[16:10:28] [Server thread/INFO]: PixelVip: [-> PlaceHolderAPI found. Hooked.]
[16:10:28] [Server thread/INFO]: PixelVip: [We have 0 active Vips on file]
[16:10:28] [Server thread/INFO]: PixelVip: [PixelVip enabled!]
[16:10:28] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
[16:10:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[16:10:28] [Server thread/INFO]: creating table 'items'
[16:10:28] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL ,  UNIQUE (`code`))
[16:10:28] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver.  See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
[16:10:28] [Server thread/INFO]: creating table 'accounts'
[16:10:29] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
[16:10:29] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
[16:10:29] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
[16:10:29] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
[16:10:29] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[16:10:29] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.4.3
[16:10:29] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_8_R3
[16:10:29] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
[16:10:29] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[16:10:29] [Server thread/INFO]: [floAuction] Enabling floAuction v3.1.0
[16:10:29] [Server thread/INFO]: Açık Attırma Plugin aktif
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[16:10:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[16:10:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.3
[16:10:29] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.3
[16:10:29] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[16:10:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.3
[16:10:29] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.2
[16:10:30] [Server thread/INFO]: [SkyBlockHoloStats] Enabling SkyBlockHoloStats v1.4.2
[16:10:30] [Server thread/INFO]: [SkyBlockHoloStats] Hooked into ASkyBlock!
[16:10:30] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
[16:10:30] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[16:10:30] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[16:10:30] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[16:10:30] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[16:10:30] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[16:10:30] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
[16:10:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[16:10:31] [Server thread/INFO]: Done (9,771s)! For help, type "help" or "?"
[16:10:31] [Server thread/INFO]: Using default channel type
[16:10:31] [Server thread/INFO]: Timings Reset
[16:10:31] [Craft Scheduler Thread - 4/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[16:10:31] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[16:10:31] [Craft Scheduler Thread - 0/INFO]: [Vault] You are running the latest version
[16:10:31] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[16:10:31] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[16:10:31] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
[16:10:31] [Server thread/INFO]: Game rule has been updated
[16:10:31] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
[16:10:31] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
[16:10:31] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
[16:10:31] [Craft Scheduler Thread - 13/INFO]: [PlayerVaults] We didn't find an update!
[16:10:35] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.4.1, you're on: 1.3.0
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading island grid...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading warps...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading warp panel...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Loading Top Ten
[16:10:35] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
[16:10:35] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
[16:10:35] [Server thread/INFO]: 
#------------------- Chest Commands Errors -------------------#
1) The icon "adakit" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
2) The icon "skylord" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
3) The icon "skyking" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
4) The icon "skyzeus" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
5) The icon "skylegend" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
6) The icon "rehber" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
7) The icon "youtuber" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
8) The icon "vip" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
9) The icon "vip+" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
10) The icon "mvip" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
11) The icon "mvip+" in the menu "kit.yml" has an invalid enchantment: UNBREAKİNG
12) Invalid YAML configuration for the menu "vip.yml". Please look at the error above, or use an online YAML parser (google is your friend).
13) The icon "vipbilgi" in the menu "warp.yml" has an invalid enchantment: UNBREAKİNG
#-------------------------------------------------------------#
[16:10:35] [Server thread/INFO]: [Piyango] Plugin successfully linked with vault!
[16:10:35] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
[16:10:35] [Server thread/WARN]: Failed to load player data for f31ffbfb-c83e-34e0-8d6e-ad263c6bb0d1
[16:10:35] [Server thread/WARN]: Failed to load player data for b4d43111-ffc2-3e32-b745-0a2430305c72
[16:10:35] [Server thread/INFO]: [ASkyBlock] Update available ASkyBlock V3.0.9.4
[16:10:36] [Craft Scheduler Thread - 11/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[16:10:36] [Craft Scheduler Thread - 11/INFO]: [TuSKe] Documentation was generated successfully.
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] New update available: v1.8.2
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Check what's new in: https://github.com/Tuke-Nuke/TuSKe/releases/tag/1.8.2
[16:10:36] [Craft Scheduler Thread - 0/INFO]: [TuSKe] You can download and update it with /tuske update.
[16:10:48] [Server thread/INFO]: Stopping the server
[16:10:48] [Server thread/INFO]: Stopping server
[16:10:48] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.4.0-b1877
[16:10:48] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[16:10:48] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
[16:10:48] [Server thread/INFO]: [SkyBlockHoloStats] Disabling SkyBlockHoloStats v1.4.2
[16:10:48] [Server thread/INFO]: [TitleManager] Disabling TitleManager v2.1.2
[16:10:52] [Craft Scheduler Thread - 9/INFO]: [Metrics] Connection timed out: connect
[16:10:53] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.15.0.3
[16:10:53] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.15.0.3
[16:10:53] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.15.0.3
[16:10:53] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
[16:10:53] [Server thread/INFO]: [floAuction] Disabling floAuction v3.1.0
[16:10:53] [Server thread/INFO]: Açık Attırma Plugin aktif değil
[16:10:53] [Server thread/INFO]: [ArmorStandTools] Disabling ArmorStandTools v2.4.3
[16:10:53] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
[16:10:53] [Server thread/INFO]: [PixelVip] Disabling PixelVip v2.0.3
[16:10:53] [Server thread/INFO]: PixelVip: [PixelVip disabled!]
[16:10:53] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.7
[16:10:53] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
[16:10:53] [Server thread/INFO]: [Lottery] Disabling Lottery v1.2.1
[16:10:53] [Server thread/INFO]: [FramePicture] Disabling FramePicture v1.8.7
[16:10:53] [Server thread/INFO]: [FramePicture] Plugin disabled!
[16:10:53] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.15.0.3
[16:10:53] [Server thread/INFO]: [AutoPickup] Disabling AutoPickup v3.6
[16:10:53] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.86
[16:10:53] [Server thread/INFO]: [WhatIsIt] Disabling WhatIsIt v1.3.9
[16:10:53] [Server thread/INFO]: [WhatIsIt] has been disabled.
[16:10:53] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
[16:10:53] [Server thread/INFO]: [Multiverse-Core] - Disabled
[16:10:53] [Server thread/INFO]: [SafeTrade] Disabling SafeTrade v1.0.15
[16:10:53] [Server thread/INFO]: [jPanel] Disabling jPanel v1.0-SNAPSHOT
[16:10:53] [Server thread/INFO]: >>> Spark shutting down ...
[16:10:53] [Server thread/INFO]: Graceful shutdown org.eclipse.jetty.server.Server@38d84cfe by
[16:10:53] [Server thread/INFO]: Stopped ServerConnector@23b2a629{HTTP/1.1}{0.0.0.0:25000}
[16:10:53] [Server thread/INFO]: done
[16:10:53] [Server thread/INFO]: [Essentials] Disabling Essentials v2.15.0.3
[16:10:53] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[16:10:53] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11
[16:10:53] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Disabled.
[16:10:53] [Server thread/INFO]: [CustomPayloadFixer] Disabling CustomPayloadFixer v1.5
[16:10:53] [Server thread/INFO]: [CRanks] Disabling CRanks v1.2.1
[16:10:53] [Server thread/INFO]: [AntiJigsaw] Disabling AntiJigsaw v1
[16:10:53] [Server thread/INFO]: [GuiBalance] Disabling GuiBalance v1.4
[16:10:53] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-bSNAPSHOT
[16:10:53] [Server thread/INFO]: [LockettePro] Disabling LockettePro v2.9.0
[16:10:53] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.4
[16:10:53] [Server thread/INFO]: [ASkyBlock] Disabling ASkyBlock v3.0.8.8
[16:10:53] [Server thread/INFO]: [ASkyBlock] Saving offline messages...
[16:10:53] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v3.3
[16:10:53] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[16:10:53] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[16:10:53] [Server thread/INFO]: [WolvSK] Disabling WolvSK v1.5.8
[16:10:53] [Server thread/INFO]: §bWolvSK Disabled!
[16:10:53] [Server thread/INFO]: [Ersatz] Disabling Ersatz v1.0
[16:10:53] [Server thread/INFO]: [TuSKe] Disabling TuSKe v1.8.3-v2
[16:10:53] [Server thread/INFO]: [MoneyPouch] Disabling MoneyPouch v2.1.10
[16:10:53] [Server thread/INFO]: [CrazyCrates] Disabling CrazyCrates v1.8
[16:10:53] [Server thread/INFO]: [UEAntiTab] Disabling UEAntiTab v1.5.5
[16:10:53] [Server thread/INFO]: [BlastJackpot] Disabling BlastJackpot v1.0
[16:10:53] [Server thread/INFO]: [Vault] Disabling Vault v1.6.1
[16:10:53] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.8
[16:10:53] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 disabled.
[16:10:53] [Server thread/INFO]: [StaffChat] Disabling StaffChat v1.6
[16:10:53] [Server thread/INFO]: [BottleBets] Disabling BottleBets v1.0.0
[16:10:53] [Server thread/INFO]: BottleBets 1.0.0 has been disabled
[16:10:53] [Server thread/INFO]: [EssentialsFly] Disabling EssentialsFly v1.6.4
[16:10:53] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.10.5
[16:10:53] [Server thread/INFO]: [WildSkript] Disabling WildSkript v1.8
[16:10:53] [Server thread/INFO]: [MVdWPlaceholderAPI] Disabling MVdWPlaceholderAPI v2.5.1
[16:10:53] [Server thread/INFO]: [eZProtector] Disabling eZProtector v4.1.5
[16:10:53] [Server thread/INFO]: [eZProtector] Plugin disabled.
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
[16:10:53] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is disabled.
[16:10:53] [Server thread/INFO]: [AntiWDL] Disabling AntiWDL v0.1
[16:10:53] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0-SNAPSHOT-b390
[16:10:53] [Server thread/INFO]: [ActionHealth] Disabling ActionHealth v3.2.0
[16:10:53] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.22.11
[16:10:53] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.3-RELEASE
[16:10:54] [Server thread/INFO]: Database closed
[16:10:54] [Server thread/INFO]:

[]=====[Disabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.1.3-RELEASE
|   Storage: HSQLDB (local)
| Support:
|   Skype: Leoko33
|   Mail: [email protected]
[]================================[]

[16:10:54] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.7
[16:10:54] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[16:10:54] [Server thread/INFO]: [isim-bug-fixed] Disabling isim-bug-fixed v1.0.0
[16:10:54] [Server thread/INFO]: NameFix disabled
[16:10:54] [Server thread/INFO]: [FastCraft] Disabling FastCraft v2.0.3
[16:10:54] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
[16:10:54] [Server thread/INFO]: [Actionbar] Disabling Actionbar v1.3.2.6
[16:10:54] [Server thread/INFO]: Actionbar> Actionbar v1.3.2.6 disabled!!
[16:10:54] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
[16:10:54] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[16:10:54] [Server thread/INFO]: [Block_Writer] Disabling Block_Writer v1.0
[16:10:54] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v3.1.1
[16:10:54] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.1.1 ] [ Disabled! ]
[16:10:54] [Server thread/INFO]: [asCMD] Disabling asCMD v1.4
[16:10:54] [Server thread/INFO]: [asCMD] Disabling asCMD!
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] Disabling ConsoleSpamFix v1.5.0
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] Messages hidden since the server started: 417
[16:10:54] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix is disabled!
[16:10:54] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.21
[16:10:54] [Server thread/INFO]: Lockette is being disabled...  ;.;
[16:10:54] [Server thread/INFO]: [Lockette] Closing all automatic doors.
[16:10:54] [Server thread/INFO]: [SuperCensor] Disabling SuperCensor v2.8
[16:10:54] [Server thread/INFO]: [InventoryPages] Disabling InventoryPages v1.0.1
[16:10:54] [Server thread/INFO]: [InventoryPages] Plugin disabled.
[16:10:54] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.2.0
[16:10:54] [Server thread/INFO]: [PlayTime] Disabling PlayTime v1.1
[16:10:54] [Server thread/INFO]: [AlphaChest] Disabling AlphaChest v1.17.0
[16:10:54] [Server thread/INFO]: [AlphaChest] saved 5 chests
[16:10:54] [Server thread/INFO]: [ChatManagerX] Disabling ChatManagerX v3.3.2 BETA
[16:10:54] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.4-b136
[16:10:54] [Server thread/INFO]: GroupManager version 2.0.4-b136 is disabled!
[16:10:54] [Server thread/INFO]: [CustomOreGen] Disabling CustomOreGen v1.2.2
[16:10:54] [Server thread/INFO]: [UnioAntiCrash] Disabling UnioAntiCrash v1.0
[16:10:54] [Server thread/INFO]: Saving players
[16:10:54] [Server thread/INFO]: Saving worlds
[16:10:54] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'ASkyBlock'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'ASkyBlock_nether'/Nether
[16:10:54] [Server thread/INFO]: Saving chunks for level 'flatroom'/Overworld
[16:10:54] [Server thread/INFO]: Saving chunks for level 'flatroomd'/Overworld
[16:10:54] [Server thread/INFO]: Saving usercache.json
[CODE]

[ATTACH=full]40895[/ATTACH]

[ATTACH=full]40896[/ATTACH]

Latles inde sorun yok
Plugin çalışıyor gibi gözüküyor

Skript lerin tek tek atarmısınız bide ona bakalım
 

Gr4vity.

the Darkest Minds in my head.

Discord:

cat#8080

Katılım
20 Ağustos 2018
Mesajlar
27
Elmaslar
7
Puanlar
0
Minecraft
cat
Facebook
-
Twitter
-

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY

SoulX

Vatan Sevdalısı

Discord:

SoulX#3935

Katılım
9 Ekim 2017
Mesajlar
1.833
Elmaslar
2.565
Puanlar
19.570
Yer
Antalya
TitleManager hata vermiyor. Sorun çözüldüyse belirtiniz lütfen. Başka sorunlar için başka bir konu açmanız gerekmekte.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı