Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.03 KB | None | 0 0
  1. Considering library net.minecraftforge:minecraftforge:9.11.1.965
  2. Considering library net.minecraft:launchwrapper:1.8
  3. Considering library org.ow2.asm:asm-all:4.1
  4. Considering library org.scala-lang:scala-library:2.10.2
  5. Considering library org.scala-lang:scala-compiler:2.10.2
  6. Considering library lzma:lzma:0.0.1
  7. Considering library net.sf.jopt-simple:jopt-simple:4.5
  8. Considering library com.paulscode:codecjorbis:20101023
  9. Considering library com.paulscode:codecwav:20101023
  10. Considering library com.paulscode:libraryjavasound:20101123
  11. Considering library com.paulscode:librarylwjglopenal:20100824
  12. Considering library com.paulscode:soundsystem:20120107
  13. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  14. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  15. Considering library argo:argo:2.25_fixed
  16. Considering library org.bouncycastle:bcprov-jdk15on:1.47
  17. Considering library com.google.guava:guava:14.0
  18. Considering library org.apache.commons:commons-lang3:3.1
  19. Considering library commons-io:commons-io:2.4
  20. Considering library net.java.jinput:jinput:2.0.5
  21. Considering library net.java.jutils:jutils:1.0.0
  22. Considering library com.google.code.gson:gson:2.2.2
  23. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  24. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  25. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0
  26. Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3
  27. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3
  28. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3
  29. Considering library net.java.jinput:jinput-platform:2.0.5
  30. Aug 23, 2014 5:50:22 PM net.minecraft.launchwrapper.LogWrapper log
  31. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  32. Aug 23, 2014 5:50:22 PM net.minecraft.launchwrapper.LogWrapper log
  33. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  34. Aug 23, 2014 5:50:22 PM net.minecraft.launchwrapper.LogWrapper log
  35. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  36. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  37. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_55, running on Linux:amd64:3.4.36-mc-verygames, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
  38. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  39. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  40. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  41. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  42. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  43. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  44. Loaded 110 rules from AccessTransformer config file forge_at.cfg
  45. 2014-08-23 17:50:22 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  46. 2014-08-23 17:50:24 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  47. 17:50:27 [INFO] Starting minecraft server version 1.6.4
  48. >17:50:27 [INFO] Attempting early MinecraftForge initialization
  49. >17:50:27 [INFO] MinecraftForge v
  50. >17:50:27 [INFO] 9.11.1.965
  51. >17:50:27 [INFO] Initialized
  52.  
  53. >17:50:27 [INFO] MinecraftForge v9.11.1.965 Initialized
  54. >17:50:27 [INFO] Replaced 111 ore recipies
  55. >17:50:27 [INFO] Completed early MinecraftForge initialization
  56. >17:50:27 [INFO] Reading custom logging properties from /home/games/minecraft/openmod/config/logging.properties
  57. >17:50:27 [OFF] Logging level for ForgeModLoader logging is set to ALL
  58. >>>>>17:50:27 [INFO] Searching /home/games/minecraft/openmod/mods for mods
  59. >>>>>>>>>>>>>>>>>>>>17:50:30 [WARNING] Zip file CustomNPCs.zip failed to read properly, it will be ignored
  60. java.util.zip.ZipException: error in opening zip file
  61. at java.util.zip.ZipFile.open(Native Method)
  62. at java.util.zip.ZipFile.<init>(ZipFile.java:215)
  63. at java.util.zip.ZipFile.<init>(ZipFile.java:145)
  64. at java.util.jar.JarFile.<init>(JarFile.java:153)
  65. at java.util.jar.JarFile.<init>(JarFile.java:117)
  66. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
  67. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
  68. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
  69. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
  70. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
  71. at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
  72. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  73. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  74. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  75. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  76. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  77. >17:50:30 [INFO] Forge Mod Loader has identified 6 mods to load
  78. >>>>>>>17:50:30 [INFO] Activating mod mcp
  79. >>17:50:30 [INFO] Activating mod FML
  80. >>>>17:50:30 [INFO] Activating mod Forge
  81. >>>>>17:50:30 [INFO] Activating mod VanillaPlus
  82. >>>17:50:30 [INFO] Activating mod customnpcs
  83. >>>>17:50:30 [INFO] Activating mod CarpentersBlocks
  84. >>>>>>>>>>17:50:30 [INFO] FML has found a non-mod file CustomNPCs.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  85. >>>>>>17:50:30 [INFO] Registering Forge Packet Handler
  86. >>>17:50:30 [INFO] Succeeded registering Forge Packet Handler
  87. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>17:50:31 [INFO] Configured a dormant chunk cache size of 0
  88. >>>>>>>17:50:31 [INFO] Extended plant support integration successful.
  89. >17:50:31 [INFO] Successfully loaded 18 flower pot designs.
  90. >17:50:31 [INFO] Successfully loaded 9 chisel patterns.
  91. >17:50:31 [INFO] Successfully loaded 6 bed designs.
  92. >>17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemCookedFlesh with ID 6274 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  93. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemMagmaSword with ID 6277 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  94. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedSword with ID 6289 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  95. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedGem with ID 6290 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  96. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemInkSword with ID 6294 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  97. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemBeeHorseSword with ID 6354 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  98. >17:50:31 [SEVERE] Found anonymous item of class vanillaplus.ItemEmptyVial with ID 6358 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  99. >17:50:31 [INFO] Loading properties
  100. >17:50:31 [INFO] Default game type: SURVIVAL
  101. >17:50:31 [INFO] This server is running MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT)
  102. >17:50:32 [INFO] Generating keypair
  103. >17:50:32 [INFO] Starting Minecraft server on 77.111.254.245:14656
  104. >17:50:32 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  105. >17:50:32 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  106. >17:50:32 [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.
  107. >17:50:32 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  108. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>17:50:33 [INFO] Forge Mod Loader has successfully loaded 6 mods
  109. >17:50:35 [INFO] Mapping loaded 5 packages, 8495 classes, 28815 fields, 56825 methods, flags 1fdd6
  110. >17:50:35 [INFO] Loaded inheritance map of 792 classes
  111. >17:50:38 [INFO] [NoPluginStealers] Loading NoPluginStealers v1.1.2
  112. >17:50:38 [INFO] [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
  113. >17:50:38 [INFO] [JM] Loading JM v2.0
  114. >17:50:38 [INFO] [WorldEdit] Loading WorldEdit v5.6
  115. >17:50:38 [INFO] [Jump] Loading Jump v1.1
  116. >17:50:38 [INFO] [mcore] Loading mcore v6.9.1
  117. >17:50:38 [INFO] [AntiBotUltra] Loading AntiBotUltra v6.2
  118. >17:50:38 [INFO] [Vault] Loading Vault v1.2.27-b349
  119. >17:50:38 [INFO] [PlayerHeads] Loading PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  120. >17:50:38 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  121. >17:50:38 [INFO] [CookieMonster] Loading CookieMonster v1.8
  122. >17:50:38 [INFO] [BarAPI] Loading BarAPI v3.1
  123. >17:50:38 [INFO] [WorldGuard] Loading WorldGuard v5.9
  124. >17:50:38 [INFO] [Appleseed] Loading Appleseed v0.7.4
  125. >17:50:38 [INFO] [MineResetLite] Loading MineResetLite v0.3.5
  126. >17:50:38 [INFO] [AutoMessage] Loading AutoMessage v2.3.5
  127. >17:50:38 [INFO] [ChestRegen] Loading ChestRegen v2.0.1
  128. >17:50:38 [INFO] [iConomy] Loading iConomy v7.0
  129. >17:50:38 [INFO] [MasterPromote] Loading MasterPromote v1.6
  130. >17:50:38 [INFO] [ChestShop] Loading ChestShop v3.67
  131. >17:50:38 [INFO] [ProtocolLib] Loading ProtocolLib v3.4.0
  132. >17:50:38 [WARNING] [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
  133. >17:50:39 [INFO] [Essentials] Loading Essentials v2.12.2
  134. >17:50:39 [INFO] [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
  135. >17:50:39 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.12.2
  136. >17:50:39 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
  137. >17:50:39 [INFO] [CreativeGates] Loading CreativeGates v2.3.0
  138. >17:50:39 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  139. >17:50:39 [INFO] [TagAPI] Loading TagAPI v2.6
  140. >17:50:39 [INFO] [NameTags] Loading NameTags v2.2
  141. >17:50:39 [INFO] [JSONAPI] Loading JSONAPI v5.5.1
  142. >17:50:39 [INFO] [AuthMe] Loading AuthMe v2.9.5
  143. >17:50:39 [INFO] [EssentialsChat] Loading EssentialsChat v2.12.2
  144. >17:50:39 [INFO] [Factions] Loading Factions v2.2.2
  145. >17:50:39 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.18.7
  146. >17:50:39 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.7.4
  147. >17:50:39 [INFO] [CombatLog] Loading CombatLog v1.8.11
  148. >17:50:39 [INFO] [mcore] Enabling mcore v6.9.1
  149. >17:50:39 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE START ===[m
  150. >17:50:39 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;33;1mSetup of SenderIdMixinDefault took [0;35;1m21[0;33;1mms.[m
  151. >17:50:40 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m468ms[0;33;1m) ===[m
  152. >17:50:40 [INFO] [Vault] Enabling Vault v1.2.27-b349
  153. >17:50:40 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  154. >17:50:40 [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.
  155. >17:50:40 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  156. >17:50:40 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  157. >17:50:40 [INFO] [Vault][Economy] iConomy 6 found: Waiting
  158. >17:50:40 [INFO] [Vault][Permission] GroupManager found: Waiting
  159. >17:50:40 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  160. >17:50:40 [INFO] [Vault][Chat] GroupManager found: Waiting
  161. >17:50:40 [INFO] [Vault] Enabled Version 1.2.27-b349
  162. >17:50:40 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mVault[m
  163. >17:50:40 [INFO] [ProtocolLib] Enabling ProtocolLib v3.4.0
  164. >17:50:40 [INFO] [ProtocolLib] Started structure compiler thread.
  165. >17:50:40 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mProtocolLib[m
  166. >>>>>>>>>>>>>17:50:40 [INFO] Preparing level "world"
  167. >17:50:40 [INFO] Registered command debug with permission node vanilla.command.debug
  168. >17:50:40 [INFO] Registered command spreadplayers with permission node vanilla.command.spreadplayers
  169. >17:50:40 [INFO] Registered command playsound with permission node vanilla.command.playsound
  170. >17:50:40 [INFO] Registered command scoreboard with permission node vanilla.command.scoreboard
  171. >>>17:50:41 [INFO] Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@354563cc)
  172. >>17:50:41 [INFO] Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@354563cc)
  173. >17:50:41 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6968927374334269649)
  174. >17:50:42 [INFO] [NoPluginStealers] Enabling NoPluginStealers v1.1.2
  175. >17:50:42 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
  176. >17:50:42 [SEVERE] GroupManager - WARNING - Inherited group 'builder' not found for group Architecte. Ignoring entry in file: plugins/GroupManager/worlds/world/groups.yml
  177. >17:50:42 [INFO] GroupManager - INFO - World Found: world
  178. >17:50:42 [INFO] GroupManager - INFO - Superperms support enabled.
  179. >17:50:42 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  180. >17:50:42 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
  181. >17:50:42 [INFO] GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
  182. >17:50:42 [INFO] [Vault][Permission] GroupManager hooked.
  183. >17:50:42 [INFO] [Vault][Chat] GroupManager - Chat hooked.
  184. >17:50:42 [INFO] [JM] Enabling JM v2.0
  185. >17:50:42 [INFO] [JM] [1;33mLoading 283 users.[0;37m
  186. >17:50:42 [INFO] [JM] [1;32mJoinMessages has been enabled.[0;37m
  187. >17:50:42 [INFO] [WorldEdit] Enabling WorldEdit v5.6
  188. >17:50:42 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
  189. >17:50:43 [INFO] [Jump] Enabling Jump v1.1
  190. >17:50:43 [INFO] ###############################
  191. >17:50:43 [INFO] ## Jump | [SoSDylan]
  192. >17:50:43 [INFO] ## Jump has been enabled.
  193. >17:50:43 [INFO] ## Version 1.1
  194. >17:50:43 [INFO] ###############################
  195. >17:50:43 [INFO] [AntiBotUltra] Enabling AntiBotUltra v6.2
  196. >17:50:43 [INFO] [AntiBotUltra] This server is protected!
  197. >17:50:43 [INFO] [AntiBotUltra] Visit my vanilla server on colonycraft.fluctis.com:25717
  198. >17:50:43 [INFO] [PlayerHeads] Enabling PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  199. >17:50:43 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  200. >17:50:43 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  201. >17:50:44 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  202. >17:50:44 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6968927374334269649
  203. >17:50:44 [INFO] [Multiverse-Core] Loading World & Settings - 'Event' - Env: NORMAL - Type: FLAT & seed: 1632654158968472773
  204. >>17:50:44 [INFO] Loading dimension 19 (Event) (net.minecraft.server.dedicated.DedicatedServer@354563cc)
  205. >17:50:44 [INFO] Preparing start region for level 2 (Dimension: 19, Seed: 1632654158968472773)
  206. >17:50:45 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenePvP' - Env: NORMAL - Type: FLAT & seed: -5894909359877125366
  207. >>17:50:45 [INFO] Loading dimension 23 (ArenePvP) (net.minecraft.server.dedicated.DedicatedServer@354563cc)
  208. >17:50:45 [INFO] Preparing start region for level 3 (Dimension: 23, Seed: -5894909359877125366)
  209. >17:50:45 [INFO] [Multiverse-Core] Loading World & Settings - 'DIM1' - Env: THE_END - Type: NORMAL & seed: -6181450059835900139
  210. >17:50:45 [INFO] [Multiverse-Core] 4 - World(s) loaded.
  211. >17:50:45 [INFO] [CookieMonster] Enabling CookieMonster v1.8
  212. >17:50:46 [INFO] [CookieMonster] Using Vault v1.2.27-b349 for economy
  213. >17:50:46 [INFO] [CookieMonster] v1.8 loaded successfully.
  214. >17:50:46 [INFO] [CookieMonster] Developed by: [jascotty2, Coelho]
  215. >17:50:46 [INFO] [BarAPI] Enabling BarAPI v3.1
  216. >17:50:46 [INFO] [BarAPI] Loaded
  217. >17:50:46 [INFO] [WorldGuard] Enabling WorldGuard v5.9
  218. >17:50:46 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  219. >17:50:46 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  220. >17:50:46 [INFO] [WorldGuard] (world) Lava fire is blocked.
  221. >17:50:46 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  222. >17:50:46 [INFO] [WorldGuard] Loaded configuration for world 'world'
  223. >17:50:46 [INFO] [WorldGuard] (DIM1) TNT ignition is PERMITTED.
  224. >17:50:46 [INFO] [WorldGuard] (DIM1) Lighters are PERMITTED.
  225. >17:50:46 [INFO] [WorldGuard] (DIM1) Lava fire is blocked.
  226. >17:50:46 [INFO] [WorldGuard] (DIM1) Fire spread is UNRESTRICTED.
  227. >17:50:46 [INFO] [WorldGuard] Loaded configuration for world 'DIM1'
  228. >17:50:46 [INFO] [WorldGuard] (Event) TNT ignition is PERMITTED.
  229. >17:50:46 [INFO] [WorldGuard] (Event) Lighters are PERMITTED.
  230. >17:50:46 [INFO] [WorldGuard] (Event) Lava fire is blocked.
  231. >17:50:46 [INFO] [WorldGuard] (Event) Fire spread is UNRESTRICTED.
  232. >17:50:46 [INFO] [WorldGuard] Loaded configuration for world 'Event'
  233. >17:50:46 [INFO] [WorldGuard] (ArenePvP) TNT ignition is PERMITTED.
  234. >17:50:46 [INFO] [WorldGuard] (ArenePvP) Lighters are PERMITTED.
  235. >17:50:46 [INFO] [WorldGuard] (ArenePvP) Lava fire is blocked.
  236. >17:50:46 [INFO] [WorldGuard] (ArenePvP) Fire spread is UNRESTRICTED.
  237. >17:50:46 [INFO] [WorldGuard] Loaded configuration for world 'ArenePvP'
  238. >17:50:46 [INFO] [WorldGuard] 14 regions loaded for 'world'
  239. >17:50:46 [INFO] [WorldGuard] 0 regions loaded for 'DIM1'
  240. >17:50:46 [INFO] [WorldGuard] 1 regions loaded for 'Event'
  241. >17:50:46 [INFO] [WorldGuard] 2 regions loaded for 'ArenePvP'
  242. >17:50:47 [INFO] [Appleseed] Enabling Appleseed v0.7.4
  243. >17:50:47 [INFO] Appleseed: ShowErrorsInClient=true
  244. >17:50:47 [INFO] Appleseed: DropInterval=40 seconds
  245. >17:50:47 [INFO] Appleseed: MaxUncollectedItems=6
  246. >17:50:47 [INFO] Appleseed: WandItem=wood_hoe
  247. >17:50:47 [INFO] Appleseed: FertilizerItem=bone_meal
  248. >17:50:47 [INFO] Appleseed: MinimumTreeDistance=disabled
  249. >17:50:47 [INFO] Appleseed: SignTag=Appleseed
  250. >17:50:47 [INFO] Appleseed: TreeTypes=(apple,golden_apple,cookie,cocoa_beans)
  251. >17:50:47 [INFO] Appleseed: WorldGuard 5.9 found
  252. >17:50:47 [INFO] Appleseed: 0 trees loaded in world world.
  253. >17:50:47 [INFO] Appleseed: 0 trees loaded in world DIM1.
  254. >17:50:47 [INFO] Appleseed: 0 trees loaded in world Event.
  255. >17:50:47 [INFO] Appleseed: 0 trees loaded in world ArenePvP.
  256. >17:50:47 [INFO] Appleseed version 0.7.4 is enabled!
  257. >17:50:47 [INFO] [MineResetLite] Enabling MineResetLite v0.3.5
  258. >17:50:47 [INFO] [MineResetLite] Loading mine from file 'MineAuto+2.mine.yml'...
  259. >17:50:47 [INFO] [MineResetLite] Loading mine from file 'MineAutoDiamant.mine.yml'...
  260. >17:50:47 [INFO] [MineResetLite] Loading mine from file 'MineAuto+1.mine.yml'...
  261. >17:50:47 [INFO] [MineResetLite] Loading mine from file 'MineAutoObsidienneRenforcer.mine.yml'...
  262. >17:50:47 [INFO] [MineResetLite] MineResetLite version 0.3.5 enabled!
  263. >17:50:47 [INFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
  264. >17:50:47 [INFO] [AutoMessage] Enabling AutoMessage v2.3.5
  265. >17:50:47 [INFO] [ChestRegen] Enabling ChestRegen v2.0.1
  266. >17:50:47 [INFO] [ChestRegen] Hooked into Metrics!
  267. >17:50:47 [INFO] ChestRegen Version 2.0.1 Has been Enabled
  268. >17:50:47 [INFO] [iConomy] Enabling iConomy v7.0
  269. >17:50:47 [INFO] [iConomy - April Fools] Enabled (31 ms)
  270. >17:50:47 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  271. >17:50:47 [INFO] [Vault][Economy] iConomy 7 hooked.
  272. >17:50:47 [INFO] [MasterPromote] Enabling MasterPromote v1.6
  273. >17:50:47 [INFO] [0;35;22m[MasterPromote] [0;37;22mUsing GroupManager[m
  274. >17:50:47 [INFO] [0;35;22m[MasterPromote] [0;37;22mv.1.6 enabled![m
  275. >17:50:47 [INFO] [0;35;22m[MasterPromote] [0;37;22mPluginMetrics enabled![m
  276. >17:50:47 [INFO] [ChestShop] Enabling ChestShop v3.67
  277. >17:50:47 [INFO] [iConomy - April Fools] Purged accounts with default balance.
  278. >17:50:48 [INFO] [ChestShop] Vault loaded! Found an economy plugin!
  279. >17:50:48 [INFO] [Essentials] Enabling Essentials v2.12.2
  280. >17:50:48 [INFO] Bukkit version format changed. Version not checked.
  281. >17:50:48 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4)
  282. >17:50:48 [INFO] 1.6.4-R2.1-SNAPSHOT
  283. >17:50:49 [INFO] [Vault][Economy] Essentials Economy hooked.
  284. >17:50:49 [INFO] Essentials: Using GroupManager based permissions.
  285. >17:50:49 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.27-b349)
  286. >17:50:49 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
  287. >17:50:49 [INFO] [SimpleRegionMarket] Loaded 4 template(s), 1 world(s) and 5 region(s).
  288. >17:50:49 [INFO] [SimpleRegionMarket] The check took 11ms
  289. >17:50:49 [INFO] [SimpleRegionMarket] Permissions loaded (GroupManager)
  290. >17:50:49 [INFO] [SimpleRegionMarket] SimpleRegionMarket enabled.
  291. >17:50:49 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.12.2
  292. >17:50:49 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
  293. >17:50:49 [INFO] [CreativeGates] Enabling CreativeGates v2.3.0
  294. >17:50:49 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
  295. >17:50:49 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m105ms[0;33;1m) ===[m
  296. >17:50:49 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  297. >17:50:49 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
  298. >17:50:49 [INFO] [TagAPI] Enabling TagAPI v2.6
  299. >17:50:49 [WARNING] [TagAPI] Mod detected: "MCPC+". TagAPI may not run properly. Let's try it anyway!
  300. >17:50:49 [INFO] [TagAPI] Detected ProtocolLib, using that for handling!
  301. >17:50:49 [INFO] [TagAPI] Using hooks for CraftBukkit via ProtocolLib
  302. >17:50:49 [INFO] [NameTags] Enabling NameTags v2.2
  303. >17:50:49 [INFO] [JSONAPI] Enabling JSONAPI v5.5.1
  304. >17:50:50 [INFO] [AuthMe] Set Language: fr
  305. >17:50:50 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
  306. >17:50:50 [INFO] [AuthMe] Hook with Essentials plugin
  307. >17:50:50 [INFO] [AuthMe] Hook with EssentialsSpawn plugin
  308. >17:50:50 [INFO] [AuthMe] Successfully hook with ChestShop!
  309. >17:50:50 [INFO] [AuthMe] Vault plugin detected, hook with GroupManager system
  310. >17:50:50 [INFO] [AuthMe] Authme 2.9.5 enabled
  311. >17:50:51 [INFO] Registered replacers: [VaultVariables, PlayerPingVariable, FactionsVariables, GeneralVariables, StatsVariables]
  312. >17:50:52 [INFO] [CombatLog] Loading messages.properties.
  313. >17:50:52 [INFO] [CombatLog] Loading config.yml.
  314. >17:50:52 [INFO] [CombatLog] CombatLog v1.8.11 Enabled.
  315. >>>>>>>>>>>>>>>>>>>>>>>>>>17:51:25 [INFO] [AuthMe] DevilkiwiFR used the wrong password
  316. >17:51:36 [INFO] [AuthMe] DevilkiwiFR logged in!
  317. >>17:52:58 [INFO] [AuthMe] xelnonn logged in!
  318. >>17:53:32 [INFO] [AuthMe] RazMote logged in!
  319. >>17:56:27 [INFO] [AuthMe] NoBoDyZz logged in!
  320. >>18:01:16 [INFO] [AuthMe] Max logged in!
  321. Sat Aug 23 18:13:04 CEST 2014
  322. Server is stopped.
  323. Auto-rebooting !
  324. Considering library net.minecraftforge:minecraftforge:9.11.1.965
  325. Considering library net.minecraft:launchwrapper:1.8
  326. Considering library org.ow2.asm:asm-all:4.1
  327. Considering library org.scala-lang:scala-library:2.10.2
  328. Considering library org.scala-lang:scala-compiler:2.10.2
  329. Considering library lzma:lzma:0.0.1
  330. Considering library net.sf.jopt-simple:jopt-simple:4.5
  331. Considering library com.paulscode:codecjorbis:20101023
  332. Considering library com.paulscode:codecwav:20101023
  333. Considering library com.paulscode:libraryjavasound:20101123
  334. Considering library com.paulscode:librarylwjglopenal:20100824
  335. Considering library com.paulscode:soundsystem:20120107
  336. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  337. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  338. Considering library argo:argo:2.25_fixed
  339. Considering library org.bouncycastle:bcprov-jdk15on:1.47
  340. Considering library com.google.guava:guava:14.0
  341. Considering library org.apache.commons:commons-lang3:3.1
  342. Considering library commons-io:commons-io:2.4
  343. Considering library net.java.jinput:jinput:2.0.5
  344. Considering library net.java.jutils:jutils:1.0.0
  345. Considering library com.google.code.gson:gson:2.2.2
  346. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  347. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  348. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0
  349. Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3
  350. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3
  351. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3
  352. Considering library net.java.jinput:jinput-platform:2.0.5
  353. Aug 23, 2014 6:13:30 PM net.minecraft.launchwrapper.LogWrapper log
  354. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  355. Aug 23, 2014 6:13:30 PM net.minecraft.launchwrapper.LogWrapper log
  356. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  357. Aug 23, 2014 6:13:30 PM net.minecraft.launchwrapper.LogWrapper log
  358. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  359. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  360. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_55, running on Linux:amd64:3.4.36-mc-verygames, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
  361. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  362. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  363. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  364. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  365. 2014-08-23 18:13:30 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  366. 2014-08-23 18:13:31 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  367. Loaded 110 rules from AccessTransformer config file forge_at.cfg
  368. 2014-08-23 18:13:31 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  369. 2014-08-23 18:13:33 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  370. 18:13:36 [INFO] Starting minecraft server version 1.6.4
  371. >18:13:36 [INFO] Attempting early MinecraftForge initialization
  372. >18:13:36 [INFO] MinecraftForge v
  373. >18:13:36 [INFO] 9.11.1.965
  374. >18:13:36 [INFO] Initialized
  375.  
  376. >18:13:36 [INFO] MinecraftForge v9.11.1.965 Initialized
  377. >18:13:36 [INFO] Replaced 111 ore recipies
  378. >18:13:36 [INFO] Completed early MinecraftForge initialization
  379. >18:13:36 [INFO] Reading custom logging properties from /home/games/minecraft/openmod/config/logging.properties
  380. >18:13:36 [OFF] Logging level for ForgeModLoader logging is set to ALL
  381. >>>>>18:13:36 [INFO] Searching /home/games/minecraft/openmod/mods for mods
  382. >>>>>>>>>>>>>>>>>>>>18:13:39 [WARNING] Zip file CustomNPCs.zip failed to read properly, it will be ignored
  383. java.util.zip.ZipException: error in opening zip file
  384. at java.util.zip.ZipFile.open(Native Method)
  385. at java.util.zip.ZipFile.<init>(ZipFile.java:215)
  386. at java.util.zip.ZipFile.<init>(ZipFile.java:145)
  387. at java.util.jar.JarFile.<init>(JarFile.java:153)
  388. at java.util.jar.JarFile.<init>(JarFile.java:117)
  389. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
  390. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
  391. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
  392. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
  393. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
  394. at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
  395. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  396. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  397. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  398. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  399. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  400. >18:13:39 [INFO] Forge Mod Loader has identified 6 mods to load
  401. >>>>>>>18:13:39 [INFO] Activating mod mcp
  402. >>18:13:39 [INFO] Activating mod FML
  403. >>>>18:13:39 [INFO] Activating mod Forge
  404. >>>>>18:13:39 [INFO] Activating mod VanillaPlus
  405. >>>18:13:39 [INFO] Activating mod customnpcs
  406. >>>>18:13:39 [INFO] Activating mod CarpentersBlocks
  407. >>>>>>>>>>18:13:39 [INFO] FML has found a non-mod file CustomNPCs.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  408. >>>>>>18:13:39 [INFO] Registering Forge Packet Handler
  409. >>>18:13:40 [INFO] Succeeded registering Forge Packet Handler
  410. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>18:13:40 [INFO] Configured a dormant chunk cache size of 0
  411. >>>>>>>18:13:40 [INFO] Extended plant support integration successful.
  412. >18:13:40 [INFO] Successfully loaded 18 flower pot designs.
  413. >18:13:40 [INFO] Successfully loaded 9 chisel patterns.
  414. >18:13:40 [INFO] Successfully loaded 6 bed designs.
  415. >>18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemCookedFlesh with ID 6274 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  416. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemMagmaSword with ID 6277 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  417. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedSword with ID 6289 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  418. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedGem with ID 6290 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  419. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemInkSword with ID 6294 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  420. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemBeeHorseSword with ID 6354 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  421. >18:13:40 [SEVERE] Found anonymous item of class vanillaplus.ItemEmptyVial with ID 6358 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  422. >18:13:40 [INFO] Loading properties
  423. >18:13:40 [INFO] Default game type: SURVIVAL
  424. >18:13:41 [INFO] This server is running MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT)
  425. >18:13:41 [INFO] Generating keypair
  426. >18:13:42 [INFO] Starting Minecraft server on 77.111.254.245:14656
  427. >18:13:42 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  428. >18:13:42 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  429. >18:13:42 [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.
  430. >18:13:42 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  431. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>18:13:43 [INFO] Forge Mod Loader has successfully loaded 6 mods
  432. >18:13:44 [INFO] Mapping loaded 5 packages, 8495 classes, 28815 fields, 56825 methods, flags 1fdd6
  433. >18:13:44 [INFO] Loaded inheritance map of 792 classes
  434. >18:13:47 [INFO] [NoPluginStealers] Loading NoPluginStealers v1.1.2
  435. >18:13:47 [INFO] [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
  436. >18:13:47 [INFO] [JM] Loading JM v2.0
  437. >18:13:47 [INFO] [WorldEdit] Loading WorldEdit v5.6
  438. >18:13:47 [INFO] [Jump] Loading Jump v1.1
  439. >18:13:47 [INFO] [mcore] Loading mcore v6.9.1
  440. >18:13:47 [INFO] [AntiBotUltra] Loading AntiBotUltra v6.2
  441. >18:13:47 [INFO] [Vault] Loading Vault v1.2.27-b349
  442. >18:13:47 [INFO] [PlayerHeads] Loading PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  443. >18:13:47 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  444. >18:13:48 [INFO] [CookieMonster] Loading CookieMonster v1.8
  445. >18:13:48 [INFO] [BarAPI] Loading BarAPI v3.1
  446. >18:13:48 [INFO] [WorldGuard] Loading WorldGuard v5.9
  447. >18:13:48 [INFO] [Appleseed] Loading Appleseed v0.7.4
  448. >18:13:48 [INFO] [MineResetLite] Loading MineResetLite v0.3.5
  449. >18:13:48 [INFO] [AutoMessage] Loading AutoMessage v2.3.5
  450. >18:13:48 [INFO] [ChestRegen] Loading ChestRegen v2.0.1
  451. >18:13:48 [INFO] [iConomy] Loading iConomy v7.0
  452. >18:13:48 [INFO] [MasterPromote] Loading MasterPromote v1.6
  453. >18:13:48 [INFO] [ChestShop] Loading ChestShop v3.67
  454. >18:13:48 [INFO] [ProtocolLib] Loading ProtocolLib v3.4.0
  455. >18:13:48 [WARNING] [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
  456. >18:13:49 [INFO] [Essentials] Loading Essentials v2.12.2
  457. >18:13:49 [INFO] [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
  458. >18:13:49 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.12.2
  459. >18:13:49 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
  460. >18:13:49 [INFO] [CreativeGates] Loading CreativeGates v2.3.0
  461. >18:13:49 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  462. >18:13:49 [INFO] [TagAPI] Loading TagAPI v2.6
  463. >18:13:49 [INFO] [NameTags] Loading NameTags v2.2
  464. >18:13:49 [INFO] [JSONAPI] Loading JSONAPI v5.5.1
  465. >18:13:49 [INFO] [AuthMe] Loading AuthMe v2.9.5
  466. >18:13:49 [INFO] [EssentialsChat] Loading EssentialsChat v2.12.2
  467. >18:13:49 [INFO] [Factions] Loading Factions v2.2.2
  468. >18:13:49 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.18.7
  469. >18:13:49 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.7.4
  470. >18:13:49 [INFO] [CombatLog] Loading CombatLog v1.8.11
  471. >18:13:49 [INFO] [mcore] Enabling mcore v6.9.1
  472. >18:13:49 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE START ===[m
  473. >18:13:49 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;33;1mSetup of SenderIdMixinDefault took [0;35;1m34[0;33;1mms.[m
  474. >18:13:49 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m385ms[0;33;1m) ===[m
  475. >18:13:49 [INFO] [Vault] Enabling Vault v1.2.27-b349
  476. >18:13:50 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  477. >18:13:50 [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.
  478. >18:13:50 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  479. >18:13:50 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  480. >18:13:50 [INFO] [Vault][Economy] iConomy 6 found: Waiting
  481. >18:13:50 [INFO] [Vault][Permission] GroupManager found: Waiting
  482. >18:13:50 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  483. >18:13:50 [INFO] [Vault][Chat] GroupManager found: Waiting
  484. >18:13:50 [INFO] [Vault] Enabled Version 1.2.27-b349
  485. >18:13:50 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mVault[m
  486. >18:13:50 [INFO] [ProtocolLib] Enabling ProtocolLib v3.4.0
  487. >18:13:50 [INFO] [ProtocolLib] Started structure compiler thread.
  488. >18:13:50 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mProtocolLib[m
  489. >>>>>>>>>>>>>18:13:50 [INFO] Preparing level "world"
  490. >18:13:50 [INFO] Registered command debug with permission node vanilla.command.debug
  491. >18:13:50 [INFO] Registered command spreadplayers with permission node vanilla.command.spreadplayers
  492. >18:13:50 [INFO] Registered command playsound with permission node vanilla.command.playsound
  493. >18:13:50 [INFO] Registered command scoreboard with permission node vanilla.command.scoreboard
  494. >>>18:13:50 [INFO] Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@30c5a5b5)
  495. >>18:13:50 [INFO] Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@30c5a5b5)
  496. >18:13:51 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6968927374334269649)
  497. >18:13:52 [INFO] Preparing spawn area: 51%
  498. >18:13:52 [INFO] [NoPluginStealers] Enabling NoPluginStealers v1.1.2
  499. >18:13:52 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
  500. >18:13:52 [SEVERE] GroupManager - WARNING - Inherited group 'builder' not found for group Architecte. Ignoring entry in file: plugins/GroupManager/worlds/world/groups.yml
  501. >18:13:52 [INFO] GroupManager - INFO - World Found: world
  502. >18:13:52 [INFO] GroupManager - INFO - Superperms support enabled.
  503. >18:13:52 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  504. >18:13:52 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
  505. >18:13:52 [INFO] GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
  506. >18:13:52 [INFO] [Vault][Permission] GroupManager hooked.
  507. >18:13:52 [INFO] [Vault][Chat] GroupManager - Chat hooked.
  508. >18:13:52 [INFO] [JM] Enabling JM v2.0
  509. >18:13:52 [INFO] [JM] [1;33mLoading 283 users.[0;37m
  510. >18:13:52 [INFO] [JM] [1;32mJoinMessages has been enabled.[0;37m
  511. >18:13:52 [INFO] [WorldEdit] Enabling WorldEdit v5.6
  512. >18:13:52 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
  513. >18:13:53 [INFO] [Jump] Enabling Jump v1.1
  514. >18:13:53 [INFO] ###############################
  515. >18:13:53 [INFO] ## Jump | [SoSDylan]
  516. >18:13:53 [INFO] ## Jump has been enabled.
  517. >18:13:53 [INFO] ## Version 1.1
  518. >18:13:53 [INFO] ###############################
  519. >18:13:53 [INFO] [AntiBotUltra] Enabling AntiBotUltra v6.2
  520. >18:13:53 [INFO] [AntiBotUltra] This server is protected!
  521. >18:13:53 [INFO] [AntiBotUltra] Visit my vanilla server on colonycraft.fluctis.com:25717
  522. >18:13:53 [INFO] [PlayerHeads] Enabling PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  523. >18:13:54 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  524. >18:13:54 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  525. >18:13:54 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  526. >18:13:54 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6968927374334269649
  527. >18:13:54 [INFO] [Multiverse-Core] Loading World & Settings - 'Event' - Env: NORMAL - Type: FLAT & seed: 1632654158968472773
  528. >>18:13:54 [INFO] Loading dimension 19 (Event) (net.minecraft.server.dedicated.DedicatedServer@30c5a5b5)
  529. >18:13:54 [INFO] Preparing start region for level 2 (Dimension: 19, Seed: 1632654158968472773)
  530. >18:13:55 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenePvP' - Env: NORMAL - Type: FLAT & seed: -5894909359877125366
  531. >>18:13:55 [INFO] Loading dimension 23 (ArenePvP) (net.minecraft.server.dedicated.DedicatedServer@30c5a5b5)
  532. >18:13:55 [INFO] Preparing start region for level 3 (Dimension: 23, Seed: -5894909359877125366)
  533. >18:13:56 [INFO] [Multiverse-Core] Loading World & Settings - 'DIM1' - Env: THE_END - Type: NORMAL & seed: -6181450059835900139
  534. >18:13:57 [INFO] [Multiverse-Core] 4 - World(s) loaded.
  535. >18:13:57 [INFO] [CookieMonster] Enabling CookieMonster v1.8
  536. >18:13:57 [INFO] [CookieMonster] Using Vault v1.2.27-b349 for economy
  537. >18:13:57 [INFO] [CookieMonster] v1.8 loaded successfully.
  538. >18:13:57 [INFO] [CookieMonster] Developed by: [jascotty2, Coelho]
  539. >18:13:57 [INFO] [BarAPI] Enabling BarAPI v3.1
  540. >18:13:57 [INFO] [BarAPI] Loaded
  541. >18:13:57 [INFO] [WorldGuard] Enabling WorldGuard v5.9
  542. >18:13:57 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  543. >18:13:57 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  544. >18:13:57 [INFO] [WorldGuard] (world) Lava fire is blocked.
  545. >18:13:57 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  546. >18:13:57 [INFO] [WorldGuard] Loaded configuration for world 'world'
  547. >18:13:57 [INFO] [WorldGuard] (DIM1) TNT ignition is PERMITTED.
  548. >18:13:57 [INFO] [WorldGuard] (DIM1) Lighters are PERMITTED.
  549. >18:13:57 [INFO] [WorldGuard] (DIM1) Lava fire is blocked.
  550. >18:13:57 [INFO] [WorldGuard] (DIM1) Fire spread is UNRESTRICTED.
  551. >18:13:57 [INFO] [WorldGuard] Loaded configuration for world 'DIM1'
  552. >18:13:57 [INFO] [WorldGuard] (Event) TNT ignition is PERMITTED.
  553. >18:13:57 [INFO] [WorldGuard] (Event) Lighters are PERMITTED.
  554. >18:13:57 [INFO] [WorldGuard] (Event) Lava fire is blocked.
  555. >18:13:57 [INFO] [WorldGuard] (Event) Fire spread is UNRESTRICTED.
  556. >18:13:57 [INFO] [WorldGuard] Loaded configuration for world 'Event'
  557. >18:13:57 [INFO] [WorldGuard] (ArenePvP) TNT ignition is PERMITTED.
  558. >18:13:57 [INFO] [WorldGuard] (ArenePvP) Lighters are PERMITTED.
  559. >18:13:57 [INFO] [WorldGuard] (ArenePvP) Lava fire is blocked.
  560. >18:13:57 [INFO] [WorldGuard] (ArenePvP) Fire spread is UNRESTRICTED.
  561. >18:13:57 [INFO] [WorldGuard] Loaded configuration for world 'ArenePvP'
  562. >18:13:57 [INFO] [WorldGuard] 14 regions loaded for 'world'
  563. >18:13:57 [INFO] [WorldGuard] 0 regions loaded for 'DIM1'
  564. >18:13:57 [INFO] [WorldGuard] 1 regions loaded for 'Event'
  565. >18:13:57 [INFO] [WorldGuard] 2 regions loaded for 'ArenePvP'
  566. >18:13:58 [INFO] [Appleseed] Enabling Appleseed v0.7.4
  567. >18:13:58 [INFO] Appleseed: ShowErrorsInClient=true
  568. >18:13:58 [INFO] Appleseed: DropInterval=40 seconds
  569. >18:13:58 [INFO] Appleseed: MaxUncollectedItems=6
  570. >18:13:58 [INFO] Appleseed: WandItem=wood_hoe
  571. >18:13:58 [INFO] Appleseed: FertilizerItem=bone_meal
  572. >18:13:58 [INFO] Appleseed: MinimumTreeDistance=disabled
  573. >18:13:58 [INFO] Appleseed: SignTag=Appleseed
  574. >18:13:58 [INFO] Appleseed: TreeTypes=(apple,cocoa_beans,cookie,golden_apple)
  575. >18:13:58 [INFO] Appleseed: WorldGuard 5.9 found
  576. >18:13:58 [INFO] Appleseed: 0 trees loaded in world world.
  577. >18:13:58 [INFO] Appleseed: 0 trees loaded in world DIM1.
  578. >18:13:58 [INFO] Appleseed: 0 trees loaded in world Event.
  579. >18:13:58 [INFO] Appleseed: 0 trees loaded in world ArenePvP.
  580. >18:13:58 [INFO] Appleseed version 0.7.4 is enabled!
  581. >18:13:58 [INFO] [MineResetLite] Enabling MineResetLite v0.3.5
  582. >18:13:58 [INFO] [MineResetLite] Loading mine from file 'MineAuto+2.mine.yml'...
  583. >18:13:58 [INFO] [MineResetLite] Loading mine from file 'MineAutoDiamant.mine.yml'...
  584. >18:13:58 [INFO] [MineResetLite] Loading mine from file 'MineAuto+1.mine.yml'...
  585. >18:13:58 [INFO] [MineResetLite] Loading mine from file 'MineAutoObsidienneRenforcer.mine.yml'...
  586. >18:13:58 [INFO] [MineResetLite] MineResetLite version 0.3.5 enabled!
  587. >18:13:58 [INFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
  588. >18:13:58 [INFO] [AutoMessage] Enabling AutoMessage v2.3.5
  589. >18:13:58 [INFO] [ChestRegen] Enabling ChestRegen v2.0.1
  590. >18:13:58 [INFO] [ChestRegen] Hooked into Metrics!
  591. >18:13:58 [INFO] ChestRegen Version 2.0.1 Has been Enabled
  592. >18:13:58 [INFO] [iConomy] Enabling iConomy v7.0
  593. >18:13:58 [INFO] [iConomy - April Fools] Enabled (64 ms)
  594. >18:13:58 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  595. >18:13:58 [INFO] [Vault][Economy] iConomy 7 hooked.
  596. >18:13:58 [INFO] [MasterPromote] Enabling MasterPromote v1.6
  597. >18:13:58 [INFO] [0;35;22m[MasterPromote] [0;37;22mUsing GroupManager[m
  598. >18:13:58 [INFO] [0;35;22m[MasterPromote] [0;37;22mv.1.6 enabled![m
  599. >18:13:59 [INFO] [0;35;22m[MasterPromote] [0;37;22mPluginMetrics enabled![m
  600. >18:13:59 [INFO] [ChestShop] Enabling ChestShop v3.67
  601. >18:13:59 [INFO] [iConomy - April Fools] Purged accounts with default balance.
  602. >18:13:59 [INFO] [ChestShop] Vault loaded! Found an economy plugin!
  603. >18:13:59 [INFO] [Essentials] Enabling Essentials v2.12.2
  604. >18:13:59 [INFO] Bukkit version format changed. Version not checked.
  605. >18:13:59 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4)
  606. >18:13:59 [INFO] 1.6.4-R2.1-SNAPSHOT
  607. >18:14:00 [INFO] [Vault][Economy] Essentials Economy hooked.
  608. >18:14:00 [INFO] Essentials: Using GroupManager based permissions.
  609. >18:14:00 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.27-b349)
  610. >18:14:00 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
  611. >18:14:00 [INFO] [SimpleRegionMarket] Loaded 4 template(s), 1 world(s) and 5 region(s).
  612. >18:14:00 [INFO] [SimpleRegionMarket] The check took 11ms
  613. >18:14:00 [INFO] [SimpleRegionMarket] Permissions loaded (GroupManager)
  614. >18:14:00 [INFO] [SimpleRegionMarket] SimpleRegionMarket enabled.
  615. >18:14:00 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.12.2
  616. >18:14:00 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
  617. >18:14:00 [INFO] [CreativeGates] Enabling CreativeGates v2.3.0
  618. >18:14:00 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
  619. >18:14:00 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m168ms[0;33;1m) ===[m
  620. >18:14:00 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  621. >18:14:01 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
  622. >18:14:01 [INFO] [TagAPI] Enabling TagAPI v2.6
  623. >18:14:01 [WARNING] [TagAPI] Mod detected: "MCPC+". TagAPI may not run properly. Let's try it anyway!
  624. >18:14:01 [INFO] [TagAPI] Detected ProtocolLib, using that for handling!
  625. >18:14:01 [INFO] [TagAPI] Using hooks for CraftBukkit via ProtocolLib
  626. >18:14:01 [INFO] [NameTags] Enabling NameTags v2.2
  627. >18:14:01 [INFO] [JSONAPI] Enabling JSONAPI v5.5.1
  628. >18:14:01 [INFO] [AuthMe] Set Language: fr
  629. >18:14:01 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
  630. >18:14:01 [INFO] [AuthMe] Hook with Essentials plugin
  631. >18:14:01 [INFO] [AuthMe] Hook with EssentialsSpawn plugin
  632. >18:14:01 [INFO] [AuthMe] Successfully hook with ChestShop!
  633. >18:14:01 [INFO] [AuthMe] Vault plugin detected, hook with GroupManager system
  634. >18:14:02 [INFO] [AuthMe] Authme 2.9.5 enabled
  635. >18:14:02 [INFO] Registered replacers: [VaultVariables, PlayerPingVariable, FactionsVariables, GeneralVariables, StatsVariables]
  636. >18:14:03 [INFO] [CombatLog] Loading messages.properties.
  637. >18:14:03 [INFO] [CombatLog] Loading config.yml.
  638. >18:14:03 [INFO] [CombatLog] CombatLog v1.8.11 Enabled.
  639. >>>>>>>>>>>>>>>>>>>>>>>>>>>>18:14:12 [INFO] [AuthMe] xelnonn logged in!
  640. >18:14:16 [INFO] [AuthMe] NoBoDyZz logged in!
  641. >18:14:25 [INFO] [AuthMe] DevilkiwiFR logged in!
  642. >>18:20:39 [INFO] Creating empty config: /home/games/minecraft/openmod/plugins/Essentials/userdata/vilanio.yml
  643. >18:20:59 [INFO] [AuthMe] vilanio registered 90.56.177.12
  644. >18:25:52 [INFO] [CombatLog] CombatLog v1.8.11 Disabled.
  645. Sat Aug 23 18:25:53 CEST 2014
  646. Server is stopped.
  647. Auto-rebooting !
  648. Considering library net.minecraftforge:minecraftforge:9.11.1.965
  649. Considering library net.minecraft:launchwrapper:1.8
  650. Considering library org.ow2.asm:asm-all:4.1
  651. Considering library org.scala-lang:scala-library:2.10.2
  652. Considering library org.scala-lang:scala-compiler:2.10.2
  653. Considering library lzma:lzma:0.0.1
  654. Considering library net.sf.jopt-simple:jopt-simple:4.5
  655. Considering library com.paulscode:codecjorbis:20101023
  656. Considering library com.paulscode:codecwav:20101023
  657. Considering library com.paulscode:libraryjavasound:20101123
  658. Considering library com.paulscode:librarylwjglopenal:20100824
  659. Considering library com.paulscode:soundsystem:20120107
  660. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  661. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  662. Considering library argo:argo:2.25_fixed
  663. Considering library org.bouncycastle:bcprov-jdk15on:1.47
  664. Considering library com.google.guava:guava:14.0
  665. Considering library org.apache.commons:commons-lang3:3.1
  666. Considering library commons-io:commons-io:2.4
  667. Considering library net.java.jinput:jinput:2.0.5
  668. Considering library net.java.jutils:jutils:1.0.0
  669. Considering library com.google.code.gson:gson:2.2.2
  670. Considering library org.lwjgl.lwjgl:lwjgl:2.9.0
  671. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0
  672. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0
  673. Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3
  674. Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3
  675. Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3
  676. Considering library net.java.jinput:jinput-platform:2.0.5
  677. Aug 23, 2014 6:26:18 PM net.minecraft.launchwrapper.LogWrapper log
  678. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  679. Aug 23, 2014 6:26:18 PM net.minecraft.launchwrapper.LogWrapper log
  680. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  681. Aug 23, 2014 6:26:18 PM net.minecraft.launchwrapper.LogWrapper log
  682. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  683. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  684. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_55, running on Linux:amd64:3.4.36-mc-verygames, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
  685. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  686. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  687. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  688. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  689. 2014-08-23 18:26:18 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  690. 2014-08-23 18:26:20 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  691. Loaded 110 rules from AccessTransformer config file forge_at.cfg
  692. 2014-08-23 18:26:20 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  693. 2014-08-23 18:26:22 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  694. >18:26:25 [INFO] Starting minecraft server version 1.6.4
  695. >18:26:25 [INFO] Attempting early MinecraftForge initialization
  696. >18:26:25 [INFO] MinecraftForge v
  697. >18:26:25 [INFO] 9.11.1.965
  698. >18:26:25 [INFO] Initialized
  699.  
  700. >18:26:25 [INFO] MinecraftForge v9.11.1.965 Initialized
  701. >18:26:25 [INFO] Replaced 111 ore recipies
  702. >18:26:26 [INFO] Completed early MinecraftForge initialization
  703. >18:26:26 [INFO] Reading custom logging properties from /home/games/minecraft/openmod/config/logging.properties
  704. >18:26:26 [OFF] Logging level for ForgeModLoader logging is set to ALL
  705. >>>>>18:26:26 [INFO] Searching /home/games/minecraft/openmod/mods for mods
  706. >>>>>>>>>>>>>>>>>>>>18:26:29 [WARNING] Zip file CustomNPCs.zip failed to read properly, it will be ignored
  707. java.util.zip.ZipException: error in opening zip file
  708. at java.util.zip.ZipFile.open(Native Method)
  709. at java.util.zip.ZipFile.<init>(ZipFile.java:215)
  710. at java.util.zip.ZipFile.<init>(ZipFile.java:145)
  711. at java.util.jar.JarFile.<init>(JarFile.java:153)
  712. at java.util.jar.JarFile.<init>(JarFile.java:117)
  713. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:41)
  714. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
  715. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
  716. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
  717. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
  718. at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
  719. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  720. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  721. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  722. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  723. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  724. >18:26:29 [INFO] Forge Mod Loader has identified 6 mods to load
  725. >>>>>>>18:26:29 [INFO] Activating mod mcp
  726. >>18:26:29 [INFO] Activating mod FML
  727. >>>>18:26:29 [INFO] Activating mod Forge
  728. >>>>>18:26:29 [INFO] Activating mod VanillaPlus
  729. >>>18:26:29 [INFO] Activating mod customnpcs
  730. >>>>18:26:29 [INFO] Activating mod CarpentersBlocks
  731. >>>>>>>>>>18:26:30 [INFO] FML has found a non-mod file CustomNPCs.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  732. >>>>>>18:26:30 [INFO] Registering Forge Packet Handler
  733. >>>18:26:30 [INFO] Succeeded registering Forge Packet Handler
  734. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>18:26:30 [INFO] Configured a dormant chunk cache size of 0
  735. >>>>>>>18:26:30 [INFO] Extended plant support integration successful.
  736. >18:26:30 [INFO] Successfully loaded 18 flower pot designs.
  737. >18:26:30 [INFO] Successfully loaded 9 chisel patterns.
  738. >18:26:30 [INFO] Successfully loaded 6 bed designs.
  739. >>18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemCookedFlesh with ID 6274 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  740. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemMagmaSword with ID 6277 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  741. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedSword with ID 6289 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  742. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemEnchantedGem with ID 6290 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  743. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemInkSword with ID 6294 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  744. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemBeeHorseSword with ID 6354 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  745. >18:26:30 [SEVERE] Found anonymous item of class vanillaplus.ItemEmptyVial with ID 6358 owned by mod VanillaPlus, this item will NOT survive a 1.7 upgrade!
  746. >18:26:30 [INFO] Loading properties
  747. >18:26:30 [INFO] Default game type: SURVIVAL
  748. >18:26:31 [INFO] This server is running MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT)
  749. >18:26:31 [INFO] Generating keypair
  750. >18:26:32 [INFO] Starting Minecraft server on 77.111.254.245:14656
  751. >18:26:32 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  752. >18:26:32 [WARNING] The server will make no attempt to authenticate usernames. Beware.
  753. >18:26:32 [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.
  754. >18:26:32 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
  755. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>18:26:34 [INFO] Forge Mod Loader has successfully loaded 6 mods
  756. >18:26:35 [INFO] Mapping loaded 5 packages, 8495 classes, 28815 fields, 56825 methods, flags 1fdd6
  757. >18:26:35 [INFO] Loaded inheritance map of 792 classes
  758. >18:26:39 [INFO] [NoPluginStealers] Loading NoPluginStealers v1.1.2
  759. >18:26:39 [INFO] [GroupManager] Loading GroupManager v2.0 (2.12.1) (Phoenix)
  760. >18:26:39 [INFO] [JM] Loading JM v2.0
  761. >18:26:39 [INFO] [WorldEdit] Loading WorldEdit v5.6
  762. >18:26:39 [INFO] [Jump] Loading Jump v1.1
  763. >18:26:39 [INFO] [mcore] Loading mcore v6.9.1
  764. >18:26:39 [INFO] [AntiBotUltra] Loading AntiBotUltra v6.2
  765. >18:26:39 [INFO] [Vault] Loading Vault v1.2.27-b349
  766. >18:26:39 [INFO] [PlayerHeads] Loading PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  767. >18:26:39 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  768. >18:26:39 [INFO] [CookieMonster] Loading CookieMonster v1.8
  769. >18:26:39 [INFO] [BarAPI] Loading BarAPI v3.1
  770. >18:26:39 [INFO] [WorldGuard] Loading WorldGuard v5.9
  771. >18:26:39 [INFO] [Appleseed] Loading Appleseed v0.7.4
  772. >18:26:39 [INFO] [MineResetLite] Loading MineResetLite v0.3.5
  773. >18:26:39 [INFO] [AutoMessage] Loading AutoMessage v2.3.5
  774. >18:26:39 [INFO] [ChestRegen] Loading ChestRegen v2.0.1
  775. >18:26:39 [INFO] [iConomy] Loading iConomy v7.0
  776. >18:26:39 [INFO] [MasterPromote] Loading MasterPromote v1.6
  777. >18:26:39 [INFO] [ChestShop] Loading ChestShop v3.67
  778. >18:26:39 [INFO] [ProtocolLib] Loading ProtocolLib v3.4.0
  779. >18:26:40 [WARNING] [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
  780. >18:26:40 [INFO] [Essentials] Loading Essentials v2.12.2
  781. >18:26:40 [INFO] [SimpleRegionMarket] Loading SimpleRegionMarket v3.6
  782. >18:26:40 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.12.2
  783. >18:26:40 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.12.2
  784. >18:26:40 [INFO] [CreativeGates] Loading CreativeGates v2.3.0
  785. >18:26:40 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  786. >18:26:40 [INFO] [TagAPI] Loading TagAPI v2.6
  787. >18:26:40 [INFO] [NameTags] Loading NameTags v2.2
  788. >18:26:40 [INFO] [JSONAPI] Loading JSONAPI v5.5.1
  789. >18:26:40 [INFO] [AuthMe] Loading AuthMe v2.9.5
  790. >18:26:40 [INFO] [EssentialsChat] Loading EssentialsChat v2.12.2
  791. >18:26:40 [INFO] [Factions] Loading Factions v2.2.2
  792. >18:26:40 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.18.7
  793. >18:26:40 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.7.4
  794. >18:26:41 [INFO] [CombatLog] Loading CombatLog v1.8.11
  795. >18:26:41 [INFO] [mcore] Enabling mcore v6.9.1
  796. >18:26:41 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE START ===[m
  797. >18:26:41 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;33;1mSetup of SenderIdMixinDefault took [0;35;1m56[0;33;1mms.[m
  798. >18:26:41 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m667ms[0;33;1m) ===[m
  799. >18:26:41 [INFO] [Vault] Enabling Vault v1.2.27-b349
  800. >18:26:41 [INFO] [Vault][Economy] Essentials Economy found: Waiting
  801. >18:26:41 [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.
  802. >18:26:41 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  803. >18:26:41 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  804. >18:26:41 [INFO] [Vault][Economy] iConomy 6 found: Waiting
  805. >18:26:42 [INFO] [Vault][Permission] GroupManager found: Waiting
  806. >18:26:42 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
  807. >18:26:42 [INFO] [Vault][Chat] GroupManager found: Waiting
  808. >18:26:42 [INFO] [Vault] Enabled Version 1.2.27-b349
  809. >18:26:42 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mVault[m
  810. >18:26:42 [INFO] [ProtocolLib] Enabling ProtocolLib v3.4.0
  811. >18:26:42 [INFO] [ProtocolLib] Started structure compiler thread.
  812. >18:26:42 [INFO] [0;36;22m[[0;36;1mmcore 6.9.1[0;36;22m] [0;33;1m[0;32;1mActivated [0;33;1mintegration with [0;35;1mProtocolLib[m
  813. >>>>>>>>>>>>>18:26:42 [INFO] Preparing level "world"
  814. >18:26:42 [INFO] Registered command debug with permission node vanilla.command.debug
  815. >18:26:42 [INFO] Registered command spreadplayers with permission node vanilla.command.spreadplayers
  816. >18:26:42 [INFO] Registered command playsound with permission node vanilla.command.playsound
  817. >18:26:42 [INFO] Registered command scoreboard with permission node vanilla.command.scoreboard
  818. >>>18:26:43 [INFO] Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@b334182)
  819. >>18:26:43 [INFO] Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@b334182)
  820. >18:26:43 [INFO] Preparing start region for level 0 (Dimension: 0, Seed: -6968927374334269649)
  821. >18:26:44 [INFO] Preparing spawn area: 50%
  822. >18:26:44 [INFO] [NoPluginStealers] Enabling NoPluginStealers v1.1.2
  823. >18:26:44 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.12.1) (Phoenix)
  824. >18:26:45 [SEVERE] GroupManager - WARNING - Inherited group 'builder' not found for group Architecte. Ignoring entry in file: plugins/GroupManager/worlds/world/groups.yml
  825. >18:26:45 [INFO] GroupManager - INFO - World Found: world
  826. >18:26:45 [INFO] GroupManager - INFO - Superperms support enabled.
  827. >18:26:45 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  828. >18:26:45 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
  829. >18:26:45 [INFO] GroupManager version 2.0 (2.12.1) (Phoenix) is enabled!
  830. >18:26:45 [INFO] [Vault][Permission] GroupManager hooked.
  831. >18:26:45 [INFO] [Vault][Chat] GroupManager - Chat hooked.
  832. >18:26:45 [INFO] [JM] Enabling JM v2.0
  833. >18:26:45 [INFO] [JM] [1;33mLoading 284 users.[0;37m
  834. >18:26:45 [INFO] [JM] [1;32mJoinMessages has been enabled.[0;37m
  835. >18:26:45 [INFO] [WorldEdit] Enabling WorldEdit v5.6
  836. >18:26:45 [INFO] WEPIF: GroupManager detected! Using GroupManager for permissions.
  837. >18:26:46 [INFO] [Jump] Enabling Jump v1.1
  838. >18:26:46 [INFO] ###############################
  839. >18:26:46 [INFO] ## Jump | [SoSDylan]
  840. >18:26:46 [INFO] ## Jump has been enabled.
  841. >18:26:46 [INFO] ## Version 1.1
  842. >18:26:46 [INFO] ###############################
  843. >18:26:46 [INFO] [AntiBotUltra] Enabling AntiBotUltra v6.2
  844. >18:26:46 [INFO] [AntiBotUltra] This server is protected!
  845. >18:26:46 [INFO] [AntiBotUltra] Visit my vanilla server on colonycraft.fluctis.com:25717
  846. >18:26:46 [INFO] [PlayerHeads] Enabling PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
  847. >18:26:46 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  848. >18:26:47 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  849. >18:26:47 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  850. >18:26:47 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6968927374334269649
  851. >18:26:47 [INFO] [Multiverse-Core] Loading World & Settings - 'Event' - Env: NORMAL - Type: FLAT & seed: 1632654158968472773
  852. >>18:26:47 [INFO] Loading dimension 19 (Event) (net.minecraft.server.dedicated.DedicatedServer@b334182)
  853. >18:26:47 [INFO] Preparing start region for level 2 (Dimension: 19, Seed: 1632654158968472773)
  854. >18:26:48 [INFO] [Multiverse-Core] Loading World & Settings - 'ArenePvP' - Env: NORMAL - Type: FLAT & seed: -5894909359877125366
  855. >>18:26:48 [INFO] Loading dimension 23 (ArenePvP) (net.minecraft.server.dedicated.DedicatedServer@b334182)
  856. >18:26:48 [INFO] Preparing start region for level 3 (Dimension: 23, Seed: -5894909359877125366)
  857. >18:26:49 [INFO] [Multiverse-Core] Loading World & Settings - 'DIM1' - Env: THE_END - Type: NORMAL & seed: -6181450059835900139
  858. >18:26:49 [INFO] [Multiverse-Core] 4 - World(s) loaded.
  859. >18:26:49 [INFO] [CookieMonster] Enabling CookieMonster v1.8
  860. >18:26:49 [INFO] [CookieMonster] Using Vault v1.2.27-b349 for economy
  861. >18:26:49 [INFO] [CookieMonster] v1.8 loaded successfully.
  862. >18:26:49 [INFO] [CookieMonster] Developed by: [jascotty2, Coelho]
  863. >18:26:49 [INFO] [BarAPI] Enabling BarAPI v3.1
  864. >18:26:49 [INFO] [BarAPI] Loaded
  865. >18:26:49 [INFO] [WorldGuard] Enabling WorldGuard v5.9
  866. >18:26:50 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
  867. >18:26:50 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
  868. >18:26:50 [INFO] [WorldGuard] (world) Lava fire is blocked.
  869. >18:26:50 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
  870. >18:26:50 [INFO] [WorldGuard] Loaded configuration for world 'world'
  871. >18:26:50 [INFO] [WorldGuard] (DIM1) TNT ignition is PERMITTED.
  872. >18:26:50 [INFO] [WorldGuard] (DIM1) Lighters are PERMITTED.
  873. >18:26:50 [INFO] [WorldGuard] (DIM1) Lava fire is blocked.
  874. >18:26:50 [INFO] [WorldGuard] (DIM1) Fire spread is UNRESTRICTED.
  875. >18:26:50 [INFO] [WorldGuard] Loaded configuration for world 'DIM1'
  876. >18:26:50 [INFO] [WorldGuard] (Event) TNT ignition is PERMITTED.
  877. >18:26:50 [INFO] [WorldGuard] (Event) Lighters are PERMITTED.
  878. >18:26:50 [INFO] [WorldGuard] (Event) Lava fire is blocked.
  879. >18:26:50 [INFO] [WorldGuard] (Event) Fire spread is UNRESTRICTED.
  880. >18:26:50 [INFO] [WorldGuard] Loaded configuration for world 'Event'
  881. >18:26:50 [INFO] [WorldGuard] (ArenePvP) TNT ignition is PERMITTED.
  882. >18:26:50 [INFO] [WorldGuard] (ArenePvP) Lighters are PERMITTED.
  883. >18:26:50 [INFO] [WorldGuard] (ArenePvP) Lava fire is blocked.
  884. >18:26:50 [INFO] [WorldGuard] (ArenePvP) Fire spread is UNRESTRICTED.
  885. >18:26:50 [INFO] [WorldGuard] Loaded configuration for world 'ArenePvP'
  886. >18:26:50 [INFO] [WorldGuard] 14 regions loaded for 'world'
  887. >18:26:50 [INFO] [WorldGuard] 0 regions loaded for 'DIM1'
  888. >18:26:50 [INFO] [WorldGuard] 1 regions loaded for 'Event'
  889. >18:26:50 [INFO] [WorldGuard] 2 regions loaded for 'ArenePvP'
  890. >18:26:50 [INFO] [Appleseed] Enabling Appleseed v0.7.4
  891. >18:26:51 [INFO] Appleseed: ShowErrorsInClient=true
  892. >18:26:51 [INFO] Appleseed: DropInterval=40 seconds
  893. >18:26:51 [INFO] Appleseed: MaxUncollectedItems=6
  894. >18:26:51 [INFO] Appleseed: WandItem=wood_hoe
  895. >18:26:51 [INFO] Appleseed: FertilizerItem=bone_meal
  896. >18:26:51 [INFO] Appleseed: MinimumTreeDistance=disabled
  897. >18:26:51 [INFO] Appleseed: SignTag=Appleseed
  898. >18:26:51 [INFO] Appleseed: TreeTypes=(cocoa_beans,apple,cookie,golden_apple)
  899. >18:26:51 [INFO] Appleseed: WorldGuard 5.9 found
  900. >18:26:51 [INFO] Appleseed: 0 trees loaded in world world.
  901. >18:26:51 [INFO] Appleseed: 0 trees loaded in world DIM1.
  902. >18:26:51 [INFO] Appleseed: 0 trees loaded in world Event.
  903. >18:26:51 [INFO] Appleseed: 0 trees loaded in world ArenePvP.
  904. >18:26:51 [INFO] Appleseed version 0.7.4 is enabled!
  905. >18:26:51 [INFO] [MineResetLite] Enabling MineResetLite v0.3.5
  906. >18:26:51 [INFO] [MineResetLite] Loading mine from file 'MineAuto+2.mine.yml'...
  907. >18:26:51 [INFO] [MineResetLite] Loading mine from file 'MineAutoDiamant.mine.yml'...
  908. >18:26:51 [INFO] [MineResetLite] Loading mine from file 'MineAuto+1.mine.yml'...
  909. >18:26:51 [INFO] [MineResetLite] Loading mine from file 'MineAutoObsidienneRenforcer.mine.yml'...
  910. >18:26:51 [INFO] [MineResetLite] MineResetLite version 0.3.5 enabled!
  911. >18:26:51 [INFO] [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
  912. >18:26:51 [INFO] [AutoMessage] Enabling AutoMessage v2.3.5
  913. >18:26:51 [INFO] [ChestRegen] Enabling ChestRegen v2.0.1
  914. >18:26:51 [INFO] [ChestRegen] Hooked into Metrics!
  915. >18:26:51 [INFO] ChestRegen Version 2.0.1 Has been Enabled
  916. >18:26:51 [INFO] [iConomy] Enabling iConomy v7.0
  917. >18:26:51 [INFO] [iConomy - April Fools] Enabled (144 ms)
  918. >18:26:51 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  919. >18:26:51 [INFO] [Vault][Economy] iConomy 7 hooked.
  920. >18:26:51 [INFO] [MasterPromote] Enabling MasterPromote v1.6
  921. >18:26:52 [INFO] [0;35;22m[MasterPromote] [0;37;22mUsing GroupManager[m
  922. >18:26:52 [INFO] [0;35;22m[MasterPromote] [0;37;22mv.1.6 enabled![m
  923. >18:26:52 [INFO] [0;35;22m[MasterPromote] [0;37;22mPluginMetrics enabled![m
  924. >18:26:52 [INFO] [ChestShop] Enabling ChestShop v3.67
  925. >18:26:52 [INFO] [iConomy - April Fools] Purged accounts with default balance.
  926. >18:26:52 [INFO] [ChestShop] Vault loaded! Found an economy plugin!
  927. >18:26:52 [INFO] [Essentials] Enabling Essentials v2.12.2
  928. >18:26:52 [INFO] Bukkit version format changed. Version not checked.
  929. >18:26:52 [INFO] git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4)
  930. >18:26:52 [INFO] 1.6.4-R2.1-SNAPSHOT
  931. >18:26:54 [INFO] [Vault][Economy] Essentials Economy hooked.
  932. >18:26:54 [INFO] Essentials: Using GroupManager based permissions.
  933. >18:26:54 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.27-b349)
  934. >18:26:54 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v3.6
  935. >18:26:54 [INFO] [SimpleRegionMarket] Loaded 4 template(s), 1 world(s) and 5 region(s).
  936. >18:26:54 [INFO] [SimpleRegionMarket] The check took 20ms
  937. >18:26:54 [INFO] [SimpleRegionMarket] Permissions loaded (GroupManager)
  938. >18:26:54 [INFO] [SimpleRegionMarket] SimpleRegionMarket enabled.
  939. >18:26:54 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.12.2
  940. >18:26:54 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.12.2
  941. >18:26:54 [INFO] [CreativeGates] Enabling CreativeGates v2.3.0
  942. >18:26:54 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE START ===[m
  943. >18:26:54 [INFO] [0;36;22m[[0;36;1mCreativeGates 2.3.0[0;36;22m] [0;33;1m=== ENABLE [0;32;1mCOMPLETE [0;33;1m(Took [0;35;1m132ms[0;33;1m) ===[m
  944. >18:26:54 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  945. >18:26:55 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
  946. >18:26:55 [INFO] [TagAPI] Enabling TagAPI v2.6
  947. >18:26:55 [WARNING] [TagAPI] Mod detected: "MCPC+". TagAPI may not run properly. Let's try it anyway!
  948. >18:26:55 [INFO] [TagAPI] Detected ProtocolLib, using that for handling!
  949. >18:26:55 [INFO] [TagAPI] Using hooks for CraftBukkit via ProtocolLib
  950. >18:26:55 [INFO] [NameTags] Enabling NameTags v2.2
  951. >18:26:55 [INFO] [JSONAPI] Enabling JSONAPI v5.5.1
  952. >18:26:55 [INFO] [AuthMe] Set Language: fr
  953. >18:26:55 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
  954. >18:26:55 [INFO] [AuthMe] Hook with Essentials plugin
  955. >18:26:55 [INFO] [AuthMe] Hook with EssentialsSpawn plugin
  956. >18:26:56 [INFO] [AuthMe] Successfully hook with ChestShop!
  957. >18:26:56 [INFO] [AuthMe] Vault plugin detected, hook with GroupManager system
  958. >18:26:56 [INFO] [AuthMe] Authme 2.9.5 enabled
  959. >18:26:57 [INFO] Registered replacers: [VaultVariables, PlayerPingVariable, FactionsVariables, GeneralVariables, StatsVariables]
  960. >18:26:57 [INFO] [CombatLog] Loading messages.properties.
  961. >18:26:57 [INFO] [CombatLog] Loading config.yml.
  962. >18:26:57 [INFO] [CombatLog] CombatLog v1.8.11 Enabled.
  963. >>>>>>>>>>>>>>>>>>>>>>>>>>>18:28:10 [INFO] [AuthMe] xelnonn logged in!
  964. >18:28:19 [INFO] [AuthMe] DevilkiwiFR logged in!
  965. >>18:45:17 [INFO] [AuthMe] NoBoDyZz used the wrong password
  966. >18:45:22 [INFO] [AuthMe] NoBoDyZz logged in!
  967. >>18:49:04 [INFO] [AuthMe] NoBoDyZz logged in!
  968. >>18:50:21 [INFO] [AuthMe] Narkos logged in!
  969. >>18:59:48 [INFO] Creating empty config: /home/games/minecraft/openmod/plugins/Essentials/userdata/iralph44.yml
  970. >19:00:01 [INFO] [AuthMe] iralph44 registered 88.165.16.179
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement