Stránka 1 z 5
Dynmap Nefunkčnost
Napsal: 08 čer 2013, 10:05
od enalan
Server: 93.91.250.108:27480Ahoj, udělal jsem si dynmap, jenže mi nejde proč ? ;D
Děkuji
http://93.91.250.108:29480/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
# 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: true
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: "Dynmap"
# #logourl: "images/block_surface.png"
# linkurl: "http://forums.bukkit.org/threads/dynmap.489/"
# # Valid positions: top-left, top-right, bottom-left, bottom-right
# position: bottom-right
#- 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
# 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: 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: "My Awesome Server Map"
# 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: 93.91.250.108
# The TCP-port the webserver will listen on.
webserver-port: 29480
# 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% joined"
quitmessage: "%playername% quit"
spammessage: "You may only chat once every %interval% seconds."
# 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: "Map Types"
players: "Players"
chatrequireslogin: "Chat Requires Login"
chatnotallowed: "You are not permitted to send chat messages"
# 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
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 10:21
od LavorekCZ
Ve složce dynmap na FTP serveru ti chybí potřebné soubory.
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 10:26
od enalan
Ano, ale kde je mám sehnat, když jsem si to stahoval, jednalo se jen o .jar

Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 10:40
od LavorekCZ
Jo, má to být jenom *.jar, má obsahovat všechno potřebné. Zkopíruj sem server.log při startu.
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 10:44
od enalan
Zde:
Kód: Vybrat vše
2013-06-08 10:43:43 [INFO] Starting minecraft server version 1.5.2
2013-06-08 10:43:43 [INFO] Loading properties
2013-06-08 10:43:43 [INFO] Default game type: SURVIVAL
2013-06-08 10:43:43 [INFO] Generating keypair
2013-06-08 10:43:43 [INFO] Starting Minecraft server on 93.91.250.108:27480
2013-06-08 10:43:43 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R0.1-1-g53734d2-b2774jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.2-SNAPSHOT)
2013-06-08 10:43:43 [INFO] ----- Bukkit Auto Updater -----
2013-06-08 10:43:43 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2013-06-08 10:43:43 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
2013-06-08 10:43:43 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2013-06-08 10:43:43 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2013-06-08 10:43:43 [INFO] ----- ------------------- -----
2013-06-08 10:43:43 [SEVERE] Could not load 'plugins/HealthBar.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at me.plornt.healthbar.HealthBar.<init>(HealthBar.java:27)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 28 more
2013-06-08 10:43:43 [INFO] [PermissionsEx] sql backend registered!
2013-06-08 10:43:43 [INFO] [PermissionsEx] file backend registered!
2013-06-08 10:43:43 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-06-08 10:43:44 [SEVERE] Could not load 'plugins/BKCommonLib.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_5_R2/inventory/CraftItemStack
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_5_R2/inventory/CraftItemStack
at com.bergerkiller.bukkit.common.conversion.type.WrapperConverter.<clinit>(WrapperConverter.java:224)
at com.bergerkiller.bukkit.common.conversion.type.ConversionTypes.<clinit>(ConversionTypes.java:90)
at com.bergerkiller.bukkit.common.utils.StringUtil.<clinit>(StringUtil.java:33)
at com.bergerkiller.bukkit.common.ModuleLogger.<init>(ModuleLogger.java:29)
at com.bergerkiller.bukkit.common.ModuleLogger.<init>(ModuleLogger.java:25)
at com.bergerkiller.bukkit.common.internal.CommonPlugin.<clinit>(CommonPlugin.java:62)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:266)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_5_R2.inventory.CraftItemStack
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 18 more
2013-06-08 10:43:44 [SEVERE] ebean.properties not found
2013-06-08 10:43:44 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2013-06-08 10:43:44 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2013-06-08 10:43:44 [INFO] Entities enhanced[0] subclassed[1]
2013-06-08 10:43:44 [SEVERE] Could not load 'plugins/NoLagg.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-06-08 10:43:44 [INFO] [FoE] Loading FoE v1.3.0
2013-06-08 10:43:44 [INFO] [WorldEdit] Loading WorldEdit v1405-f213bb7
2013-06-08 10:43:44 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-06-08 10:43:44 [INFO] [FoE-Updater] Loading FoE-Updater v1.0.0
2013-06-08 10:43:44 [INFO] [VoxelSniper] Loading VoxelSniper v5.168.5-SNAPSHOT-jnks198
2013-06-08 10:43:44 [INFO] [SafeExplosions] Loading SafeExplosions v1.2.1
2013-06-08 10:43:44 [INFO] [Vault] Loading Vault v1.2.25-b320
2013-06-08 10:43:44 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2013-06-08 10:43:44 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-06-08 10:43:44 [INFO] [PermissionsEx] Initializing file backend
2013-06-08 10:43:44 [INFO] Permissions file successfully reloaded
2013-06-08 10:43:44 [INFO] [WorldGuard] Loading WorldGuard v839-865b940
2013-06-08 10:43:44 [INFO] [dynmap] Loading dynmap v1.6-646
2013-06-08 10:43:44 [INFO] [AutoMessage] Loading AutoMessage v2.1.3
2013-06-08 10:43:44 [INFO] [iConomy] Loading iConomy v7.0
2013-06-08 10:43:44 [INFO] [PluginList] Loading PluginList v1.7
2013-06-08 10:43:44 [INFO] [CoreProtect] Loading CoreProtect v2.05
2013-06-08 10:43:44 [INFO] [pvparena] Loading pvparena v1.0.0.45
2013-06-08 10:43:44 [INFO] [AntiAdvertiser] Loading AntiAdvertiser v0.2
2013-06-08 10:43:44 [INFO] [SimpleReserve] Loading SimpleReserve v0.5.0
2013-06-08 10:43:44 [INFO] [Admin Chat] Loading Admin Chat v1.1
2013-06-08 10:43:44 [INFO] [MobArena] Loading MobArena v0.94.4.96
2013-06-08 10:43:44 [INFO] [MobArenaAddon] Loading MobArenaAddon v0.1.3
2013-06-08 10:43:44 [INFO] [CustomCrafting] Loading CustomCrafting v1.1
2013-06-08 10:43:44 [INFO] [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
2013-06-08 10:43:44 [INFO] [Essentials] Loading Essentials vPre2.11.1.2
2013-06-08 10:43:44 [INFO] [Residence] Loading Residence v2.6.6.4
2013-06-08 10:43:44 [INFO] [UltrabansLite] Loading UltrabansLite v3.1.4
2013-06-08 10:43:44 [INFO] [Jobs] Loading Jobs v2.9.1
2013-06-08 10:43:44 [INFO] [WorldBorder] Loading WorldBorder v1.7.2b
2013-06-08 10:43:44 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-06-08 10:43:44 [INFO] [JoinMessage] Loading JoinMessage v2.4.2
2013-06-08 10:43:44 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vPre2.11.1.2
2013-06-08 10:43:44 [INFO] [CreativeGates] Loading CreativeGates v1.4
2013-06-08 10:43:44 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
2013-06-08 10:43:44 [INFO] [WebAuctionPlus] Loading WebAuctionPlus v1.1.9
2013-06-08 10:43:44 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.1
2013-06-08 10:43:44 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-06-08 10:43:44 [INFO] [ChestShop] Loading ChestShop v3.5
2013-06-08 10:43:44 [INFO] [AuthMe] Loading AuthMe v2.7.15
2013-06-08 10:43:44 [INFO] [CreativeControl] Loading CreativeControl v5.8.6
2013-06-08 10:43:44 [INFO] [Vault] Enabling Vault v1.2.25-b320
2013-06-08 10:43:44 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-06-08 10:43:44 [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-06-08 10:43:44 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-06-08 10:43:44 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-06-08 10:43:44 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-06-08 10:43:44 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-06-08 10:43:44 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-06-08 10:43:44 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-06-08 10:43:44 [INFO] [Vault] Enabled Version 1.2.25-b320
2013-06-08 10:43:44 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-06-08 10:43:44 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-06-08 10:43:44 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-06-08 10:43:44 [INFO] [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
2013-06-08 10:43:44 [INFO] [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
2013-06-08 10:43:44 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-06-08 10:43:44 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-06-08 10:43:44 [INFO] [LWC] Permissions API: §4VaultPermissions
2013-06-08 10:43:44 [INFO] [LWC] Currency API: §4VaultCurrency
2013-06-08 10:43:44 [INFO] [LWC] Connecting to SQLite
2013-06-08 10:43:44 [INFO] [LWC] Performing any necessary database updates
2013-06-08 10:43:44 [INFO] [LWC] Using database: Native
2013-06-08 10:43:44 [INFO] [LWC] Precached 2851 protections
2013-06-08 10:43:44 [INFO] [LWC] Enabled plugin support for MobArena
2013-06-08 10:43:44 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-06-08 10:43:44 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-06-08 10:43:44 [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-06-08 10:43:44 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-06-08 10:43:44 [INFO] Preparing level "world"
2013-06-08 10:43:44 [INFO] Preparing start region for level 0 (Seed: -934589347)
2013-06-08 10:43:45 [INFO] Preparing start region for level 1 (Seed: -934589347)
2013-06-08 10:43:45 [INFO] Preparing start region for level 2 (Seed: -934589347)
2013-06-08 10:43:45 [INFO] [FoE] Enabling FoE v1.3.0
2013-06-08 10:43:45 [INFO] Registruji event 'onPlayerLogin'
2013-06-08 10:43:45 [INFO] Registruji event 'onJoin'
2013-06-08 10:43:45 [INFO] Registruji event 'onQuit'
2013-06-08 10:43:45 [INFO] Registruji event 'onKick'
2013-06-08 10:43:45 [INFO] Registruji event 'onChat'
2013-06-08 10:43:45 [INFO] Registruji event 'onInventoryClick'
2013-06-08 10:43:45 [INFO] Registruji event 'onInventoryDrag'
2013-06-08 10:43:45 [SEVERE] [FoE] Plugin FoE v1.3.0 has failed to register events for class main.events.onInventoryDrag because org/bukkit/event/inventory/InventoryDragEvent does not exist.
2013-06-08 10:43:45 [INFO] Registruji event 'EntityDeath'
2013-06-08 10:43:45 [INFO] Registruji event 'onPlayerDeath'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/inf'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/zprava'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/chat'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/gramatika'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/cenzura'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/a'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/tp'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/inv'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/ban'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/unban'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/kick'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/clear'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/help'
2013-06-08 10:43:45 [INFO] Registruji prikaz '/vtip'
2013-06-08 10:43:45 [INFO] [FoE] byl uspesne zapnut.
2013-06-08 10:43:45 [INFO] [WorldEdit] Enabling WorldEdit v1405-f213bb7
2013-06-08 10:43:45 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-06-08 10:43:45 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-06-08 10:43:45 [INFO] Starting FakaHedaMinequery server on 93.91.250.108:28480
2013-06-08 10:43:45 [INFO] [FoE-Updater] Enabling FoE-Updater v1.0.0
2013-06-08 10:43:46 [INFO] [VoxelSniper] Enabling VoxelSniper v5.168.5-SNAPSHOT-jnks198
2013-06-08 10:43:46 [SEVERE] Error occurred while enabling VoxelSniper v5.168.5-SNAPSHOT-jnks198 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_4_R1/EntityLiving
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
at java.lang.Class.getConstructor0(Class.java:2723)
at java.lang.Class.getConstructor(Class.java:1676)
at com.thevoxelbox.voxelsniper.SniperBrushes.getBrush(SniperBrushes.java:240)
at com.thevoxelbox.voxelsniper.SniperBrushes.getSniperBrushes(SniperBrushes.java:180)
at com.thevoxelbox.voxelsniper.MetricsManager.start(MetricsManager.java:138)
at com.thevoxelbox.voxelsniper.VoxelSniper.onEnable(VoxelSniper.java:314)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_R1.EntityLiving
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 19 more
2013-06-08 10:43:46 [INFO] [SafeExplosions] Enabling SafeExplosions v1.2.1
2013-06-08 10:43:46 [INFO] [SafeExplosions] Listening to PermissionsEX.
2013-06-08 10:43:46 [INFO] [SafeExplosions v1.2.1] Enabled.
2013-06-08 10:43:46 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
2013-06-08 10:43:46 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-06-08 10:43:46 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
2013-06-08 10:43:46 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -934589347
2013-06-08 10:43:46 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -934589347
2013-06-08 10:43:46 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
2013-06-08 10:43:46 [WARNING] [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
2013-06-08 10:43:46 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!!
2013-06-08 10:43:46 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -934589347
2013-06-08 10:43:46 [INFO] [Multiverse-Core] Loading World & Settings - 'creative1' - Env: NORMAL - Type: FLAT & seed: -369580921503462439
2013-06-08 10:43:46 [INFO] Preparing start region for level 3 (Seed: -369580921503462439)
2013-06-08 10:43:46 [INFO] [Multiverse-Core] 4 - World(s) loaded.
2013-06-08 10:43:46 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-06-08 10:43:46 [INFO] [PermissionsEx] Superperms support enabled.
2013-06-08 10:43:46 [INFO] [PermissionsEx] v1.19.5 enabled
2013-06-08 10:43:46 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-06-08 10:43:46 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-06-08 10:43:46 [INFO] [WorldGuard] Enabling WorldGuard v839-865b940
2013-06-08 10:43:46 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-06-08 10:43:46 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-06-08 10:43:46 [INFO] [WorldGuard] (creative1) TNT ignition is PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (creative1) Lighters are PERMITTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] (creative1) Lava fire is blocked.
2013-06-08 10:43:46 [INFO] [WorldGuard] (creative1) Fire spread is UNRESTRICTED.
2013-06-08 10:43:46 [INFO] [WorldGuard] Loaded configuration for world 'creative1'
2013-06-08 10:43:46 [INFO] [WorldGuard] 36 regions loaded for 'world'
2013-06-08 10:43:46 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-06-08 10:43:46 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-06-08 10:43:46 [INFO] [WorldGuard] 0 regions loaded for 'creative1'
2013-06-08 10:43:46 [INFO] [dynmap] Enabling dynmap v1.6-646
2013-06-08 10:43:46 [INFO] [dynmap] Using PermissionsEx 1.19.5 for access control
2013-06-08 10:43:47 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png (No such file or directory)
2013-06-08 10:43:47 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-06-08 10:43:47 [SEVERE] [dynmap] Error: shader 'default' cannot load texture pack 'standard'
2013-06-08 10:43:47 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png (No such file or directory)
2013-06-08 10:43:47 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-06-08 10:43:47 [SEVERE] [dynmap] Error: shader 'stdtexture' cannot load texture pack 'standard'
2013-06-08 10:43:47 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png (No such file or directory)
2013-06-08 10:43:47 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-06-08 10:43:47 [SEVERE] [dynmap] Error: shader 'stdtexture-cave' cannot load texture pack 'standard'
2013-06-08 10:43:47 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png (No such file or directory)
2013-06-08 10:43:47 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-06-08 10:43:47 [SEVERE] [dynmap] Error: shader 'stdtexture-nobiome' cannot load texture pack 'standard'
2013-06-08 10:43:47 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/textures/blocks/grass_top.png (No such file or directory)
2013-06-08 10:43:47 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-06-08 10:43:47 [SEVERE] [dynmap] Error: shader 'stdtexture-mcr-grid' cannot load texture pack 'standard'
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 21 shaders.
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 82 perspectives.
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 12 lightings.
2013-06-08 10:43:47 [INFO] [dynmap] Web server started on address 93.91.250.108:29480
2013-06-08 10:43:47 [INFO] [dynmap] version 1.6-646 is enabled - core version 1.6-1624
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 9685 pending tile renders for world 'world
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2013-06-08 10:43:47 [INFO] [dynmap] Loaded 3 maps of world 'creative1'.
2013-06-08 10:43:47 [INFO] [dynmap] Enabled
2013-06-08 10:43:48 [INFO] [AutoMessage] Enabling AutoMessage v2.1.3
2013-06-08 10:43:48 [INFO] [iConomy] Enabling iConomy v7.0
2013-06-08 10:43:48 [INFO] java.sql.SQLException: invalid database address: http://bruce.fakaheda.eu/gs_27480_1
2013-06-08 10:43:48 [INFO] [iConomy - April Fools] Enabled (15 ms)
2013-06-08 10:43:48 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-06-08 10:43:48 [INFO] [PluginList] Enabling PluginList v1.7
2013-06-08 10:43:48 [INFO] PluginList 1.7 Enabled
2013-06-08 10:43:48 [INFO] [CoreProtect] Enabling CoreProtect v2.05
2013-06-08 10:43:48 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-06-08 10:43:48 [INFO] CoreProtect version 2.05 is enabled!
2013-06-08 10:43:48 [INFO] [CoreProtect] Using SQLite for data storage.
2013-06-08 10:43:48 [INFO] [pvparena] Enabling pvparena v1.0.0.45
2013-06-08 10:43:48 [INFO] [0;33;1m[PVP Arena] [0;37;1mdebugging: off[m
2013-06-08 10:43:48 [INFO] [pvparena] Downloading module update file...
2013-06-08 10:43:48 [INFO] [pvparena] Downloaded module update file
2013-06-08 10:43:48 [INFO] [pvparena] Updates deactivated. Please check dev.bukkit for updates.
2013-06-08 10:43:48 [INFO] [pvparena] Plugin tracking enabled. Set tracker: false inside the main config to disable.
2013-06-08 10:43:48 [INFO] [pvparena] enabled (version pvparena v1.0.0.45)
2013-06-08 10:43:48 [INFO] [AntiAdvertiser] Enabling AntiAdvertiser v0.2
2013-06-08 10:43:48 [INFO] [AntiAdvertiser] AntiAdvertiser has been enabled.
2013-06-08 10:43:48 [INFO] [AntiAdvertiser] AntiAdvertiser is licensed under the GNU General Public License. Know your rights and obligations: http://www.gnu.org/licenses/gpl.html
2013-06-08 10:43:48 [INFO] [SimpleReserve] Enabling SimpleReserve v0.5.0
2013-06-08 10:43:48 [FINER] [SimpleReserve] Created SimpleReserveListener with kickMessage: "Byl jsi nahodne kicknut, aby se vip pripojilo!" and fullMessage: "Server je plny !Kup si vip a budes mit rezerovavany slot na serveru !"
2013-06-08 10:43:48 [INFO] [SimpleReserve] SimpleReserve version 0.5.0 enabled!
2013-06-08 10:43:48 [INFO] [Admin Chat] Enabling Admin Chat v1.1
2013-06-08 10:43:48 [INFO] Admin Chat v1.1 is now enabled!
2013-06-08 10:43:48 [INFO] [MobArena] Enabling MobArena v0.94.4.96
2013-06-08 10:43:48 [INFO] [MobArena] Loaded arena 'MobArena'.
2013-06-08 10:43:48 [INFO] [MobArena] v0.94.4.96 enabled.
2013-06-08 10:43:48 [INFO] [MobArenaAddon] Enabling MobArenaAddon v0.1.3
2013-06-08 10:43:48 [INFO] [MobArenaAddon] WaveTeleporter enabled.
2013-06-08 10:43:48 [INFO] [MobArenaAddon] Enabling Messages
2013-06-08 10:43:48 [INFO] [MobArenaAddon] 3 Commands registerd
2013-06-08 10:43:48 [INFO] [MobArenaAddon] 2 Addons loaded
2013-06-08 10:43:48 [INFO] [MobArenaAddon] 0.1.3 enabled
2013-06-08 10:43:48 [INFO] [CustomCrafting] Enabling CustomCrafting v1.1
2013-06-08 10:43:48 [INFO] [CustomCrafting] Custom crafting recipies loaded! Enabled succesfully.
2013-06-08 10:43:48 [INFO] [Essentials] Enabling Essentials vPre2.11.1.2
2013-06-08 10:43:48 [INFO] Essentials: Using PermissionsEx based permissions.
2013-06-08 10:43:48 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.25-b320)
2013-06-08 10:43:48 [INFO] [Residence] Enabling Residence v2.6.6.4
2013-06-08 10:43:48 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-06-08 10:43:48 [INFO] [Residence] Scanning for economy systems...
2013-06-08 10:43:48 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-06-08 10:43:48 [INFO] [Residence] Found WorldEdit
2013-06-08 10:43:48 [INFO] [Residence] Enabled! Version 2.6.6.4 by bekvon
2013-06-08 10:43:49 [INFO] [UltrabansLite] Enabling UltrabansLite v3.1.4
2013-06-08 10:43:49 [SEVERE] [UltrabansLite] Unable to retreive connection
java.sql.SQLException: invalid database address: http://bruce.fakaheda.eu/gs_27480_1
at org.sqlite.JDBC.createConnection(JDBC.java:74)
at org.sqlite.JDBC.connect(JDBC.java:64)
at java.sql.DriverManager.getConnection(DriverManager.java:579)
at java.sql.DriverManager.getConnection(DriverManager.java:190)
at com.modcrafting.ultrabans.db.SQL.getSQLConnection(SQL.java:49)
at com.modcrafting.ultrabans.db.SQL.load(SQL.java:100)
at com.modcrafting.ultrabans.Ultrabans.onEnable(Ultrabans.java:99)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-06-08 10:43:49 [SEVERE] Error occurred while enabling UltrabansLite v3.1.4 (Is it up to date?)
java.lang.NullPointerException
at com.modcrafting.ultrabans.db.SQL.load(SQL.java:105)
at com.modcrafting.ultrabans.Ultrabans.onEnable(Ultrabans.java:99)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-06-08 10:43:49 [INFO] [Jobs] Enabling Jobs v2.9.1
2013-06-08 10:43:49 [INFO] [Jobs] Started database save task
2013-06-08 10:43:49 [INFO] [Jobs] Started buffered payment thread
2013-06-08 10:43:49 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-06-08 10:43:49 [INFO] [Jobs] Buffered payment thread shutdown
2013-06-08 10:43:49 [INFO] [Jobs] Database save task shutdown
2013-06-08 10:43:49 [INFO] [Jobs] Started database save task
2013-06-08 10:43:49 [INFO] [Jobs] Login manager started
2013-06-08 10:43:49 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-06-08 10:43:49 [INFO] [Jobs] Started buffered payment thread
2013-06-08 10:43:49 [INFO] [WorldBorder] Enabling WorldBorder v1.7.2b
2013-06-08 10:43:49 [INFO] [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
2013-06-08 10:43:49 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
2013-06-08 10:43:49 [INFO] [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
2013-06-08 10:43:49 [INFO] For reference, the main world's spawn location is at X: -137.0 Y: 67.0 Z: 223.0
2013-06-08 10:43:49 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-06-08 10:43:49 [INFO] [ChatManager] ChatManager enabled!
2013-06-08 10:43:49 [INFO] [ChatManager] Multiverse 2 integration enabled!
2013-06-08 10:43:49 [INFO] [JoinMessage] Enabling JoinMessage v2.4.2
2013-06-08 10:43:49 [INFO] [JoinMessage] Vault Detected!
2013-06-08 10:43:49 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vPre2.11.1.2
2013-06-08 10:43:49 [INFO] [CreativeGates] Enabling CreativeGates v1.4
2013-06-08 10:43:49 [INFO] [CreativeGates v1.4] === ENABLE START ===
2013-06-08 10:43:49 [INFO] [CreativeGates v1.4] === ENABLE DONE (Took 45ms) ===
2013-06-08 10:43:49 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
2013-06-08 10:43:49 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
2013-06-08 10:43:49 [INFO] [WebAuctionPlus] Enabling WebAuctionPlus v1.1.9
2013-06-08 10:43:49 [SEVERE] [WebAuction+] *** Failed to load WebAuctionPlus. Please check your config.
2013-06-08 10:43:49 [INFO] [WebAuction+] Disabled, bye for now :-)
2013-06-08 10:43:49 [INFO] [WebAuction+] Disabled, bye for now :-)
2013-06-08 10:43:49 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.5.1
2013-06-08 10:43:49 [INFO] [ChestShop] Enabling ChestShop v3.5
2013-06-08 10:43:49 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-06-08 10:43:49 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-06-08 10:43:49 [INFO] [ChestShop] Residence version 2.6.6.4 loaded.
2013-06-08 10:43:49 [INFO] [AuthMe] Enabling AuthMe v2.7.15
2013-06-08 10:43:49 [INFO] [AuthMe] Loading Configuration File...
2013-06-08 10:43:49 [INFO] [AuthMe] Merge new Config Options if needed..
2013-06-08 10:43:49 [INFO] [AuthMe] Set Language: en
2013-06-08 10:43:49 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
2013-06-08 10:43:49 [INFO] [AuthMe] Successfully hook with ChestShop!
2013-06-08 10:43:49 [INFO] [AuthMe] Authme 2.7.15 enabled
2013-06-08 10:43:49 [INFO] [CreativeControl] Enabling CreativeControl v5.8.6
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Initializing configurations...[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Loading Modules...[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Connecting to the SQLite Database...[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m SQLite database connected Successfuly![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Registring Events...[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m MobArena support enabled![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Multiverse-Inventories Detected!![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Per-GameMode inventories will be disabled by this plugin[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Use the multiverse inventories manager![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Multiverse-Inventories Detected!![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Per-GameMode inventories will be disabled by this plugin[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Use the multiverse inventories manager![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Multiverse-Inventories Detected!![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Per-GameMode inventories will be disabled by this plugin[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Use the multiverse inventories manager![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Multiverse-Inventories Detected!![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Per-GameMode inventories will be disabled by this plugin[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Use the multiverse inventories manager![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Multiverse-Inventories Detected!![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Per-GameMode inventories will be disabled by this plugin[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Use the multiverse inventories manager![m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m ***************************************************[m
2013-06-08 10:43:49 [INFO] Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Vault hooked as permissions plugin[m
2013-06-08 10:43:49 [INFO] [dynmap] Version obsolete: new recommended version 1.7.1-714 is available.
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Cached 10,000 protections[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m Loaded 0 regions[m
2013-06-08 10:43:49 [INFO] [0;30;1m[[0;36;22mCreativeControl[0;30;1m][0;37;22m:[0;37;1m 183,212 blocks protected[m
2013-06-08 10:43:49 [INFO] [CreativeControl] CreativeControl v5.8.6 Enabled[m
2013-06-08 10:43:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-06-08 10:43:50 [INFO] Done (5.329s)! For help, type "help" or "?"
2013-06-08 10:43:50 [INFO] Starting GS4 status listener
2013-06-08 10:43:50 [INFO] Starting remote control listener
2013-06-08 10:43:50 [INFO] Query running on 93.91.250.108:27480
2013-06-08 10:43:50 [WARNING] No rcon password set in '/hlserver/27480/server.properties', rcon disabled!
2013-06-08 10:43:50 [INFO] Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
2013-06-08 10:43:50 [INFO] [MobArena] MobArena v0.94.4.98 is now available!
2013-06-08 10:43:50 [INFO] [MobArena] Your version: v0.94.4.96
2013-06-08 10:43:50 [INFO] --------------------
2013-06-08 10:43:50 [INFO] [CoreProtect] Version 2.07 now available.
2013-06-08 10:43:50 [INFO] [CoreProtect] Download: Type "/co version" in-game.
2013-06-08 10:43:50 [INFO] --------------------
2013-06-08 10:43:50 [INFO] [Sponsor] Unlimited MC Hosting: www.hosthorde.com
2013-06-08 10:43:50 [INFO] --------------------
2013-06-08 10:43:50 [SEVERE] [dynmap] Exception during render job: world=world, map=null
2013-06-08 10:43:50 [SEVERE] java.lang.NullPointerException
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader$ShaderState.<init>(TexturePackHDShader.java:94)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.getStateInstance(TexturePackHDShader.java:231)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.HDMapManager.getShaderStateForTile(HDMapManager.java:125)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.IsoHDPerspective.render(IsoHDPerspective.java:1409)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.HDMapTile.render(HDMapTile.java:96)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:659)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:601)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:186)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:202)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
2013-06-08 10:43:50 [SEVERE] at java.lang.Thread.run(Thread.java:722)
2013-06-08 10:43:50 [SEVERE] [dynmap] Exception during render job: world=world, map=null
2013-06-08 10:43:50 [SEVERE] java.lang.NullPointerException
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader$ShaderState.<init>(TexturePackHDShader.java:94)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.getStateInstance(TexturePackHDShader.java:231)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.HDMapManager.getShaderStateForTile(HDMapManager.java:125)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.IsoHDPerspective.render(IsoHDPerspective.java:1409)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.hdmap.HDMapTile.render(HDMapTile.java:96)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:659)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:601)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:186)
2013-06-08 10:43:50 [SEVERE] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:202)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
2013-06-08 10:43:50 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
2013-06-08 10:43:50 [SEVERE] at java.lang.Thread.run(Thread.java:722)
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 11:04
od LavorekCZ
Máš špatnou verzi... stáhni tuto
http://dev.bukkit.org/bukkit-mods/dynma ... 05-v1-7-1/A taky máš špatně nastavené iConomy, UltraBans a další chyby... Hlavně ses špatně naučil zapisování MySQL adresy.
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 11:07
od enalan
Ano, to vím Mysql, nechápu :/
Fajn, a není někde návod, jak se to naučit ?

Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 11:12
od LavorekCZ
Základní je si uvědomit, že do configu pluginu se to zapisuje naprosto jinak než do *.php souboru na webu. A zadruhé, každý config pluginu už má nastavení MySQL předepsané, takže to celé nepřepisuj, jenom uprav jméno databáze.
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 11:44
od enalan
fajn, nezapojil by jsi mi to když ti to tu prosím pošlu ? (Bez hesla

)
Iconomy
Kód: Vybrat vše
# iConomy 6.0.8b
# @author Nijikokun <nijikokun@gmail.com>
# @license GPLv2
# @copyright Copyright AniGaiku LLC (C) 2010-2011
##
# Setup Notes
# - Seconds
# Basic Table:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
# - Database
# Do not use remote databases from free sites, please use either a
# remote database from a personal hosted VPS or DEDI or a local
# database. This will prevent any 'timeout' or 'invalid settings'
# or 'cannot connect to database' issues. Thank you :)!
##
System:
Permissions:
Use:
# Should a user have the 'iConomy.holdings' to use /money
# By default this is false, so that people stop complaining that
# iConomy doesn't work. Yes, people actually report that.
# If you are one of those people, leave this false.
Holdings: false
Default:
Currency:
# Major is the first segment [Major].Minor
# Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
Major: [ 'Eura', 'Euro' ]
# Minor (Major.[Minor]) 0.23 Coins (With Seperate 0 Dollars, 23 Coins)
Minor: [ 'Cent', 'Centy' ]
Account:
# Default account balance when created
Holdings: 200.0
# Controls how money is formatted through methods
Formatting:
# Minor allows you to use the Minor amounts for amounts <1
# Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
Minor: false
# Seperate allows your money to be shown in an alternative way,
# instead of 1.32 it will show as 1 Dollar 23 Coins
# !!! NOTICE: This only works if Minor is set to true !!!
Seperate: false # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
# Single shows your money in another alternative way.
# Instead of 1.23 Dollars you will see: 1 Dollar.
# If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
# !!! Notice: This overrides seperate !!!
Single: false
# Logs all monetary transactions passed through iConomy
Logging:
Enabled: false
# Purges Default Balances at Loading
# Good way to keep unused accounts or default accounts wiped out and lower database usage.
Purging:
Enabled: true
# Controls amount of money gained at a set interval.
Interest:
Enabled: false
# Only give interest to players who are currently online?
Online: true
Announce:
# Send a message when the player gains interest?
Enabled: false
Interval:
# Interval is done in seconds, here is a easy reference table for commonly set intervals:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
Seconds: 60
Amount:
# The balance to be met where we stop giving interest.
# 0.0 for no limit
Cutoff: 0.0
# Percentage of holdings to give / take (Negative to take) (Overrides Min/Max)
Percent: 0.0
# This is range based, to set a "flat" or "constant" rate, set each (Maximum and Minimum) to the same number.
# If the two numbers are different, it will be a random amount in-between the two.
Maximum: 1
Minimum: 2
Database:
# Databases Supported:
# Flatfile, FF, mini, minidb
# - These all equate to miniDB
##
# item, items, inventory, inventoryDB
# - These all equate to InventoryDB, which uses inventory for storage
##
# xp, exp, orb, xpdb, expdb, orbdb
# - These all equate to ExperienceDB, which relies on Experience for balance.
##
# mysql, mysqldb
# - These will attempt to connect to MySQL
##
# sqlite, sqlite2, sqlite3, sqlitedb
# - These will attempt to create & connect to SQLite
##
# postgre, postgreSQL, postgreDB
# - These will attempt to connect to PostgreSQL
Type: 'minidb'
# These are for InventoryDB only.
#
# InventoryDB is essentially Physical Money.
# It isn't logged in a database, its based on the users inventory
# and the two items selected below.
#
# MajorItem is the item or block ID of the major currency
# MinorItem is the item or block ID of the minor currency
# e.g. MajorItem: 266, MinorItem: 265 for Gold/Iron
MajorItem: 266
MinorItem: 265
# This controls the database name, by default it is iConomy
Table: 'iConomy'
# URL is for SQL Databases Only
##
# Path to iConomy folder is easy, it's the COMPLETE path.
# (Mine) G:\MineCraft\plugins\iConomy\
# Won't be the same as yours, but it usually looks like that.
##
# [H2DB Default] h2:path/to/iConomy/folder/iConomy;AUTO_RECONNECT=TRUE
# [SQLite Default] sqlite:path/to/iConomy/folder/iConomy.db
##
# Binary Databases use ip:port style connections.
# ip
# - is the connection identifier (internet protocol)
# - for ipv6 usually encased in brackets [::1]
# port
# - the port that the database is listening on
# - defaults: 3306 for mysql, postgre is either 5740 or 5432
##
# [MySQL Default] mysql://localhost:3306/iConomy
# [Postgre Default] postgresql://localhost:5740/iConomy
URL: ' 'mysql://bruce.fakaheda.eu:3306/gs_27480_1''
# Login details for binary databases
Username: 'gs_27480_1'
Password: 'heslo'
##############################################################
# !!! Conversion is not your database settings !!!
##############################################################
# Conversion allows you to convert your old 5.x to the new 6.x
# All is currently unused.
##############################################################
# URL is for MySQL only, H2DB doesn't use it.
##############################################################
Conversion:
# Set to True, After converting, change this back to false!
Enabled: true
# Database Type, H2DB or MySQL
Type: 'MySQL'
# Database Table
Table: 'iConomy'
# Database URL without table at the end.
URL: ' 'mysql://bruce.fakaheda.eu:3306/gs_27480_1''
# Username / Password
# H2DB does not use this. MySQL Only.
Username: 'gs_27480_1'
Password: 'heslo'
# Unused ATM.
All: true
Email mysql:
Kód: Vybrat vše
-----------------------------------------
dbserver: localhost
dbname: 117527_mysql_db
dbuser: 117527_mysql_db
dbpass: heslo-----------------------------------------
dbserver: localhost
dbname: 117527_mysql_db
dbuser: 117527_mysql_db
dbpass: heslo
-----------------------------------------
PhpMyAdmin se nachází na adrese http://bane.fakaheda.eu/phpmyadmin
IP serveru: 93.91.250.108:27480
Re: Dynmap Nefunkčnost
Napsal: 08 čer 2013, 11:58
od vojtamaniak
Kód: Vybrat vše
# iConomy 6.0.8b
# @author Nijikokun <nijikokun@gmail.com>
# @license GPLv2
# @copyright Copyright AniGaiku LLC (C) 2010-2011
##
# Setup Notes
# - Seconds
# Basic Table:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
# - Database
# Do not use remote databases from free sites, please use either a
# remote database from a personal hosted VPS or DEDI or a local
# database. This will prevent any 'timeout' or 'invalid settings'
# or 'cannot connect to database' issues. Thank you :)!
##
System:
Permissions:
Use:
# Should a user have the 'iConomy.holdings' to use /money
# By default this is false, so that people stop complaining that
# iConomy doesn't work. Yes, people actually report that.
# If you are one of those people, leave this false.
Holdings: false
Default:
Currency:
# Major is the first segment [Major].Minor
# Major ([Major].Minor) 1.00 Dollar (With Seperate 1 Dollar)
Major: [ 'Eura', 'Euro' ]
# Minor (Major.[Minor]) 0.23 Coins (With Seperate 0 Dollars, 23 Coins)
Minor: [ 'Cent', 'Centy' ]
Account:
# Default account balance when created
Holdings: 200.0
# Controls how money is formatted through methods
Formatting:
# Minor allows you to use the Minor amounts for amounts <1
# Example (true) 0.23 Coins and 1.23 Dollars (false) 0.23 Dollars and 1.23 Dollars
Minor: false
# Seperate allows your money to be shown in an alternative way,
# instead of 1.32 it will show as 1 Dollar 23 Coins
# !!! NOTICE: This only works if Minor is set to true !!!
Seperate: false # Example (true) 1 Dollar, 23 Coins (false) 1.23 Dollars (Only if Minor is true)
# Single shows your money in another alternative way.
# Instead of 1.23 Dollars you will see: 1 Dollar.
# If your money is 0.23 you will see 0 Dollars if Minor is false, 23 Coins if Minor is true.
# !!! Notice: This overrides seperate !!!
Single: false
# Logs all monetary transactions passed through iConomy
Logging:
Enabled: false
# Purges Default Balances at Loading
# Good way to keep unused accounts or default accounts wiped out and lower database usage.
Purging:
Enabled: true
# Controls amount of money gained at a set interval.
Interest:
Enabled: false
# Only give interest to players who are currently online?
Online: true
Announce:
# Send a message when the player gains interest?
Enabled: false
Interval:
# Interval is done in seconds, here is a easy reference table for commonly set intervals:
# 1 minute = 60 seconds
# 1 hour = 1 minute * 60 = 3600 seconds
# 1 day = 1 hour * 24 = 86400 seconds
# 1 week = 1 day * 7 = 604800 seconds
Seconds: 60
Amount:
# The balance to be met where we stop giving interest.
# 0.0 for no limit
Cutoff: 0.0
# Percentage of holdings to give / take (Negative to take) (Overrides Min/Max)
Percent: 0.0
# This is range based, to set a "flat" or "constant" rate, set each (Maximum and Minimum) to the same number.
# If the two numbers are different, it will be a random amount in-between the two.
Maximum: 1
Minimum: 2
Database:
# Databases Supported:
# Flatfile, FF, mini, minidb
# - These all equate to miniDB
##
# item, items, inventory, inventoryDB
# - These all equate to InventoryDB, which uses inventory for storage
##
# xp, exp, orb, xpdb, expdb, orbdb
# - These all equate to ExperienceDB, which relies on Experience for balance.
##
# mysql, mysqldb
# - These will attempt to connect to MySQL
##
# sqlite, sqlite2, sqlite3, sqlitedb
# - These will attempt to create & connect to SQLite
##
# postgre, postgreSQL, postgreDB
# - These will attempt to connect to PostgreSQL
Type: 'mysql'
# These are for InventoryDB only.
#
# InventoryDB is essentially Physical Money.
# It isn't logged in a database, its based on the users inventory
# and the two items selected below.
#
# MajorItem is the item or block ID of the major currency
# MinorItem is the item or block ID of the minor currency
# e.g. MajorItem: 266, MinorItem: 265 for Gold/Iron
MajorItem: 266
MinorItem: 265
# This controls the database name, by default it is iConomy
Table: 'iConomy'
# URL is for SQL Databases Only
##
# Path to iConomy folder is easy, it's the COMPLETE path.
# (Mine) G:\MineCraft\plugins\iConomy\
# Won't be the same as yours, but it usually looks like that.
##
# [H2DB Default] h2:path/to/iConomy/folder/iConomy;AUTO_RECONNECT=TRUE
# [SQLite Default] sqlite:path/to/iConomy/folder/iConomy.db
##
# Binary Databases use ip:port style connections.
# ip
# - is the connection identifier (internet protocol)
# - for ipv6 usually encased in brackets [::1]
# port
# - the port that the database is listening on
# - defaults: 3306 for mysql, postgre is either 5740 or 5432
##
# [MySQL Default] mysql://localhost:3306/iConomy
# [Postgre Default] postgresql://localhost:5740/iConomy
URL: 'mysql://localhost:3306/117527_mysql_db'
# Login details for binary databases
Username: '117527_mysql_db'
Password: 'heslo'
##############################################################
# !!! Conversion is not your database settings !!!
##############################################################
# Conversion allows you to convert your old 5.x to the new 6.x
# All is currently unused.
##############################################################
# URL is for MySQL only, H2DB doesn't use it.
##############################################################
Conversion:
# Set to True, After converting, change this back to false!
Enabled: true
# Database Type, H2DB or MySQL
Type: 'MySQL'
# Database Table
Table: 'iConomy'
# Database URL without table at the end.
URL: 'mysql://localhost:3306/117527_mysql_db'
# Username / Password
# H2DB does not use this. MySQL Only.
Username: '117527_mysql_db'
Password: 'heslo'
# Unused ATM.
All: true
Pak nezapomeň nastavit u Conversion enable na false.