Stránka 1 z 2

Dynmapa

Napsal: 16 kvě 2017, 14:13
od VampireCraftCZ
82.208.17.12:27047

Dobrý den,

Dnes jsem si na server dal Dynmapu, všechno jsem si nastavil, vyrenderoval mapu ale internetová stránka kde by se mapa měla nacházet prý neexistuje.

configuration.txt:

Kód: Vybrat vše

# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/

# All map templates are defined in the templates directory
# To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres
#   The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and the_end-vlowres.txt
# To use the HDMap low-res (4 ppb) map templates as world defaults, set value to lowres
#   The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and the_end-lowres.txt
# To use the HDMap hi-res (16 ppb) map templates (these can take a VERY long time for initial fullrender), set value to hires
#   The definitions of these templates are in normal-hires.txt, nether-hires.txt, and the_end-hires.txt
# To use the HDMap low-res (4 ppb) map templates, with support for boosting resolution selectively to hi-res (16 ppb), set value to low_boost_hi
#   The definitions of these templates are in normal-low_boost_hi.txt, nether-low_boost_hi.txt, and the_end-low_boost_hi.txt
# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to vhi-res (32 ppb), set value to hi_boost_vhi
#   The definitions of these templates are in normal-hi_boost_vhi.txt, nether-hi_boost_vhi.txt, and the_end-hi_boost_vhi.txt
# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to xhi-res (64 ppb), set value to hi_boost_xhi
#   The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt
deftemplatesuffix: medres

# Map storage scheme: only uncommoent one 'type' value
#  filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting
#  sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory)
#  mysql: MySQL database, at hostname:port in database, accessed via userid with password
storage:
  # Filetree storage (standard tree of image files for maps)
  type: filetree
  # SQLite db for map storage (uses dbfile as storage location)
  #type: sqlite
  #dbfile: dynmap.db
  # MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix'
  #type: mysql
  #hostname: localhost
  #port: 3306
  #database: dynmap
  #userid: dynmap
  #password: dynmap
  #prefix: ""
 
components:
  - class: org.dynmap.ClientConfigurationComponent
 
  - class: org.dynmap.InternalClientUpdateComponent
    sendhealth: true
    sendposition: true
    allowwebchat: true
    webchat-interval: 5
    hidewebchatip: false
    trustclientname: false
    includehiddenplayers: false
    # (optional) if true, color codes in player display names are used
    use-name-colors: false
    # (optional) if true, player login IDs will be used for web chat when their IPs match
    use-player-login-ip: true
    # (optional) if use-player-login-ip is true, setting this to true will cause chat messages not matching a known player IP to be ignored
    require-player-login-ip: false
    # (optional) block player login IDs that are banned from chatting
    block-banned-player-chat: true
    # Require login for web-to-server chat (requires login-enabled: true)
    webchat-requires-login: false
    # If set to true, users must have dynmap.webchat permission in order to chat
    webchat-permissions: false
    # Limit length of single chat messages
    chatlengthlimit: 256
  #  # Optional - make players hidden when they are inside/underground/in shadows (#=light level: 0=full shadow,15=sky)
  #  hideifshadow: 4
  #  # Optional - make player hidden when they are under cover (#=sky light level,0=underground,15=open to sky)
  #  hideifundercover: 14
  #  # (Optional) if true, players that are crouching/sneaking will be hidden
    hideifsneaking: false
    # If true, player positions/status is protected (login with ID with dynmap.playermarkers.seeall permission required for info other than self)
    protected-player-info: false
    # If true, hide players with invisibility potion effects active
    hide-if-invisiblity-potion: true
    # If true, player names are not shown on map, chat, list
    hidenames: false
  #- class: org.dynmap.JsonFileClientUpdateComponent
  #  writeinterval: 1
  #  sendhealth: true
  #  sendposition: true
  #  allowwebchat: true
  #  webchat-interval: 5
  #  hidewebchatip: false
  #  includehiddenplayers: false
  #  use-name-colors: false
  #  use-player-login-ip: false
  #  require-player-login-ip: false
  #  block-banned-player-chat: true
  #  hideifshadow: 0
  #  hideifundercover: 0
  #  hideifsneaking: false
  #  # Require login for web-to-server chat (requires login-enabled: true)
  #  webchat-requires-login: false
  #  # If set to true, users must have dynmap.webchat permission in order to chat
  #  webchat-permissions: false
  #  # Limit length of single chat messages
  #  chatlengthlimit: 256
  #  hide-if-invisiblity-potion: true
  #  hidenames: false
   
  - class: org.dynmap.SimpleWebChatComponent
    allowchat: true
    # If true, web UI users can supply name for chat using 'playername' URL parameter.  'trustclientname' must also be set true.
    allowurlname: false
 
  # Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins
  - class: org.dynmap.MarkersComponent
    type: markers
    showlabel: false
    enablesigns: false
    # Default marker set for sign markers
    default-sign-set: markers
    # (optional) add spawn point markers to standard marker layer
    showspawn: true
    spawnicon: world
    spawnlabel: "Spawn"
    # (optional) layer for showing offline player's positions (for 'maxofflinetime' minutes after logoff)
    showofflineplayers: false
    offlinelabel: "Offline"
    offlineicon: offlineuser
    offlinehidebydefault: true
    offlineminzoom: 0
    maxofflinetime: 30
    # (optional) layer for showing player's spawn beds
    showspawnbeds: false
    spawnbedlabel: "Spawn Beds"
    spawnbedicon: bed
    spawnbedhidebydefault: true
    spawnbedminzoom: 0
    spawnbedformat: "%name%'s bed"
    # (optional) show world border (vanilla 1.8+)
    showworldborder: true
   
  - class: org.dynmap.ClientComponent
    type: chat
    allowurlname: false
  - class: org.dynmap.ClientComponent
    type: chatballoon
    focuschatballoons: false
  - class: org.dynmap.ClientComponent
    type: chatbox
    showplayerfaces: true
    messagettl: 5
    # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
    #scrollback: 100
    # Optiona; set maximum number of lines visible for chatbox
    #visiblelines: 10
    # Optional: send push button
    sendbutton: false
  - class: org.dynmap.ClientComponent
    type: playermarkers
    showplayerfaces: true
    showplayerhealth: true
    # If true, show player body too (only valid if showplayerfaces=true
    showplayerbody: false
    # Option to make player faces small - don't use with showplayerhealth
    smallplayerfaces: false
    # Optional - make player faces layer hidden by default
    hidebydefault: false
    # Optional - ordering priority in layer menu (low goes before high - default is 0)
    layerprio: 0
    # Optional - label for player marker layer (default is 'Players')
    label: "Players"
   
  #- class: org.dynmap.ClientComponent
  #  type: digitalclock
  - class: org.dynmap.ClientComponent
    type: link
   
  - class: org.dynmap.ClientComponent
    type: timeofdayclock
    showdigitalclock: true
    showweather: true
  # Mouse pointer world coordinate display
  - class: org.dynmap.ClientComponent
    type: coord
    label: "Location"
    hidey: false
    show-mcr: false
   
  # Note: more than one logo component can be defined
  #- class: org.dynmap.ClientComponent
  #  type: logo
  #  text: "WolvesMania.eu"
  #  #logourl: "images/block_surface.png"
  #  linkurl: "https://www.google.cz/search?q=Wolves+Logo&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjA9dSWqfTTAhUDFCwKHcveDvkQ_AUIBigB&biw=1600&bih=806#imgrc=UU2HaV-taq3iJM:"
  #  # Valid positions: top-left, top-right, bottom-left, bottom-right
  #  position: top-left

  #- class: org.dynmap.ClientComponent
  #  type: inactive
  #  timeout: 1800 # in seconds (1800 seconds = 30 minutes)
  #  redirecturl: inactive.html
  #  #showmessage: 'You were inactive for too long.'
 
  #- class: org.dynmap.TestComponent
  #  stuff: "This is some configuration-value"

# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
display-whitelist: false

# How often a tile gets rendered (in seconds).
renderinterval: 1

# How many tiles on update queue before accelerate render interval
renderacceleratethreshold: 60

# How often to render tiles when backlog is above renderacceleratethreshold
renderaccelerateinterval: 0.2

# How many update tiles to work on at once (if not defined, default is 1/2 the number of cores)
tiles-rendered-at-once: 2

# If true, use normal priority threads for rendering (versus low priority) - this can keep rendering
# from starving on busy Windows boxes (Linux JVMs pretty much ignore thread priority), but may result
# in more competition for CPU resources with other processes
usenormalthreadpriority: true

# Save and restore pending tile renders - prevents their loss on server shutdown or /reload
saverestorepending: true

# Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs
save-pending-period: 900

# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
zoomoutperiod: 30

# Control whether zoom out tiles are validated on startup (can be needed if zoomout processing is interrupted, but can be expensive on large maps)
initial-zoomout-validate: true

# Default delay on processing of updated tiles, in seconds.  This can reduce potentially expensive re-rendering
# of frequently updated tiles (such as due to machines, pistons, quarries or other automation).  Values can
# also be set on individual worlds and individual maps.
tileupdatedelay: 30

# Tile hashing is used to minimize tile file updates when no changes have occurred - set to false to disable
enabletilehash: true

# Optional - hide ores: render as normal stone (so that they aren't revealed by maps)
#hideores: true

# Optional - enabled BetterGrass style rendering of grass and snow block sides
#better-grass: true

# Optional - enable smooth lighting by default on all maps supporting it (can be set per map as lighting option)
smooth-lighting: true

# Optional - use world provider lighting table (good for custom worlds with custom lighting curves, like nether)
#   false=classic Dynmap lighting curve
use-brightness-table: true

# Optional - render specific block IDs using the texures and models of another block ID: can be used to hide/disguise specific
#  blocks (e.g. make ores look like stone, hide chests) or to provide simple support for rendering unsupported custom blocks
block-id-alias:
#    "14": 1
#    "15": 1
#    "16": 1
 
# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100)
# Has no effect on maps with explicit format settings
image-format: png

#  use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures
#  correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker)
#  transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks
use-generated-textures: true
correct-water-lighting: true
transparent-leaves: true

# ctm-support: if true, Connected Texture Mod (CTM) in texture packs is enabled (default)
ctm-support: true
# custom-colors-support: if true, Custom Colors in texture packs is enabled (default)
custom-colors-support: true

# Control loading of player faces (if set to false, skins are never fetched)
#fetchskins: false

# Control updating of player faces, once loaded (if faces are being managed by other apps or manually)
#refreshskins: false

# Customize URL used for fetching player skins (%player% is macro for name)
skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png"

# Control behavior for new (1.0+) compass orientation (sunrise moved 90 degrees: east is now what used to be south)
#   default is 'newrose' (preserve pre-1.0 maps, rotate rose)
#   'newnorth' is used to rotate maps and rose (requires fullrender of any HDMap map - same as 'newrose' for FlatMap or KzedMap)
compass-mode: newnorth

render-triggers:
  #- playermove
  #- playerjoin
  - blockplaced
  - blockbreak
  - leavesdecay
  - blockburn
  - chunkgenerated
  - blockformed
  - blockfaded
  - blockspread
  - pistonmoved
  - explosion
  #- blockfromto
  #- blockphysics
  - structuregrow
  - blockgrow
  #- blockredstone

# Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server')
#webpage-title: "WolvesMania DynMap"

# The path where the tile-files are placed.
tilespath: web/tiles

# The path where the web-files are located.
webpath: web

# The path were the /dynmapexp command exports OBJ ZIP files
exportpath: export

# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
# If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified)
#webserver-bindaddress: 0.0.0.0

# The TCP-port the webserver will listen on.
webserver-port: 27047

# Maximum concurrent session on internal web server - limits resources used in Bukkit server
max-sessions: 30

# Disables Webserver portion of Dynmap (Advanced users only)
disable-webserver: false

# Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default))
allow-symlinks: true

# Enable login support
login-enabled: false
# Require login to access website (requires login-enabled: true)
login-required: false

# Period between tile renders for fullrender, in seconds (non-zero to pace fullrenders, lessen CPU load)
timesliceinterval: 0.0

# Maximum chunk loads per server tick (1/20th of a second) - reducing this below 90 will impact render performance, but also will reduce server thread load
maxchunkspertick: 200

# Progress report interval for fullrender/radiusrender, in tiles.  Must be 100 or greater
progressloginterval: 100

# Parallel fullrender: if defined, number of concurrent threads used for fullrender or radiusrender
#   Note: setting this will result in much more intensive CPU use, some additional memory use.  Caution should be used when
#  setting this to equal or exceed the number of physical cores on the system.
#parallelrendercnt: 4

# Interval the browser should poll for updates.
updaterate: 2000

# If nonzero, server will pause fullrender/radiusrender processing when 'fullrenderplayerlimit' or more users are logged in
fullrenderplayerlimit: 0
# If nonzero, server will pause update render processing when 'updateplayerlimit' or more users are logged in
updateplayerlimit: 0
# Target limit on server thread use - msec per tick
per-tick-time-limit: 50
# If TPS of server is below this setting, update renders processing is paused
update-min-tps: 18.0
# If TPS of server is below this setting, full/radius renders processing is paused
fullrender-min-tps: 18.0
# If TPS of server is below this setting, zoom out processing is paused
zoomout-min-tps: 18.0

showplayerfacesinmenu: true

# Control whether players that are hidden or not on current map are grayed out (true=yes)
grayplayerswhenhidden: true

# Use player permissions to order player list: first to last, players are ordered by first permission listed that they have
# That is, anyone with first listed permission goes before anyone with second, etc, with users with none of the nodes going last
player-sort-permission-nodes:
  - bukkit.command.op
 
# Set sidebaropened: 'true' to pin menu sidebar opened permanently, 'pinned' to default the sidebar to pinned, but allow it to unpin
#sidebaropened: true

# Customized HTTP response headers - add 'id: value' pairs to all HTTP response headers (internal web server only)
#http-response-headers:
#    Access-Control-Allow-Origin: "my-domain.com"
#    X-Custom-Header-Of-Mine: "MyHeaderValue"

# Trusted proxies for web server - which proxy addresses are trusted to supply valid X-Forwarded-For fields
trusted-proxies:
  - "127.0.0.1"
  - "0:0:0:0:0:0:0:1"
 
# Join/quit message format for web chat: set to "" to disable notice on web UI
joinmessage: "%playername% se pripojil!"
quitmessage: "%playername% se odpojil!"

spammessage: "Do chatu muzes psat jen v intervalu %interval% sekund!"
# format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text
webmsgformat: "&color;2[WEB] %playername%: &color;f%message%"

# Control whether layer control is presented on the UI (default is true)
showlayercontrol: true

# Enable checking for banned IPs via banned-ips.txt (internal web server only)
check-banned-ips: true

# Default selection when map page is loaded
defaultzoom: 0
defaultworld: world
defaultmap: flat
# (optional) Zoom level and map to switch to when following a player, if possible
#followzoom: 3
#followmap: surface

# If true, make persistent record of IP addresses used by player logins, to support web IP to player matching
persist-ids-by-ip: true

# If true, map text to cyrillic
cyrillic-support: false

# If true, coordinates will be rounded
round-coordinates: true

# Messages to customize
msg:
    maptypes: "Map Types"
    players: "Players"
    chatrequireslogin: "Chat vyžaduje přihlášení!"
    chatnotallowed: "Nemáš práva psát do chatu!"
    hiddennamejoin: "Player joined"
    hiddennamequit: "Player quit"

# URL for client configuration (only need to be tailored for proxies or other non-standard configurations)
url:
    # configuration URL
    #configuration: "up/configuration"
    # update URL
    #update: "up/world/{world}/{timestamp}"
    # sendmessage URL
    #sendmessage: "up/sendmessage"
    # login URL
    #login: "up/login"
    # register URL
    #register: "up/register"
    # tiles base URL
    #tiles: "tiles/"
    # markers base URL
    #markers: "tiles/"
   
# Spout support controls
spout:
    # If false, ignore spout even if detected
    enabled: true
    # If true, previously loaded textures will be assumed to still be valid (faster startup, but
    # can result in stale textures if originals are updated - delete files in texturepacks/standard/spoout
    # to clean cached textures and force reload on next startup)
    use-existing-textures: true
   
# Customization commands - allows scripts to be run before/after certain events
custom-commands:
    image-updates:
        # Command run just before any image file is written or updated: run with single parameter with fully qualified file name
        preupdatecommand: ""
        # Command run just after any image file is written or updated: run with single parameter with fully qualified file name
        postupdatecommand: ""

# Snapshot cache size, in chunks
snapshotcachesize: 500
# Snapshot cache uses soft references (true), else weak references (false)
soft-ref-cache: true
       
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
# Set to false for a much quieter startup log
verbose: false

# Enables debugging.
#debuggers:
#  - class: org.dynmap.debug.LogDebugger
# Debug: dump blocks missing render data
dump-missing-blocks: false


worlds.txt:

Kód: Vybrat vše

# These are examples of world-specific settings - customize your content as you see fit
#
# NOTES:
#   All lines here are commented with the # symbol - delete the # symbol on copied lines you wish to enable
#   Definitions of a world made here will superecede any world definition with the same name in configuration.txt
#   Deleting this file will result in a fresh copy being produced by dynmap.jar on the next startup.
#
worlds:
  - name: SurvivalBETA
    title: "Survival 1"
    enabled: true
  - name: world
    title: "Survival 2"
    enabled: true
  #  # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
  #  extrazoomout: 3
  #  maps:
  #    - class: org.dynmap.hdmap.HDMap
  #      name: flat
  #      title: "Flat"
  #      prefix: flat
  #      perspective: iso_S_90_lowres
  #      shader: stdtexture
  #      lighting: nethershadows
  #      # Map background color (day or night)
  #      background: "#300806"
  #      mapzoomin: 1
  #    - class: org.dynmap.hdmap.HDMap
  #      name: nether
  #      title: "Surface"
  #      prefix: nt
  #      perspective: iso_SE_30_hires
  #      shader: stdtexture
  #      lighting: nethershadows
  #      # Map background color (day or night)
  #      background: "#300806"
  #      mapzoomin: 1

Re: Dynmapa

Napsal: 16 kvě 2017, 14:47
od Mike8748
v configuration.txt máš

Kód: Vybrat vše

webserver-port: 27047


ale na tom portu ti již běží mc server jako takový... musíš použít jiné číslo portu (v control panelu se ti ukáží volné porty)

Re: Dynmapa

Napsal: 16 kvě 2017, 14:50
od VampireCraftCZ
Už jsem zkoušel i port 29047 ale stále nic.

Re: Dynmapa

Napsal: 16 kvě 2017, 14:54
od Mike8748
tak ukaž log ze startu serveru

Re: Dynmapa

Napsal: 16 kvě 2017, 15:22
od VampireCraftCZ

