Prophunt

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
mominil2
Příspěvky: 506
Věk: 25
Registrován: 28 lis 2012, 22:07
Reputation: 0
Bydliště: /home
Kontaktovat uživatele:

Prophunt

#1 Příspěvekod mominil2 » 10 bře 2014, 15:26

93.91.250.135:27225

Tak ahoj, jsem tu zase a mám další problém jak jsem nainstaloval hide and seek - -prophunt a vsechny jeho pluginy tak mi svítí červeně a dissguisecraft tam není vůbec poraďte prosím :)

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Prophunt

#2 Příspěvekod nejento » 10 bře 2014, 15:30

latest (resp. server).log při startu serveru.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

mominil2
Příspěvky: 506
Věk: 25
Registrován: 28 lis 2012, 22:07
Reputation: 0
Bydliště: /home
Kontaktovat uživatele:

Re: Prophunt

#3 Příspěvekod mominil2 » 10 bře 2014, 15:35

zde

Kód: Vybrat vše

[14:34:28] [Server thread/INFO]: Starting minecraft server version 1.7.2
[14:34:28] [Server thread/INFO]: Loading properties
[14:34:29] [Server thread/INFO]: Default game type: SURVIVAL
[14:34:29] [Server thread/INFO]: Generating keypair
[14:34:29] [Server thread/INFO]: Starting Minecraft server on 93.91.250.135:27225
[14:34:29] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
[14:34:29] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
[14:34:29] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[14:34:29] [Thread-7/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'.
[14:34:29] [Thread-7/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.
[14:34:29] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[14:34:29] [Thread-7/INFO]: ----- ------------------- -----
[14:34:29] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[14:34:29] [Server thread/INFO]: [PermissionsEx] file backend registered!
[14:34:30] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
   at java.lang.Class.forName0(Native Method) ~[?:1.7.0_40]
   at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   ... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
   at java.lang.Class.forName0(Native Method) ~[?:1.7.0_40]
   at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
   ... 9 more
[14:34:30] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[14:34:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6
[14:34:30] [Server thread/INFO]: [mcore] Loading mcore v7.0.2
[14:34:30] [Server thread/INFO]: [Vault] Loading Vault v1.2.31-b411
[14:34:30] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.3
[14:34:30] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[14:34:30] [Server thread/INFO]: Permissions file successfully reloaded
[14:34:30] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13b
[14:34:30] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.2.4
[14:34:30] [Server thread/INFO]: [Spectate] Loading Spectate v2.0
[14:34:30] [Server thread/INFO]: [ChatClear] Loading ChatClear v0.1
[14:34:30] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[14:34:30] [Server thread/INFO]: [TNTRun] Loading TNTRun v2.6
[14:34:30] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v0.5.8.54
[14:34:30] [Server thread/INFO]: [ZavAutoMessager] Loading ZavAutoMessager v2.6
[14:34:30] [Server thread/INFO]: [ColorMe] Loading ColorMe v3.8.1
[14:34:30] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.2
[14:34:30] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.1.3-SNAPSHOT
[14:34:30] [Server thread/INFO]: [AntiTNT] Loading AntiTNT v1.1
[14:34:30] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.13.1.6
[14:34:30] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[14:34:30] [Server thread/INFO]: [ChatManager] Loading ChatManager v1.19.1
[14:34:30] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.6
[14:34:30] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.4.0
[14:34:30] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b678
[14:34:30] [Server thread/INFO]: [Paintball] Loading Paintball v1.2.5
[14:34:30] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.5
[14:34:30] [Server thread/INFO]: [PropHunt] Loading PropHunt v1.43
[14:34:30] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.2
[14:34:30] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.3
[14:34:30] [Server thread/INFO]: [CreativeControl] Loading CreativeControl v6.4
[14:34:30] [Server thread/INFO]: [mcore] Enabling mcore v7.0.2
[14:34:30] [Server thread/INFO]: [mcore 7.0.2] === ENABLE START ===
[14:34:30] [Server thread/INFO]: [mcore 7.0.2] §eSetup of SenderIdMixinDefault took §d8§ems.
[14:34:30] [Server thread/INFO]: [mcore 7.0.2] === ENABLE §aCOMPLETE §e(Took §d156ms§e) ===
[14:34:30] [Server thread/INFO]: [Vault] Enabling Vault v1.2.31-b411
[14:34:30] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
[14:34:30] [Server thread/WARN]: 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.
[14:34:30] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[14:34:30] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[14:34:30] [Server thread/INFO]: [Vault] [Vault][Economy] iConomy 6 found: Waiting
[14:34:30] [Server thread/INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting
[14:34:30] [Server thread/INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
[14:34:30] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting
[14:34:30] [Server thread/INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
[14:34:30] [Server thread/INFO]: [mcore 7.0.2] §aActivated §eintegration with §dVault
[14:34:30] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13b
[14:34:30] [Server thread/INFO]: §9[PlotMe] §r 5 plots loaded
[14:34:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.1.3-SNAPSHOT
[14:34:30] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:34:30] [Server thread/INFO]: [mcore 7.0.2] §aActivated §eintegration with §dProtocolLib
[14:34:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:34:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:34:30] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[14:34:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:34:30] [Server thread/INFO]: Preparing level "world"
[14:34:30] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6720277984963813830)
[14:34:32] [Server thread/INFO]: Preparing spawn area: 10%
[14:34:33] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6720277984963813830)
[14:34:34] [Server thread/INFO]: Preparing spawn area: 82%
[14:34:34] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6720277984963813830)
[14:34:35] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[14:34:35] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.135:28225
[14:34:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6
[14:34:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:34:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.3
[14:34:35] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[14:34:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[14:34:35] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[14:34:35] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.2.4
[14:34:36] [Server thread/INFO]: [Spectate] Enabling Spectate v2.0
[14:34:36] [Server thread/INFO]: [ChatClear] Enabling ChatClear v0.1
[14:34:36] [Server thread/INFO]: ==========================================
[14:34:36] [Server thread/INFO]: == ChatClear has been enabled.           
[14:34:36] [Server thread/INFO]: == Created by JoeGandy1                   
[14:34:36] [Server thread/INFO]: ==========================================
[14:34:36] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[14:34:36] [Server thread/INFO]: [iConomy - April Fools] Enabled (10 ms)
[14:34:36] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[14:34:36] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[14:34:36] [Thread-12/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[14:34:36] [Server thread/INFO]: [TNTRun] Enabling TNTRun v2.6
[14:34:36] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v0.5.8.54
[14:34:36] [Server thread/INFO]: METRICS STARTING
[14:34:36] [Server thread/INFO]: [ZavAutoMessager] Enabling ZavAutoMessager v2.6
[14:34:36] [Server thread/INFO]: ZavAutoMessager v2.6 has been enabled
[14:34:36] [Server thread/INFO]: ZavAutoMessager v2.6: Sending messages is now set to true
[14:34:36] [Server thread/INFO]: ZavAutoMessager v2.6 is up to date!
[14:34:36] [Server thread/INFO]: Thank you for using ZavAutoMessager v2.6 by the ZavTeam!
[14:34:36] [Server thread/INFO]: [ColorMe] Enabling ColorMe v3.8.1
[14:34:36] [Server thread/INFO]: [ColorMe] Loaded Vault successfully
[14:34:36] [Server thread/INFO]: [ColorMe] Running without Spout!
[14:34:36] [Server thread/INFO]: [ColorMe] Using own group system!
[14:34:36] [Server thread/INFO]: [ColorMe] SoftMode enabled. If other chat plugins are found, the chat won't be affected by ColorMe.
[14:34:36] [Server thread/INFO]: [ColorMe] Found ChatManager. Will use it for chat!
[14:34:36] [Server thread/INFO]: [ColorMe] Didn't found TagAPI!
[14:34:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.2
[14:34:36] [Server thread/INFO]: [ClearLag] No config updates found...
[14:34:36] [Thread-14/INFO]: [ClearLag] Searching for updates..
[14:34:36] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
[14:34:36] [Server thread/INFO]: [AntiTNT] Enabling AntiTNT v1.1
[14:34:36] [Server thread/INFO]: AntiTNT has been enabled!
[14:34:36] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.13.1.6
[14:34:37] [Server thread/INFO]: Using locale cs_CZ
[14:34:37] [Server thread/INFO]: Using locale cs_CZ
[14:34:37] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[14:34:37] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[14:34:37] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.31-b411)
[14:34:37] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[14:34:37] [Server thread/INFO]: [Residence] - Enabling multiworld plugin: Multiverse-Core
[14:34:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b678
[14:34:37] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b678
[14:34:37] [Thread-14/INFO]: [ClearLag] No updates found!
[14:34:37] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4988193783614686013)
[14:34:38] [Server thread/INFO]: Preparing spawn area for Mobka, 48%
[14:34:39] [Server thread/INFO]: Preparing start region for level 4 (Seed: -314867118702638301)
[14:34:40] [Server thread/INFO]: Preparing start region for level 5 (Seed: 2106486320539045656)
[14:34:41] [Server thread/INFO]: Preparing spawn area for Creative, 52%
[14:34:41] [Server thread/INFO]: Preparing start region for level 6 (Seed: -314867118702638301)
[14:34:42] [Server thread/INFO]: Preparing start region for level 7 (Seed: -3344915719104079816)
[14:34:43] [Server thread/INFO]: Preparing spawn area for SurvivalGames, 93%
[14:34:43] [Server thread/INFO]: Preparing start region for level 8 (Seed: 6288115548364553943)
[14:34:43] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
[14:34:44] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[14:34:44] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[14:34:44] [Server thread/INFO]: [Residence] Scanning for economy systems...
[14:34:44] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
[14:34:44] [Server thread/INFO]: [Residence] Found WorldEdit
[14:34:44] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[14:34:44] [Server thread/INFO]: [ChatManager] Enabling ChatManager v1.19.1
[14:34:44] [Server thread/INFO]: [ChatManager] ChatManager enabled!
[14:34:44] [Server thread/INFO]: [ChatManager] Multiverse 2 integration enabled!
[14:34:44] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.6
[14:34:44] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.4.0
[14:34:44] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE START ===
[14:34:44] [Server thread/INFO]: [CreativeGates 2.4.0] === ENABLE COMPLETE (Took 38ms) ===
[14:34:44] [Server thread/INFO]: [Paintball] Enabling Paintball v1.2.5
[14:34:44] [Server thread/INFO]: [Paintball] Loading the default language: enUS.txt
[14:34:44] [Server thread/INFO]: [Paintball] Scanned lines: 379 | Skipped lines: 0
[14:34:44] [Server thread/INFO]: [Paintball] Using the default language now: enUS.txt
[14:34:44] [Server thread/INFO]: [Paintball] Loading the specified melody now: win.txt
[14:34:44] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 20
[14:34:44] [Server thread/INFO]: [Paintball] Loading the specified melody now: defeat.txt
[14:34:44] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 43
[14:34:44] [Server thread/INFO]: [Paintball] Loading the specified melody now: draw.txt
[14:34:44] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 29
[14:34:45] [Server thread/INFO]: [Paintball] Loading ranks..
[14:34:45] [Server thread/INFO]: [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
[14:34:45] [Server thread/INFO]: [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
[14:34:45] [Server thread/INFO]: [Paintball] Plugin 'Votifier' not found. Additional vote features disabled.
[14:34:45] [Server thread/INFO]: [Paintball] By blablubbabc enabled.
[14:34:45] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.5
[14:34:45] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[14:34:45] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[14:34:45] [Server thread/INFO]: [PropHunt] Enabling PropHunt v1.43
[14:34:45] [Server thread/INFO]: [PropHunt] loaded Seeker Effects List
[14:34:45] [Server thread/INFO]: [PropHunt] loaded Seeker Helmet
[14:34:45] [Server thread/INFO]: [PropHunt] loaded Seeker Chestplate
[14:34:45] [Server thread/INFO]: [PropHunt] loaded Seeker Leggings
[14:34:45] [Server thread/INFO]: [PropHunt] loaded Seeker Boots
[14:34:45] [Server thread/INFO]: [PropHunt] Loaded Seeker Class fully
[14:34:45] [Server thread/INFO]: [PropHunt] loaded hider Effects List
[14:34:45] [Server thread/INFO]: [PropHunt] loaded hider Helmet
[14:34:45] [Server thread/INFO]: [PropHunt] loaded hider Chestplate
[14:34:45] [Server thread/INFO]: [PropHunt] loaded hider Leggings
[14:34:45] [Server thread/INFO]: [PropHunt] loaded hider Boots
[14:34:45] [Server thread/INFO]: [PropHunt] Loaded hider Class fully
[14:34:45] [Server thread/WARN]: [PropHunt] Disabling plugin. Reason: DisguiseCraft or LibsDisguises not found, please install then reboot
[14:34:45] [Server thread/INFO]: [PropHunt] Disabling PropHunt v1.43
[14:34:45] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.2
[14:34:45] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[14:34:45] [Server thread/INFO]: [MobArena] Loaded arena 'mobka'
[14:34:45] [Server thread/INFO]: [MobArena] v0.96.2 enabled.
[14:34:45] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.3
[14:34:45] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[14:34:45] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..
[14:34:45] [Server thread/WARN]: [AuthMe] Please check your config.yml file!
[14:34:45] [Server thread/INFO]: [AuthMe] Set Language: en
[14:34:45] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[14:34:45] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[14:34:45] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[14:34:45] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[14:34:45] [Server thread/INFO]: [AuthMe]  This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[14:34:45] [Server thread/INFO]: [AuthMe] Authme 3.3.3 enabled
[14:34:45] [Server thread/INFO]: [CreativeControl] Enabling CreativeControl v6.4
[14:34:45] [Server thread/INFO]: [CreativeControl]: Initializing configurations...
[14:34:45] [Server thread/INFO]: [CreativeControl]: Loading Modules...
[14:34:45] [Server thread/INFO]: [CreativeControl]: Connecting to the SQLite database...
[14:34:45] [Server thread/INFO]: [CreativeControl]: SQLite database connected Successfuly!
[14:34:45] [Server thread/INFO]: [CreativeControl]: Registring Events...
[14:34:45] [Server thread/INFO]: [CreativeControl]: MobArena support enabled!
[14:34:45] [Server thread/INFO]: [CreativeControl]: SurvivalGames support enabled!
[14:34:45] [Server thread/INFO]: [CreativeControl]: Vault hooked as permissions plugin
[14:34:45] [Server thread/INFO]: [CreativeControl]: CreativeControl v6.4 loaded in 73 ms!
[14:34:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:34:47] [Server thread/INFO]: Done (16.832s)! For help, type "help" or "?"
[14:34:47] [Server thread/INFO]: Starting GS4 status listener
[14:34:47] [Server thread/INFO]: Starting remote control listener
[14:34:47] [Query Listener #1/INFO]: Query running on 93.91.250.135:27225
[14:34:47] [Server thread/WARN]: No rcon password set in '/hlserver/27225/server.properties', rcon disabled!
[14:34:47] [pool-3-thread-2/INFO]: [CreativeControl]: Cached 12,574 protections
[14:34:47] [pool-3-thread-2/INFO]: [CreativeControl]: Loaded 0 regions
[14:34:47] [pool-3-thread-2/INFO]: [CreativeControl]: 17,666 blocks protected
[14:34:48] [Server thread/INFO]: [Paintball] --------- Checking version ----------
[14:34:48] [Server thread/INFO]: [Paintball] You are running the latest version (or a dev- or compat-build). :)
[14:34:48] [Server thread/INFO]: [Paintball] --------- ---------------- ----------
[14:34:48] [Server thread/INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
[14:34:48] [pool-3-thread-14/INFO]: [Vault] Checking for Updates:
[14:34:48] [pool-3-thread-14/INFO]: [Vault] No new version available
[14:34:49] [Server thread/INFO]: [SurvivalGames] Loading Arena: 1
[14:34:49] [Server thread/INFO]: [SurvivalGames] 224 255 282
[14:34:49] [Server thread/INFO]: [SurvivalGames] 209 0 267
[14:34:49] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=SurvivalGames},x=224.0,y=255.0,z=282.0,pitch=0.0,yaw=0.0}
[14:34:49] [Server thread/INFO]: [SurvivalGames] Location{world=CraftWorld{name=SurvivalGames},x=209.0,y=0.0,z=267.0,pitch=0.0,yaw=0.0}
[14:34:49] [Server thread/INFO]: ItemStack{NETHER_STAR x 1}
[14:34:49] [Server thread/INFO]: sharpness:4
[14:34:49] [Server thread/INFO]: ItemStack{PAPER x 1}
[14:34:49] [Server thread/INFO]: fire:2
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  **************************************************
[14:34:50] [pool-3-thread-11/INFO]:  ----------------- PAINTBALL INFO -----------------
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  License stuff:
[14:34:50] [pool-3-thread-11/INFO]:    - Usage on own risk. I give no warranties for anything.
[14:34:50] [pool-3-thread-11/INFO]:    - Do not modify. Use it as it is!
[14:34:50] [pool-3-thread-11/INFO]:    - Do not redistribute/upload/use parts of it/copy/give away.
[14:34:50] [pool-3-thread-11/INFO]:    - Do not use for commercial purposes!
[14:34:50] [pool-3-thread-11/INFO]:      -> No benefits for paying players/donors!
[14:34:50] [pool-3-thread-11/INFO]:      -> This also applies to any kind of add-on you are using
[14:34:50] [pool-3-thread-11/INFO]:         related to this plugin!
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  If you like this plugin: Give feedback and donate at
[14:34:50] [pool-3-thread-11/INFO]:  ->http://dev.bukkit.org/server-mods/paintball_pure_war/ 
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  Thank you and good shooting!
[14:34:50] [pool-3-thread-11/INFO]:    - blablubbabc :)
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  ---------------- Detected Problems ---------------
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  No problems found. :)
[14:34:50] [pool-3-thread-11/INFO]:  
[14:34:50] [pool-3-thread-11/INFO]:  **************************************************
[14:34:50] [pool-3-thread-11/INFO]:  

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Prophunt

#4 Příspěvekod Smexhy » 10 bře 2014, 15:45

Musíš si stiahnuť pluginy: DisguiseCraft a ProtocolLib v najnovšej verzii...tu si stiahneš najnovší DisguiseCraft - http://build.yu8.me:8080/job/DisguiseCr ... eCraft.jar a tu ProtocolLib - http://assets.comphenix.net/jenkins/job ... APSHOT.jar

mominil2
Příspěvky: 506
Věk: 25
Registrován: 28 lis 2012, 22:07
Reputation: 0
Bydliště: /home
Kontaktovat uživatele:

Re: Prophunt

#5 Příspěvekod mominil2 » 10 bře 2014, 15:47

Kód: Vybrat vše

FakaHedaMinequery, WorldEdit, mcore, Vault, PermissionsEx, PlotMe, EchoPet, Spectate, ChatClear, iConomy, TNTRun, SurvivalGames, ZavAutoMessager, ColorMe, ClearLag, ProtocolLib, AntiTNT, Essentials, Residence, ChatManager, EssentialsSpawn, CreativeGates, Multiverse-Core, Paintball, ChestShop, PropHunt, MobArena, AuthMe, CreativeControl


takze staci jenom dC ?

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Prophunt

#6 Příspěvekod Smexhy » 10 bře 2014, 15:48

Ak ho máš na najnovšej verzií ten ProtocolLib, tak áno...

mominil2
Příspěvky: 506
Věk: 25
Registrován: 28 lis 2012, 22:07
Reputation: 0
Bydliště: /home
Kontaktovat uživatele:

Re: Prophunt

#7 Příspěvekod mominil2 » 10 bře 2014, 15:49

jo zkusím


Zpět na „Minecraft, Tekkit“

Kdo je online

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