DynMap -residence

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
sniperluko
Příspěvky: 114
Registrován: 13 led 2012, 16:31
Reputation: 0

DynMap -residence

#1 Příspěvekod sniperluko » 15 bře 2013, 21:19

93.91.250.127:27332

potrebujem poradit preco sa mi nezobrazuju rezidencie na dynmape ked pise ze plugin ide aj vsetko (lebo mi to ide vo nether world a aj v end worlde len vo worlde to nejde )

tu je nastavenie pluginu
Spoiler: zobrazit

Kód: Vybrat vše

# dynmap-residence configuration
update:
  period: 300
  onchange: true
layer:
  name: Residencia
  hidebydefault: false
  layerprio: 1
  minzoom: 0
use3dregions: false
resdepth: 2
infowindow: <div class="infowindow"><span style="font-size:120%;">%regionname%</span><br /> Owner <span style="font-weight:bold;">%playerowners%</span><br />Flags<br /><span style="font-weight:bold;">%flags%</span></div>
regionstyle:
  strokeColor: '#ffaa00'
  strokeOpacity: 0.8
  strokeWeight: 3
  fillColor: '#ffaa00'
  fillOpacity: 0.35
  forRentStrokeColor: '#007F00'
  forSaleStrokeColor: '#007F7F'
visibleregions: []
hiddenregions: []
custstyle:
  customizedregion:
    strokeColor: '#00FF00'
    y: 78
  anotherregion:
    subzone:
      strokeColor: '#007F00'


Tu je zakladna dynmapa:
Spoiler: zobrazit

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
# The 'classic' FlatMap and KzedMap templates are used, which can be found in normal.txt, nether.txt, and skylands.txt
#  To use these, do not set deftemplatesuffix (make sure deftemplatesuffix is commented, below)
# To use the HDMap very-low-res map templates as world defaults (normal-vlowres, nether-vlowres and skylands-vlowres), set value to vlowres
#   The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and skylands-vlowres.txt
# To use the HDMap low-res map templates as world defaults (normal-lowres, nether-lowres and skylands-lowres), set value to lowres
#   The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and skylands-lowres.txt
# To use the HDMap hi-res 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 skylands-hires.txt
deftemplatesuffix: vlowres

components:
  - class: org.dynmap.ClientConfigurationComponent
 
  - class: org.dynmap.InternalClientUpdateComponent
    sendhealth: true
    sendposition: true
    allowwebchat: false
    webchat-interval: 5
    hidewebchatip: false
    trustclientname: false
    includehiddenplayers: 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
  #- class: org.dynmap.JsonFileClientUpdateComponent
  #  writeinterval: 1
  #  sendhealth: true
  #  sendposition: true
  #  allowwebchat: true
  #  webchat-interval: 5
  #  hidewebchatip: false
  #  includehiddenplayers: 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
   
  - 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
    # (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"
   
  - 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: "ProFuckgGaming"
  #  #logourl: "http://i.imgur.com/lUqysBa.png"
  #  linkurl: "http://profuckgaming.iplace.cz/"
  #  # 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

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

# 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: false

# 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

# 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://s3.amazonaws.com/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: "ProFuckGaming Mapa"

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

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

# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
webserver-bindaddress: 0.0.0.0

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

# 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 user's are logged in
fullrenderplayerlimit: 0

showplayerfacesinmenu: true

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

# 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"
 
joinmessage: "%playername% sa pripojil."
quitmessage: "%playername% sa odpojil"
spammessage: "Mozes pisat iba kazdych %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

# Messages to customize
msg:
    maptypes: "Mapy"
    players: "Hraci"
    chatrequireslogin: "Chat vyzaduje prihlasenie"
    chatnotallowed: "Niesi opravneny pisat spravy do chatu"

# 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: ""
       
# 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


o spravu nizsie je server log

sniperluko
Příspěvky: 114
Registrován: 13 led 2012, 16:31
Reputation: 0

Re: DynMap -residence

#2 Příspěvekod sniperluko » 15 bře 2013, 21:21

a tu je server log:
Spoiler: zobrazit

Kód: Vybrat vše