Kód: Vybrat vše

[13:58:57] [Server thread/INFO]: Starting minecraft server version 1.8.8
[13:58:57] [Server thread/INFO]: Loading properties
[13:58:57] [Server thread/INFO]: Default game type: SURVIVAL
[13:58:57] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[13:58:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:58:57] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:58:57] [Server thread/INFO]: Debug logging is disabled
[13:58:57] [Server thread/INFO]: Generating keypair
[13:58:58] [Server thread/INFO]: Starting Minecraft server on 82.208.17.12:27047
[13:58:58] [Server thread/INFO]: Using epoll channel type
[13:58:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[13:58:58] [Server thread/ERROR]: Could not load 'plugins/ReporterGUI.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.ClassFormatError: Duplicate method name&signature in class file it/itpao25/NMSReport/Main
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file it/itpao25/NMSReport/Main
     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_112]
     at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_112]
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_112]
     at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_112]
     at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_112]
     at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_112]
     at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_112]
     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_112]
     at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_112]
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_112]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_112]
     at java.lang.Class.forName0(Native Method) ~[?:1.8.0_112]
     at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_112]
     at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
... 6 more
[13:58:58] [Server thread/INFO]: [dynmap] Loading dynmap v2.3-1142
[13:58:58] [Server thread/INFO]: [dynmap] version=git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8)
[13:58:58] [Server thread/INFO]: [dynmap] Mod Support API available
[13:58:58] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[13:58:58] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
[13:58:58] [Server thread/INFO]: [EpicCraftings] Loading EpicCraftings v1.9.0
[13:58:58] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[13:58:58] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.6.0
[13:58:58] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
[13:58:58] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_8_R3
[13:58:58] [Server thread/INFO]: [SimpleHub] Loading SimpleHub v1.1
[13:58:58] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.6
[13:58:58] [Server thread/INFO]: [AntiBot] Loading AntiBot v2.1
[13:58:58] [Server thread/INFO]: [MakeYourOwnCommands] Loading MakeYourOwnCommands v2.1
[13:58:58] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[13:58:58] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[13:58:58] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.7
[13:58:58] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.0
[13:58:58] [Server thread/INFO]: [AdvanceTab] Loading AdvanceTab v1.3.6
[13:58:58] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[13:58:58] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[13:58:58] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[13:58:58] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
[13:58:58] [Server thread/INFO]: [CustomBroadcast] Loading CustomBroadcast v1.0
[13:58:58] [Server thread/INFO]: [CustomJoinItems] Loading CustomJoinItems v1.5.2
[13:58:58] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
[13:58:58] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[13:58:58] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[13:58:58] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.7
[13:58:58] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.2-BETA3-b1134
[13:58:58] [Server thread/INFO]: [RandomTP] Loading RandomTP v2.3 - noID
[13:58:58] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
[13:58:58] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[13:58:58] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
[13:58:59] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[13:58:59] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[13:58:59] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[13:58:59] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[13:58:59] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[13:58:59] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[13:58:59] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[13:58:59] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[13:58:59] [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.
[13:58:59] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[13:58:59] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[13:58:59] [Server thread/INFO]: Preparing level "world"
[13:58:59] [Server thread/INFO]: -------- World Settings For [world] --------
[13:58:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:58:59] [Server thread/INFO]: Max TNT Explosions: 100
[13:58:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:58:59] [Server thread/INFO]: Anti X-Ray: true
[13:58:59] [Server thread/INFO]: Engine Mode: 1
[13:58:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:58:59] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:58:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:58:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:58:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:58:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:58:59] [Server thread/INFO]: Random Lighting Updates: false
[13:58:59] [Server thread/INFO]: Structure Info Saving: true
[13:58:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:58:59] [Server thread/INFO]: Max Entity Collisions: 8
[13:58:59] [Server thread/INFO]: Mob Spawn Range: 4
[13:58:59] [Server thread/INFO]: Item Despawn Rate: 6000
[13:58:59] [Server thread/INFO]: Item Merge Radius: 2.5
[13:58:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:58:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:58:59] [Server thread/INFO]: View Distance: 7
[13:58:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:58:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:58:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:58:59] [Server thread/INFO]: Clear tick list: false
[13:58:59] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[13:58:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:58:59] [Server thread/INFO]: Max TNT Explosions: 100
[13:58:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:58:59] [Server thread/INFO]: Anti X-Ray: true
[13:58:59] [Server thread/INFO]: Engine Mode: 1
[13:58:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:58:59] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:58:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:58:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:58:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:58:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:58:59] [Server thread/INFO]: Random Lighting Updates: false
[13:58:59] [Server thread/INFO]: Structure Info Saving: true
[13:58:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:58:59] [Server thread/INFO]: Max Entity Collisions: 8
[13:58:59] [Server thread/INFO]: Mob Spawn Range: 4
[13:58:59] [Server thread/INFO]: Item Despawn Rate: 6000
[13:58:59] [Server thread/INFO]: Item Merge Radius: 2.5
[13:58:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:58:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:58:59] [Server thread/INFO]: View Distance: 7
[13:58:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:58:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:58:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:58:59] [Server thread/INFO]: Clear tick list: false
[13:58:59] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[13:58:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:58:59] [Server thread/INFO]: Max TNT Explosions: 100
[13:58:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:58:59] [Server thread/INFO]: Anti X-Ray: true
[13:58:59] [Server thread/INFO]: Engine Mode: 1
[13:58:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:58:59] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:58:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:58:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:58:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:58:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:58:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:58:59] [Server thread/INFO]: Random Lighting Updates: false
[13:58:59] [Server thread/INFO]: Structure Info Saving: true
[13:58:59] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:58:59] [Server thread/INFO]: Max Entity Collisions: 8
[13:58:59] [Server thread/INFO]: Mob Spawn Range: 4
[13:58:59] [Server thread/INFO]: Item Despawn Rate: 6000
[13:58:59] [Server thread/INFO]: Item Merge Radius: 2.5
[13:58:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:58:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:58:59] [Server thread/INFO]: View Distance: 7
[13:58:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:58:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:58:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:58:59] [Server thread/INFO]: Clear tick list: false
[13:58:59] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3961772041632670868)
[13:59:00] [Server thread/INFO]: Preparing spawn area: 78%
[13:59:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3961772041632670868)
[13:59:00] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3961772041632670868)
[13:59:01] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[13:59:01] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[13:59:01] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[13:59:01] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[13:59:01] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[13:59:01] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[13:59:01] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
[13:59:01] [Server thread/ERROR]: [dynmap] Error reading plugins/dynmap/markers.yml
[13:59:01] [Server thread/INFO]: [dynmap] Mod Support processing completed
[13:59:01] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[13:59:01] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[13:59:01] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[13:59:01] [Server thread/INFO]: [dynmap] Web server started on address 82.208.17.12:29047
[13:59:01] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
[13:59:01] [Server thread/INFO]: [dynmap] World 'world' disabled
[13:59:01] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
[13:59:01] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
[13:59:01] [Server thread/INFO]: [dynmap] Enabled
[13:59:01] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[13:59:02] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[13:59:02] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[13:59:02] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
[13:59:02] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
[13:59:02] [Server thread/INFO]: [EpicCraftings] Enabling EpicCraftings v1.9.0
[13:59:02] [Server thread/INFO]: [EpicCraftings] Has been enabled! Version: 1.9.0
[13:59:02] [Server thread/INFO]: [EpicCraftings] Thanks for using my plugin! ~Ajneb97
[13:59:02] [Server thread/INFO]: [EpicCraftings] There is a new version available. (1.9.1)
[13:59:02] [Server thread/INFO]: You can download it at: https://www.spigotmc.org/resources/epiccraftings.37117/
[13:59:02] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[13:59:02] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[13:59:02] [Server thread/INFO]: git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8)
[13:59:02] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[13:59:02] [Server thread/INFO]: Using locale en_US
[13:59:02] [Server thread/INFO]: Using locale en_US
[13:59:02] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[13:59:02] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[13:59:02] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.6.0
[13:59:02] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[13:59:02] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
[13:59:02] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
[13:59:02] [Server thread/INFO]: [SimpleHub] Enabling SimpleHub v1.1
[13:59:02] [Server thread/INFO]: SimpleHub> SimpleHub v1.1 has been activated
[13:59:02] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.6
[13:59:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[13:59:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[13:59:02] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Survival" has border radius 45 at X: -519.0 Z: 111.0
[13:59:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
[13:59:02] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -72.0 Y: 64.0 Z: 256.0
[13:59:02] [Server thread/INFO]: [AntiBot] Enabling AntiBot v2.1
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Enabling MakeYourOwnCommands v2.1
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] (by JeterLP Version: 2.1) loading...
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading updater by TheJeterLP. Project id: 54353
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading updater-config...
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Done!
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Updatechecker is enabled.
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /tptest
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /msgtest
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /alias
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /items
[13:59:02] [Server thread/INFO]: [MakeYourOwnCommands] Loading command /lobby
[13:59:02] [Server thread/WARN]: java.lang.NullPointerException
[13:59:02] [Server thread/WARN]: at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1838)
[13:59:02] [Server thread/WARN]: at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
[13:59:02] [Server thread/WARN]: at java.lang.Float.parseFloat(Float.java:451)
[13:59:02] [Server thread/WARN]: at java.lang.Float.valueOf(Float.java:416)
[13:59:02] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Command.Command.(Command.java:46)
[13:59:02] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Command.CommandManager.init(CommandManager.java:35)
[13:59:02] [Server thread/WARN]: at de.JeterLP.MakeYourOwnCommands.Main.onEnable(Main.java:29)
[13:59:02] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[13:59:02] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
[13:59:02] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[13:59:02] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
[13:59:02] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
[13:59:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
[13:59:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
[13:59:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
[13:59:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
[13:59:02] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
[13:59:02] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
[13:59:02] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[13:59:02] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[13:59:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[13:59:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[13:59:02] [Server thread/INFO]: [WorldGuard] Loading region data...
[13:59:02] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8
[13:59:02] [Server thread/INFO]: -------- World Settings For [Angel] --------
[13:59:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:02] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:02] [Server thread/INFO]: Anti X-Ray: true
[13:59:02] [Server thread/INFO]: Engine Mode: 1
[13:59:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:02] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:02] [Server thread/INFO]: Random Lighting Updates: false
[13:59:02] [Server thread/INFO]: Structure Info Saving: true
[13:59:02] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:02] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:02] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:02] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:02] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:02] [Server thread/INFO]: View Distance: 7
[13:59:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:02] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:02] [Server thread/INFO]: Clear tick list: false
[13:59:02] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
[13:59:03] [Server thread/INFO]: [WorldGuard] (Angel) TNT ignition is PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (Angel) Lighters are PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (Angel) Lava fire is blocked.
[13:59:03] [Server thread/INFO]: [WorldGuard] (Angel) Fire spread is UNRESTRICTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Angel'
[13:59:03] [Server thread/INFO]: [dynmap] World 'Angel' disabled
[13:59:03] [Server thread/INFO]: -------- World Settings For [AridLake] --------
[13:59:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:03] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:03] [Server thread/INFO]: Anti X-Ray: true
[13:59:03] [Server thread/INFO]: Engine Mode: 1
[13:59:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:03] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:03] [Server thread/INFO]: Random Lighting Updates: false
[13:59:03] [Server thread/INFO]: Structure Info Saving: true
[13:59:03] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:03] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:03] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:03] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:03] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:03] [Server thread/INFO]: View Distance: 7
[13:59:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:03] [Server thread/INFO]: Clear tick list: false
[13:59:03] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8491598876926155384)
[13:59:03] [Server thread/INFO]: [WorldGuard] (AridLake) TNT ignition is PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (AridLake) Lighters are PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (AridLake) Lava fire is blocked.
[13:59:03] [Server thread/INFO]: [WorldGuard] (AridLake) Fire spread is UNRESTRICTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'AridLake'
[13:59:03] [Server thread/INFO]: [dynmap] World 'AridLake' disabled
[13:59:03] [Server thread/INFO]: -------- World Settings For [ExTrEm World] --------
[13:59:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:03] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:03] [Server thread/INFO]: Anti X-Ray: true
[13:59:03] [Server thread/INFO]: Engine Mode: 1
[13:59:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:03] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:03] [Server thread/INFO]: Random Lighting Updates: false
[13:59:03] [Server thread/INFO]: Structure Info Saving: true
[13:59:03] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:03] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:03] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:03] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:03] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:03] [Server thread/INFO]: View Distance: 7
[13:59:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:03] [Server thread/INFO]: Clear tick list: false
[13:59:03] [Server thread/INFO]: Preparing start region for level 5 (Seed: -5438449976761222517)
[13:59:03] [Server thread/INFO]: [WorldGuard] (ExTrEm World) TNT ignition is PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (ExTrEm World) Lighters are PERMITTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] (ExTrEm World) Lava fire is blocked.
[13:59:03] [Server thread/INFO]: [WorldGuard] (ExTrEm World) Fire spread is UNRESTRICTED.
[13:59:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ExTrEm World'
[13:59:03] [Server thread/INFO]: [dynmap] World 'ExTrEm World' disabled
[13:59:03] [Server thread/INFO]: -------- World Settings For [MrWolfCZ World] --------
[13:59:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:03] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:03] [Server thread/INFO]: Anti X-Ray: true
[13:59:03] [Server thread/INFO]: Engine Mode: 1
[13:59:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:03] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:03] [Server thread/INFO]: Random Lighting Updates: false
[13:59:03] [Server thread/INFO]: Structure Info Saving: true
[13:59:03] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:03] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:03] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:03] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:03] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:03] [Server thread/INFO]: View Distance: 7
[13:59:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:03] [Server thread/INFO]: Clear tick list: false
[13:59:03] [Server thread/INFO]: Preparing start region for level 6 (Seed: -2444719984323872182)
[13:59:04] [Server thread/INFO]: [WorldGuard] (MrWolfCZ World) TNT ignition is PERMITTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] (MrWolfCZ World) Lighters are PERMITTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] (MrWolfCZ World) Lava fire is blocked.
[13:59:04] [Server thread/INFO]: [WorldGuard] (MrWolfCZ World) Fire spread is UNRESTRICTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MrWolfCZ World'
[13:59:04] [Server thread/INFO]: [dynmap] World 'MrWolfCZ World' disabled
[13:59:04] [Server thread/INFO]: -------- World Settings For [Survival] --------
[13:59:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:04] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:04] [Server thread/INFO]: Anti X-Ray: true
[13:59:04] [Server thread/INFO]: Engine Mode: 1
[13:59:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:04] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:04] [Server thread/INFO]: Random Lighting Updates: false
[13:59:04] [Server thread/INFO]: Structure Info Saving: true
[13:59:04] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:04] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:04] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:04] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:04] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:04] [Server thread/INFO]: View Distance: 7
[13:59:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:04] [Server thread/INFO]: Clear tick list: false
[13:59:04] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1664363569465976145)
[13:59:04] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
[13:59:04] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
[13:59:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
[13:59:04] [Server thread/INFO]: [dynmap] World 'Survival' disabled
[13:59:04] [Server thread/INFO]: -------- World Settings For [SurvivalBETA] --------
[13:59:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:04] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:04] [Server thread/INFO]: Anti X-Ray: true
[13:59:04] [Server thread/INFO]: Engine Mode: 1
[13:59:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:04] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:04] [Server thread/INFO]: Random Lighting Updates: false
[13:59:04] [Server thread/INFO]: Structure Info Saving: true
[13:59:04] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:04] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:04] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:04] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:04] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:04] [Server thread/INFO]: View Distance: 7
[13:59:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:04] [Server thread/INFO]: Clear tick list: false
[13:59:04] [Server thread/INFO]: Preparing start region for level 8 (Seed: 95220127181464877)
[13:59:05] [Server thread/INFO]: [WorldGuard] (SurvivalBETA) TNT ignition is PERMITTED.
[13:59:05] [Server thread/INFO]: [WorldGuard] (SurvivalBETA) Lighters are PERMITTED.
[13:59:05] [Server thread/INFO]: [WorldGuard] (SurvivalBETA) Lava fire is blocked.
[13:59:05] [Server thread/INFO]: [WorldGuard] (SurvivalBETA) Fire spread is UNRESTRICTED.
[13:59:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SurvivalBETA'
[13:59:05] [Server thread/INFO]: [dynmap] World 'SurvivalBETA' disabled
[13:59:05] [Server thread/INFO]: -------- World Settings For [WolvesMania] --------
[13:59:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[13:59:05] [Server thread/INFO]: Max TNT Explosions: 100
[13:59:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:59:05] [Server thread/INFO]: Anti X-Ray: true
[13:59:05] [Server thread/INFO]: Engine Mode: 1
[13:59:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[13:59:05] [Server thread/INFO]: Replace Blocks: [1, 5]
[13:59:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:59:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:59:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[13:59:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:59:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:59:05] [Server thread/INFO]: Random Lighting Updates: false
[13:59:05] [Server thread/INFO]: Structure Info Saving: true
[13:59:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[13:59:05] [Server thread/INFO]: Max Entity Collisions: 8
[13:59:05] [Server thread/INFO]: Mob Spawn Range: 4
[13:59:05] [Server thread/INFO]: Item Despawn Rate: 6000
[13:59:05] [Server thread/INFO]: Item Merge Radius: 2.5
[13:59:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[13:59:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:59:05] [Server thread/INFO]: View Distance: 7
[13:59:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:59:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:59:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[13:59:05] [Server thread/INFO]: Clear tick list: false
[13:59:05] [Server thread/INFO]: Preparing start region for level 9 (Seed: -2164530158803003052)
[13:59:06] [Server thread/INFO]: [WorldGuard] (WolvesMania) TNT ignition is PERMITTED.
[13:59:06] [Server thread/INFO]: [WorldGuard] (WolvesMania) Lighters are PERMITTED.
[13:59:06] [Server thread/INFO]: [WorldGuard] (WolvesMania) Lava fire is blocked.
[13:59:06] [Server thread/INFO]: [WorldGuard] (WolvesMania) Fire spread is UNRESTRICTED.
[13:59:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'WolvesMania'
[13:59:06] [Server thread/INFO]: [dynmap] World 'WolvesMania' disabled
[13:59:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[13:59:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[13:59:06] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[13:59:06] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.7
[13:59:06] [Server thread/INFO]: Detected Minecraft v1_8_R3, using UniversalSkinFactory
[13:59:06] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.0
[13:59:06] [Server thread/INFO]: [MaxBans] Using SQLite
[13:59:06] [Server thread/INFO]: [MaxBans] Loading from DB...
[13:59:06] [Server thread/INFO]: [MaxBans] Loading bans
[13:59:06] [Server thread/INFO]: [MaxBans] Loading ipbans
[13:59:06] [Server thread/INFO]: [MaxBans] Loading mutes
[13:59:06] [Server thread/INFO]: [MaxBans] Loading player names...
[13:59:06] [Server thread/INFO]: [MaxBans] Loading IP History
[13:59:06] [Server thread/INFO]: [MaxBans] Loading warn history...
[13:59:06] [Server thread/INFO]: [MaxBans] Loading chat commands...
[13:59:06] [Server thread/INFO]: [MaxBans] Loading history...
[13:59:06] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
[13:59:06] [Server thread/INFO]: [MaxBans] Loading proxys...
[13:59:06] [Server thread/INFO]: Plugin is up to date.
[13:59:06] [Server thread/INFO]: Placeholder API has been found and will be used.
[13:59:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[13:59:08] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
[13:59:08] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
[13:59:08] [Server thread/INFO]: [AJB] Loaded: 6939 IP's
[13:59:08] [Server thread/INFO]: [AJB] Loaded: 1 User's
[13:59:08] [Server thread/INFO]: [AJB] Downloading Blacklist...
[13:59:08] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
[13:59:08] [Server thread/INFO]: [CustomBroadcast] Enabling CustomBroadcast v1.0
[13:59:08] [Server thread/INFO]: [CustomJoinItems] Enabling CustomJoinItems v1.5.2
[13:59:08] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
[13:59:08] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
[13:59:08] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
[13:59:08] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
[13:59:08] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
[13:59:08] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
[13:59:08] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
[13:59:09] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
[13:59:09] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
[13:59:09] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[13:59:09] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.7
[13:59:09] [Server thread/INFO]: Starting FakaHedaMinequery server on 82.208.17.12:28047
[13:59:10] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.2-BETA3-b1134
[13:59:10] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[13:59:10] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[13:59:10] [Server thread/INFO]: [AuthMe] Unhooked from Permissions!
[13:59:10] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
[13:59:10] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[13:59:10] [Server thread/INFO]: [AuthMe] [LICENSE] This product uses data from the GeoLite API created by MaxMind, available at http://www.maxmind.com
[13:59:10] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[13:59:10] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[13:59:10] [Server thread/INFO]: [AuthMe] AuthMe 5.2-BETA3-b1134 correctly enabled!
[13:59:10] [Server thread/INFO]: [RandomTP] Enabling RandomTP v2.3 - noID
[13:59:10] [Server thread/INFO]: [RandomTP] Checking/Fixing format of portals.yml
[13:59:10] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
[13:59:10] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[13:59:10] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
[13:59:10] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
[13:59:10] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:59:11] [Server thread/INFO]: Done (11.928s)! For help, type "help" or "?"
[13:59:11] [Server thread/INFO]: Starting GS4 status listener
[13:59:11] [Query Listener #1/INFO]: Query running on 82.208.17.12:27047
[13:59:11] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
[13:59:11] [Craft Scheduler Thread - 10/INFO]: 
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  +===============+
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  | SkinsRestorer |
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  +===============+
[13:59:11] [Craft Scheduler Thread - 10/INFO]: 
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  Current version: 12.9.7
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  A new version is available! Download it at:
[13:59:11] [Craft Scheduler Thread - 10/INFO]:  https://www.spigotmc.org/resources/skinsrestorer.2124/
[13:59:11] [Craft Scheduler Thread - 10/INFO]: 
[13:59:11] [Craft Scheduler Thread - 14/INFO]: [PlaceholderAPI] 4 placeholder injectors are available on the cloud.
[13:59:11] [Craft Scheduler Thread - 14/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
[13:59:11] [Craft Scheduler Thread - 6/INFO]: [Vault] No new version available
[13:59:11] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.5
[13:59:11] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[13:59:11] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[13:59:11] [Server thread/INFO]:
#------------------- Chest Commands Errors -------------------#
1) The item "21064" used to open the menu "vip.yml" is invalid: invalid material "21064"
#-------------------------------------------------------------#
[13:59:11] [Server thread/INFO]: [Crazy Crates]>> Loading WolvesBox preview....
[13:59:11] [Server thread/INFO]: [Crazy Crates]>> WolvesBox loaded.
[13:59:11] [Server thread/INFO]: [Crazy Crates]>> All crate previews have been loaded.
[13:59:11] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 74 placeholder expansions are available on the cloud.
[13:59:11] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
[13:59:11] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.7.1) is available at:
[13:59:11] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[13:59:14] [Server thread/INFO]: [MakeYourOwnCommands] There is no new version available. You are up-to-date!
[13:59:18] [Thread-25/WARN]: [ChestCommands] Could not contact BukkitDev to check for updates.
[13:59:36] [Thread-29/INFO]: UUID of player MrWolfCZ is 64fda62c-8890-3ed7-a406-5d3b3e58f4e3
[13:59:37] [Server thread/INFO]: MrWolfCZ[/188.175.206.104:65443] logged in with entity id 958 at ([Survival]-514.680375369428, 77.11571110246895, 99.99642280142497)
[13:59:42] [Craft Scheduler Thread - 8/INFO]: [AuthMe] MrWolfCZ logged in!
[13:59:46] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap
[13:59:59] [Server thread/INFO]: MrWolfCZ issued server command: /menu
[14:00:00] [Server thread/INFO]: MrWolfCZ issued server command: /warp Survival
[14:00:03] [Server thread/INFO]: MrWolfCZ issued server command: /day
[14:00:11] [Craft Scheduler Thread - 24/INFO]: AntiJoinBot is enabled
[14:00:11] [Craft Scheduler Thread - 1/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[14:00:14] [Server thread/INFO]: MrWolfCZ issued server command: /warp survival
[14:00:22] [Server thread/INFO]: MrWolfCZ issued server command: /dynpam fullrender
[14:00:30] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap fullrender
[14:05:16] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap reload
[14:05:16] [Server thread/INFO]: [dynmap] Disabling dynmap v2.3-1142
[14:05:16] [Server thread/INFO]: [dynmap] Unloaded 11 components.
[14:05:16] [Server thread/INFO]: [dynmap] Stopping map renderer...
[14:05:17] [Server thread/INFO]: [dynmap] Disabled
[14:05:17] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[14:05:17] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
[14:05:17] [Server thread/INFO]: [dynmap] Mod Support processing completed
[14:05:17] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[14:05:17] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[14:05:17] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[14:05:17] [Server thread/INFO]: [dynmap] Web server started on address 82.208.17.12:29047
[14:05:17] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
[14:05:17] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'world'.
[14:05:17] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'Angel' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'AridLake' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'ExTrEm World' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'MrWolfCZ World' disabled
[14:05:17] [Server thread/INFO]: [dynmap] World 'Survival' disabled
[14:05:17] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'SurvivalBETA'.
[14:05:17] [Server thread/INFO]: [dynmap] World 'WolvesMania' disabled
[14:05:17] [Server thread/INFO]: [dynmap] Enabled
[14:05:21] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap fullrender
[14:07:07] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap reload
[14:07:07] [Server thread/INFO]: [dynmap] Disabling dynmap v2.3-1142
[14:07:07] [Server thread/INFO]: [dynmap] Unloaded 11 components.
[14:07:07] [Server thread/INFO]: [dynmap] Stopping map renderer...
[14:07:08] [Server thread/INFO]: [dynmap] Disabled
[14:07:08] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[14:07:08] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
[14:07:08] [Server thread/INFO]: [dynmap] Mod Support processing completed
[14:07:08] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[14:07:08] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[14:07:08] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[14:07:08] [Server thread/ERROR]: [dynmap] Failed to start WebServer on address 82.208.17.12:27047 : Address already in use
[14:07:08] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
[14:07:08] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'world'.
[14:07:08] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'Angel' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'AridLake' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'ExTrEm World' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'MrWolfCZ World' disabled
[14:07:08] [Server thread/INFO]: [dynmap] World 'Survival' disabled
[14:07:08] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'SurvivalBETA'.
[14:07:08] [Server thread/INFO]: [dynmap] World 'WolvesMania' disabled
[14:07:08] [Server thread/INFO]: [dynmap] Enabled
[14:07:14] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap updaterender
[14:09:11] [Craft Scheduler Thread - 40/INFO]: [Metrics] Server returned HTTP response code: 500 for URL: http://mcstats.org/report/ServerSigns
[14:19:12] [Craft Scheduler Thread - 45/INFO]: [Metrics] Unexpected end of file from server
[14:30:12] [Craft Scheduler Thread - 62/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[14:31:18] [Server thread/INFO]: Saving...
[14:31:18] [Server thread/INFO]: Saved the world
[14:31:29] [Server thread/INFO]: Turned off world auto-saving
[14:31:45] [Server thread/INFO]: Turned on world auto-saving
[14:36:20] [Server thread/INFO]: MrWolfCZ issued server command: /sun
[14:39:12] [Craft Scheduler Thread - 45/INFO]: [Metrics] Unexpected end of file from server
[14:50:12] [Craft Scheduler Thread - 89/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[14:52:25] [Server thread/INFO]: MrWolfCZ issued server command: /dynmap reload
[14:52:25] [Server thread/INFO]: [dynmap] Disabling dynmap v2.3-1142
[14:52:25] [Server thread/INFO]: [dynmap] Unloaded 11 components.
[14:52:25] [Server thread/INFO]: [dynmap] Stopping map renderer...
[14:52:26] [Server thread/INFO]: [dynmap] Disabled
[14:52:26] [Server thread/INFO]: [dynmap] Enabling dynmap v2.3-1142
[14:52:26] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
[14:52:26] [Server thread/INFO]: [dynmap] Mod Support processing completed
[14:52:26] [Server thread/INFO]: [dynmap] Loaded 23 shaders.
[14:52:26] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[14:52:26] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[14:52:26] [Server thread/INFO]: [dynmap] Web server started on address 82.208.17.12:30047
[14:52:26] [Server thread/INFO]: [dynmap] version 2.3-1142 is enabled - core version 2.3-2074
[14:52:26] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'world'.
[14:52:26] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'Angel' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'AridLake' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'ExTrEm World' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'MrWolfCZ World' disabled
[14:52:26] [Server thread/INFO]: [dynmap] World 'Survival' disabled
[14:52:26] [Server thread/INFO]: [dynmap] Loaded 0 maps of world 'SurvivalBETA'.
[14:52:26] [Server thread/INFO]: [dynmap] World 'WolvesMania' disabled
[14:52:26] [Server thread/INFO]: [dynmap] Enabled
[15:00:12] [Craft Scheduler Thread - 95/INFO]: [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/ServerSigns
[15:09:13] [Craft Scheduler Thread - 84/INFO]: [Metrics] Unexpected end of file from server

Re: Dynmapa

Napsal: 16 kvě 2017, 15:24
od VampireCraftCZ
Dynmapa už funguje. Ale není tam mapa. Obrazovka je černá.

Re: Dynmapa

Napsal: 16 kvě 2017, 19:42
od Caukymnauky
VampireCraftCZ píše:Dynmapa už funguje. Ale není tam mapa. Obrazovka je černá.


zkus:
/dynmap fullrender
pak:
/dynmap cancelrender

Re: Dynmapa

Napsal: 16 kvě 2017, 23:58
od VampireCraftCZ
Full render jsem už dával a cancelrender nestihnu. Ihned po napsání příkazu na fullrender mi to napíše že render je hotovej.

A poslední příspěvek se necituje...

Re: Dynmapa

Napsal: 17 kvě 2017, 08:52
od Mike8748
pravděpodobně nemáš vygenerovanou mapu jako takovou (chunky/regiony mapy), proto ti dynmapa ukáže jen vygenerované chunky (oblast spawnu, kde ses prvně připojil na mapu) a místa která si navštívil na mapě.

můžeš zkusit přikaz /dynmap radiusrender 500 například, to ti vykreslí mapu v poloměru 500 bloků od místa kde se budeš nacházet na mapě zrovna.

(a nezapoměň že dynmapa zabírá hodně místa tak nedávej ten poloměr zbytečně velký)

každopádně i tak ti to vykreslá mapu jen oblastí kde si již byl.

pokud chceš predgenerovat dynmapu pro určitou oblast (celou mapu) tak je třeba vygenerovat chunky mapy, k tomu můžeš použít např. plugin WorldBorder (nastavit hranici třeba 2000 bloků od spawnu, příkazem /wb fill vygenerovat mapu, pak můžeš použít dynmapu a /dynmap fullrender)

Re: Dynmapa

Napsal: 17 kvě 2017, 12:06
od VampireCraftCZ
Vyzkoušel jsem vše co radíš a nic. Na webu je Dynmapa stále černá.