Combat

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Tomáš55555
Příspěvky: 76
Registrován: 17 říj 2015, 16:59
Reputation: 0

Combat

#1 Příspěvekod Tomáš55555 » 24 říj 2015, 11:55

82.208.17.32:27413
Ahoj, mám server na 1.7.10., mám tam CombatLog, vypisuje, že normálně jde, ale když hráči jdou do sebe tak prostě jakoby nic,, prostě kombat nejde, je jiný plugin, nebo lze toto spravit,?

Uživatelský avatar
mannyvee
Příspěvky: 1081
Věk: 26
Registrován: 28 bře 2015, 13:49
Reputation: 0

Re: Combat

#2 Příspěvekod mannyvee » 24 říj 2015, 12:15

Nezakládej duplicitný témata .. http://dev.bukkit.org/bukkit-plugins/combat-tag/

Uživatelský avatar
AAAuto
Příspěvky: 385
Registrován: 26 pro 2014, 20:35
Reputation: 0

Re: Combat

#3 Příspěvekod AAAuto » 24 říj 2015, 14:10

1) Resetuj config (pokiaľ si ho upravil)
2) Skús sa pozrieť do logu či tam niečo nepíše

Poprípade použi vyššie uvedený plugin menom CombatTag . Podla môjho názoru je CombatLog lepší či už v nastavení alebo všeobecným fungovaním ako CombatTag. CombatTag má na druhú stranu viac ADDONOV ako je CombatRegion a mnoho ďalšieho. Stačí len poriadne hľadať.

Taktiež existuje ďalší plugin menom PvPManager ktorý má viac funkcí ako len COMBAT. Záleží len na tom čo a ako potrebuješ. :)
„Nikdy nehovor, že sa niečo urobiť nedá, pretože vždy sa nájde nejaký blbec, ktorý nevie že sa to nedá a urobí."

Tomáš55555
Příspěvky: 76
Registrován: 17 říj 2015, 16:59
Reputation: 0

Re: Combat

#4 Příspěvekod Tomáš55555 » 24 říj 2015, 18:19

Kód: Vybrat vše

[FakaHeda] Succesfully authorized (rw)!


Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0


Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release


This Spigot build supports Minecraft clients both of versions 1.7.x and of 1.8.x.


*** It is imperative that backups be taken before running this build on your server! ***


Please report any such issues to http://www.spigotmc.org/, stating your client, server, and if applicable BungeeCord versions.


*** Any bug reports not running the very latest versions of these softwares will be ignored ***








WARNING: This build is more than 2 days old and there are likely updates available!


You will get no support with this build unless you update from http://ci.md-5.net/job/Spigot/


The server will start in 10 seconds!


> [18:13:48 INFO]: Starting minecraft server version 1.7.10


> [18:13:48 INFO]: Loading properties


> [18:13:48 INFO]: Default game type: SURVIVAL


> [18:13:48 INFO]: This server is running CraftBukkit version git-Spigot-1646 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)


> [18:13:49 INFO]: Server Ping Player Sample Count: 12


> [18:13:49 INFO]: Using 4 threads for Netty based IO


> [18:13:49 INFO]: Debug logging is disabled


> [18:13:49 INFO]: Generating keypair


> [18:13:49 INFO]: Starting Minecraft server on 82.208.17.32:27413


> [18:13:49 INFO]: Set PluginClassLoader as parallel capable


> [18:13:49 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:133) ~[minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [minecraft_server.jar:git-Spigot-1646]


   at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [minecraft_server.jar:git-Spigot-1646]


   at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [minecraft_server.jar:git-Spigot-1646]


   at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [minecraft_server.jar:git-Spigot-1646]


Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet


   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]


   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]


   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Spigot-1646]


   ... 6 more


Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet


   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-1646]


   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]


   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]


   at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]


   at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]


   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-1646]


   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[minecraft_server.jar:git-Spigot-1646]


   ... 6 more


> [18:13:49 INFO]: otdManager] Loading MotdManager v1.41-b20


> [18:13:49 INFO]: [dynmap] Loading dynmap v2.2-1118


> [18:13:49 INFO]: [dynmap] version=git-Spigot-1646 (MC: 1.7.10)


> [18:13:49 INFO]: [dynmap] Mod Support API available


> [18:13:49 INFO]: [WorldEdit] Loading WorldEdit v5.6.3


> [18:13:49 INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5


> [18:13:49 INFO]: [HealthBar] Loading HealthBar v1.8.2


> [18:13:49 INFO]: [Essentials] Loading Essentials vPre2.14.1.3


> [18:13:49 INFO]: [AutoMessage] Loading AutoMessage v2.5.2


> [18:13:49 INFO]: [WorldGuard] Loading WorldGuard v6.1


> [18:13:49 INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4


> [18:13:49 INFO]: [ProtocolLib] Falling back to legacy Netty compat


> [18:13:49 INFO]: [ProtocolLib] Falling back to Guava 10 compat


> [18:13:49 INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.14.1


> [18:13:49 INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-BETA-sASO-b812


> [18:13:49 INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.


> [18:13:50 INFO]: [NoCheatPlus] Logging system initialized.


> [18:13:50 INFO]: [NoCheatPlus] Detected Minecraft version: 1.7.10


> [18:13:50 INFO]: ultiWorld] Loading MultiWorld v5.2.6


> [18:13:50 INFO]: [SkinsRestorer] Loading SkinsRestorer v10.3.4


> [18:13:50 INFO]: [ItemStay] Loading ItemStay v1.5.5b


> [18:13:50 INFO]: [AntiAd] Loading AntiAd v2.2.5


> [18:13:50 INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3


> [18:13:50 INFO]: [HeadDrops] Loading HeadDrops v2.0


> [18:13:50 INFO]: [iConomy] Loading iConomy v7.0


> [18:13:50 INFO]: [ReportZ] Loading ReportZ v1.0


> [18:13:50 INFO]: [PermissionsEx] Loading PermissionsEx v1.22.9


> [18:13:50 WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!


> [18:13:50 INFO]: [TreeAssist] Loading TreeAssist v5.8.89


> [18:13:50 INFO]: [AJB] Loading AntiJoinBot v5.0


> [18:13:50 INFO]: cMMO] Loading mcMMO v1.5.00-b3547


> [18:13:50 INFO]: [DigitalClock] Loading DigitalClock v1.6


> [18:13:50 INFO]: [Vault] Loading Vault v1.5.0-b28


> [18:13:50 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.14.1.3


> [18:13:50 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3


> [18:13:50 INFO]: assiveCore] Loading MassiveCore v7.3.0


> [18:13:50 INFO]: [AntiCheatPlus] Loading AntiCheatPlus v2.1.4


> [18:13:50 INFO]: [Jobs] Loading Jobs v2.12.0


> [18:13:50 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10


> [18:13:50 INFO]: [SilkSpawners] Loading SilkSpawners v3.6.7


> [18:13:50 INFO]: [Residence] Loading Residence v2.6.6.6


> [18:13:50 INFO]: [ChestShop] Loading ChestShop v3.7.18


> [18:13:50 INFO]: [AuthMe] Loading AuthMe v3.4


> [18:13:50 INFO]: [Factions] Loading Factions v2.6.0


> [18:13:50 INFO]: [CombatLog] Loading CombatLog v1.8.11


> [18:13:50 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1


> [18:13:50 INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4


> [18:13:50 INFO]: [ProtocolLib] Started structure compiler thread.


> [18:13:50 INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.14.1


> [18:13:50 INFO]: [SkinsRestorer] Enabling SkinsRestorer v10.3.4


> [18:13:50 INFO]: cMMO] Enabling mcMMO v1.5.00-b3547


> [18:13:50 INFO]: cMMO] HealthBar plugin found, mcMMO's healthbars are automatically disabled.


> [18:13:50 WARN]: cMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!


> [18:13:50 WARN]: cMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus


> [18:13:51 INFO]: [Vault] Enabling Vault v1.5.0-b28


> [18:13:51 INFO]: [Vault] [Economy] Essentials Economy found: Waiting


> [18:13:51 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.


> [18:13:51 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!


> [18:13:51 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!


> [18:13:51 INFO]: [Vault] [Economy] iConomy 6 found: Waiting


> [18:13:51 INFO]: [Vault] [Permission] PermissionsEx found: Waiting


> [18:13:51 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.


> [18:13:51 INFO]: [Vault] [Chat] PermissionsEx found: Waiting


> [18:13:51 INFO]: [Vault] Enabled Version 1.5.0-b28


> [18:13:51 INFO]: assiveCore] Enabling MassiveCore v7.3.0


> [18:13:51 INFO]: [MassiveCore 7.3.0] === ENABLE START ===


> [18:13:51 INFO]: [MassiveCore 7.3.0] Loading Playerdat datas...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Loading Cachefile datas...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Loading Onlineplayer datas...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Loading Registry datas...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Skipping Dbmojangapi datas since offline mode...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Saving Cachefile...


> [18:13:51 INFO]: [MassiveCore 7.3.0] Setup of IdUtil took 25ms.


> [18:13:51 INFO]: [MassiveCore 7.3.0] Activated integration with ProtocolLib


> [18:13:51 INFO]: [MassiveCore 7.3.0] Activated integration with Vault


> [18:13:51 INFO]: [MassiveCore 7.3.0] === ENABLE COMPLETE (Took 132ms) ===


> [18:13:51 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!


> [18:13:51 WARN]: The server will make no attempt to authenticate usernames. Beware.


> [18:13:51 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.


> [18:13:51 WARN]: To change this, set "online-mode" to "true" in the server.properties file.


> [18:13:51 INFO]: **** Beginning UUID conversion, this may take A LONG time ****


> [18:13:51 INFO]: Preparing level "world"


> [18:13:51 INFO]: -------- World Settings For [world] --------


> [18:13:51 INFO]: Nerfing mobs spawned from spawners: false


> [18:13:51 INFO]: Cactus Growth Modifier: 100%


> [18:13:51 INFO]: Cane Growth Modifier: 100%


> [18:13:51 INFO]: Melon Growth Modifier: 100%


> [18:13:51 INFO]: Mushroom Growth Modifier: 100%


> [18:13:51 INFO]: Pumpkin Growth Modifier: 100%


> [18:13:51 INFO]: Sapling Growth Modifier: 100%


> [18:13:51 INFO]: Wheat Growth Modifier: 100%


> [18:13:51 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [18:13:51 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [18:13:51 INFO]: Alternative Hopper Ticking: false


> [18:13:51 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [18:13:51 INFO]: Random Lighting Updates: false


> [18:13:51 INFO]: Structure Info Saving: true


> [18:13:51 INFO]: Sending up to 10 chunks per packet


> [18:13:51 INFO]: Max Entity Collisions: 8


> [18:13:51 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [18:13:51 INFO]: Max TNT Explosions: 100


> [18:13:51 INFO]: Anti X-Ray: true


> [18:13:51 INFO]: Engine Mode: 1


> [18:13:51 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [18:13:51 INFO]: Replace Blocks: [1, 5]


> [18:13:51 INFO]: Mob Spawn Range: 4


> [18:13:51 INFO]: View Distance: 7


> [18:13:51 INFO]: Chunks to Grow per Tick: 650


> [18:13:51 INFO]: Clear tick list: false


> [18:13:51 INFO]: Experience Merge Radius: 3.0


> [18:13:51 INFO]: Item Despawn Rate: 6000


> [18:13:51 INFO]: Item Merge Radius: 2.5


> [18:13:51 INFO]: Arrow Despawn Rate: 1200


> [18:13:51 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [18:13:51 INFO]: Zombie Aggressive Towards Villager: true


> [18:13:51 INFO]: -------- World Settings For [world_nether] --------


> [18:13:51 INFO]: Nerfing mobs spawned from spawners: false


> [18:13:51 INFO]: Cactus Growth Modifier: 100%


> [18:13:51 INFO]: Cane Growth Modifier: 100%


> [18:13:51 INFO]: Melon Growth Modifier: 100%


> [18:13:51 INFO]: Mushroom Growth Modifier: 100%


> [18:13:51 INFO]: Pumpkin Growth Modifier: 100%


> [18:13:51 INFO]: Sapling Growth Modifier: 100%


> [18:13:51 INFO]: Wheat Growth Modifier: 100%


> [18:13:51 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [18:13:51 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [18:13:51 INFO]: Alternative Hopper Ticking: false


> [18:13:51 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [18:13:51 INFO]: Random Lighting Updates: false


> [18:13:51 INFO]: Structure Info Saving: true


> [18:13:51 INFO]: Sending up to 10 chunks per packet


> [18:13:51 INFO]: Max Entity Collisions: 8


> [18:13:51 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [18:13:51 INFO]: Max TNT Explosions: 100


> [18:13:51 INFO]: Anti X-Ray: true


> [18:13:51 INFO]: Engine Mode: 1


> [18:13:51 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [18:13:51 INFO]: Replace Blocks: [1, 5]


> [18:13:51 INFO]: Mob Spawn Range: 4


> [18:13:51 INFO]: View Distance: 7


> [18:13:51 INFO]: Chunks to Grow per Tick: 650


> [18:13:51 INFO]: Clear tick list: false


> [18:13:51 INFO]: Experience Merge Radius: 3.0


> [18:13:51 INFO]: Item Despawn Rate: 6000


> [18:13:51 INFO]: Item Merge Radius: 2.5


> [18:13:51 INFO]: Arrow Despawn Rate: 1200


> [18:13:51 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [18:13:51 INFO]: Zombie Aggressive Towards Villager: true


> [18:13:51 INFO]: -------- World Settings For [world_the_end] --------


> [18:13:51 INFO]: Nerfing mobs spawned from spawners: false


> [18:13:51 INFO]: Cactus Growth Modifier: 100%


> [18:13:51 INFO]: Cane Growth Modifier: 100%


> [18:13:51 INFO]: Melon Growth Modifier: 100%


> [18:13:51 INFO]: Mushroom Growth Modifier: 100%


> [18:13:51 INFO]: Pumpkin Growth Modifier: 100%


> [18:13:51 INFO]: Sapling Growth Modifier: 100%


> [18:13:51 INFO]: Wheat Growth Modifier: 100%


> [18:13:51 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [18:13:51 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [18:13:51 INFO]: Alternative Hopper Ticking: false


> [18:13:51 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [18:13:51 INFO]: Random Lighting Updates: false


> [18:13:51 INFO]: Structure Info Saving: true


> [18:13:51 INFO]: Sending up to 10 chunks per packet


> [18:13:51 INFO]: Max Entity Collisions: 8


> [18:13:51 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [18:13:51 INFO]: Max TNT Explosions: 100


> [18:13:51 INFO]: Anti X-Ray: true


> [18:13:51 INFO]: Engine Mode: 1


> [18:13:51 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [18:13:51 INFO]: Replace Blocks: [1, 5]


> [18:13:51 INFO]: Mob Spawn Range: 4


> [18:13:51 INFO]: View Distance: 7


> [18:13:51 INFO]: Chunks to Grow per Tick: 650


> [18:13:51 INFO]: Clear tick list: false


> [18:13:51 INFO]: Experience Merge Radius: 3.0


> [18:13:51 INFO]: Item Despawn Rate: 6000


> [18:13:51 INFO]: Item Merge Radius: 2.5


> [18:13:51 INFO]: Arrow Despawn Rate: 1200


> [18:13:51 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [18:13:51 INFO]: Zombie Aggressive Towards Villager: true


> [18:13:51 INFO]: Preparing start region for level 0 (Seed: 7285184545512451669)


> [18:13:52 INFO]: Preparing start region for level 1 (Seed: 7285184545512451669)


> [18:13:52 INFO]: Preparing start region for level 2 (Seed: 7285184545512451669)


> [18:13:52 INFO]: otdManager] Enabling MotdManager v1.41-b20


> [18:13:52 INFO]: otdManager] version 1.41-b20 is enabled!


> [18:13:52 INFO]: [dynmap] Enabling dynmap v2.2-1118


> [18:13:52 INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.9


> [18:13:52 INFO]: [PermissionsEx] Initializing file backend


> [18:13:52 INFO]: [PermissionsEx] Permissions file successfully reloaded


> [18:13:52 INFO]: [Vault][Permission] PermissionsEx hooked.


> [18:13:52 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.


> [18:13:52 INFO]: [dynmap] Using PermissionsEx 1.22.9 for access control


> [18:13:52 INFO]: [dynmap] Mod Support processing completed


> [18:13:52 WARN]: [PermissionsEx] An update to PermissionsEx version 1.23.3 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!


> [18:13:53 INFO]: [dynmap] Loaded 23 shaders.


> [18:13:53 INFO]: [dynmap] Loaded 82 perspectives.


> [18:13:53 INFO]: [dynmap] Loaded 14 lightings.


> [18:13:53 INFO]: [dynmap] Web server started on address 82.208.17.32:8123


> [18:13:53 INFO]: [dynmap] version 2.2-1118 is enabled - core version 2.2-2058


> [18:13:53 INFO]: [dynmap] Loaded 3 maps of world 'world'.


> [18:13:53 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.


> [18:13:53 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.


> [18:13:53 INFO]: [dynmap] Enabled


> [18:13:53 INFO]: [WorldEdit] Enabling WorldEdit v5.6.3


> [18:13:53 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.


> [18:13:53 INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5


> [18:13:53 INFO]: [HeroicDeathPlus] 2.5 enabled.


> [18:13:53 INFO]: [HealthBar] Enabling HealthBar v1.8.2


> [18:13:53 INFO]: [Essentials] Enabling Essentials vPre2.14.1.3


> [18:13:53 INFO]: Bukkit version format changed. Version not checked.


> [18:13:53 INFO]: git-Spigot-1646 (MC: 1.7.10)


> [18:13:53 INFO]: 1.7.10-R0.1-SNAPSHOT


> [18:13:53 INFO]: Using locale cs


> [18:13:53 INFO]: Using locale cs


> [18:13:53 INFO]: [Vault][Economy] Essentials Economy hooked.


> [18:13:53 INFO]: Essentials: Using PermissionsEx based permissions.


> [18:13:53 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.0-b28)


> [18:13:53 INFO]: [AutoMessage] Enabling AutoMessage v2.5.2


> [18:13:54 INFO]: [WorldGuard] Enabling WorldGuard v6.1


> [18:13:54 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world) Lighters are PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world) Lava fire is blocked.


> [18:13:54 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.


> [18:13:54 INFO]: [WorldGuard] Loaded configuration for world 'world'


> [18:13:54 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.


> [18:13:54 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.


> [18:13:54 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'


> [18:13:54 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.


> [18:13:54 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.


> [18:13:54 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.


> [18:13:54 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'


> [18:13:54 INFO]: [WorldGuard] Loading region data...


> [18:13:54 INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.12.0-BETA-sASO-b812


> [18:13:54 INFO]: [NoCheatPlus] McAccess set to: 1.7.10 / CB3100


> [18:13:54 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.


> [18:13:54 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.


> [18:13:54 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.


> [18:13:54 INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.


> [18:13:54 INFO]: Adding packet level hooks for ProtocolLib (MC 1.7.10)...


> [18:13:54 INFO]: [NoCheatPlus] Available (and activated) packet level hooks: FlyingFrequency | KeepAliveFrequency | SoundDistance


> [18:13:54 INFO]: [NoCheatPlus] Version 3.12.0-BETA-sASO-b812 is enabled.


> [18:13:54 INFO]: ultiWorld] Enabling MultiWorld v5.2.6


> [18:13:54 INFO]: -------- World Settings For [FlatWorld] --------


> [18:13:54 INFO]: Nerfing mobs spawned from spawners: false


> [18:13:54 INFO]: Cactus Growth Modifier: 100%


> [18:13:54 INFO]: Cane Growth Modifier: 100%


> [18:13:54 INFO]: Melon Growth Modifier: 100%


> [18:13:54 INFO]: Mushroom Growth Modifier: 100%


> [18:13:54 INFO]: Pumpkin Growth Modifier: 100%


> [18:13:54 INFO]: Sapling Growth Modifier: 100%


> [18:13:54 INFO]: Wheat Growth Modifier: 100%


> [18:13:54 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [18:13:54 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [18:13:54 INFO]: Alternative Hopper Ticking: false


> [18:13:54 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [18:13:54 INFO]: Random Lighting Updates: false


> [18:13:54 INFO]: Structure Info Saving: true


> [18:13:54 INFO]: Sending up to 10 chunks per packet


> [18:13:54 INFO]: Max Entity Collisions: 8


> [18:13:54 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [18:13:54 INFO]: Max TNT Explosions: 100


> [18:13:54 INFO]: Anti X-Ray: true


> [18:13:54 INFO]: Engine Mode: 1


> [18:13:54 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [18:13:54 INFO]: Replace Blocks: [1, 5]


> [18:13:54 INFO]: Mob Spawn Range: 4


> [18:13:54 INFO]: View Distance: 7


> [18:13:54 INFO]: Chunks to Grow per Tick: 650


> [18:13:54 INFO]: Clear tick list: false


> [18:13:54 INFO]: Experience Merge Radius: 3.0


> [18:13:54 INFO]: Item Despawn Rate: 6000


> [18:13:54 INFO]: Item Merge Radius: 2.5


> [18:13:54 INFO]: Arrow Despawn Rate: 1200


> [18:13:54 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [18:13:54 INFO]: Zombie Aggressive Towards Villager: true


> [18:13:54 INFO]: Preparing start region for level 3 (Seed: -6395071212768574024)


> [18:13:55 INFO]: [WorldGuard] (FlatWorld) TNT ignition is PERMITTED.


> [18:13:55 INFO]: [WorldGuard] (FlatWorld) Lighters are PERMITTED.


> [18:13:55 INFO]: [WorldGuard] (FlatWorld) Lava fire is blocked.


> [18:13:55 INFO]: [WorldGuard] (FlatWorld) Fire spread is UNRESTRICTED.


> [18:13:55 INFO]: [WorldGuard] Loaded configuration for world 'FlatWorld'


> [18:13:55 INFO]: [dynmap] Loaded 3 maps of world 'FlatWorld'.


> [18:13:55 INFO]: ultiWorld] v5.2.6 enabled.


> [18:13:55 INFO]: [ItemStay] Enabling ItemStay v1.5.5b


> [18:13:55 INFO]: [AntiAd] Enabling AntiAd v2.2.5


> [18:13:55 INFO]: [AntiAd] AntiAd Version 2.2.5 is now Enabled.


> [18:13:55 INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3


> [18:13:55 INFO]: [HeadDrops] Enabling HeadDrops v2.0


> [18:13:55 INFO]: [iConomy] Enabling iConomy v7.0


> [18:13:55 INFO]: [iConomy - April Fools] Enabled (8 ms)


> [18:13:55 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!


> [18:13:55 INFO]: [Vault][Economy] iConomy 7 hooked.


> [18:13:55 INFO]: [iConomy - April Fools] Purged accounts with default balance.


> [18:13:55 INFO]: [ReportZ] Enabling ReportZ v1.0


> [18:13:55 INFO]: [ReportZ v1.0] Found 1 Reports


> [18:13:55 INFO]: [ReportZ v1.0] Loaded Succesfully


> [18:13:55 INFO]: [ReportZ v1.0] If you have ideas for the plugin, contact me


> [18:13:55 INFO]: [TreeAssist] Enabling TreeAssist v5.8.89


> [18:13:55 INFO]: [TreeAssist] debugging: off


> [18:13:55 INFO]: [AJB] Enabling AntiJoinBot v5.0


> [18:13:55 INFO]: AntiJoinBot enabled in 60 seconds


> [18:13:55 INFO]: [AJB] Loaded: 3766 IP's


> [18:13:55 INFO]: [AJB] Loaded: 4 User's


> [18:13:55 WARN]: [AutoSaveWorld] Plugin AntiJoinBot attempted to establish connection http://myip.ms/files/blacklist/csf/latest_blacklist.txt in main server thread


> [18:13:55 WARN]: [AutoSaveWorld] Plugin AntiJoinBot attempted to establish connection socket://myip.ms:80 in main server thread


> [18:13:55 INFO]: [AJB] Downloading Blacklist...


> [18:13:55 INFO]: [AJB] Blacklist successfully Downloaded


> [18:13:55 INFO]: [DigitalClock] Enabling DigitalClock v1.6


> [18:13:55 INFO]: [DigitalClock] Plugin has been enabled!


> [18:13:55 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.14.1.3


> [18:13:55 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3


> [18:13:55 INFO]: Starting FakaHedaMinequery server on 82.208.17.32:28413


> [18:13:55 INFO]: [AntiCheatPlus] Enabling AntiCheatPlus v2.1.4


> [18:13:55 INFO]: [HeadDrops] Updater: You have the newest version installed


> [18:13:55 INFO]: [Jobs] Enabling Jobs v2.12.0


> [18:13:55 INFO]: [Jobs] Started buffered payment thread


> [18:13:55 INFO]: [Jobs] Started database save task


> [18:13:55 INFO]: [Jobs] Plugin has been enabled succesfully.


> [18:13:55 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10


> [18:13:55 INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.


> [18:13:55 INFO]: [SilkSpawners] Enabling SilkSpawners v3.6.7


> [18:13:55 INFO]: [SilkSpawners] WorldGuard was found and support is enabled


> [18:13:55 INFO]: [SilkSpawners] Loading support for v1_7_R4


> [18:13:55 INFO]: [SilkSpawners] AutoUpdater is enabled.


> [18:13:56 INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE


> [18:13:56 INFO]: [SilkSpawners] BarAPI was not found and remains disabled!


> [18:13:56 INFO]: [Residence] Enabling Residence v2.6.6.6


> [18:13:56 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx


> [18:13:56 INFO]: [Residence] Scanning for economy systems...


> [18:13:56 INFO]: [Residence] Found Vault using economy system: iConomy 7


> [18:13:56 INFO]: [Residence] Found WorldEdit


> [18:13:56 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon


> [18:13:56 INFO]: [ChestShop] Enabling ChestShop v3.7.18


> [18:13:57 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.


> [18:13:57 INFO]: [ChestShop] Vault loaded! Found an economy plugin!


> [18:13:57 INFO]: [AuthMe] Enabling AuthMe v3.4


> [18:13:57 INFO]: [AuthMe] Loading Configuration File...


> [18:13:57 INFO]: [AuthMe] Set Language: en


> [18:13:57 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system


> [18:13:57 INFO]: [AuthMe] Hook with Essentials plugin


> [18:13:57 INFO]: [AuthMe] Hook with EssentialsSpawn plugin


> [18:13:57 INFO]: [AuthMe] SQLite driver loaded


> [18:13:57 INFO]: [AuthMe] SQLite Setup finished


> [18:13:57 INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com


> [18:13:57 INFO]: [AuthMe] Authme 3.4 enabled


> [18:13:57 INFO]: [Factions] Enabling Factions v2.6.0


> [18:13:57 INFO]: [Factions 2.6.0] === ENABLE START ===


> [18:13:57 INFO]: [Factions 2.6.0] Activated integration with dynmap


> [18:13:57 INFO]: [Factions 2.6.0] === ENABLE COMPLETE (Took 115ms) ===


> [18:13:57 INFO]: [CombatLog] Enabling CombatLog v1.8.11


> [18:13:57 INFO]: [CombatLog] Loading messages.properties.


> [18:13:57 INFO]: [CombatLog] Loading config.yml.


> [18:13:57 INFO]: ombatLog] DisguiseCraft plugin not found! Disguise removal will not work.


> [18:13:57 INFO]: [CombatLog] CombatLog v1.8.11 Enabled.


> [18:13:57 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1


> [18:13:57 WARN]: [ScoreboardStats] The Replacer: FactionsVariables cant be registered because that plugin version isnt supported


   (Due the newest changes from Factions, you have to upgrade your version to a version above 2.7. If explicity want to use this version. Create a ticket on the project page of this plugin)


> [18:13:57 INFO]: [ScoreboardStats] Registered replacers: [BukkitGlobalVariables, PlayerPingVariable, GeneralVariables, BukkitVariables, VaultVariables, McmmoVariables]


> [18:13:57 ERROR]: ebean.properties not found


> [18:13:57 INFO]: Using [com.github.games647.scoreboardstats.pvpstats.PathReader] to read the searchable class path


> [18:13:57 INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]


> [18:13:57 INFO]: SubClassFactory parent ClassLoader [com.github.games647.scoreboardstats.ReloadFixLoader]


> [18:13:57 INFO]: Entities enhanced[0] subclassed[1]


> [18:13:57 INFO]: runScript


> [18:13:57 INFO]: executing 1 of 1 create table IF NOT EXISTS player_stats ( id integer prim...


> [18:13:57 INFO]: ... end of script


> [18:13:57 INFO]: Server permissions file permissions.yml is empty, ignoring it


> [18:13:57 INFO]: Done (6.487s)! For help, type "help" or "?"


> [18:13:57 INFO]: Starting GS4 status listener


> [18:13:57 INFO]: Starting remote control listener


> [18:13:57 INFO]: Query running on 82.208.17.32:27413


> [18:13:57 WARN]: No rcon password set in '/hlserver/27413/server.properties', rcon disabled!


> [18:13:57 INFO]: [MassiveCore 7.3.0] ============================================


> [18:13:57 INFO]: [MassiveCore 7.3.0] We are preparing for Mojangs switch to UUIDs.


> [18:13:57 INFO]: [MassiveCore 7.3.0] Learn more at: https://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/


> [18:13:57 INFO]: [MassiveCore 7.3.0] Loading Playerdat datas...


> [18:13:57 INFO]: [MassiveCore 7.3.0] Loading Cachefile datas...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Loading Onlineplayer datas...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Loading Registry datas...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Skipping Dbmojangapi datas since offline mode...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Saving Cachefile...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Now updating database for plugins that are ready ...


> [18:13:58 INFO]: [MassiveCore 7.3.0] Pre update factions_mplayer.


> [18:13:58 INFO]: [MassiveCore 7.3.0] Post update factions_mplayer. Took 0ms. 0/0 changed.


> [18:13:58 INFO]: [MassiveCore 7.3.0] Pre update factions_uplayer@default.


> [18:13:58 INFO]: [MassiveCore 7.3.0] Post update factions_uplayer@default. Took 0ms. 0/7 changed.


> [18:13:58 INFO]: [MassiveCore 7.3.0]  ... done!


> [18:13:58 INFO]: [MassiveCore 7.3.0] (database saving will now commence which might lock the server for a while)


> [18:13:58 INFO]: [MassiveCore 7.3.0] ============================================


> [18:13:58 INFO]: [Jobs] [Jobs] Successfully linked with Vault.


> [18:13:58 INFO]: [NoCheatPlus] Post-enable running...


> [18:13:58 INFO]: [NoCheatPlus] Post-enable finished.


> [18:13:58 INFO]: [DigitalClock] Loaded 1 clock(s).


> [18:13:58 INFO]: [Vault] Checking for Updates ...


> [18:13:58 WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.0


> [18:13:58 WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault


> [18:13:59 ERROR]: [AntiCheatPlus] You are also running NoCheatPlus!


> [18:13:59 ERROR]: [AntiCheatPlus] NoCheatPlus has been known to conflict with AntiCheat's results and create false cheat detections.


> [18:13:59 ERROR]: [AntiCheatPlus] Please remove or disable NoCheatPlus to silence this warning.


> [18:14:57 INFO]: AntiJoinBot is enabled


> [18:14:59 INFO]: [dynmap] Loading default resource pack


 Maximalizovat   Restartovat server Ajax-loader-small  Vypnout aut. skrolování 









Zpět na „Minecraft, Tekkit“

Kdo je online

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