Stránka 1 z 1
SurvivalGames
Napsal: 31 srp 2013, 19:14
od fantomas2
93.91.250.108:37116Ahoj, napojil sem si SurvivalGames na MySQL a tabulka se mi neudelala... v logu není chyba že je to špatne napojený a píše to i SurvivalGames enabling nebo neco v takovém tvaru nevím kde je chyba :/ tady je config
Kód: Vybrat vše
################################################
# Survival Games #
# #
# Developed by #
# Double0negative #
# #
# #
# http://mc-sg.org #
# voidmc.com #
################################################
#Do NOT touch this!
config-version: 3
#Enable debug messages
debug: false
#Enables the udpdate checker. This will enabled
#anyone with the perm sg.system.updatenotify to
#be notified when a new update is avalible
check-for-updates: true
#Set how many players are needed for the game
#to auto-start. Once the player limit is reached
#it will wait for x amount of seconds for
#additional players. Auto start vote means that
#x percent of players need to vote with /sg vote
#for the game to begin
auto-start-players: 20
auto-start-time: 20
auto-start-vote: 75
#If the player queue is enabled then if a player
#tries to join a game that is not joinable
#(ie ingame) the player will be added to a
#queue line to join the next time the game
#is open
enable-player-queue: true
#If set to true, commands not associated with
#the Survival Games will not be allowed to be run
#by players in-game.
disallow-commands: true
#If disallow-commands is set to true, you can use
#the cmdwhitelist section below to whitelist certain
#commands.
cmdwhitelist:
- 'kit'
#Set how long the grace period for be after the start of
#the game in seconds.
grace-period: 20
#Controlls if chests should be restocked on the first
#night. If set to true this will also have the side
#effect of setting the world time to day at the start
#of the game. This is only temporary until per-arena time
#has been implemented.
restock-chest: true
#Here you can control block placing and breaking.
block:
place:
whitelist:
- 18
- 105
- 31
- 37
- 38
- 50
- 103
- 43
break:
whitelist:
- 18
- 105
- 31
- 37
- 38
- 50
- 103
- 43
#Settings for when the game nears end. This runs
#when there are only x amount of players
#remaining. If place chest is enabled then
#when the player limit is reached, a chest
#will be placed inside the radius of every
#remain player containing random items for
#that player. If fire-lighting is enabled
#then a lighting strike will be fired at the
#location of each player every x seconds to
#notify the other players of their location
endgame:
players: 3
fire-lighting:
enabled: true
interval: 20
#If enabled, after x amount of time, each player
#remaing will be teleported to the center of the
#arena for a death match. If they have not been
#killed after killtime, the game will end.
deathmatch:
enabled: false
time: 30
killtime: 5
#Settings for connecting to and
#SQL server. These settings will
#be used for the online webstats
#Prefix is what all tables used for
#SurvivalGames will be
#prefixed with. This should stay the same
#for most cases.
sql:
host: 'localhost'
port: 3306
user: '129990_mysql_db'
pass: 'heslo'
database: '129990_mysql_db'
prefix: 'sg_'
###########################################################
####################### Stats ############################
###########################################################
#Settings for the webstats. If enabled, stats
#such as k/d record, wins, win streaks, kill
#streaks, etc. will be saved.
stats:
enabled: false
webserver:
enabled: false
port: 880
points:
kill: 10
win: 100
position: 7
killstreak:
base: 10
multiplier: 2
killstreak:
level1: '&e{player}&7 got a Double Kill!'
level2: '&e{player}&9 got a Multi Kill!'
level3: '&e{player}&5 got an Ultra Kill!'
level4: '&e{player}&4 got an Unbelievable Kill!'
level5: '&e{player}&a&kii&4&l Unbelievable+!&a&kii'
Re: SurvivalGames
Napsal: 01 zář 2013, 00:29
od BigZed
Pošli sem log
Re: SurvivalGames
Napsal: 01 zář 2013, 07:40
od fantomas2
Kód: Vybrat vše
2013-09-01 07:39:56 [INFO] Starting minecraft server version 1.6.2
2013-09-01 07:39:56 [INFO] Loading properties
2013-09-01 07:39:56 [INFO] Default game type: SURVIVAL
2013-09-01 07:39:56 [INFO] Generating keypair
2013-09-01 07:39:56 [INFO] Starting Minecraft server on 93.91.250.124:27434
2013-09-01 07:39:56 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.2-R0.1-13-g6cfd4a4-b2858jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.2-SNAPSHOT)
2013-09-01 07:39:56 [INFO] ----- Bukkit Auto Updater -----
2013-09-01 07:39:56 [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-09-01 07:39:56 [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-09-01 07:39:56 [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-09-01 07:39:56 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2013-09-01 07:39:56 [INFO] ----- ------------------- -----
2013-09-01 07:39:57 [INFO] [PermissionsEx] sql backend registered!
2013-09-01 07:39:57 [INFO] [PermissionsEx] file backend registered!
2013-09-01 07:39:57 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-09-01 07:39:57 [INFO] [LagMeter] Loading LagMeter v1.9.0
2013-09-01 07:39:57 [INFO] [WorldBorder] Loading WorldBorder v1.7.5
2013-09-01 07:39:57 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-09-01 07:39:57 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.10.1-beta-sMD5NET-b601
2013-09-01 07:39:57 [INFO] [WorldEdit] Loading WorldEdit v5.5.7
2013-09-01 07:39:57 [INFO] [ChatControl] Loading ChatControl v4.1.6
2013-09-01 07:39:57 [INFO] [TagAPI] Loading TagAPI v2.5
2013-09-01 07:39:57 [INFO] [NameTags] Loading NameTags v2.2
2013-09-01 07:39:57 [INFO] [WhiteMessage] Loading WhiteMessage v1.9
2013-09-01 07:39:57 [INFO] [War] Loading War v1.7.4 (Doolittle)
2013-09-01 07:39:57 [INFO] [Vault] Loading Vault v1.2.25-b333
2013-09-01 07:39:57 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.6
2013-09-01 07:39:57 [INFO] [PermissionsEx] Initializing file backend
2013-09-01 07:39:57 [INFO] Permissions file successfully reloaded
2013-09-01 07:39:57 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b641
2013-09-01 07:39:57 [INFO] [MyCommand] Loading MyCommand v4.0.0
2013-09-01 07:39:57 [INFO] [TreeAssist] Loading TreeAssist v5.7.10
2013-09-01 07:39:57 [INFO] [WorldGuard] Loading WorldGuard v5.8
2013-09-01 07:39:57 [INFO] [AutoMessage] Loading AutoMessage v2.3.5
2013-09-01 07:39:57 [INFO] [iConomy] Loading iConomy v7.0
2013-09-01 07:39:57 [INFO] [Horses] Loading Horses v1.1.6
2013-09-01 07:39:57 [INFO] [SurvivalGames] Loading SurvivalGames v0.5.8.42
2013-09-01 07:39:57 [INFO] [HawkEye] Loading HawkEye v1.5.5
2013-09-01 07:39:57 [INFO] [MagicLamps] Loading MagicLamps v0.3.3
2013-09-01 07:39:57 [INFO] [BookRules] Loading BookRules v2.0
2013-09-01 07:39:57 [INFO] [Trampoline] Loading Trampoline v1.0
2013-09-01 07:39:57 [INFO] [Reservations] Loading Reservations v2.4.1
2013-09-01 07:39:57 [INFO] [ClearLag] Loading ClearLag v2.5.2
2013-09-01 07:39:57 [INFO] [Votifier] Loading Votifier v1.9
2013-09-01 07:39:57 [INFO] [mcMMO] Loading mcMMO v1.4.06-b2121
2013-09-01 07:39:57 [INFO] [MobArena] Loading MobArena v0.95.5
2013-09-01 07:39:57 [INFO] [GAListener] Loading GAListener v0.9
2013-09-01 07:39:57 [INFO] [Essentials] Loading Essentials vPre2.12.1.2
2013-09-01 07:39:57 [INFO] [UltrabansLite] Loading UltrabansLite v3.0.3
2013-09-01 07:39:57 [INFO] [Citizens] Loading Citizens v2.0.9-SNAPSHOT (build 966)
2013-09-01 07:39:57 [INFO] [Jobs] Loading Jobs v2.11.3
2013-09-01 07:39:57 [INFO] [LiftSign] Loading LiftSign v0.4.1
2013-09-01 07:39:57 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-09-01 07:39:57 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vPre2.12.1.2
2013-09-01 07:39:57 [INFO] [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
2013-09-01 07:39:57 [INFO] [Residence] Loading Residence v2.6.6.6
2013-09-01 07:39:57 [INFO] [ResidenceSigns] Loading ResidenceSigns v2.9
2013-09-01 07:39:57 [INFO] [ChestShop] Loading ChestShop v3.62
2013-09-01 07:39:57 [INFO] [AuthMe] Loading AuthMe v2.9
2013-09-01 07:39:57 [INFO] [Vault] Enabling Vault v1.2.25-b333
2013-09-01 07:39:57 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-09-01 07:39:57 [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-09-01 07:39:57 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-09-01 07:39:57 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-09-01 07:39:57 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-09-01 07:39:57 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-09-01 07:39:57 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-09-01 07:39:57 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-09-01 07:39:57 [INFO] [Vault] Enabled Version 1.2.25-b333
2013-09-01 07:39:57 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-09-01 07:39:57 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-09-01 07:39:57 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-09-01 07:39:57 [INFO] [mcMMO] Enabling mcMMO v1.4.06-b2121
2013-09-01 07:39:57 [INFO] [mcMMO] Attempting connection to MySQL...
2013-09-01 07:39:57 [INFO] [mcMMO] Connection to MySQL was a success!
2013-09-01 07:39:57 [INFO] [mcMMO] Killing orphans
2013-09-01 07:39:57 [INFO] [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
2013-09-01 07:39:57 [INFO] [LWC] Connecting to MySQL
2013-09-01 07:39:57 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-09-01 07:39:57 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-09-01 07:39:57 [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-09-01 07:39:57 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-09-01 07:39:57 [INFO] Preparing level "world"
2013-09-01 07:39:58 [INFO] Preparing start region for level 0 (Seed: 5038608938970610813)
2013-09-01 07:39:58 [INFO] Preparing start region for level 1 (Seed: -4967144125192969089)
2013-09-01 07:39:58 [INFO] Preparing start region for level 2 (Seed: -4967144125192969089)
2013-09-01 07:39:58 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2013-09-01 07:39:58 [INFO] [LagMeter] Not using logs folder.
2013-09-01 07:39:58 [INFO] [LagMeter 1.9.0] Enabled! Polling every 40 server ticks. Logging to /hlserver/27434/plugins/LagMeter/lag.log
2013-09-01 07:39:58 [INFO] [WorldBorder] Enabling WorldBorder v1.7.5
2013-09-01 07:39:58 [INFO] [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
2013-09-01 07:39:58 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
2013-09-01 07:39:58 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 10000 at X: 1378.5 Z: 773.6
2013-09-01 07:39:58 [INFO] [WorldBorder] [CONFIG] World "areny" has border radius 1000 at X: -882.5 Z: -651.5
2013-09-01 07:39:59 [INFO] For reference, the main world's spawn location is at X: 1378.0 Y: 57.0 Z: 773.0
2013-09-01 07:39:59 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-09-01 07:39:59 [INFO] Starting FakaHedaMinequery server on 93.91.250.124:28434
2013-09-01 07:39:59 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.10.1-beta-sMD5NET-b601
2013-09-01 07:39:59 [INFO] [NoCheatPlus] McAccess set to: 1.6.2 / CB2808-DEV
2013-09-01 07:39:59 [INFO] [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
2013-09-01 07:39:59 [INFO] [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
2013-09-01 07:39:59 [INFO] [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
2013-09-01 07:39:59 [INFO] [NoCheatPlus] Version 3.10.1-beta-sMD5NET-b601 is enabled.
2013-09-01 07:39:59 [INFO] [WorldEdit] Enabling WorldEdit v5.5.7
2013-09-01 07:39:59 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-09-01 07:39:59 [INFO] [ChatControl] Enabling ChatControl v4.1.6
2013-09-01 07:40:00 [INFO] [TagAPI] Enabling TagAPI v2.5
2013-09-01 07:40:00 [INFO] [TagAPI] Using hooks for CraftBukkit v1_6_R2
2013-09-01 07:40:00 [INFO] [NameTags] Enabling NameTags v2.2
2013-09-01 07:40:00 [INFO] [WhiteMessage] Enabling WhiteMessage v1.9
2013-09-01 07:40:00 [INFO] [WhiteMessage] Plugin enabled
2013-09-01 07:40:00 [INFO] [War] Enabling War v1.7.4 (Doolittle)
2013-09-01 07:40:00 [INFO] [War] War v1.7.4 (Doolittle) is on.
2013-09-01 07:40:00 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.6
2013-09-01 07:40:00 [INFO] [PermissionsEx] Superperms support enabled.
2013-09-01 07:40:00 [INFO] [PermissionsEx] v1.19.6 enabled
2013-09-01 07:40:00 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-09-01 07:40:00 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-09-01 07:40:00 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b641
2013-09-01 07:40:00 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b641
2013-09-01 07:40:01 [INFO] Preparing start region for level 3 (Seed: -6595666896361145637)
2013-09-01 07:40:01 [INFO] [Multiverse-Core] 4 - World(s) loaded.
2013-09-01 07:40:01 [INFO] [Multiverse-Core] Version 2.5-b641 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-09-01 07:40:01 [INFO] [MyCommand] Enabling MyCommand v4.0.0
2013-09-01 07:40:01 [INFO] =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
2013-09-01 07:40:01 [INFO] = Vault : Ok. Hooked MyCommand Vault
2013-09-01 07:40:01 [INFO] = Spout : Not detected. Disabling spout feature.
2013-09-01 07:40:01 [INFO] = Config : Ready | Custom Commands : 21
2013-09-01 07:40:01 [INFO] = Version: 4.0.0
2013-09-01 07:40:01 [INFO] = Author : MRI a.k.a Ivanpro
2013-09-01 07:40:01 [INFO] = Status : Active
2013-09-01 07:40:01 [INFO] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2013-09-01 07:40:01 [INFO] [TreeAssist] Enabling TreeAssist v5.7.10
2013-09-01 07:40:01 [INFO] [TreeAssist] debugging: off
2013-09-01 07:40:01 [INFO] [WorldGuard] Enabling WorldGuard v5.8
2013-09-01 07:40:01 [INFO] [WorldGuard] (world) TNT ignition is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world) Lighters are blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world) All fire spread is disabled.
2013-09-01 07:40:01 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_nether) TNT ignition is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_nether) Lighters are blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_nether) All fire spread is disabled.
2013-09-01 07:40:01 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_the_end) TNT ignition is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_the_end) Lighters are blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (world_the_end) All fire spread is disabled.
2013-09-01 07:40:01 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-09-01 07:40:01 [INFO] [WorldGuard] (areny) TNT ignition is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (areny) Lighters are blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (areny) Lava fire is blocked.
2013-09-01 07:40:01 [INFO] [WorldGuard] (areny) All fire spread is disabled.
2013-09-01 07:40:01 [INFO] [WorldGuard] Loaded configuration for world 'areny'
2013-09-01 07:40:01 [INFO] [WorldGuard] 0 regions loaded for 'world'
2013-09-01 07:40:01 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-09-01 07:40:01 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-09-01 07:40:01 [INFO] [WorldGuard] 0 regions loaded for 'areny'
2013-09-01 07:40:02 [INFO] [AutoMessage] Enabling AutoMessage v2.3.5
2013-09-01 07:40:02 [INFO] [iConomy] Enabling iConomy v7.0
2013-09-01 07:40:02 [INFO] [iConomy - April Fools] Enabled (16 ms)
2013-09-01 07:40:02 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-09-01 07:40:02 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-09-01 07:40:02 [INFO] [Horses] Enabling Horses v1.1.6
2013-09-01 07:40:02 [INFO] [SurvivalGames] Enabling SurvivalGames v0.5.8.42
2013-09-01 07:40:02 [INFO] METRICS STARTING
2013-09-01 07:40:02 [INFO] [HawkEye] Enabling HawkEye v1.5.5
2013-09-01 07:40:02 [INFO] [HawkEye] Starting HawkEye 1.5.5 initiation process...
2013-09-01 07:40:02 [INFO] [HawkEye] Searching for updates..
2013-09-01 07:40:02 [INFO] [HawkEye] Version 1.5.5 enabled!
2013-09-01 07:40:02 [INFO] [MagicLamps] Enabling MagicLamps v0.3.3
2013-09-01 07:40:02 [INFO] [MagicLamps] Info submitted to mcstats.org
2013-09-01 07:40:02 [INFO] [HawkEye] No updates found!
2013-09-01 07:40:03 [INFO] [BookRules] Enabling BookRules v2.0
2013-09-01 07:40:03 [INFO] [Trampoline] Enabling Trampoline v1.0
2013-09-01 07:40:03 [INFO] [Reservations] Enabling Reservations v2.4.1
2013-09-01 07:40:03 [INFO] [Reservations] Using Vault!
2013-09-01 07:40:03 [INFO] [Reservations] is enabled!
2013-09-01 07:40:03 [INFO] [ClearLag] Enabling ClearLag v2.5.2
2013-09-01 07:40:03 [INFO] [ClearLag] Searching for updates..
2013-09-01 07:40:03 [INFO] [ClearLag] Clearlag has been enabled!
2013-09-01 07:40:03 [INFO] [Votifier] Enabling Votifier v1.9
2013-09-01 07:40:03 [INFO] [Votifier] Votifier enabled.
2013-09-01 07:40:03 [INFO] [MobArena] Enabling MobArena v0.95.5
2013-09-01 07:40:03 [INFO] [MobArena] Loaded arena 'default'.
2013-09-01 07:40:03 [INFO] [MobArena] v0.95.5 enabled.
2013-09-01 07:40:03 [INFO] [GAListener] Enabling GAListener v0.9
2013-09-01 07:40:03 [INFO] [GAListener] GAListener v0.9 Enabled
2013-09-01 07:40:03 [INFO] [Essentials] Enabling Essentials vPre2.12.1.2
2013-09-01 07:40:03 [INFO] Using locale cs_CZ
2013-09-01 07:40:03 [INFO] Using locale cs_CZ
2013-09-01 07:40:03 [INFO] Essentials: Using PermissionsEx based permissions.
2013-09-01 07:40:03 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.25-b333)
2013-09-01 07:40:03 [INFO] [UltrabansLite] Enabling UltrabansLite v3.0.3
2013-09-01 07:40:03 [INFO] [ClearLag] No updates found!
2013-09-01 07:40:04 [SEVERE] Error occurred while enabling UltrabansLite v3.0.3 (Is it up to date?)
java.lang.RuntimeException: java.io.FileNotFoundException: http://dev.bukkit.org/bukkit-plugins/ultrabanslite/files.rss
at net.h31ix.updater.Updater.read(Updater.java:597)
at net.h31ix.updater.Updater.readFeed(Updater.java:546)
at net.h31ix.updater.Updater.<init>(Updater.java:204)
at com.modcrafting.ultrabans.Ultrabans.onEnable(Ultrabans.java:119)
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_6_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:313)
at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:290)
at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:250)
at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
Caused by: java.io.FileNotFoundException: http://dev.bukkit.org/bukkit-plugins/ultrabanslite/files.rss
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1623)
at java.net.URL.openStream(URL.java:1037)
at net.h31ix.updater.Updater.read(Updater.java:593)
... 14 more
2013-09-01 07:40:04 [INFO] [Citizens] Enabling Citizens v2.0.9-SNAPSHOT (build 966)
2013-09-01 07:40:04 [INFO] [Jobs] Enabling Jobs v2.11.3
2013-09-01 07:40:04 [INFO] [Jobs] Started database save task
2013-09-01 07:40:04 [INFO] [Jobs] Started buffered payment thread
2013-09-01 07:40:04 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-09-01 07:40:05 [INFO] [LiftSign] Enabling LiftSign v0.4.1
2013-09-01 07:40:05 [INFO] [LiftSign] Loaded 6 locale strings (0 overrides)
2013-09-01 07:40:05 [INFO] [LiftSign] using VAULT:PermissionsEx for permissions
2013-09-01 07:40:05 [INFO] [LiftSign] version 0.4.1, build 252 is enabled
2013-09-01 07:40:05 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-09-01 07:40:05 [INFO] [ChatManager] ChatManager enabled!
2013-09-01 07:40:05 [INFO] [ChatManager] Multiverse 2 integration enabled!
2013-09-01 07:40:05 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vPre2.12.1.2
2013-09-01 07:40:05 [INFO] [Residence] Enabling Residence v2.6.6.6
2013-09-01 07:40:05 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-09-01 07:40:05 [INFO] [Residence] Scanning for economy systems...
2013-09-01 07:40:05 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-09-01 07:40:05 [INFO] [Residence] Found WorldEdit
2013-09-01 07:40:05 [INFO] [Residence] Enabled! Version 2.6.6.6 by bekvon
2013-09-01 07:40:05 [INFO] [ResidenceSigns] Enabling ResidenceSigns v2.9
2013-09-01 07:40:05 [INFO] [ResidenceSigns] Successfully Enabled.
2013-09-01 07:40:05 [INFO] [ChestShop] Enabling ChestShop v3.62
2013-09-01 07:40:05 [INFO] [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
2013-09-01 07:40:05 [INFO] [ChestShop] Residence version 2.6.6.6 loaded.
2013-09-01 07:40:05 [INFO] [ChestShop] Vault loaded! Found an economy plugin!
2013-09-01 07:40:06 [INFO] [AuthMe] Enabling AuthMe v2.9
2013-09-01 07:40:06 [INFO] [AuthMe] Loading Configuration File...
2013-09-01 07:40:06 [INFO] [AuthMe] Merge new Config Options if needed..
2013-09-01 07:40:06 [INFO] [AuthMe] Set Language: en
2013-09-01 07:40:06 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
2013-09-01 07:40:06 [INFO] [AuthMe] Hook with Essentials plugin
2013-09-01 07:40:06 [INFO] [AuthMe] Hook with EssentialsSpawn plugin
2013-09-01 07:40:06 [INFO] [AuthMe] MySQL driver loaded
2013-09-01 07:40:06 [INFO] [AuthMe] Connection pool ready
2013-09-01 07:40:06 [INFO] [AuthMe] Successfully hook with ChestShop!
2013-09-01 07:40:06 [INFO] [AuthMe] Vault plugin detected, hook with PermissionsEx system
2013-09-01 07:40:06 [INFO] [AuthMe] Authme 2.9 enabled
2013-09-01 07:40:06 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-09-01 07:40:06 [INFO] Done (9.003s)! For help, type "help" or "?"
2013-09-01 07:40:06 [INFO] Starting GS4 status listener
2013-09-01 07:40:06 [INFO] Starting remote control listener
2013-09-01 07:40:06 [INFO] Query running on 93.91.250.124:28434
2013-09-01 07:40:06 [INFO] RCON running on 93.91.250.124:26434
2013-09-01 07:40:07 [INFO] [War] Loading zone spleef...
2013-09-01 07:40:07 [INFO] [War] Loading zone flag...
2013-09-01 07:40:07 [INFO] [War] Warzones ready.
2013-09-01 07:40:07 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-09-01 07:40:07 [INFO] [Citizens] Loaded 29 NPCs.
2013-09-01 07:40:07 [INFO] ItemStack{NETHER_STAR x 1}
2013-09-01 07:40:07 [INFO] sharpness:4
2013-09-01 07:40:07 [INFO] ItemStack{PAPER x 1}
2013-09-01 07:40:07 [INFO] fire:2
co je tohle na konci o.O ?
Kód: Vybrat vše
2013-09-01 07:40:07 [INFO] ItemStack{NETHER_STAR x 1}
2013-09-01 07:40:07 [INFO] sharpness:4
2013-09-01 07:40:07 [INFO] ItemStack{PAPER x 1}
2013-09-01 07:40:07 [INFO] fire:2
Re: SurvivalGames
Napsal: 01 zář 2013, 09:59
od BigZed
Nic hrozného o SG tam nemáš, a to poslední je... Survivalgames

Re: SurvivalGames
Napsal: 01 zář 2013, 10:06
od fantomas2
Hm tak proč tedy neni napojenej? Není tam tabulka -_-