2013-03-15 20:02:45 [INFO] [WorldSaver] Saving worlds, expect lag
2013-03-15 20:02:45 [INFO] [WorldSaver] Saved world
2013-03-15 20:04:09 [INFO] /90.177.28.1:17066 lost connection
2013-03-15 20:07:25 [INFO] CONSOLE: Stopping the server..
2013-03-15 20:07:25 [INFO] Stopping server
2013-03-15 20:07:25 [INFO] [AntiCheat] Disabling AntiCheat v1.5.6
2013-03-15 20:07:25 [INFO] [dynmap-residence] Disabling dynmap-residence v0.40
2013-03-15 20:07:25 [INFO] [AuthMe] Disabling AuthMe v2.7.9
2013-03-15 20:07:25 [INFO] [AuthMe] Authme 2.7.9 disabled
2013-03-15 20:07:25 [INFO] [Residence] Disabling Residence v2.6.6.3
2013-03-15 20:07:25 [INFO] [Residence] Disabled!
2013-03-15 20:07:25 [INFO] [EssentialsChat] Disabling EssentialsChat v2.10.1
2013-03-15 20:07:25 [INFO] [ChestShop] Disabling ChestShop v3.46
2013-03-15 20:07:25 [INFO] [LWC] Disabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:07:25 [INFO] [LWC] Flushing protection updates (0)
2013-03-15 20:07:25 [INFO] [dynmap-mobs] Disabling dynmap-mobs v0.50
2013-03-15 20:07:25 [INFO] [Dynmap-Essentials] Disabling Dynmap-Essentials v0.40
2013-03-15 20:07:25 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.10.1
2013-03-15 20:07:25 [INFO] [LiftSign] Disabling LiftSign v0.3
2013-03-15 20:07:25 [INFO] [LiftSign] version 0.3, build 102 is disabled
2013-03-15 20:07:25 [INFO] [Citizens] Disabling Citizens v1.2.3
2013-03-15 20:07:25 [INFO] [Citizens] version [1.2.3] disabled.
2013-03-15 20:07:25 [INFO] [Jobs] Disabling Jobs v2.9.1
2013-03-15 20:07:25 [INFO] [Jobs] Buffered payment thread shutdown
2013-03-15 20:07:25 [INFO] [Jobs] Login manager shutdown
2013-03-15 20:07:25 [INFO] [Jobs] Plugin has been disabled succesfully.
2013-03-15 20:07:25 [INFO] [Jobs] Database save task shutdown
2013-03-15 20:07:25 [INFO] [Essentials] Disabling Essentials v2.10.1
2013-03-15 20:07:25 [INFO] [Vault][Economy] Essentials Economy unhooked.
2013-03-15 20:07:25 [INFO] [MobArena] Disabling MobArena v0.94.4.95
2013-03-15 20:07:25 [INFO] [MobArena] disabled.
2013-03-15 20:07:25 [INFO] [Modifyworld] Disabling Modifyworld v1.19.4
2013-03-15 20:07:25 [INFO] [Modifyworld] Modifyworld successfully disabled!
2013-03-15 20:07:25 [INFO] [MineMaze] Disabling MineMaze v2.1
2013-03-15 20:07:25 [INFO] [WorldSaver] Disabling WorldSaver v1.4
2013-03-15 20:07:25 [INFO] [WorldSaver] disabled
2013-03-15 20:07:25 [INFO] [iConomy] Disabling iConomy v7.0
2013-03-15 20:07:25 [INFO] [Vault][Economy] iConomy 7 unhooked.
2013-03-15 20:07:25 [INFO] [iConomy] Closing general data...
2013-03-15 20:07:25 [INFO] [iConomy] Disabled. (0 ms)
2013-03-15 20:07:25 [INFO] [Melooon] Disabling Melooon v1.2.6
2013-03-15 20:07:25 [INFO] [HackerReport] Disabling HackerReport v1.1 Beta
2013-03-15 20:07:25 [INFO] [HackerReport] HackerReport Has Been Disabled
2013-03-15 20:07:25 [INFO] [AutoMessage] Disabling AutoMessage v2.1.1
2013-03-15 20:07:25 [INFO] [Dynmap-WorldGuard] Disabling Dynmap-WorldGuard v0.40
2013-03-15 20:07:25 [INFO] [dynmap] Disabling dynmap v1.5-612
2013-03-15 20:07:25 [INFO] [dynmap] Unloaded 11 components.
2013-03-15 20:07:25 [INFO] [dynmap] Stopping map renderer...
2013-03-15 20:07:26 [INFO] [dynmap] Disabled
2013-03-15 20:07:26 [INFO] [Commandspy] Disabling Commandspy v2.9.1
2013-03-15 20:07:26 [INFO] [AntiCreeper3] Disabling AntiCreeper3 v4.7
2013-03-15 20:07:26 [INFO] [WorldGuard] Disabling WorldGuard v5.7.1
2013-03-15 20:07:26 [INFO] [TreeAssist] Disabling TreeAssist v5.1
2013-03-15 20:07:26 [INFO] [Gmlist] Disabling Gmlist v1.5.5
2013-03-15 20:07:26 [INFO] [Gmlist 1.5.5] DEBUG : Config OK!
2013-03-15 20:07:26 [INFO] [Gmlist 1.5.5] Plugin by J08nY.
2013-03-15 20:07:26 [INFO] [PermissionsEx] Disabling PermissionsEx v1.19.5
2013-03-15 20:07:26 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-03-15 20:07:26 [INFO] [Vault][Permission] PermissionsEx un-hooked.
2013-03-15 20:07:26 [INFO] [Vault][Chat] PermissionsEx_Chat un-hooked.
2013-03-15 20:07:26 [INFO] Permissions file successfully reloaded
2013-03-15 20:07:26 [INFO] [PermissionsEx] v1.19.5 disabled successfully.
2013-03-15 20:07:26 [INFO] [Vault] Disabling Vault v1.2.24-b304
2013-03-15 20:07:26 [INFO] [Glowstone Lanterns] Disabling Glowstone Lanterns v0.6
2013-03-15 20:07:26 [INFO] [Glowstone Lanterns] Glowstone Lanterns v0.6 Disabled
2013-03-15 20:07:26 [INFO] [CountryLoginMessage] Disabling CountryLoginMessage v1.6.3
2013-03-15 20:07:26 [INFO] [Vanilla] Disabling Vanilla v0.2
2013-03-15 20:07:26 [INFO] [CreativeGates] Disabling CreativeGates v1.3.5
2013-03-15 20:07:26 [INFO] [CreativeGates v1.3.5] Disabled
2013-03-15 20:07:26 [INFO] [WorldEdit] Disabling WorldEdit v5.5.1
2013-03-15 20:07:26 [INFO] [FakaHedaMinequery] Disabling FakaHedaMinequery v1.2
2013-03-15 20:07:26 [INFO] Stopping FakaHedaMinequery server
2013-03-15 20:07:26 [INFO] [Kivi] Disabling Kivi v1.05
2013-03-15 20:07:26 [INFO] Kivi is now disabled!
2013-03-15 20:07:26 [INFO] [LagMeter] Disabling LagMeter v1.9.0
2013-03-15 20:07:26 [INFO] [LagMeter 1.9.0] Disabled!
2013-03-15 20:07:26 [INFO] [Orebfuscator] Disabling Orebfuscator v1.8.8
2013-03-15 20:07:26 [INFO] [MultiWorld] Disabling MultiWorld v4.5.1
2013-03-15 20:07:26 [INFO] [MultiWorld] Disabled.
2013-03-15 20:07:26 [INFO] [MagicCarpet] Disabling MagicCarpet v2.2.8
2013-03-15 20:07:26 [INFO] [MagicCarpet] Saving carpets...
2013-03-15 20:07:26 [INFO] [MagicCarpet] is now disabled!
2013-03-15 20:07:26 [INFO] Saving players
2013-03-15 20:07:26 [WARNING] DSCT: Socket closed
2013-03-15 20:07:26 [INFO] Closing listening thread
2013-03-15 20:07:26 [INFO] Saving worlds
2013-03-15 20:07:26 [INFO] Saving chunks for level 'world'/Overworld
2013-03-15 20:07:26 [INFO] Saving chunks for level 'world_nether'/Nether
2013-03-15 20:07:26 [INFO] Saving chunks for level 'world_the_end'/The End
2013-03-15 20:07:28 [INFO] Starting minecraft server version 1.4.7
2013-03-15 20:07:28 [INFO] Loading properties
2013-03-15 20:07:28 [INFO] Default game type: SURVIVAL
2013-03-15 20:07:28 [INFO] Generating keypair
2013-03-15 20:07:28 [INFO] Starting Minecraft server on 93.91.250.127:27332
2013-03-15 20:07:29 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
2013-03-15 20:07:30 [INFO] [PermissionsEx] sql backend registered!
2013-03-15 20:07:30 [INFO] [PermissionsEx] file backend registered!
2013-03-15 20:07:30 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-03-15 20:07:30 [SEVERE] Could not load 'plugins/CitizenSkins 2.0.41.73.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Spout
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239)
   at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
   at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
   at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
   at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
   at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
2013-03-15 20:07:30 [INFO] [MagicCarpet] Loading MagicCarpet v2.2.8
2013-03-15 20:07:30 [INFO] [MultiWorld] Loading MultiWorld v4.5.1
2013-03-15 20:07:30 [INFO] [Orebfuscator] Loading Orebfuscator v1.8.8
2013-03-15 20:07:30 [INFO] [LagMeter] Loading LagMeter v1.9.0
2013-03-15 20:07:30 [INFO] [Kivi] Loading Kivi v1.05
2013-03-15 20:07:30 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-03-15 20:07:30 [INFO] [WorldEdit] Loading WorldEdit v5.5.1
2013-03-15 20:07:30 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
2013-03-15 20:07:30 [INFO] [Vanilla] Loading Vanilla v0.2
2013-03-15 20:07:30 [INFO] [CountryLoginMessage] Loading CountryLoginMessage v1.6.3
2013-03-15 20:07:30 [INFO] [Glowstone Lanterns] Loading Glowstone Lanterns v0.6
2013-03-15 20:07:30 [INFO] [Vault] Loading Vault v1.2.24-b304
2013-03-15 20:07:30 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-03-15 20:07:30 [INFO] [PermissionsEx] Initializing file backend
2013-03-15 20:07:30 [INFO] Permissions file successfully reloaded
2013-03-15 20:07:30 [INFO] [Gmlist] Loading Gmlist v1.5.5
2013-03-15 20:07:30 [INFO] [TreeAssist] Loading TreeAssist v5.1
2013-03-15 20:07:30 [INFO] [WorldGuard] Loading WorldGuard v5.7.1
2013-03-15 20:07:30 [INFO] [AntiCreeper3] Loading AntiCreeper3 v4.7
2013-03-15 20:07:30 [INFO] [Commandspy] Loading Commandspy v2.9.1
2013-03-15 20:07:30 [INFO] [dynmap] Loading dynmap v1.5-612
2013-03-15 20:07:30 [INFO] [Dynmap-WorldGuard] Loading Dynmap-WorldGuard v0.40
2013-03-15 20:07:30 [INFO] [AutoMessage] Loading AutoMessage v2.1.1
2013-03-15 20:07:30 [INFO] [HackerReport] Loading HackerReport v1.1 Beta
2013-03-15 20:07:30 [INFO] [Melooon] Loading Melooon v1.2.6
2013-03-15 20:07:30 [INFO] [iConomy] Loading iConomy v7.0
2013-03-15 20:07:30 [INFO] [WorldSaver] Loading WorldSaver v1.4
2013-03-15 20:07:30 [INFO] [MineMaze] Loading MineMaze v2.1
2013-03-15 20:07:30 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
2013-03-15 20:07:30 [INFO] [MobArena] Loading MobArena v0.94.4.95
2013-03-15 20:07:30 [INFO] [Essentials] Loading Essentials v2.10.1
2013-03-15 20:07:30 [INFO] [Jobs] Loading Jobs v2.9.1
2013-03-15 20:07:30 [INFO] [Citizens] Loading Citizens v1.2.3
2013-03-15 20:07:30 [INFO] [LiftSign] Loading LiftSign v0.3
2013-03-15 20:07:30 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.10.1
2013-03-15 20:07:30 [INFO] [Dynmap-Essentials] Loading Dynmap-Essentials v0.40
2013-03-15 20:07:30 [INFO] [dynmap-mobs] Loading dynmap-mobs v0.50
2013-03-15 20:07:30 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:07:30 [INFO] [ChestShop] Loading ChestShop v3.46
2013-03-15 20:07:30 [INFO] [EssentialsChat] Loading EssentialsChat v2.10.1
2013-03-15 20:07:30 [INFO] [Residence] Loading Residence v2.6.6.3
2013-03-15 20:07:30 [INFO] [AuthMe] Loading AuthMe v2.7.9
2013-03-15 20:07:30 [INFO] [dynmap-residence] Loading dynmap-residence v0.40
2013-03-15 20:07:30 [INFO] [AntiCheat] Loading AntiCheat v1.5.6
2013-03-15 20:07:30 [INFO] [Orebfuscator] Enabling Orebfuscator v1.8.8
2013-03-15 20:07:30 [INFO] [Vault] Enabling Vault v1.2.24-b304
2013-03-15 20:07:30 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-03-15 20:07:30 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2013-03-15 20:07:30 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-03-15 20:07:30 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-03-15 20:07:30 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-03-15 20:07:30 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-03-15 20:07:30 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-03-15 20:07:30 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-03-15 20:07:30 [INFO] [Vault] Enabled Version 1.2.24-b304
2013-03-15 20:07:30 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-03-15 20:07:30 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-03-15 20:07:30 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-03-15 20:07:30 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:07:30 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-03-15 20:07:30 [INFO] [LWC] Permissions API: §4VaultPermissions
2013-03-15 20:07:30 [INFO] [LWC] Currency API: §4VaultCurrency
2013-03-15 20:07:30 [INFO] [LWC] Connecting to SQLite
2013-03-15 20:07:30 [SEVERE] java.lang.UnsatisfiedLinkError: /hlserver/27332/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: /hlserver/27332/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: file too short
2013-03-15 20:07:31 [INFO] [LWC] Performing any necessary database updates
2013-03-15 20:07:31 [INFO] [LWC] Using database: Native
2013-03-15 20:07:31 [INFO] [LWC] Precached 476 protections
2013-03-15 20:07:31 [INFO] [LWC] Enabled plugin support for MobArena
2013-03-15 20:07:31 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-03-15 20:07:31 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-03-15 20:07:31 [WARNING] 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.
2013-03-15 20:07:31 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-03-15 20:07:31 [INFO] Preparing level "world"
2013-03-15 20:07:31 [INFO] Preparing start region for level 0 (Seed: 4431122996440293538)
2013-03-15 20:07:32 [INFO] Preparing spawn area: 89%
2013-03-15 20:07:32 [INFO] Preparing start region for level 1 (Seed: 4431122996440293538)
2013-03-15 20:07:33 [INFO] Preparing spawn area: 97%
2013-03-15 20:07:33 [INFO] Preparing start region for level 2 (Seed: 4431122996440293538)
2013-03-15 20:07:33 [INFO] [MagicCarpet] Enabling MagicCarpet v2.2.8
2013-03-15 20:07:33 [INFO] [MagicCarpet] Loading carpets...
2013-03-15 20:07:33 [INFO] [MagicCarpet] is now enabled!
2013-03-15 20:07:33 [INFO] [MultiWorld] Enabling MultiWorld v4.5.1
2013-03-15 20:07:33 [INFO] [MultiWorld] v4.5.1 enabled.
2013-03-15 20:07:33 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2013-03-15 20:07:33 [INFO] [LagMeter] Not using logs folder.
2013-03-15 20:07:33 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27332/plugins/LagMeter/lag.log
2013-03-15 20:07:33 [INFO] [Kivi] Enabling Kivi v1.05
2013-03-15 20:07:33 [INFO] Kivi version 1.05 is now enabled!
2013-03-15 20:07:33 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-03-15 20:07:33 [INFO] Starting FakaHedaMinequery server on 93.91.250.127:28332
2013-03-15 20:07:33 [INFO] [WorldEdit] Enabling WorldEdit v5.5.1
2013-03-15 20:07:33 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-03-15 20:07:33 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
2013-03-15 20:07:33 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
2013-03-15 20:07:33 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 72ms) ===
2013-03-15 20:07:33 [INFO] [Vanilla] Enabling Vanilla v0.2
2013-03-15 20:07:33 [INFO] [CountryLoginMessage] Enabling CountryLoginMessage v1.6.3
2013-03-15 20:07:33 [WARNING] [CountryLoginMessage] Failed to load GeoIPTools.
2013-03-15 20:07:33 [WARNING] [CountryLoginMessage] Are you sure 'GeoIPTools' plugin is running?
2013-03-15 20:07:33 [INFO] [Glowstone Lanterns] Enabling Glowstone Lanterns v0.6
2013-03-15 20:07:33 [INFO] [Glowstone Lanterns] Loading Glowstone Lanterns...
2013-03-15 20:07:33 [INFO] [Glowstone Lanterns] 53 Glowstone Lanterns loaded!
2013-03-15 20:07:33 [INFO] [Glowstone Lanterns] Hooked into PermissionsEx!
2013-03-15 20:07:33 [INFO] [Glowstone Lanterns] Glowstone Lanterns v0.6 Started
2013-03-15 20:07:33 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-03-15 20:07:33 [INFO] [PermissionsEx] Superperms support enabled.
2013-03-15 20:07:33 [INFO] [PermissionsEx] v1.19.5 enabled
2013-03-15 20:07:33 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-03-15 20:07:33 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-03-15 20:07:33 [INFO] [Gmlist] Enabling Gmlist v1.5.5
2013-03-15 20:07:33 [INFO] [Gmlist 1.5.5] Plugin by J08nY.
2013-03-15 20:07:33 [INFO] [Gmlist 1.5.5] DEBUG : Config OK!
2013-03-15 20:07:33 [INFO] [Gmlist 1.5.5] DEBUG : Found PermissionsEx!
2013-03-15 20:07:33 [INFO] [TreeAssist] Enabling TreeAssist v5.1
2013-03-15 20:07:33 [INFO] [WorldGuard] Enabling WorldGuard v5.7.1
2013-03-15 20:07:33 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-03-15 20:07:33 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-03-15 20:07:33 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-03-15 20:07:33 [INFO] [WorldGuard] 13 regions loaded for 'world'
2013-03-15 20:07:33 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-03-15 20:07:33 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-03-15 20:07:33 [INFO] [AntiCreeper3] Enabling AntiCreeper3 v4.7
2013-03-15 20:07:33 [INFO] [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
2013-03-15 20:07:33 [INFO] [Commandspy] Enabling Commandspy v2.9.1
2013-03-15 20:07:34 [INFO] [dynmap] Enabling dynmap v1.5-612
2013-03-15 20:07:34 [INFO] [dynmap] Using PermissionsEx 1.19.5 for access control
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 21 shaders.
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 82 perspectives.
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 12 lightings.
2013-03-15 20:07:35 [INFO] [dynmap] Web server started on address 0.0.0.0:29332
2013-03-15 20:07:35 [INFO] [dynmap] version 1.5-612 is enabled - core version 1.5-1591
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2013-03-15 20:07:35 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2013-03-15 20:07:35 [INFO] [dynmap] Enabled
2013-03-15 20:07:35 [INFO] [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v0.40
2013-03-15 20:07:35 [INFO] [Dynmap-WorldGuard] initializing
2013-03-15 20:07:35 [INFO] [Dynmap-WorldGuard] version 0.40 is activated
2013-03-15 20:07:35 [INFO] [AutoMessage] Enabling AutoMessage v2.1.1
2013-03-15 20:07:35 [INFO] [HackerReport] Enabling HackerReport v1.1 Beta
2013-03-15 20:07:35 [INFO] [HackerReport] HackerReport Has Been Enabled
2013-03-15 20:07:35 [INFO] [Melooon] Enabling Melooon v1.2.6
2013-03-15 20:07:36 [INFO] [Melooon] Loaded 40 censored words into temporary storage.
2013-03-15 20:07:36 [INFO] [iConomy] Enabling iConomy v7.0
2013-03-15 20:07:36 [INFO] [iConomy - April Fools] Enabled (19 ms)
2013-03-15 20:07:36 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-03-15 20:07:36 [INFO] [WorldSaver] Enabling WorldSaver v1.4
2013-03-15 20:07:36 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-03-15 20:07:36 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
2013-03-15 20:07:36 [INFO] [MineMaze] Enabling MineMaze v2.1
2013-03-15 20:07:36 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
2013-03-15 20:07:36 [INFO] [Modifyworld] Modifyworld enabled!
2013-03-15 20:07:36 [INFO] [MobArena] Enabling MobArena v0.94.4.95
2013-03-15 20:07:36 [INFO] [MobArena] No boss abilities found. Extracting defaults...
2013-03-15 20:07:36 [SEVERE] [MobArena] Couldn't extract the default boss abilities!
2013-03-15 20:07:36 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'default'.
2013-03-15 20:07:36 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'default'.
2013-03-15 20:07:36 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'default'.
2013-03-15 20:07:36 [INFO] [MobArena] Loaded arena 'default'.
2013-03-15 20:07:36 [INFO] [MobArena] v0.94.4.95 enabled.
2013-03-15 20:07:36 [INFO] [Essentials] Enabling Essentials v2.10.1
2013-03-15 20:07:36 [INFO] Using locale sk
2013-03-15 20:07:36 [INFO] Using locale sk
2013-03-15 20:07:36 [INFO] Essentials: Using PermissionsEx based permissions.
2013-03-15 20:07:36 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.24-b304)
2013-03-15 20:07:36 [INFO] [Jobs] Enabling Jobs v2.9.1
2013-03-15 20:07:36 [INFO] [Jobs] Started database save task
2013-03-15 20:07:36 [INFO] [Jobs] Started buffered payment thread
2013-03-15 20:07:36 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-03-15 20:07:36 [INFO] [Jobs] Buffered payment thread shutdown
2013-03-15 20:07:36 [INFO] [Jobs] Database save task shutdown
2013-03-15 20:07:36 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-03-15 20:07:36 [INFO] [Jobs] Started buffered payment thread
2013-03-15 20:07:36 [INFO] [Jobs] Started database save task
2013-03-15 20:07:36 [INFO] [Jobs] Login manager started
2013-03-15 20:07:36 [INFO] [Citizens] Enabling Citizens v1.2.3
2013-03-15 20:07:36 [INFO] [Citizens] No NPC types loaded.
2013-03-15 20:07:37 [INFO] [Citizens] version [1.2.3] loaded.
2013-03-15 20:07:37 [INFO] [LiftSign] Enabling LiftSign v0.3
2013-03-15 20:07:37 [SEVERE] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2013-03-15 20:07:37 [SEVERE] SLF4J: Defaulting to no-operation (NOP) logger implementation
2013-03-15 20:07:37 [SEVERE] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2013-03-15 20:07:37 [INFO] [LiftSign] using VAULT:PermissionsEx for permissions
2013-03-15 20:07:37 [INFO] [LiftSign] version 0.3, build 102 is enabled
2013-03-15 20:07:37 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.10.1
2013-03-15 20:07:37 [INFO] [Dynmap-Essentials] Enabling Dynmap-Essentials v0.40
2013-03-15 20:07:37 [INFO] [Dynmap-Essentials] initializing
2013-03-15 20:07:37 [INFO] [Dynmap-Essentials] version 0.40 is activated
2013-03-15 20:07:37 [INFO] [dynmap-mobs] Enabling dynmap-mobs v0.50
2013-03-15 20:07:37 [INFO] [dynmap-mobs] initializing
2013-03-15 20:07:37 [INFO] [dynmap-mobs] Enable layer for mobs
2013-03-15 20:07:37 [INFO] [dynmap-mobs] Enable layer for vehicles
2013-03-15 20:07:37 [INFO] [dynmap-mobs] version 0.50 is activated
2013-03-15 20:07:37 [INFO] [ChestShop] Enabling ChestShop v3.46
2013-03-15 20:07:37 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-03-15 20:07:37 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-03-15 20:07:37 [INFO] [EssentialsChat] Enabling EssentialsChat v2.10.1
2013-03-15 20:07:37 [INFO] [Residence] Enabling Residence v2.6.6.3
2013-03-15 20:07:37 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-03-15 20:07:38 [INFO] [Residence] Scanning for economy systems...
2013-03-15 20:07:38 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-03-15 20:07:38 [INFO] [Residence] Found WorldEdit
2013-03-15 20:07:38 [INFO] [Residence] Enabled! Version 2.6.6.3 by bekvon
2013-03-15 20:07:38 [INFO] [AuthMe] Enabling AuthMe v2.7.9
2013-03-15 20:07:38 [INFO] [AuthMe] Loading Configuration File...
2013-03-15 20:07:38 [INFO] [AuthMe] Merge new Config Options if needed..
2013-03-15 20:07:38 [INFO] [AuthMe] Set Language: sk
2013-03-15 20:07:38 [INFO] [AuthMe] Successfully hook with ChestShop!
2013-03-15 20:07:38 [INFO] [AuthMe] Authme 2.7.9 enabled
2013-03-15 20:07:38 [INFO] [dynmap-residence] Enabling dynmap-residence v0.40
2013-03-15 20:07:38 [INFO] [dynmap-residence] initializing
2013-03-15 20:07:38 [INFO] [dynmap-residence] version 0.40 is activated
2013-03-15 20:07:38 [INFO] [AntiCheat] Enabling AntiCheat v1.5.6
2013-03-15 20:07:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-03-15 20:07:38 [INFO] Done (7.500s)! For help, type "help" or "?"
2013-03-15 20:07:38 [INFO] Starting GS4 status listener
2013-03-15 20:07:38 [INFO] Starting remote control listener
2013-03-15 20:07:38 [INFO] Query running on 93.91.250.127:27332
2013-03-15 20:07:38 [WARNING] No rcon password set in '/hlserver/27332/server.properties', rcon disabled!
2013-03-15 20:07:38 [INFO] [Citizens] Loaded 0 NPCs.
2013-03-15 20:12:00 [INFO] Disconnecting welikan [/37.61.161.162:3425]: Outdated server!
2013-03-15 20:12:01 [INFO] CONSOLE: Stopping the server..
2013-03-15 20:12:01 [INFO] Stopping server
2013-03-15 20:12:01 [INFO] [AntiCheat] Disabling AntiCheat v1.5.6
2013-03-15 20:12:01 [INFO] [dynmap-residence] Disabling dynmap-residence v0.40
2013-03-15 20:12:01 [INFO] [AuthMe] Disabling AuthMe v2.7.9
2013-03-15 20:12:01 [INFO] [AuthMe] Authme 2.7.9 disabled
2013-03-15 20:12:01 [INFO] [Residence] Disabling Residence v2.6.6.3
2013-03-15 20:12:01 [INFO] [Residence] Disabled!
2013-03-15 20:12:01 [INFO] [EssentialsChat] Disabling EssentialsChat v2.10.1
2013-03-15 20:12:01 [INFO] [ChestShop] Disabling ChestShop v3.46
2013-03-15 20:12:01 [INFO] [LWC] Disabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:12:01 [INFO] [LWC] Flushing protection updates (0)
2013-03-15 20:12:01 [INFO] [dynmap-mobs] Disabling dynmap-mobs v0.50
2013-03-15 20:12:01 [INFO] [Dynmap-Essentials] Disabling Dynmap-Essentials v0.40
2013-03-15 20:12:01 [INFO] [EssentialsSpawn] Disabling EssentialsSpawn v2.10.1
2013-03-15 20:12:01 [INFO] [LiftSign] Disabling LiftSign v0.3
2013-03-15 20:12:01 [INFO] [LiftSign] version 0.3, build 102 is disabled
2013-03-15 20:12:01 [INFO] [Citizens] Disabling Citizens v1.2.3
2013-03-15 20:12:01 [INFO] [Citizens] version [1.2.3] disabled.
2013-03-15 20:12:01 [INFO] [Jobs] Disabling Jobs v2.9.1
2013-03-15 20:12:01 [INFO] [Jobs] Database save task shutdown
2013-03-15 20:12:01 [INFO] [Jobs] Plugin has been disabled succesfully.
2013-03-15 20:12:01 [INFO] [Jobs] Login manager shutdown
2013-03-15 20:12:01 [INFO] [Jobs] Buffered payment thread shutdown
2013-03-15 20:12:01 [INFO] [Essentials] Disabling Essentials v2.10.1
2013-03-15 20:12:01 [INFO] [Vault][Economy] Essentials Economy unhooked.
2013-03-15 20:12:01 [INFO] [MobArena] Disabling MobArena v0.94.4.95
2013-03-15 20:12:01 [INFO] [MobArena] disabled.
2013-03-15 20:12:01 [INFO] [Modifyworld] Disabling Modifyworld v1.19.4
2013-03-15 20:12:01 [INFO] [Modifyworld] Modifyworld successfully disabled!
2013-03-15 20:12:01 [INFO] [MineMaze] Disabling MineMaze v2.1
2013-03-15 20:12:01 [INFO] [WorldSaver] Disabling WorldSaver v1.4
2013-03-15 20:12:01 [INFO] [WorldSaver] disabled
2013-03-15 20:12:01 [INFO] [iConomy] Disabling iConomy v7.0
2013-03-15 20:12:01 [INFO] [Vault][Economy] iConomy 7 unhooked.
2013-03-15 20:12:01 [INFO] [iConomy] Closing general data...
2013-03-15 20:12:01 [INFO] [iConomy] Disabled. (0 ms)
2013-03-15 20:12:01 [INFO] [Melooon] Disabling Melooon v1.2.6
2013-03-15 20:12:01 [INFO] [HackerReport] Disabling HackerReport v1.1 Beta
2013-03-15 20:12:01 [INFO] [HackerReport] HackerReport Has Been Disabled
2013-03-15 20:12:01 [INFO] [AutoMessage] Disabling AutoMessage v2.1.1
2013-03-15 20:12:01 [INFO] [Dynmap-WorldGuard] Disabling Dynmap-WorldGuard v0.40
2013-03-15 20:12:01 [INFO] [dynmap] Disabling dynmap v1.5-612
2013-03-15 20:12:01 [INFO] [dynmap] Unloaded 11 components.
2013-03-15 20:12:01 [INFO] [dynmap] Stopping map renderer...
2013-03-15 20:12:02 [INFO] [dynmap] Disabled
2013-03-15 20:12:02 [INFO] [Commandspy] Disabling Commandspy v2.9.1
2013-03-15 20:12:02 [INFO] [AntiCreeper3] Disabling AntiCreeper3 v4.7
2013-03-15 20:12:02 [INFO] [WorldGuard] Disabling WorldGuard v5.7.1
2013-03-15 20:12:02 [INFO] [TreeAssist] Disabling TreeAssist v5.1
2013-03-15 20:12:02 [INFO] [Gmlist] Disabling Gmlist v1.5.5
2013-03-15 20:12:02 [INFO] [Gmlist 1.5.5] DEBUG : Config OK!
2013-03-15 20:12:02 [INFO] [Gmlist 1.5.5] Plugin by J08nY.
2013-03-15 20:12:02 [INFO] [PermissionsEx] Disabling PermissionsEx v1.19.5
2013-03-15 20:12:02 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-03-15 20:12:02 [INFO] [Vault][Permission] PermissionsEx un-hooked.
2013-03-15 20:12:02 [INFO] [Vault][Chat] PermissionsEx_Chat un-hooked.
2013-03-15 20:12:02 [INFO] Permissions file successfully reloaded
2013-03-15 20:12:02 [INFO] [PermissionsEx] v1.19.5 disabled successfully.
2013-03-15 20:12:02 [INFO] [Vault] Disabling Vault v1.2.24-b304
2013-03-15 20:12:02 [INFO] [Glowstone Lanterns] Disabling Glowstone Lanterns v0.6
2013-03-15 20:12:02 [INFO] [Glowstone Lanterns] Glowstone Lanterns v0.6 Disabled
2013-03-15 20:12:02 [INFO] [CountryLoginMessage] Disabling CountryLoginMessage v1.6.3
2013-03-15 20:12:02 [INFO] [Vanilla] Disabling Vanilla v0.2
2013-03-15 20:12:02 [INFO] [CreativeGates] Disabling CreativeGates v1.3.5
2013-03-15 20:12:02 [INFO] [CreativeGates v1.3.5] Disabled
2013-03-15 20:12:02 [INFO] [WorldEdit] Disabling WorldEdit v5.5.1
2013-03-15 20:12:02 [INFO] [FakaHedaMinequery] Disabling FakaHedaMinequery v1.2
2013-03-15 20:12:02 [INFO] [Kivi] Disabling Kivi v1.05
2013-03-15 20:12:02 [INFO] Stopping FakaHedaMinequery server
2013-03-15 20:12:02 [INFO] Kivi is now disabled!
2013-03-15 20:12:02 [INFO] [LagMeter] Disabling LagMeter v1.9.0
2013-03-15 20:12:02 [INFO] [LagMeter 1.9.0] Disabled!
2013-03-15 20:12:02 [INFO] [Orebfuscator] Disabling Orebfuscator v1.8.8
2013-03-15 20:12:02 [INFO] [MultiWorld] Disabling MultiWorld v4.5.1
2013-03-15 20:12:02 [INFO] [MultiWorld] Disabled.
2013-03-15 20:12:02 [INFO] [MagicCarpet] Disabling MagicCarpet v2.2.8
2013-03-15 20:12:02 [INFO] [MagicCarpet] Saving carpets...
2013-03-15 20:12:02 [INFO] [MagicCarpet] is now disabled!
2013-03-15 20:12:02 [INFO] Saving players
2013-03-15 20:12:02 [WARNING] DSCT: Socket closed
2013-03-15 20:12:02 [INFO] Saving worlds
2013-03-15 20:12:02 [INFO] Closing listening thread
2013-03-15 20:12:02 [INFO] Saving chunks for level 'world'/Overworld
2013-03-15 20:12:02 [INFO] Saving chunks for level 'world_nether'/Nether
2013-03-15 20:12:02 [INFO] Saving chunks for level 'world_the_end'/The End
2013-03-15 20:12:04 [INFO] Starting minecraft server version 1.4.7
2013-03-15 20:12:04 [INFO] Loading properties
2013-03-15 20:12:04 [INFO] Default game type: SURVIVAL
2013-03-15 20:12:04 [INFO] Generating keypair
2013-03-15 20:12:04 [INFO] Starting Minecraft server on 93.91.250.127:27332
2013-03-15 20:12:05 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
2013-03-15 20:12:05 [INFO] [PermissionsEx] sql backend registered!
2013-03-15 20:12:05 [INFO] [PermissionsEx] file backend registered!
2013-03-15 20:12:05 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-03-15 20:12:05 [SEVERE] Could not load 'plugins/CitizenSkins 2.0.41.73.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Spout
2013-03-15 20:12:05 [INFO] [MagicCarpet] Loading MagicCarpet v2.2.8
2013-03-15 20:12:05 [INFO] [MultiWorld] Loading MultiWorld v4.5.1
2013-03-15 20:12:05 [INFO] [Orebfuscator] Loading Orebfuscator v1.8.8
2013-03-15 20:12:05 [INFO] [LagMeter] Loading LagMeter v1.9.0
2013-03-15 20:12:05 [INFO] [Kivi] Loading Kivi v1.05
2013-03-15 20:12:05 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-03-15 20:12:05 [INFO] [WorldEdit] Loading WorldEdit v5.5.1
2013-03-15 20:12:05 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
2013-03-15 20:12:05 [INFO] [Vanilla] Loading Vanilla v0.2
2013-03-15 20:12:05 [INFO] [CountryLoginMessage] Loading CountryLoginMessage v1.6.3
2013-03-15 20:12:05 [INFO] [Glowstone Lanterns] Loading Glowstone Lanterns v0.6
2013-03-15 20:12:05 [INFO] [Vault] Loading Vault v1.2.24-b304
2013-03-15 20:12:05 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-03-15 20:12:05 [INFO] [PermissionsEx] Initializing file backend
2013-03-15 20:12:05 [INFO] Permissions file successfully reloaded
2013-03-15 20:12:05 [INFO] [Gmlist] Loading Gmlist v1.5.5
2013-03-15 20:12:05 [INFO] [TreeAssist] Loading TreeAssist v5.1
2013-03-15 20:12:05 [INFO] [WorldGuard] Loading WorldGuard v5.7.1
2013-03-15 20:12:05 [INFO] [AntiCreeper3] Loading AntiCreeper3 v4.7
2013-03-15 20:12:05 [INFO] [Commandspy] Loading Commandspy v2.9.1
2013-03-15 20:12:05 [INFO] [dynmap] Loading dynmap v1.5-612
2013-03-15 20:12:05 [INFO] [Dynmap-WorldGuard] Loading Dynmap-WorldGuard v0.40
2013-03-15 20:12:05 [INFO] [AutoMessage] Loading AutoMessage v2.1.1
2013-03-15 20:12:05 [INFO] [HackerReport] Loading HackerReport v1.1 Beta
2013-03-15 20:12:05 [INFO] [Melooon] Loading Melooon v1.2.6
2013-03-15 20:12:05 [INFO] [iConomy] Loading iConomy v7.0
2013-03-15 20:12:05 [INFO] [WorldSaver] Loading WorldSaver v1.4
2013-03-15 20:12:05 [INFO] [MineMaze] Loading MineMaze v2.1
2013-03-15 20:12:05 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
2013-03-15 20:12:05 [INFO] [MobArena] Loading MobArena v0.94.4.95
2013-03-15 20:12:05 [INFO] [Essentials] Loading Essentials v2.10.1
2013-03-15 20:12:05 [INFO] [Jobs] Loading Jobs v2.9.1
2013-03-15 20:12:05 [INFO] [Citizens] Loading Citizens v1.2.3
2013-03-15 20:12:05 [INFO] [LiftSign] Loading LiftSign v0.3
2013-03-15 20:12:05 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.10.1
2013-03-15 20:12:05 [INFO] [Dynmap-Essentials] Loading Dynmap-Essentials v0.40
2013-03-15 20:12:05 [INFO] [dynmap-mobs] Loading dynmap-mobs v0.50
2013-03-15 20:12:05 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:12:05 [INFO] [ChestShop] Loading ChestShop v3.46
2013-03-15 20:12:05 [INFO] [EssentialsChat] Loading EssentialsChat v2.10.1
2013-03-15 20:12:05 [INFO] [Residence] Loading Residence v2.6.6.3
2013-03-15 20:12:05 [INFO] [AuthMe] Loading AuthMe v2.7.9
2013-03-15 20:12:05 [INFO] [dynmap-residence] Loading dynmap-residence v0.40
2013-03-15 20:12:05 [INFO] [AntiCheat] Loading AntiCheat v1.5.6
2013-03-15 20:12:05 [INFO] [Orebfuscator] Enabling Orebfuscator v1.8.8
2013-03-15 20:12:05 [INFO] [Vault] Enabling Vault v1.2.24-b304
2013-03-15 20:12:05 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-03-15 20:12:05 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2013-03-15 20:12:05 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-03-15 20:12:05 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-03-15 20:12:05 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-03-15 20:12:05 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-03-15 20:12:05 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-03-15 20:12:05 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-03-15 20:12:05 [INFO] [Vault] Enabled Version 1.2.24-b304
2013-03-15 20:12:05 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-03-15 20:12:05 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-03-15 20:12:05 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-03-15 20:12:05 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-03-15 20:12:06 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-03-15 20:12:06 [INFO] [LWC] Permissions API: §4VaultPermissions
2013-03-15 20:12:06 [INFO] [LWC] Currency API: §4VaultCurrency
2013-03-15 20:12:06 [INFO] [LWC] Connecting to SQLite
2013-03-15 20:12:06 [SEVERE] java.lang.UnsatisfiedLinkError: /hlserver/27332/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: /hlserver/27332/plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so: file too short
2013-03-15 20:12:06 [INFO] [LWC] Performing any necessary database updates
2013-03-15 20:12:06 [INFO] [LWC] Using database: Native
2013-03-15 20:12:06 [INFO] [LWC] Precached 476 protections
2013-03-15 20:12:06 [INFO] [LWC] Enabled plugin support for MobArena
2013-03-15 20:12:06 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-03-15 20:12:06 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-03-15 20:12:06 [WARNING] 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.
2013-03-15 20:12:06 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-03-15 20:12:06 [INFO] Preparing level "world"
2013-03-15 20:12:06 [INFO] Preparing start region for level 0 (Seed: 4431122996440293538)
2013-03-15 20:12:07 [INFO] Preparing spawn area: 73%
2013-03-15 20:12:07 [INFO] Preparing start region for level 1 (Seed: 4431122996440293538)
2013-03-15 20:12:08 [INFO] Preparing start region for level 2 (Seed: 4431122996440293538)
2013-03-15 20:12:08 [INFO] [MagicCarpet] Enabling MagicCarpet v2.2.8
2013-03-15 20:12:08 [INFO] [MagicCarpet] Loading carpets...
2013-03-15 20:12:08 [INFO] [MagicCarpet] is now enabled!
2013-03-15 20:12:08 [INFO] [MultiWorld] Enabling MultiWorld v4.5.1
2013-03-15 20:12:08 [INFO] [MultiWorld] v4.5.1 enabled.
2013-03-15 20:12:08 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2013-03-15 20:12:08 [INFO] [LagMeter] Not using logs folder.
2013-03-15 20:12:08 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27332/plugins/LagMeter/lag.log
2013-03-15 20:12:08 [INFO] [Kivi] Enabling Kivi v1.05
2013-03-15 20:12:08 [INFO] Kivi version 1.05 is now enabled!
2013-03-15 20:12:08 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-03-15 20:12:08 [INFO] Starting FakaHedaMinequery server on 93.91.250.127:28332
2013-03-15 20:12:08 [INFO] [WorldEdit] Enabling WorldEdit v5.5.1
2013-03-15 20:12:08 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-03-15 20:12:08 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
2013-03-15 20:12:08 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
2013-03-15 20:12:08 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 62ms) ===
2013-03-15 20:12:08 [INFO] [Vanilla] Enabling Vanilla v0.2
2013-03-15 20:12:08 [INFO] [CountryLoginMessage] Enabling CountryLoginMessage v1.6.3
2013-03-15 20:12:08 [WARNING] [CountryLoginMessage] Failed to load GeoIPTools.
2013-03-15 20:12:08 [WARNING] [CountryLoginMessage] Are you sure 'GeoIPTools' plugin is running?
2013-03-15 20:12:08 [INFO] [Glowstone Lanterns] Enabling Glowstone Lanterns v0.6
2013-03-15 20:12:08 [INFO] [Glowstone Lanterns] Loading Glowstone Lanterns...
2013-03-15 20:12:08 [INFO] [Glowstone Lanterns] 53 Glowstone Lanterns loaded!
2013-03-15 20:12:08 [INFO] [Glowstone Lanterns] Hooked into PermissionsEx!
2013-03-15 20:12:08 [INFO] [Glowstone Lanterns] Glowstone Lanterns v0.6 Started
2013-03-15 20:12:08 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-03-15 20:12:08 [INFO] [PermissionsEx] Superperms support enabled.
2013-03-15 20:12:08 [INFO] [PermissionsEx] v1.19.5 enabled
2013-03-15 20:12:08 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-03-15 20:12:08 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-03-15 20:12:08 [INFO] [Gmlist] Enabling Gmlist v1.5.5
2013-03-15 20:12:08 [INFO] [Gmlist 1.5.5] Plugin by J08nY.
2013-03-15 20:12:08 [INFO] [Gmlist 1.5.5] DEBUG : Config OK!
2013-03-15 20:12:08 [INFO] [Gmlist 1.5.5] DEBUG : Found PermissionsEx!
2013-03-15 20:12:08 [INFO] [TreeAssist] Enabling TreeAssist v5.1
2013-03-15 20:12:08 [INFO] [WorldGuard] Enabling WorldGuard v5.7.1
2013-03-15 20:12:08 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-03-15 20:12:08 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-03-15 20:12:08 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-03-15 20:12:08 [INFO] [WorldGuard] 13 regions loaded for 'world'
2013-03-15 20:12:08 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-03-15 20:12:08 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-03-15 20:12:08 [INFO] [AntiCreeper3] Enabling AntiCreeper3 v4.7
2013-03-15 20:12:08 [INFO] [AntiCreeper3] brought to you by Filbert66 (<=v.2.5 by Rothens)
2013-03-15 20:12:08 [INFO] [Commandspy] Enabling Commandspy v2.9.1
2013-03-15 20:12:09 [INFO] [dynmap] Enabling dynmap v1.5-612
2013-03-15 20:12:09 [INFO] [dynmap] Using PermissionsEx 1.19.5 for access control
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 21 shaders.
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 82 perspectives.
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 12 lightings.
2013-03-15 20:12:10 [INFO] [dynmap] Web server started on address 0.0.0.0:29332
2013-03-15 20:12:10 [INFO] [dynmap] version 1.5-612 is enabled - core version 1.5-1591
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2013-03-15 20:12:10 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2013-03-15 20:12:10 [INFO] [dynmap] Enabled
2013-03-15 20:12:10 [INFO] [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v0.40
2013-03-15 20:12:10 [INFO] [Dynmap-WorldGuard] initializing
2013-03-15 20:12:10 [INFO] [Dynmap-WorldGuard] version 0.40 is activated
2013-03-15 20:12:10 [INFO] [AutoMessage] Enabling AutoMessage v2.1.1
2013-03-15 20:12:10 [INFO] [HackerReport] Enabling HackerReport v1.1 Beta
2013-03-15 20:12:10 [INFO] [HackerReport] HackerReport Has Been Enabled
2013-03-15 20:12:10 [INFO] [Melooon] Enabling Melooon v1.2.6
2013-03-15 20:12:11 [INFO] [Melooon] Loaded 40 censored words into temporary storage.
2013-03-15 20:12:11 [INFO] [iConomy] Enabling iConomy v7.0
2013-03-15 20:12:11 [INFO] [iConomy - April Fools] Enabled (15 ms)
2013-03-15 20:12:11 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-03-15 20:12:11 [INFO] [WorldSaver] Enabling WorldSaver v1.4
2013-03-15 20:12:11 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
2013-03-15 20:12:11 [INFO] [MineMaze] Enabling MineMaze v2.1
2013-03-15 20:12:11 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-03-15 20:12:11 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
2013-03-15 20:12:11 [INFO] [Modifyworld] Modifyworld enabled!
2013-03-15 20:12:11 [INFO] [MobArena] Enabling MobArena v0.94.4.95
2013-03-15 20:12:11 [INFO] [MobArena] No boss abilities found. Extracting defaults...
2013-03-15 20:12:11 [SEVERE] [MobArena] Couldn't extract the default boss abilities!
2013-03-15 20:12:11 [WARNING] [MobArena] Invalid boss ability 'arrows' for wave 'boss1' in arena 'default'.
2013-03-15 20:12:11 [WARNING] [MobArena] Invalid boss ability 'root-target' for wave 'boss1' in arena 'default'.
2013-03-15 20:12:11 [WARNING] [MobArena] Invalid boss ability 'throw-nearby' for wave 'boss1' in arena 'default'.
2013-03-15 20:12:11 [INFO] [MobArena] Loaded arena 'default'.
2013-03-15 20:12:11 [INFO] [MobArena] v0.94.4.95 enabled.
2013-03-15 20:12:11 [INFO] [Essentials] Enabling Essentials v2.10.1
2013-03-15 20:12:11 [INFO] Using locale sk
2013-03-15 20:12:11 [INFO] Using locale sk
2013-03-15 20:12:11 [INFO] Essentials: Using PermissionsEx based permissions.
2013-03-15 20:12:11 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.24-b304)
2013-03-15 20:12:11 [INFO] [Jobs] Enabling Jobs v2.9.1
2013-03-15 20:12:11 [INFO] [Jobs] Started database save task
2013-03-15 20:12:11 [INFO] [Jobs] Started buffered payment thread
2013-03-15 20:12:11 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-03-15 20:12:11 [INFO] [Jobs] Database save task shutdown
2013-03-15 20:12:11 [INFO] [Jobs] Login manager started
2013-03-15 20:12:11 [INFO] [Jobs] Started buffered payment thread
2013-03-15 20:12:11 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-03-15 20:12:11 [INFO] [Jobs] Started database save task
2013-03-15 20:12:11 [INFO] [Jobs] Buffered payment thread shutdown
2013-03-15 20:12:11 [INFO] [Citizens] Enabling Citizens v1.2.3
2013-03-15 20:12:11 [INFO] [Citizens] No NPC types loaded.
2013-03-15 20:12:11 [INFO] [Citizens] version [1.2.3] loaded.
2013-03-15 20:12:11 [INFO] [LiftSign] Enabling LiftSign v0.3
2013-03-15 20:12:11 [SEVERE] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2013-03-15 20:12:11 [SEVERE] SLF4J: Defaulting to no-operation (NOP) logger implementation
2013-03-15 20:12:11 [SEVERE] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2013-03-15 20:12:12 [INFO] [LiftSign] using VAULT:PermissionsEx for permissions
2013-03-15 20:12:12 [INFO] [LiftSign] version 0.3, build 102 is enabled
2013-03-15 20:12:12 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.10.1
2013-03-15 20:12:12 [INFO] [Dynmap-Essentials] Enabling Dynmap-Essentials v0.40
2013-03-15 20:12:12 [INFO] [Dynmap-Essentials] initializing
2013-03-15 20:12:12 [INFO] [Dynmap-Essentials] version 0.40 is activated
2013-03-15 20:12:12 [INFO] [dynmap-mobs] Enabling dynmap-mobs v0.50
2013-03-15 20:12:12 [INFO] [dynmap-mobs] initializing
2013-03-15 20:12:12 [INFO] [dynmap-mobs] Enable layer for mobs
2013-03-15 20:12:12 [INFO] [dynmap-mobs] Enable layer for vehicles
2013-03-15 20:12:12 [INFO] [dynmap-mobs] version 0.50 is activated
2013-03-15 20:12:12 [INFO] [ChestShop] Enabling ChestShop v3.46
2013-03-15 20:12:12 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-03-15 20:12:12 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-03-15 20:12:12 [INFO] [EssentialsChat] Enabling EssentialsChat v2.10.1
2013-03-15 20:12:12 [INFO] [Residence] Enabling Residence v2.6.6.3
2013-03-15 20:12:12 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-03-15 20:12:12 [INFO] [Residence] Scanning for economy systems...
2013-03-15 20:12:12 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-03-15 20:12:12 [INFO] [Residence] Found WorldEdit
2013-03-15 20:12:12 [INFO] [Residence] Enabled! Version 2.6.6.3 by bekvon
2013-03-15 20:12:12 [INFO] [AuthMe] Enabling AuthMe v2.7.9
2013-03-15 20:12:12 [INFO] [AuthMe] Loading Configuration File...
2013-03-15 20:12:12 [INFO] [AuthMe] Merge new Config Options if needed..
2013-03-15 20:12:12 [INFO] [AuthMe] Set Language: sk
2013-03-15 20:12:12 [INFO] [AuthMe] Successfully hook with ChestShop!
2013-03-15 20:12:12 [INFO] [AuthMe] Authme 2.7.9 enabled
2013-03-15 20:12:12 [INFO] [dynmap-residence] Enabling dynmap-residence v0.40
2013-03-15 20:12:12 [INFO] [dynmap-residence] initializing
2013-03-15 20:12:12 [INFO] [dynmap-residence] version 0.40 is activated
2013-03-15 20:12:12 [INFO] [AntiCheat] Enabling AntiCheat v1.5.6
2013-03-15 20:12:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-03-15 20:12:13 [INFO] Done (6.885s)! For help, type "help" or "?"
2013-03-15 20:12:13 [INFO] Starting GS4 status listener
2013-03-15 20:12:13 [INFO] Starting remote control listener
2013-03-15 20:12:13 [INFO] Query running on 93.91.250.127:27332
2013-03-15 20:12:13 [WARNING] No rcon password set in '/hlserver/27332/server.properties', rcon disabled!
2013-03-15 20:12:13 [INFO] [Citizens] Loaded 0 NPCs.

dufam ze to je cele

sniperluko
Příspěvky: 114
Registrován: 13 led 2012, 16:31
Reputation: 0

Re: DynMap -residence

#3 Příspěvekod sniperluko » 16 bře 2013, 09:41

uz nic uz to funguje

//LOCK LKCZ


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 23 hostů