Dynmap

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
zzzz898
Příspěvky: 273
Registrován: 19 led 2012, 16:06
Reputation: 0

Re: Dynmap

#11 Příspěvekod zzzz898 » 25 bře 2012, 11:14

Kód: Vybrat vše

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

# 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

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

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

# Option to enable workaround for incorrectly encoded unicode in Cyrillic MC/Bukkit (not good for other code pages)
cyrillic-support: false

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

# Messages to customize
msg:
    maptypes: "Map Types"
    players: "Players"

# 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
Když jsem vám pomohl dejte mi karmu +, kdo vám pomohl dejte mu karmu +
IP mého serveru: 93.91.250.103:27916 (honey.fakaheda.eu:27916)

Uživatelský avatar
zzzz898
Příspěvky: 273
Registrován: 19 led 2012, 16:06
Reputation: 0

Re: Dynmap

#12 Příspěvekod zzzz898 » 25 bře 2012, 11:16

Aha tak už vím v čem je chyba.
Když jsem vám pomohl dejte mi karmu +, kdo vám pomohl dejte mu karmu +
IP mého serveru: 93.91.250.103:27916 (honey.fakaheda.eu:27916)

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Dynmap

#13 Příspěvekod LavorekCZ » 25 bře 2012, 11:23

Ano je tam chyba, když si nezadal port...

Kód: Vybrat vše

# The TCP-port the webserver will listen on.
webserver-port: 8123
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

Uživatelský avatar
zzzz898
Příspěvky: 273
Registrován: 19 led 2012, 16:06
Reputation: 0

Re: Dynmap

#14 Příspěvekod zzzz898 » 25 bře 2012, 11:29

Tak sem tam dal 30916 a furt nejde :(
Když jsem vám pomohl dejte mi karmu +, kdo vám pomohl dejte mu karmu +
IP mého serveru: 93.91.250.103:27916 (honey.fakaheda.eu:27916)

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Dynmap

#15 Příspěvekod LavorekCZ » 25 bře 2012, 11:51

Prosím dej sem server.log kdy se server spouští...
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

Uživatelský avatar
zzzz898
Příspěvky: 273
Registrován: 19 led 2012, 16:06
Reputation: 0

Re: Dynmap

#16 Příspěvekod zzzz898 » 25 bře 2012, 12:18

log:

Kód: Vybrat vše

2012-03-25 12:17:26 [INFO] Starting minecraft server version 1.2.3
2012-03-25 12:17:26 [INFO] Loading properties
2012-03-25 12:17:26 [INFO] Starting Minecraft server on 93.91.250.103:27916
2012-03-25 12:17:26 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-03-25 12:17:26 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-03-25 12:17:26 [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.
2012-03-25 12:17:26 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-03-25 12:17:26 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
2012-03-25 12:17:26 [INFO] Starting FakaHedaMinequery server on 93.91.250.103:28916
2012-03-25 12:17:26 [INFO] [PermissionsEx] sql backend registered!
2012-03-25 12:17:26 [INFO] [PermissionsEx] file backend registered!
2012-03-25 12:17:26 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-03-25 12:17:26 [INFO] ----- Bukkit Auto Updater -----
2012-03-25 12:17:26 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-03-25 12:17:26 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
2012-03-25 12:17:26 [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.
2012-03-25 12:17:26 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-03-25 12:17:26 [INFO] ----- ------------------- -----
2012-03-25 12:17:27 [INFO] [MagicCarpet] Loading MagicCarpet v2.1.2
2012-03-25 12:17:27 [INFO] [MultiWorld] Loading MultiWorld v2.7.1
2012-03-25 12:17:27 [INFO] [LagMeter] Loading LagMeter v1.7
2012-03-25 12:17:27 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
2012-03-25 12:17:27 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-03-25 12:17:27 [INFO] [AutoGamemode] Loading AutoGamemode v1.3
2012-03-25 12:17:27 [INFO] [Vault] Loading Vault v1.2.12-b136
2012-03-25 12:17:27 [INFO] [PermissionsEx] Loading PermissionsEx v1.19
2012-03-25 12:17:27 [INFO] [PermissionsEx] Initializing file backend
2012-03-25 12:17:27 [INFO] [UltraBan] Loading UltraBan v0.1.9
2012-03-25 12:17:27 [INFO] [WorldGuard] Loading WorldGuard v5.5.2-SNAPSHOT
2012-03-25 12:17:27 [INFO] [dynmap] Loading dynmap v0.34.1-983
2012-03-25 12:17:27 [INFO] [iConomy] Loading iConomy v6.0.9b
2012-03-25 12:17:27 [INFO] [AuthMe] Loading AuthMe v2.6.3b1
2012-03-25 12:17:27 [INFO] [HawkEye] Loading HawkEye v1.0.6
2012-03-25 12:17:27 [INFO] [OpenInv] Loading OpenInv v1.8.3
2012-03-25 12:17:27 [INFO] [BKCommonLib] Loading BKCommonLib v1.13
2012-03-25 12:17:27 [INFO] [Lockette] Loading Lockette v1.5
2012-03-25 12:17:27 [INFO] [Modifyworld] Loading Modifyworld v1.2
2012-03-25 12:17:27 [INFO] [SimpleReserve] Loading SimpleReserve v0.4.4
2012-03-25 12:17:27 [INFO] [MobArena] Loading MobArena v0.94.4.64
2012-03-25 12:17:27 [INFO] [hatMe] Loading hatMe v1.0.0
2012-03-25 12:17:27 [INFO] [Residence] Loading Residence v2.5.1
2012-03-25 12:17:27 [INFO] [Essentials] Loading Essentials vDev2.9.36
2012-03-25 12:17:27 [INFO] [Jobs] Loading Jobs v2.7.3
2012-03-25 12:17:27 [INFO] [NoLaggTNT] Loading NoLaggTNT v1.03
2012-03-25 12:17:27 [INFO] [ChatManager] Loading ChatManager v1.19
2012-03-25 12:17:27 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vDev2.9.36
2012-03-25 12:17:27 [INFO] [VirtualChest] Loading VirtualChest v5.6.1
2012-03-25 12:17:27 [INFO] [MobBounty] Loading MobBounty v4.2
2012-03-25 12:17:27 [INFO] [NoLaggExamine] Loading NoLaggExamine v1.0
2012-03-25 12:17:27 [INFO] [NoLagg] Loading NoLagg v1.74
2012-03-25 12:17:27 [INFO] [ChestShop] Loading ChestShop v3.38
2012-03-25 12:17:27 [INFO] [EssentialsChat] Loading EssentialsChat vDev2.9.36
2012-03-25 12:17:27 [INFO] [Vault] Enabling Vault v1.2.12-b136
2012-03-25 12:17:27 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-03-25 12:17:27 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-03-25 12:17:27 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-03-25 12:17:27 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-03-25 12:17:27 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-03-25 12:17:27 [INFO] [Vault] Enabled Version 1.2.12-b136
2012-03-25 12:17:27 [INFO] [BKCommonLib] Enabling BKCommonLib v1.13
2012-03-25 12:17:27 [INFO] BKCommonLib version 1.13 enabled!
2012-03-25 12:17:27 [INFO] [NoLagg] Enabling NoLagg v1.74
2012-03-25 12:17:27 [INFO] Plugin 'NoLagg' v1.74 is too old to run on CraftBukkit build 2034
2012-03-25 12:17:27 [INFO] Update NoLagg to a newer version or look for an older build of CraftBukkit
2012-03-25 12:17:27 [INFO] The plugin will still function, but may be instable.
2012-03-25 12:17:27 [INFO] NoLagg version 1.74 enabled!
2012-03-25 12:17:27 [INFO] Preparing level "world"
2012-03-25 12:17:27 [INFO] Default game type: 0
2012-03-25 12:17:27 [INFO] Preparing start region for level 0 (Seed: 8052821624860898279)
2012-03-25 12:17:28 [INFO] Preparing start region for level 1 (Seed: 8052821624860898279)
2012-03-25 12:17:28 [INFO] Preparing spawn area: 52%
2012-03-25 12:17:28 [INFO] Preparing start region for level 2 (Seed: 8052821624860898279)
2012-03-25 12:17:29 [INFO] [MagicCarpet] Enabling MagicCarpet v2.1.2
2012-03-25 12:17:29 [INFO] [MagicCarpet] Loading carpets...
2012-03-25 12:17:29 [INFO] [MagicCarpet] is now enabled!
2012-03-25 12:17:29 [INFO] [MultiWorld] Enabling MultiWorld v2.7.1
2012-03-25 12:17:29 [INFO] Preparing start region for level 3 (Seed: 6224620481586310344)
2012-03-25 12:17:31 [INFO] Preparing spawn area for goldland, 89%
2012-03-25 12:17:31 [INFO] [MultiWorld] Enabling MultiWorld
2012-03-25 12:17:31 [INFO] [MultiWorld] v2.7.1 enabled.
2012-03-25 12:17:31 [INFO] [LagMeter] Enabling LagMeter v1.7
2012-03-25 12:17:31 [INFO] [LagMeter 1.7] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27916/plugins/LagMeter/lag.log
2012-03-25 12:17:31 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
2012-03-25 12:17:31 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-03-25 12:17:31 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-03-25 12:17:31 [INFO] [AutoGamemode] Enabling AutoGamemode v1.3
2012-03-25 12:17:31 [INFO] [AutoGamemode] made by Pascal Reintjens (Trader515)
2012-03-25 12:17:31 [INFO] [AutoGamemode] version 1.3 is now enabled.
2012-03-25 12:17:31 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19
2012-03-25 12:17:31 [INFO] [PermissionsEx] Superperms support enabled.
2012-03-25 12:17:31 [INFO] [PermissionsEx] v1.19 enabled
2012-03-25 12:17:31 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-03-25 12:17:31 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-03-25 12:17:31 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
2012-03-25 12:17:31 [INFO] [UltraBan] Enabling UltraBan v0.1.9
2012-03-25 12:17:31 [INFO] [UltraBan] Configuration: config.yml Loaded!
2012-03-25 12:17:32 [INFO] [UltraBan] Initialized db connection
2012-03-25 12:17:32 [INFO] [UltraBan] Listeners enabled, Server is secured.
2012-03-25 12:17:32 [INFO] [UltraBan] version 0.1.9 has been initialized!
2012-03-25 12:17:32 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2-SNAPSHOT
2012-03-25 12:17:32 [SEVERE] Error occurred while enabling WorldGuard v5.5.2-SNAPSHOT (Is it up to date?)
mapping values are not allowed here
 in "<reader>", line 65, column 64:
     ... ue    disable-fire-spread-blocks: []
                                         ^

   at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
   at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
   at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
   at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
   at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
   at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
   at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
   at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
   at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
   at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
   at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
   at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:112)
   at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationManager.java:129)
   at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:135)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
   at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
   at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
2012-03-25 12:17:32 [INFO] [dynmap] Enabling dynmap v0.34.1-983
2012-03-25 12:17:32 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 19 shaders.
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 82 perspectives.
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 12 lightings.
2012-03-25 12:17:33 [INFO] [dynmap] Web server started on address 0.0.0.0:8123
2012-03-25 12:17:33 [INFO] [dynmap] version 0.34.1-983 is enabled - core version 0.34.1-139
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2012-03-25 12:17:33 [INFO] [dynmap] Loaded 3 maps of world 'goldland'.
2012-03-25 12:17:33 [INFO] [dynmap] Enabled
2012-03-25 12:17:33 [INFO] [iConomy] Enabling iConomy v6.0.9b
2012-03-25 12:17:33 [INFO] [iConomy - Celty] Enabled (31 ms)
2012-03-25 12:17:33 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-03-25 12:17:33 [INFO] [AuthMe] Enabling AuthMe v2.6.3b1
2012-03-25 12:17:34 [INFO] [iConomy - Celty] Purged accounts with default balance.
2012-03-25 12:17:34 [INFO] [AuthMe] Loading Configuration File...
2012-03-25 12:17:34 [INFO] [AuthMe] Merge new Options..
2012-03-25 12:17:34 [INFO] [AuthMe] Authme 2.6.3b1 enabled
2012-03-25 12:17:34 [INFO] [HawkEye] Enabling HawkEye v1.0.6
2012-03-25 12:17:34 [INFO] [HawkEye] Starting HawkEye 1.0.6 initiation process...
2012-03-25 12:17:34 [INFO] [HawkEye] Using PermissionsEx for user permissions
2012-03-25 12:17:34 [INFO] [HawkEye] Performing update check...
2012-03-25 12:17:35 [WARNING] [HawkEye] New version of HawkEye available: 107b
2012-03-25 12:17:35 [WARNING] [HawkEye] Update recommended of CraftBukkit from build 2034 to 2060 to ensure compatibility
2012-03-25 12:17:35 [WARNING] [HawkEye] New version info: Fixed tool showing incorrect results
2012-03-25 12:17:35 [INFO] [HawkEye] WorldEdit found, selection rollbacks enabled
2012-03-25 12:17:35 [INFO] [HawkEye] Version 1.0.6 enabled!
2012-03-25 12:17:35 [INFO] [OpenInv] Enabling OpenInv v1.8.3
2012-03-25 12:17:35 [INFO] [OpenInv] version 1.8.3 enabled!
2012-03-25 12:17:35 [INFO] [Lockette] Enabling Lockette v1.5
2012-03-25 12:17:35 [INFO] [Lockette] Version 1.5 is being enabled!  Yay!  (Core version 1.3.1)
2012-03-25 12:17:35 [INFO] [Lockette] Detected craftbukkit build [2034] ok.
2012-03-25 12:17:35 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.19
2012-03-25 12:17:35 [INFO] [Lockette] Using ops file for admin permissions.
2012-03-25 12:17:35 [INFO] [Lockette] Ready to protect your containers.
2012-03-25 12:17:35 [INFO] [Modifyworld] Enabling Modifyworld v1.2
2012-03-25 12:17:35 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
2012-03-25 12:17:35 [INFO] [Modifyworld] Disabling Modifyworld v1.2
2012-03-25 12:17:35 [INFO] [Modifyworld] Modifyworld disabled!
2012-03-25 12:17:35 [INFO] [SimpleReserve] Enabling SimpleReserve v0.4.4
2012-03-25 12:17:35 [FINER] [SimpleReserve] Created SimpleReserveListener with kickMessage: "Kicked to make room for reserved user!" and fullMessage: "The server is full!"
2012-03-25 12:17:35 [INFO] [SimpleReserve] SimpleReserve version 0.4.4 enabled!
2012-03-25 12:17:35 [INFO] [MobArena] Enabling MobArena v0.94.4.64
2012-03-25 12:17:35 [INFO] [MobArena] v0.94.4.64 enabled.
2012-03-25 12:17:35 [INFO] [hatMe] Enabling hatMe v1.0.0
2012-03-25 12:17:35 [INFO] hatMe version 1.0.0 has started...
2012-03-25 12:17:35 [INFO] [hatMe]: Loading config...
2012-03-25 12:17:35 [INFO] [hatMe]: has loaded config!
2012-03-25 12:17:35 [INFO] [hatMe]: is restricting blocks
2012-03-25 12:17:35 [INFO] [hatMe]: Loading commands
2012-03-25 12:17:35 [INFO] [hatMe]: Loaded commands
2012-03-25 12:17:35 [INFO] hatMe version 1.0.0 has been enabled!
2012-03-25 12:17:35 [INFO] [Residence] Enabling Residence v2.5.1
2012-03-25 12:17:35 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-03-25 12:17:35 [INFO] [Residence] Scanning for economy systems...
2012-03-25 12:17:35 [INFO] [Residence] Found Vault using economy system: iConomy 6
2012-03-25 12:17:36 [SEVERE] Wrong method arguments used for event type registered
2012-03-25 12:17:36 [SEVERE] Wrong method arguments used for event type registered
2012-03-25 12:17:36 [INFO] [Residence] Enabled! Version 2.5.1 by bekvon
2012-03-25 12:17:36 [INFO] [Essentials] Enabling Essentials vDev2.9.36
2012-03-25 12:17:36 [INFO] File not found: plugins/Essentials/jail.yml
2012-03-25 12:17:36 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-03-25 12:17:36 [INFO] Essentials: Using PermissionsEx based permissions.
2012-03-25 12:17:36 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.12-b136)
2012-03-25 12:17:36 [INFO] [Jobs] Enabling Jobs v2.7.3
2012-03-25 12:17:36 [SEVERE] java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
2012-03-25 12:17:36 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2012-03-25 12:17:36 [SEVERE]    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
2012-03-25 12:17:36 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2012-03-25 12:17:36 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
2012-03-25 12:17:36 [SEVERE]    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
2012-03-25 12:17:36 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:579)
2012-03-25 12:17:36 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:221)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.dao.JobsConnectionPool.getConnection(JobsConnectionPool.java:53)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.dao.JobsDAO.getConnection(JobsDAO.java:198)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.dao.JobsDAOMySQL.setUp(JobsDAOMySQL.java:36)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.dao.JobsDAOMySQL.<init>(JobsDAOMySQL.java:31)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.config.JobsConfiguration.loadGeneralSettings(JobsConfiguration.java:164)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.config.JobsConfiguration.reload(JobsConfiguration.java:67)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.Jobs.reloadConfigurations(Jobs.java:195)
2012-03-25 12:17:36 [SEVERE]    at me.zford.jobs.Jobs.onEnable(Jobs.java:81)
2012-03-25 12:17:36 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
2012-03-25 12:17:36 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
2012-03-25 12:17:36 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
2012-03-25 12:17:36 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
2012-03-25 12:17:36 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
2012-03-25 12:17:36 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
2012-03-25 12:17:36 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
2012-03-25 12:17:36 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
2012-03-25 12:17:36 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
2012-03-25 12:17:36 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
2012-03-25 12:17:36 [INFO] [Jobs] Plugin has been disabled succesfully.
2012-03-25 12:17:36 [INFO] [NoLaggTNT] Enabling NoLaggTNT v1.03
2012-03-25 12:17:36 [INFO] Plugin 'NoLaggTNT' v1.03 is too old to run on CraftBukkit build 2034
2012-03-25 12:17:36 [INFO] Update NoLaggTNT to a newer version or look for an older build of CraftBukkit
2012-03-25 12:17:36 [INFO] The plugin will still function, but may be instable.
2012-03-25 12:17:36 [INFO] NoLaggTNT version 1.03 enabled!
2012-03-25 12:17:36 [INFO] [ChatManager] Enabling ChatManager v1.19
2012-03-25 12:17:36 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
2012-03-25 12:17:36 [INFO] [ChatManager] Disabling ChatManager v1.19
2012-03-25 12:17:36 [INFO] [ChatManager] ChatManager disabled!
2012-03-25 12:17:36 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.9.36
2012-03-25 12:17:36 [INFO] [VirtualChest] Enabling VirtualChest v5.6.1
2012-03-25 12:17:36 [INFO] [VirtualChest] (version 5.6.1)
2012-03-25 12:17:36 [INFO] [VirtualChest] Chests loaded !
2012-03-25 12:17:36 [INFO] Successfully linked with PermissionsEX
2012-03-25 12:17:36 [INFO] [MobBounty] Enabling MobBounty v4.2
2012-03-25 12:17:36 [INFO] [MobBounty] v4.2 (Oxygen) enabled.
2012-03-25 12:17:36 [INFO] [MobBounty] Developed by: [Mattera, Steven].
2012-03-25 12:17:36 [INFO] [MobBounty] Config loaded.
2012-03-25 12:17:36 [SEVERE] Error occurred while enabling MobBounty v4.2 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
   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.findClass(PluginClassLoader.java:41)
   at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:234)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at com.stevenmattera.MobBounty.MobBountyListeners.<init>(MobBountyListeners.java:17)
   at com.stevenmattera.MobBounty.MobBounty.onEnable(MobBounty.java:34)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
   at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
   at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
   at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
   at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
   at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
   at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListener
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   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.findClass(PluginClassLoader.java:41)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 27 more
2012-03-25 12:17:36 [INFO] [NoLaggExamine] Enabling NoLaggExamine v1.0
2012-03-25 12:17:36 [INFO] Plugin 'NoLaggExamine' v1.0 is too old to run on CraftBukkit build 2034
2012-03-25 12:17:36 [INFO] Update NoLaggExamine to a newer version or look for an older build of CraftBukkit
2012-03-25 12:17:36 [INFO] The plugin will still function, but may be instable.
2012-03-25 12:17:36 [INFO] NoLaggExamine version 1.0 enabled!
2012-03-25 12:17:36 [INFO] [ChestShop] Enabling ChestShop v3.38
2012-03-25 12:17:36 [INFO] [ChestShop] Lockette version 1.5 loaded.
2012-03-25 12:17:36 [INFO] [ChestShop] WorldGuard version 5.5.2-SNAPSHOT loaded.
2012-03-25 12:17:36 [INFO] [ChestShop] Vault loaded using economy plugin iConomy 6
2012-03-25 12:17:36 [SEVERE] [ChestShop] WARNING! Your spawn-radius in bukkit.yml isn't set to 0! You won't be able to sell to shops built near spawn!
2012-03-25 12:17:36 [INFO] [EssentialsChat] Enabling EssentialsChat vDev2.9.36
2012-03-25 12:17:36 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-03-25 12:17:36 [INFO] Done (9.236s)! For help, type "help" or "?"
2012-03-25 12:17:36 [INFO] Starting GS4 status listener
2012-03-25 12:17:36 [INFO] Query running on 93.91.250.103:27916
2012-03-25 12:17:37 [INFO] Stejcek [/178.23.219.3:47819] logged in with entity id 638 at ([world] -387.40625, 73.71875, -687.1875)
2012-03-25 12:17:37 [INFO] [UltraBan] Logged Stejcek connecting from ip:178.23.219.3
2012-03-25 12:17:42 [INFO] Andres_CZ [/80.87.183.207:50280] logged in with entity id 790 at ([world] -275.2078543116162, 64.02442408821369, -296.2505469605557)
2012-03-25 12:17:42 [INFO] [UltraBan] Logged Andres_CZ connecting from ip:80.87.183.207
2012-03-25 12:17:43 [INFO] Connection reset
2012-03-25 12:17:43 [INFO] Stejcek lost connection: disconnect.quitting
2012-03-25 12:17:49 [INFO] [AuthMe] §f[crafter]Andres_CZ§f logged in!
Když jsem vám pomohl dejte mi karmu +, kdo vám pomohl dejte mu karmu +
IP mého serveru: 93.91.250.103:27916 (honey.fakaheda.eu:27916)

Uživatelský avatar
zzzz898
Příspěvky: 273
Registrován: 19 led 2012, 16:06
Reputation: 0

Re: Dynmap

#17 Příspěvekod zzzz898 » 25 bře 2012, 12:23

Furt tam zadávám nějaké volné porty ale ono si to asi chce jet na jiném.
Kdyžtak se na to podívejte na support účtu.
Když jsem vám pomohl dejte mi karmu +, kdo vám pomohl dejte mu karmu +
IP mého serveru: 93.91.250.103:27916 (honey.fakaheda.eu:27916)

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Dynmap

#18 Příspěvekod LavorekCZ » 25 bře 2012, 12:24

Řešíme dynmap a v logu se ukáže dalších X nefunkčních pluginů :D V soukromých zprávách máš můj skype, vyřešíme to všechno.

//VYŘEŠENO__LOCK
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure


Zpět na „Minecraft, Tekkit“

Kdo je online

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