Inactive [MECH/DEV] ItemCraft 1.6.6 - Support for client mods in Bukkit [1060/1000]

Discussion in 'Inactive/Unsupported Plugins' started by asdaarg, May 3, 2011.

  1. Offline

    asdaarg

    ItemCraft
    Version:1.6.6
    [​IMG]

    Description:

    ItemCraft is a Bukkit mod that allows adding new item and block types, crafting and furnace recipes, and custom tree generators and more. Using a Modloader and SettingsGUI interface it allows subplugins known as ICPlugins to be loaded to support client mods. ICPlugins can be created by translating a client mod using the ICTranslator ICplugin. Using a ModloaderMP interface (ported by krnlyng/liar) it allows porting multiplayer mods to bukkit.

    Features:
    • Add more Block types
    • Add more Item types
    • Add more Entity types
    • Add more TileEntity types
    • Add more Crafting recipes
    • Add more Smelting recipes
    • Add more Tree generators
    • Ported ModLoader interface
    • Ported ModLoaderMP interface
    • Fake GUIAPI Settings interface
    • Startup file for configuring plugins and making simple blocks and items

    Installation & Usage:
    • Back up your world(s). Just in case.
    • ItemCraft.jar goes in same folder as craftbukkit
    • IC plugins go into ItemCraft/ICPlugins folder under craftbukkit. (folder is autocreated the first time)
    • uncomment (remove #) in front of all plugins you want to use in plugins.ics (autocreated in ItemCraft/ICScript)
    • Make sure you have the recommended version of craftbukkit in the title - since this is a mod of that version in particular.
    • Delete/rename the META-INF folder inside craftbukkit-0.0.1-SNAPSHOT.jar (Use some decent zip program (e.g. 7zip) that can do it.)
    • All players on the server needs to have the client mods installed
    • If you use the 16 bit entity id packet mod (in case you use new entites (only ICMCreatures need it)), All players need (flan's unofficial) ModLoaderMP client mod
    • All players also need the 16 bit entity id packet mod (overwrites a ModLoaderMP's class so make sure ModLoaderMP is installed first) in case you use new entites (only ICMCreatures need it) If decide not to use the packet mod, you can turn it off putting this in your startup file: false setEntityIDPacketMod
    • Sometimes you get block/item ID conflicts, between plugins. You then need to set the conflicting ids in the startup script using setID command: example. They have to be set before the plugin that uses them is loaded. Note also that there is typically a props file on the clientside you have to edit the ids on to be the same as well.
    • To start:
      • Windows:
        Code:
        java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
      • Others:
        Code:
        java -Xmx1024M -Xms1024M -cp ItemCraft.jar:craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main
      IF You do not understand how to install this follow THIS link! Also Try:

      ItemCraft Forum
      ItemCraft Wiki


      Downloads:

      Installation instructions changed since 1.5

      For Minecraft 1.7.3

      Inofficial ItemCraft update by Syrome1.6.6 (#1060)
      ItemCraft 1.6.5 (#1000)
      QwertyPower files (ICSGlass, ICFancyPack addons and more...)
      o4kapuk 16 bit packet mod Does not work without (flan's unofficial) ModLoaderMP client mod.
      ICKSlopes - support for Kaevator SuperSlopes
      ICNTrees - support for Nandonalt's Trees mod. Details regarding use Ignore ScotTools or you will have problems breaking various blocks
      ICFancyPack - support for ChocolateySyrup's FancyPack unofficial update for 1.7.3 mod Details regarding use of potted plants IDs and settings
      User ported mods list maintained by icephantom

      For Minecraft 1.6.6

      ItemCraft 1.4.5
      ItemCraft 1.5.1 (for use with planes)

      ItemCraft 1.3.5 (for CB #818)
      ICSGlass - support for ChocolateySyrup's Stained Glass unofficial update for 1.6.6 mod
      ICFancyPack - support for ChocolateySyrup's FancyPack unofficial update for 1.6.6 mod Details regarding use of potted plants Also be sure to read: Release notes Does not work well and not at all with the newest FancyPack update(v6) Wait until client is stable.
      ICKSlopes - support for Kaevator SuperSlopes
      Usage notes
      ICNTrees - support for Nandonalt's Trees mod. Details regarding use
      ICMCreatures - Support for DrZhark's Mo's Creatures
      16 bit entity id packet mod
      User ported mods list maintained by Asymetrikon


      Dev tools:
      ICJanino
      ICJode
      ICTranslator - How to use

      Other
      Source and old versions


      ICScript documentation

      Frequently Asked Questions

      Tutorial on how to make your own blocks also list of block and item IDs in most popular mods.


      Suggestions of mods to port
      Vote here not in this thread anymore (it gets lost in all the other stuff)

      Reporting errors:
      • Read known issues - don't report those.
      • State the version of CB, ItemCraft and ICPlugin(s) you have problems with
      • If your client crashes, start the client from command line so that you get the error report.
      • Make sure the mod(s) works in SSP First before you report any errors here.
      • You are more likely to get a response if you describe the problem in more detail and do some testing yourself first of under what circumstances it occurs
      • Do not ask for uploads of minecraft.jar.
      • Do not pm me.
      • If you have problems installing, you are likely doing something wrong. Make sure you've followed the instructions exactly, read the FAQ and Wiki. If that doesn't work you can always ask in the thread, while I will likely not reply, there are others who can help you with your problem. But at least try to get it working yourself first.

      That said, I want to thank all who have helped users with their problems. In particular special thanks to icephantom and Asymetrikon for their big efforts in this. Also a special thanks to xeronut for being generally helpful.

      Changelog: (open)

      ItemCraft:
      v1.6.6
      • Inofficial update by Syrome to support CB #1060 and ModloaderMp v1.7.3v4.
      v1.6.5
      • Added changes by krnlyng/liar to support buildcraft
      v1.6.4
      • Inofficial updated by Qwertypower to support CB #1000
      v1.6.3
      • Fixed Generators not working since ModLoaderMP merged.
      v1.6.2
      • Added option to turn off packet230 being sent to clients: false setPacket230OnLogin
      v1.6.0,1.6.1
      • @QwertyPower's unofficial update to 1.7.2 and 1.7.3.
      v1.5.1
      • Fixed issues with ICPlugins not being able to use ModLoader methods obtained through relection.
      v1.5
      • Merge with @krnlyng/liar's translated vesion of SDK's ModLoaderMP
      v1.4.5
      • Added dummy method RegisterTileEntity to fake modloader.
      v1.4.4
      • Added dummy methods AddArmor and getUniqueSpriteIndex to fake modloader.
      v1.4.3
      • ItemCraft commands are now loaded automatically and can be used in init.ic
      v1.4.2
      • Fixed nonesense message when parsing a string and EOF is found after escape character.
      • Platform independent line breaks of autocreated files
      • added some stuff in the autocreated file
      v1.4.1
      • Fixed unupdated materials.java mod causing problems for other plugins accessing the enum's constants for new block ids 1.6.
      v1.4
      • Removed spam on use command
      • Fixed java method invocation
      • Added javamethod invocation of declared methods
      • Fixed pop removing 2 elements off stack
      • putsetting command, allowing editing settings using new script
      • putvar and getvar commands allowing use of variables in scripts
      • added if command, conditional execution of closures
      • ishidden, isCustomType and getCustomType commands
      • exec command, allowing execution of closures. Acts as function calls.
      • while command, for while-loops, execution of closures.
      • Annotation of non-standard methods allowing correction of semantics during parsing with methods that manually alter type info. (needed for for loops, and various stack commands (such as popall, push, pull,dup, casting, getvar, all that do not have a static type signature) to have any usefulness beyond execution using GUI.
      • added casts
      v1.3.8
      • Fixed setEntityIDPacketMod demanding a this pointer.
      v1.3.7
      • Fixed boolean constants missing.
      v1.3.6
      • Updated to CB #860
      • GUI is now off by default
      v1.3.5
      • Fixed illegal access of Item constructor and other methods
      v1.3.4
      • 16 bit Entity Id Packet mod can now be turned off
      • Added file loading functions that use filename rather than file class for Fileman, for use with Janino
      v1.3.3
      v1.3.2
      • Fixed intellisense being screwy, showing previous context
      • Fixed castability test of primitive types to primitive types being screwy
      • Fixed selected method in context view not being visible (scrolled down/up to).
      v1.3.1
      • Fixed array bounds error
      v1.3
      • added intellisense (context box showing sorted list of all applicable methods in context at cursor position, as well as selecting the one closest matching)
      • added tooltips showing documentation both in command box and in the context (list) box
      • added getmaterial method to get Minecraft's materials
      • added documentation to most methods.
      • removed some obsolete methods
      • renamed some methods
      v1.2.2
      • remove NAME: spam on classloaderlclass, 1,2,3 4.. spam and vs: spam
      • fixed classloaderlclass leaving junk on stack
      • fixed getconstructor (?)
      • fixed right square bracket without left square bracket not resulting in parse error
      • fixed parse to fail due to right bracket not yielding an array type
      v1.2.1
      • removed autocreate double spam
      • ics extension changed to ic (conflicting with korganizer and iCalendar)
      • moved plugins into plugins.ic (since it now doesn't execute "use" until it parsed the whole file, it doesn't
      • recognize ItemCraft functions in init.ic)
      • added setID
      • added back support for old file format using includeold
      • fixed execution of abstract script calling providing arguments in wrong order
      v1.2
      • ICScript is now completely converted into postfix
      • Completely rewritten script parsing and execution code
      • Math functions should work now
      • Scripts Are not executed until fully parsed
      • ICS now support direct invokation of java functions when no ICS function matches a call
      • ICS now support arrays
      • ICS now support closures (for later support for menus, functions, loops, conditionals)
      • Parser produces Abstract code that runs much faster, than when having to parse each time to execute code.
      • Pre 1.0-style startupfile scripts are no longer supported (for now)
      • Warning of Block loss with prompt to quit CB on any error during parsing
      • Warning of Block loss with prompt to quit CB if startup script file was not found and was autocreated. This way you can have it autocreate it safely without having to worry about loss of blocks during upgrade.
      • Detailed error reports during both parsing with line number and column and during execution.
      v1.1
      • added simple math functions
      • added basic string and character functions
      • fixed methods popping more than one element
      v1.0.3
      • fixed dup not duplicating
      • added primitive classes
      • added parsing of primitives as primary commands
      • added parsing of strings as primary commands
      v1.0.2
      • fixed identifier after a string being misparsed
      v1.0.1
      • fixed popup menus not working in windows
      • added methods to get icplugins and their classloaders
      • added methods to get constructors and invoke them
      v1.0
      • Implemented new functional script language ICScript
      • Implemented GUI
      • inclusion of files (so you can split up startupfile in smaller files)
      • loading plugins on the fly
      • executing any script commands on the fly using GUI
      • exploring variables and functions of objects in GUI
      • invoke any functions, private or public, on any class loaded in IC/ICPlugins/minecraft/CB/any bukkit plugins
      • Built in text editor (was going to be for editing java code)
      • Removal of blocks, entities and items, even on the fly
      • Adding new blocks, entities and items on the fly
      • Specify what entities spawn in what biomes and how frequently.
      • Customizable programmable menus per node type in GUI
      • IC now retrieves version number both for plugins and itself automatically and reports it when plugins are loaded
      v0.8.5
      • fixed mimic having target object mimic itself.
      v0.8.4
      • fixed invokation on wrong object when interacting with mimiced block
      v0.8.3
      • fixed setint setting a string and not an int
      v0.8.2
      • fixed case sensitivity of block parameters
      • fixed some other bugs related to block parameters
      • no more commas assigning multiple values in block parameters (because I'm lazy)
      v0.8.1
      • Mobs that are unspawnable don't crash the server anymore
      v0.8
      • Added new startupfile commands: blocks and entites
      • Added new startupfile commands: setbool, setint, setfloat, setdouble, that allows changing the settings of mods that use GUIAPI (nandonalt trees and mo's creatures)
      v0.7.5
      • fixed various bugs with craft command in startup script
      v0.7.4
      • removed debug spam on id command
      • fixed comments causing "unknown commands" in startup file
      • cleaned up unnecessary stuff from error report
      • fixed skip skipping over the next line too
      v0.7.3
      • Implemented modloader removespawn (could that have anything to do with the watermob problem?)
      • fixed unknown command spam on empty lines
      • fixed some bugs with craft command in startup file manager.
      v0.7.2
      • Fixed kicked when horse throws you off because of accessing protected field
      v0.7.1
      • Fixed problems adding recipes, tile entites, entites using API.
      • added items command for debug purposes
      • added a copy of spawncreatures to the mod, no idea if that will solve the issue with sharks crashing server.
      v0.7
      • Mimic feature of block allows block to mimic other blocks, fully or in some respect (useful to customize blocks beyond the fixed values from startup file)
      • back to start from craftbukkit folder; its no longer a plugin
      • IC plugins go into ICPlugin folder now in craftbukkit folder. These are to avoid problems caused by plugins being reloaded by CB
      • usedefaults on by default
      • fix item 0 is not valid item spam
      • implemented Modloader getUniqueEntityId,RegisterEntityID,setPrivateValue
      • implemented various SettingsGUI widgets facades, and SettingFloat, SettingsMulti
      • script pauses when error occurs to avoid startup with wrong settings
      v0.6.1
      • Items are also registered as dummy, to avoid error spam by other plugins
      v0.6
      • Modloader world generator interface for normal type worlds implemented
      • Barebones fake GUIAPI interface that loads default settings (might add ability to modify options through startup later)
      • Added fix for blocks not having dummy material in ICFancyPack that inherit the Block class directly
      • Dummy id changed to 255
      v0.5
      • Added support for Entities in API
      • Added support for adding mobs to biome spawnlist in API
      • Added support for adding tilentities in API
      • Added fake modloader for to interface with translated mod plugins
      v0.4.4
      • Added more detailed output when plugin loading fails.
      v0.4.3
      • Backward incompatible update to 766
      v0.4.2
      • Added ability to set data on input items in crafting recipe
      • Added ability to comment in startup file with #
      • Added more error handling.
      v0.4.1
      • Fixed unable to craft out of nonblocks
      • Added more error handling
      • Partial support for GUIs
      v0.4.0
      • Mod for custom tree generation
      • Custom Tree generation API
      • Custom Tree generation startup file instructions:tree,treebiome and biometreedensity
      v0.3.5
      • Added mod of org.bukkit.Material to accomodate new block types, should reduce at least some errors other plugins have.
      v0.3.3
      • Fixed Item id being offset by 256
      • Fixed startup script created Blocks not being added to item list
      • Added more error handling
      v0.3.2
      • Fixed ItemCraft not starting because of spaces in the path on windows machines
      v0.3.1
      • Fixed regexp error on windows when starting as plugin
      • More error handling added
      • Fixed freeze when adding new block properties using startup script
      v0.3
      • Now doubles as plugin, so you can start it as a plugin rather than a mod
      • Startup file autocreation
      • loud startup file instruction- prints out more info at startup
      • a whole lot more error handling
      • fixed bug not being able to load any other plugin that KSlopes.jar (what am I thinking)
      v0.2
      • Most if not all simple constant Block properties now definable from the startup file.
      • Better error handling
      • More complete Block API
      • Syntax correction
      v0.1
      • Initial Release
      KSlopes:
      v0.1.3
      • Made compatible with IC 1.0
      v0.1.2
      • Syntax correction
      • More information on startup
      v0.1.1
      • Fixed slopes and corners dropped having wrong data.
      v0.1
      • Initial Release
      ICFancyPack:
      v0.3.2
      • Introduced options to change settings and IDs
      v0.3.1
      • Disabled new bookshelves
      v0.3
      • Updated for 1.7.3
      v0.2.5
      • Fixed another NPE on startup
      v0.2.4
      • Fixed NPE on startup
      v0.2.3
      • Updated to unofficial version of 1.6.6
      v0.2.2
      • changed class path for flower, cactus and reed
      v0.2.1
      • Fixed not able to place in potted plants
      • Fixed blockcycler interaction
      v0.2
      • Added potted plants
      v0.1
      • Initial Release
      ICNTrees
      v0.1.4
      • Updated to 1.7.3
      v0.1.3
      • Fixed static construction of objects problem
      • Fixed no tree generation
      v0.1.2
      • updated to 1.6.6
      v0.1.1
      • fixed clicking on bananacake blocks, fruit leaves
      • fixed using fertilizing
      • fixed activating banana cake
      v0.1
      • Initial Release
      ICMCreatures
      v0.1.2
      • Updated to 1.6.6
      v0.1.1
      • Made everything public and even added a public ()V constructor in water mob class (no idea if that will solve it though)
      • Says its loaded on startup when its loaded
      v0.1
      • Initial Release
      16 Bit Entity ID Packet Mod
      v0.2
      • Supports both 16 bit and 8 bit servers
      v0.1
      • Initial Release
      ICSGlass
      v0.1.1
      • Fixed conflict with glass bug
      v0.1
      • Initial Release
      ICTranslator
      v0.1.4
      • Fixed no output on windows machines.
      v0.1.3
      • More informative about files to translate not being found.
      v0.1.2
      • Made it tolerate there being no file separator at the end of retroSource.
      • Removed some spam.
      v0.1.1
      • Added checks that make sure you have all the necessary maps specified, when you translate.
      v0.1
      • Initial Release
      KSlopes:
      v0.1.1
      • Update to 1.7.3
      v0.1
      • Initial Release

      Donate (Not necessary but appreciated)
     
  2. Offline

    eoden13

    Does Mo-Creatures work with 1.6.1? if so do I just need to install the mod on the client because it is included in itemcraft? or do I need to install it in itemcraft.jar? little confused on that one.... thanks!
     
  3. Offline

    Kamilio

    when you say "make sure all the people have the LATEST client side mods, does that mean 1.7.3? because I'm pretty sure step 2 involved installing server side mods that ran only 1.7.2. Will clientside 1.7.3 mods work with those?

    I don't understand how to make a 1.7.2 server with these mods for IC http://www.minecraftforum.net/topic...-flans-all-sdks-all-alblakas-industrialcraft/.

    I'll be using Industrial Craft and Planes Mods, along with Mo' Creatures and Fancypak.

    What I don't understand is, that link above ^ has mods for only server side If I am correct. Where do I find industrial craft for only 1.7.2? I found industrial craft for 1.7.3, but not 1.7.2, and I'm pretty sure he never realeased a 1.7.2 version. Once I find it, do I put it in the mods folder in the minecraft folder? Where would I put the server side mods? Open Itemcraft.jar with winrar and drag and drop into net/minecraft/server?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  4. Offline

    Gymnae

    I understand why this can be annoying. I read the past 5 pages and I saw some kinda guides. I was moderator in custom WoW-Server forum, in the beginning we had to to the same little dance to get the server running and enabling clients...lotta work and lotta RTFM. Here, I probably need to start at the very basic:

    So yes, I don't know how to do any of that: client-side, server setp. Also, which components are needed. Not only for planes, but for the entire mod workflow. Do I assume right that the procedure has to be repeated every time an update of MC or bukkit is released, aka, it breaks easily? I hope then jeb is really working on the mod API for the final release.
    So in short, if you could point me to a tutorial or the post that "clicked", I would be greatful. I understand the bukkit team also doesn't endorse modifications to their release, but I found one, which could be helpful.

    I thank you in advance.
     
  5. Offline

    Olat

    Well my Industrial Craft server crashes when this happems.. Causes Read Timed out Errors.

    19:28:59 [INFO] [ModSaver] Saving file ICSL_19_28_39
     
  6. Offline

    SGCMarkus

    Attached Files:

    • src.zip
      File size:
      122.4 KB
      Views:
      3
  7. Offline

    sddddgjd

    SGCMarkus likes this.
  8. Offline

    o4kapuk

    I hardly need ICMCreatures for 1.7.3. Where can I find the sources, and what tools can I use to compile it? I'm tied to wait and now I'm ready to update plugin by myself, but I need sources and/or some tech information. Can anyone help?
     
  9. Offline

    labelbuddy

    right now im running planes 1.7.3 v 15 server and client and industrial craft 8.10 server and client

    if you look at the logs right before the all.zip download link it tells you which server versions he has updated to go along with client sides. im pretty sure vehicles wont work and i believe ww2 weapons, SDK wont work because client side hasnt been updated to 1.7.3 so far the only ones that are updated both client and server are planes and industrial
     
  10. Offline

    Gymnae

    Thank you for your planes specific server side tutorial, I am trying to follow it right now. totally confused now. I guess I have to wait for a step-by-step tutorial or wait until the dust settles. Is Itemcraft, the direct modification of bukkit available on the minecraft forums or is BukkitContrib the best way? What I'd like is planes and mo'creates, that's it... I don't get it, there are so many little tutorials, little recipes and must-follwo guides that differ slightly, but enough to confuse.
     
  11. Offline

    NeatMonster

    StainedGlass compatible with 1.7?
     
  12. Offline

    salutwww

    Yes, I installed the Mo'creatures mod on my minecraft with the modloader and it work perfectly on singleplayer and I installed the 16 bit packet mod.
     
  13. Offline

    labelbuddy

    i have no clue if what im saying is right, this is just how i understand it

    theres two ways to mod a server, one with modloader and one with itemcraft, qwerty put both together making it easier. He put modloader inside of itemcraft. Item craft uses its own .jar's (ICcreatures, ICslopes, etc....) as of now im not really sure what ICmods are working, they require updates. i think qwerty got fancypack working i dont think ICCreatures has been updated for the newest 1.7.3 patch

    Now ModloaderMp is used to add more common single player mods to the game (sdk, planes, industrial craft) to install these you install the client side mods first. Then you use the server side mods (flan's mods, linked here: http://www.minecraftforum.net/topic...-flans-all-sdks-all-alblakas-industrialcraft/) and install them inside your itemcraft.jar (set my previous post) then you MUST put the Server side mod inside your mod folder of the server. i might make a video tutorial soon to clarify some things :D
     
  14. Offline

    Gymnae

    Thate would be most appreciated, also if you can then write down the steps you describe in your video (I kinda prefer text tutorials). But thanks for the clarification, the difference and mix between Modloader and Itemcraft was confusing me, besides the mod jungle :)
     
  15. Offline

    Kamilio

    Oh really? Well that's awesome! So Industrial Craft for 1.7.3 and planes mod for 1.7.3 will work on a SMP server?

    Any idea when ICCreatures will be updated to work with 1.7.3?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  16. Offline

    undeadmach1ne

    im interested in trying to make some new armours and weapons and i am wondering if other plugins will be able to see them properly. for example, if i make a craftable magic wand item, can i assign it as the wand item for a spellcasting plugin? or if i make a pair of boots for the sprint or rocketboots plugins, will i be able to define my new boots as the boots the plugins assign sprint/flying to?
     
  17. Offline

    Eltarion

    Hi,
    i have installed all mods+icplugins i want and if i start, i get the bad packet 230 error...
    Now, i have seen that the planes mod fix it, but if i install the mod my minecraft just stays black.

    The Errorlog:

    Show Spoiler
    Code:
    MCPatcher version is 2.1.0_02
    OS: Windows 7 6.1 x86
    JVM: Sun Microsystems Inc. 1.6.0_26 (32 bit)
    Classpath: C:\Users\Michael\Desktop\minecraftsachen\mcpatcher-2.1.0_02.exe
    Minecraft version is 1.7.3 (md5 c5a68906d943993b1121ef1dca0280a6)
    WARNING: could not determine original md5 sum
    
    Analyzing C:\Users\Michael\AppData\Roaming\.minecraft\bin\minecraft-1.7.3.jar (1682 files)
      cg.class matches StillLava.class
      cv.class matches RenderBlocks.class
       a matches renderStandardBlockWithAmbientOcclusion
       b matches renderStandardBlockWithColorMultiplier
       AO faces (N S E W) = (17 18 15 16)
       non-AO multipliers (R G B) = (14 15 16)
      ge.class matches GLAllocation.class
       c matches createDirectByteBuffer
      hs.class matches Portal.class
      hw.class matches ColorizerWater.class
      i.class matches TexturePackBase.class
       a matches getInputStream
      ia.class matches ColorizerGrass.class
      if.class matches FlowLava.class
      ik.class matches TexturePackList.class
      jh.class matches ColorizerFoliage.class
      ji.class matches RenderEngine.class
      ku.class matches Watch.class
      kv.class matches GameSettings.class
      oh.class matches FlowWater.class
      sj.class matches FontRenderer.class
      sj.class matches FontRenderer.class
       font registers = 5, 6
      uu.class matches Block.class
      vs.class matches StillWater.class
      xp.class matches IBlockAccess.class
      net/minecraft/client/Minecraft.class matches Minecraft.class
     no classes matched TextureFX
     no classes matched Compass
     no classes matched Fire
     no classes matched ItemRenderer
     no classes matched TexturePackDefault
     no classes matched Material
     no classes matched BlockGrass
    
    Analyzing C:\Users\Michael\AppData\Roaming\.minecraft\bin\minecraft-1.7.3.jar (second pass)
      RenderEngine (ji.class)
       field f matches imageData
       field g matches textureList
       no match found for method registerTextureFX
       no match found for method refreshTextures
       method a matches readTextureImage
       method a matches setupTexture
       method a matches readTextureImageData
      StillLava (cg.class)
      FlowLava (if.class)
      StillWater (vs.class)
      FlowWater (oh.class)
      Watch (ku.class)
      Portal (hs.class)
      Minecraft (net/minecraft/client/Minecraft.class)
       field D matches texturePackList
       field p matches renderEngine
       field z matches gameSettings
       field q matches fontRenderer
      GLAllocation (ge.class)
      TexturePackList (ik.class)
       field a matches selectedTexturePack
       field c matches defaultTexturePack
       field e matches minecraft
      TexturePackBase (i.class)
       field a matches texturePackFileName
      FontRenderer (sj.class)
      GameSettings (kv.class)
      ColorizerWater (hw.class)
       field a matches colorBuffer
      ColorizerGrass (ia.class)
       field a matches colorBuffer
      ColorizerFoliage (jh.class)
       field a matches colorBuffer
      FontRenderer (sj.class)
      Block (uu.class)
       method a matches getBlockTexture
      IBlockAccess (xp.class)
       no match found for method getBlockMaterial
       method a matches getBlockId
       method e matches getBlockMetadata
      RenderBlocks (cv.class)
       field c matches blockAccess
    
    3 available mods:
    [ NO] HD Textures 1.0 - Provides support for texture packs of 32x32, 64x64, 128x128, and 256x256.
     no classes matched TextureFX
     no classes matched Compass
     no classes matched Fire
     no classes matched ItemRenderer
     no classes matched TexturePackDefault
    [YES] HD Font 1.0 - Provides support for higher resolution fonts.
    [ NO] Better Grass 1.0 - Improves the look of the sides of grass blocks. Inspired by MrMessiah's mod.
     no classes matched Material
     no classes matched BlockGrass
    
    Launching C:\Users\Michael\AppData\Roaming\.minecraft\bin\minecraft.jar
    java -cp C:\Users\Michael\AppData\Roaming\.minecraft\bin/minecraft.jar;C:\Users\Michael\AppData\Roaming\.minecraft\bin/lwjgl.jar;C:\Users\Michael\AppData\Roaming\.minecraft\bin/lwjgl_util.jar;C:\Users\Michael\AppData\Roaming\.minecraft\bin/jinput.jar; -Djava.library.path=C:\Users\Michael\AppData\Roaming\.minecraft\bin\natives -Xmx768M -Xms512M net.minecraft.client.Minecraft
    java.lang.IncompatibleClassChangeError: Implementing class
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: net.minecraft.client.Minecraft.  Program will exit.
    Exception in thread "main" 
    Minecraft exited with status 1
    


    I checked whether the file "net.minecraft.client.Minecraft" exists, the file exists.

    Serverconsole-Output:

    http://imageshack.us/photo/my-images/846/errorcc.jpg/

    Thanks in advance
     
  18. So far, Industrialcraft v8.10 and planes v15 work on bukkit #953. Vehicles and WW2 guns have not yet been updated as far as I'm aware, but as with @labelbuddy I have a working SMP server #953 with these mods installed. Haven't managed to get vehs. and guns to work yet though, although this might be down to lack of available ID's. The new version of Industrialcraft has added a few extra items.

    Have you tried reading THIS post - it gives the option to install a 'dummy' mod to get round the packet ID230 issue, so you don't have to install the planes mod (if you don't want to that is). It's worth a try to see if you can get a working client to log into your server.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  19. Offline

    twinees

    I believe the problem you are having is with the blockIDs, Kslopes is interfering with FancyPack or since FancyPack was updated the blockIds have been changed.
    A quick guide to change block ID's on these plugins would be greatly appreciated, since i too am stuck on this.
     
  20. Offline

    Olat

    @QwertyPower
    @icephantom
    @labelbuddy

    Any reason my server locks up and gives me read timed out when it tries to do this ?
    19:28:59 [INFO] [ModSaver] Saving file ICSL_19_28_39
     
  21. What plugin is causing this save ? Could it be Virtual Chest perhaps ? and what bukkit version are you using please ?
     
  22. Offline

    labelbuddy

    so far ive noticed a few errors, dont try using the wrench it crashes my server, idk if it does for you too. also i cant give my self full planes. IDK why i can craft them but i cant just give me a plan haha. I gave myself one and picked it up, wasnt able to log in so i had my friend try and kill me, spawned in lava and nothing eventually i had to give him admin to use kill command XD

    also @Olat need to know which plugin :3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  23. Offline

    Eltarion

    First thanks for your reply,
    yes, I've tried, but with the mod is my Minecraft also black...

    Errorlog - Client:

    Show Spoiler
    Code:
    Mods loaded: 1
    ModLoader Beta 1.7.3
    
          Minecraft has crashed!
          ----------------------
    
    Minecraft has stopped running because it encountered a problem.
    
    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.
    
    
    
    --- BEGIN ERROR REPORT e9df3db --------
    Generated 14.07.11 11:53
    
    Minecraft: Minecraft Beta 1.7.3
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_26, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce 9600 GT/PCI/SSE2 version 3.3.0, NVIDIA Corporation
    
    java.lang.NoClassDefFoundError: BaseModMp
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at ModLoader.addMod(ModLoader.java:267)
        at ModLoader.readFromModFolder(ModLoader.java:1169)
        at ModLoader.init(ModLoader.java:811)
        at ModLoader.AddAllRenderers(ModLoader.java:183)
        at th.<init>(th.java:60)
        at th.<clinit>(th.java:9)
        at net.minecraft.client.Minecraft.a(SourceFile:318)
        at net.minecraft.client.Minecraft.run(SourceFile:716)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: BaseModMp
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 21 more
    --- END ERROR REPORT 5237d2e0 ----------


    I read it so, that i need another ModloaderMP?
    I thought this mod is a dummy for this.

    In MCpatcher is this error.

    Code:
    16 achievements
    151 recipes
    MCPatcherUtils initialized. Directory C:\Users\Michael\AppData\Roaming\.minecraft\.
    ModLoader Beta 1.7.3 Initializing...
    Failed to load mod from "mod_ICCompat.class"
    Mod Loaded: mod_TooManyItems 1.7.2 2011-07-01
    Mod Loaded: mod_Stackables Beta 1.7_01
    Done.
    Thanks in advance
     
  24. Offline

    Asymetrikon

    Are there maps that work? I cant find the right post. :/
     
  25. Offline

    Tuttu

  26. Offline

    Olat

    This is for my CB 953 Planes Mod + Industrial Craft server using Itemcraft

    Plugins:
    Essentials
    Factions
    Spawncontrol
    Essentials GroupManager w/ Permissions Bridge
    Autosave
    Thats about it...

    Since it said Modsaver I figured it was a Modloader function, and it causes Read Timed Out.. No clue though...

    It looks to be the Industrial Craft plugin is causing this.. on the normal Non Bukkit Server I see it save the save file when people log in or out...
    Code:
    2011-07-14 14:22:15 [INFO] Doodlord joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15
    Doodlord joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15
    2011-07-14 14:23:57 [INFO] Parius [/84.194.120.21:51792] logged in with entity id 13374 at (-304.1772529079477, 26.0, 374.4078290309642)
    2011-07-14 14:23:58 [INFO] Parius joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15, mod_TooManyItems 1.7.2 2011-07-01
    Parius joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15, mod_TooManyItems 1.7.2 2011-07-01
    [ModSaver] Saving file ICSL_14_12_46
    2011-07-14 14:25:14 [INFO] vobilli [/50.89.5.13:50192] logged in with entity id 14210 at (192.75857235156073, 68.0, -179.35260150632817)
    2011-07-14 14:25:15 [INFO] vobilli joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15
    vobilli joined with mod_IndustrialCraft 8.10, mod_Planes 1.7.3v15
    2011-07-14 14:26:17 [INFO] vobilli lost connection: disconnect.quitting
    [ModSaver] Saving file ICSL_14_12_46
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  27. Offline

    BrilZliaN

    Hello,
    I have encountered a problem.
    Minecraft crashes then I connect to my server.
    How can I fix it?
    Logs:
    Show Spoiler

    Code:
    C:\Documents and Settings\Admin> java -Xms512m -Xmx1024m -cp "%APPDATA%\.minecra
    ft\bin\*" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.c
    lient.Minecraft
    16 achievements
    151 recipes
    ModLoader Beta 1.7.3 Initializing...
    ----ItemCraft Compatibility Plugin Loaded----
    Mod Loaded: mod_ICCompat 1.7.x
    Overriding /terrain.png with /qwertypower/stack/iron_stack.png @ 214. 83 left.
    Overriding /terrain.png with /qwertypower/stack/gold_stack.png @ 215. 83 left.
    Overriding /terrain.png with /qwertypower/stack/diamond_stack.png @ 216. 83 left
    .
    Overriding /terrain.png with /qwertypower/stack/redstone_stack.png @ 217. 83 lef
    t.
    Overriding /terrain.png with /qwertypower/decorative/rectangle_stone_tile.png @
    228. 83 left.
    Overriding /terrain.png with /qwertypower/decorative/decorative_gold.png @ 229.
    83 left.
    Overriding /terrain.png with /qwertypower/decorative/polished_pebbles.png @ 230.
     83 left.
    Overriding /terrain.png with /qwertypower/decorative/stamped_iron.png @ 231. 83
    left.
    Overriding /terrain.png with /qwertypower/bricks/bricks_block_blue.png @ 232. 83
     left.
    Overriding /terrain.png with /qwertypower/bricks/bricks_block_brown.png @ 233. 8
    3 left.
    Overriding /terrain.png with /qwertypower/bricks/bricks_block_gray.png @ 234. 83
     left.
    Overriding /terrain.png with /qwertypower/granite/granite.png @ 30. 82 left.
    Overriding /terrain.png with /qwertypower/granite/granite_red.png @ 54. 81 left.
    
    Overriding /terrain.png with /qwertypower/granite/granite_blue.png @ 76. 80 left
    .
    Overriding /terrain.png with /qwertypower/granite/granite_lightblue.png @ 77. 79
     left.
    Overriding /terrain.png with /qwertypower/granite/granite_pink.png @ 78. 78 left
    .
    Overriding /terrain.png with /qwertypower/granite/granite_green.png @ 85. 77 lef
    t.
    Overriding /terrain.png with /qwertypower/granite/granite_refined.png @ 100. 76
    left.
    Overriding /terrain.png with /qwertypower/granite/adobe.png @ 101. 75 left.
    Overriding /terrain.png with /qwertypower/granite/marble_ore.png @ 111. 74 left.
    
    Overriding /terrain.png with /qwertypower/granite/marble.png @ 125. 73 left.
    Mod Loaded: mod_qFancyPackAdditions 1.7.2
    Overriding /terrain.png with /StainedGlass/glass1.png @ 126. 72 left.
    Overriding /terrain.png with /StainedGlass/glass2.png @ 127. 71 left.
    Overriding /terrain.png with /StainedGlass/glass3.png @ 136. 70 left.
    Overriding /terrain.png with /StainedGlass/glass4.png @ 137. 69 left.
    Overriding /terrain.png with /StainedGlass/glass5.png @ 138. 68 left.
    Overriding /terrain.png with /StainedGlass/glass6.png @ 139. 67 left.
    Overriding /terrain.png with /StainedGlass/glass7.png @ 141. 66 left.
    Overriding /terrain.png with /StainedGlass/glass8.png @ 142. 65 left.
    Overriding /terrain.png with /StainedGlass/glass9.png @ 143. 64 left.
    Overriding /terrain.png with /StainedGlass/glass10.png @ 148. 63 left.
    Overriding /terrain.png with /StainedGlass/glass11.png @ 153. 62 left.
    Overriding /terrain.png with /StainedGlass/glass12.png @ 154. 61 left.
    Overriding /terrain.png with /StainedGlass/glass13.png @ 155. 60 left.
    Overriding /terrain.png with /StainedGlass/glass14.png @ 156. 59 left.
    Overriding /terrain.png with /StainedGlass/glass15.png @ 157. 58 left.
    CONFLICT @ -236
    Mod Loaded: mod_StainedGlass 1.6.6
    Mod Loaded: mod_TooManyItems 1.7.2 2011-07-01
    Overriding /gui/items.png with /planes/BiplaneWing.png @ 38. 129 left.
    Overriding /gui/items.png with /planes/WoodenTail.png @ 46. 128 left.
    Overriding /gui/items.png with /planes/WoodenPropeller.png @ 61. 127 left.
    Overriding /gui/items.png with /planes/Wheel.png @ 62. 126 left.
    Overriding /gui/items.png with /planes/MetalTail.png @ 91. 125 left.
    Overriding /gui/items.png with /planes/BombBay.png @ 101. 124 left.
    Overriding /gui/items.png with /planes/MetalWingMG.png @ 102. 123 left.
    Overriding /gui/items.png with /planes/MetalWing.png @ 105. 122 left.
    Overriding /gui/items.png with /planes/MetalWingProp.png @ 106. 121 left.
    Overriding /gui/items.png with /planes/MetalCockpit.png @ 107. 120 left.
    Overriding /gui/items.png with /planes/Machinegun.png @ 108. 119 left.
    Overriding /gui/items.png with /planes/TriplaneWing.png @ 109. 118 left.
    Overriding /gui/items.png with /planes/WoodenCockpit.png @ 117. 117 left.
    Overriding /gui/items.png with /planes/Bullet.png @ 118. 116 left.
    Overriding /gui/items.png with /planes/Bomb.png @ 119. 115 left.
    Overriding /gui/items.png with /planes/BigBomb.png @ 120. 114 left.
    Overriding /gui/items.png with /planes/Napalm.png @ 121. 113 left.
    Overriding /gui/items.png with /planes/V4Engine.png @ 122. 112 left.
    Overriding /gui/items.png with /planes/V6Engine.png @ 123. 111 left.
    Overriding /gui/items.png with /planes/V8Engine.png @ 124. 110 left.
    Overriding /gui/items.png with /planes/RotaryEngine.png @ 125. 109 left.
    Overriding /gui/items.png with /planes/EnginePiston.png @ 133. 108 left.
    Overriding /gui/items.png with /planes/PassengerBay.png @ 134. 107 left.
    Overriding /gui/items.png with /planes/MetalPropeller.png @ 137. 106 left.
    Overriding /terrain.png with /planes/PlaneWorkbenchTop.png @ 158. 57 left.
    Overriding /terrain.png with /planes/PlaneWorkbench.png @ 159. 56 left.
    Overriding /gui/items.png with /planes/AABarrel.png @ 138. 105 left.
    Overriding /gui/items.png with /planes/AAAxis.png @ 139. 104 left.
    Overriding /gui/items.png with /planes/AAAllies.png @ 140. 103 left.
    Overriding /gui/items.png with /planes/AAShell.png @ 141. 102 left.
    ModLoaderMP Beta 1.7.3 unofficial Initialized
    Overriding /gui/items.png with /planes/Biplane.png @ 144. 101 left.
    mod_Planes added plane : Biplane
    Error reading planes.txt
    Mod Loaded: mod_Planes 1.7.3v15
    Error reading vehicles.properties.
    Overriding /gui/items.png with /vehicles/SmallCarChassis.png @ 145. 100 left.
    Overriding /gui/items.png with /vehicles/TankBarrel.png @ 146. 99 left.
    Overriding /gui/items.png with /vehicles/TankTurret.png @ 147. 98 left.
    Overriding /gui/items.png with /vehicles/TankBody.png @ 148. 97 left.
    Overriding /gui/items.png with /vehicles/TrackPiece.png @ 149. 96 left.
    Overriding /gui/items.png with /vehicles/CaterpillarTrack.png @ 150. 95 left.
    Overriding /gui/items.png with /vehicles/TankShell.png @ 152. 94 left.
    Error reading vehicles.properties.
    Overriding /gui/items.png with /vehicles/Kubelwagen.png @ 153. 93 left.
    mod_Vehicles added vehicle : Kubelwagen
    Error reading vehicles.txt
    Mod Loaded: mod_Vehicles 1.7.3v4
    Mod Loaded: mod_Kaevator_Corners 1.6.6
    Mod Loaded: mod_Kaevator_IntCorners 1.6.6
    Mod Loaded: mod_Kaevator_Slopes 1.6.6
    ----ItemCraft Compatibility Plugin Loaded----
    Mod Loaded: mod_ICCompat 1.7.x
    Done.
    Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
    
    Starting up SoundSystem...
    Initializing LWJGL OpenAL
        (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.or
    g)
    OpenAL initialized.
    
    Connecting to localhost, 1235
    Connecting to localhost, 1235
    Reset BukkitContrib
    Commands: 116
    UpdateCloak
    0.1.3.
    Set BukkitContrib v. 0.1.3
    BukkitContrib SP Enabled
    java.lang.NoSuchFieldError: b
            at nb.a(NetClientHandler.java:567)
            at jm.a(Packet24MobSpawn.java:64)
            at pf.b(SourceFile:279)
            at nb.a(NetClientHandler.java:58)
            at vx.a(GuiConnecting.java:137)
            at net.minecraft.client.Minecraft.k(SourceFile:1302)
            at net.minecraft.client.Minecraft.run(SourceFile:754)
            at java.lang.Thread.run(Unknown Source)
    Stopping!
    
    SoundSystem shutting down...
        Author: Paul Lamb, www.paulscode.com

    Show Spoiler
    Code:
    C:\Dropbox\Public\Servak>java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbukkit.
    jar org.bukkit.craftbukkit.Main
    151 recipes
    16 achievements
    16:34:41 [INFO] Starting minecraft server version Beta 1.7.2
    16:34:41 [INFO] Loading properties
    16:34:41 [INFO] Starting Minecraft server on *:1235
    16:34:41 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    16:34:41 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    16:34:41 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    16:34:41 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    16:34:41 [INFO] This server is running Craftbukkit version null (MC: 1.7.2)
    16:34:41 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolat
    ion[SERIALIZABLE] min[2] max[20]
    16:34:41 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    16:34:42 [INFO] Entities enhanced[0] subclassed[2]
    16:34:42 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] tra
    nsIsolation[SERIALIZABLE] min[2] max[20]
    16:34:42 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    16:34:42 [INFO] Entities enhanced[0] subclassed[2]
    16:34:42 [INFO] LWC: Loading shared objects
    16:34:42 [INFO] LWC: Protection cache: 0/10000
    16:34:42 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    16:34:42 [INFO] [Permissions] Converting GM/2.x syntax files...
    16:34:42 [INFO] [Permissions] Conversion complete!
    16:34:42 [INFO] [Permissions] (Yeti) was initialized.
    16:34:42 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    16:34:43 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    16:34:43 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    16:34:43 [INFO] Done.
    16:34:43 [INFO] ItemCraft 1.6.0
    16:34:43 [INFO] ItemCraft: ICKSlopes 0.1 Loaded.
    16:34:43 [INFO] ItemCraft: ICSGlass 0.1.1 Loaded.
    16:34:43 [INFO] Preparing level "world"
    16:34:43 [INFO] Preparing start region for level 0 (Seed: 5572648833745171535)
    16:34:43 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    16:34:43 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    16:34:44 [INFO] Preparing spawn area: 93%
    16:34:44 [INFO] Preparing start region for level 1 (Seed: 3427243512306469629)
    16:34:45 [INFO] BukkitContrib 0.1.3 has been initialized
    16:34:45 [INFO] creaturebox version 0.7.4 is enabled!
    16:34:45 [INFO] [FalseBook Block] 3100 Books loaded!
    16:34:45 [INFO] FalseBookBlock v0.87alpha by GeMo enabled
    16:34:45 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    16:34:45 [INFO] FalseBookCart v0.87alpha by GeMo enabled
    16:34:45 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    16:34:45 [INFO] FalseBookChat v0.87alpha by GeMo enabled
    16:34:45 [INFO] [FalseBook Core] FalseBookCore v0.87alpha by GeMo enabled!
    16:34:45 [INFO] FalseBookExtra v0.87alpha by GeMo enabled
    16:34:45 [INFO] FalseBookIC v0.87alpha by GeMo enabled
    16:34:46 [INFO] [iConomy] Logging is currently disabled.
    16:34:46 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    16:34:46 [INFO] [iConomy] Developed by: [Nijikokun]
    16:34:46 [INFO] [iConomy] hooked into Permissions.
    16:34:46 [INFO] [Jail] Loaded 0 jail zones.
    16:34:46 [INFO] [Jail] Loaded 0 prisoners.
    16:34:46 [INFO] [Jail] Loaded 0 cells.
    16:34:46 [INFO] [milkAdmin] v1.3.1-07.03 is enabled!
    16:34:46 [INFO] [milkAdmin] Developed by: [Sharkiller]
    16:34:46 [INFO] [milkAdmin] WebServer listening on port 25000
    16:34:46 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    16:34:46 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    16:34:46 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enab
    led!
    16:34:46 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    16:34:46 [INFO] over9000homes is ready.
    16:34:46 [INFO] [Permissions] SQL Interface enabled!
    16:34:46 [INFO] [PlayerEditor] PlayerEditor v0.9.1 is intializing
    16:34:46 [INFO] [PlayerEditor] SQLite Initializing
    16:34:46 [INFO] [PlayerEditor] PlayerEditor v0.9.1 is finished initializing.
    16:34:46 [INFO] WorldEdit 84-9d47696 enabled.
    16:34:46 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    16:34:46 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    16:34:47 [INFO] WorldGuard: (world) Single session is enforced.
    16:34:47 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    16:34:47 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    16:34:47 [INFO] WorldGuard: (world) Lava fire is blocked.
    16:34:47 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    16:34:47 [INFO] WorldGuard: Loaded configuration for world 'world"
    16:34:47 [INFO] WorldGuard: (world_nether) Single session is enforced.
    16:34:47 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    16:34:47 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    16:34:47 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    16:34:47 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    16:34:47 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    16:34:47 [INFO] WorldGuard 5.2.2 enabled.
    16:34:47 [INFO] [xAuth] 'Permission' support enabled
    16:34:47 [WARNING] [xAuth] 'Help' isn't detected. No /help support
    16:34:47 [INFO] [xAuth] Connection to H2 database established!
    16:34:47 [INFO] [xAuth] Accounts: 0, Sessions: 0
    16:34:47 [INFO] [xAuth] v2.0b3.5 Enabled!
    16:34:47 [INFO] [Citizens] Deleting outdated setting pirates.spawn.delay.
    16:34:47 [INFO] [Citizens] Deleting outdated setting evil.spawn.delay.
    16:34:47 [INFO] [Citizens] Loaded 0 quests.
    16:34:47 [INFO] [Citizens] Permissions enabled.
    16:34:47 [INFO] [Citizens] version [1.0.9c] (Odyssey) loaded
    16:34:47 [INFO] [Citizens] Payment method found (iConomy version: 5)
    16:34:47 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    16:34:47 [INFO] Using Permissions API
    16:34:47 [INFO] LWC: Loading SQLite
    16:34:47 [INFO] LWC: Using: Native
    16:34:47 [INFO] LWC: Precached 0 protections.
    16:34:47 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d591
    7274a2-b69jnks
    16:34:47 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    16:34:47 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.7 is ena
    bled!
    16:34:48 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    
    16:34:48 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabl
    ed!
    16:34:48 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enab
    led!
    16:34:48 [INFO] Done (0.491s)! For help, type "help" or "?"
    16:34:48 [INFO] [FalseBook Block] 0 Areas loaded.
    16:34:48 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    16:34:48 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    16:34:48 [INFO] [FalseBook Block] Gates successfully loaded.
    16:34:48 [INFO] [Citizens] Loaded 0 NPCs.
    16:34:51 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 done
    16:34:51 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 failed
    16:34:52 [INFO] [Citizens] Creating new config file at plugins/Citizens/Player P
    rofiles/Player406.yml.
    16:34:52 [INFO] Player406 [/127.0.0.1:2103] logged in with entity id 237 at ([wo
    rld] -12.5, 65.62000000476837, 174.5)
    16:34:52 [INFO] Creating user Player406
    16:35:24 [INFO] Read timed out
    16:35:24 [INFO] Player406 lost connection: disconnect.endOfStream
    >
    
     
  28. Offline

    Eltarion

    Why the "mod_ICCompat" works for you?
    Which "mod_ICCompat" do you download?

    The "mod_ICCompat" from a post here works only for me if i don't install a Modloader...
     
  29. Offline

    Schrotie

    Does ICCreatures work with 1.7.3
     
  30. Offline

    asdaarg

    IC Update 1.6.2
    You can now turn off the packet230 being sent to clients at login putting this in your init.ic:
    Code:
    false setPacket230OnLogin
    
     
  31. Offline

    Eltarion

    Wow, great !!! Thanks :D

    Now the server works without errors.

    But if i want to connect to the server, my screen stay black.
    In the serverconsole the output haven't errors, its just the connectionoutputs.

    So i start the game with the mcpatcher (test minecraft) to get the errormessage.

    Here the Error:

    Show Spoiler
    Code:
    Mods loaded: 7
    ModLoader Beta 1.7.3
    mod_FancyPack 1.7.3
    mod_Kaevator_Hedges 1.5_01
    mod_Kaevator_Corners 1.6.6
    mod_Kaevator_IntCorners 1.6.6
    mod_Kaevator_Slopes 1.6.6
    mod_StainedGlass 1.7.3
    
          Minecraft has crashed!
          ----------------------
    
    Minecraft has stopped running because it encountered a problem.
    
    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.
    
    
    
    --- BEGIN ERROR REPORT b15ec4ff --------
    Generated 14.07.11 16:48
    
    Minecraft: Minecraft Beta 1.7.3
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_26, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce 9600 GT/PCI/SSE2 version 3.3.0, NVIDIA Corporation
    
    java.lang.NullPointerException
        at nb.a(SourceFile:465)
        at jm.a(SourceFile:62)
        at pf.b(SourceFile:279)
        at nb.a(SourceFile:119)
        at vx.a(SourceFile:44)
        at net.minecraft.client.Minecraft.k(SourceFile:1302)
        at net.minecraft.client.Minecraft.run(SourceFile:754)
        at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 8c8de153 ----------


    Thanks to advance

    edit*
    At singleplayer it works.
     

Share This Page