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

    QwertyPower

    The server-side(ItemCraft's integrated version of ModloaderMP support) requires a client-side mod to avoid the "Bad Packet 230 bug".
    I used flans-planes for my example ModloaderMP mod. I could have used others, but it was rather inconsequential.

    Since the server has no knowledge of what is required to create the planes, parts, or accessories(only the client knows at this point), there is no blockID waste.

    ModloaderMP Server mods are currently required to be placed directly into "ItemCraft.jar". This is how a vanilla minecraft_server would normally operate. The "mods" folder is auto-created by code from ModLoader/MP.

    Ideally, they should be plugins like "ICKSlopes.jar" or whatnot, but ModLoaderMP was not built for interfacing in this way.
     
  3. Offline

    DeadThiaz

    Will never Work... normal 1.6.1 don't work with 953 bukkit ( Minecraft 1.7.x ) !!!
    If u want to use 953 u need 1.7.2 / updated 1.6.1 Itemcraft from QwertyPower

     
  4. Offline

    Jonathan Thorpe

    I have no idea why I wrote 1.6.1... I meant 1.7.2 :) Think I got confused by the thread title. Either way, still not had any joy with it.
     
  5. Offline

    DeadThiaz

    u could try the tutorial from Lindrack on Page 118
     
  6. Offline

    Lindrack

    Thanks Sgt Fresh, glad my post helped !

    Assuming I got everything straight, it doesn't have to be Planes, you can take something that will eat up less id slots but it has to come with a current version of a client side modloaderMP. One mod that apparently serves that purpose would be Grappling Hook. I can't confirm it though, just what I've read. On a side note, you only need to install Planes on the client, not the server, so I might be wrong but maybe it doesn't even actually use the IDs ? Haven't had a lot of time to test everything in depth so I can't tell for sure.

    In my current configuration, the mods folder in bukkit is unused (only have stuff in the plugins folder atm, all unrelated to ItemCraft) and the mods folder in .minecraft contains the SuperSlopes zip file. For some reason you don't unzip it in minecraft.jar but just leave it there.

    Good luck with the rest !

    Edit : Woops QwertyPower was wayyy faster than me ^^
     
  7. Offline

    Jonathan Thorpe

    I could... but to be honest I've given up until there is a more elegant solution, let's face it, there are plenty of very talented developers around here, so I'm sure someone will come up with something to either improve on ItemCraft, or build something else entirely. I can live without a couple of SSP mods in CraftBukkit, or perhaps someone will make a fully Bukkit-compliant version of the SSP mods :)
     
  8. Offline

    Lindrack

    I know my post is quite dense, but the installation actually takes very little effort. The server is 95% ready and you don't have to go around the web looking for the right files - everything's there. I left as little room for error as I could by keeping things very simple. I had a lot of problems prior to this too, nothing appeared to work for me, but this ended up being a headache-free install. To make sur I wasn't just being lucky, once I got it working I deleted the server and client and started again from scratch, and 1 minute later it was done and working like a charm.

    Back your files up and give it a go, this worked for me where nothing else would. ;)
     
  9. Offline

    QwertyPower

    @asdaarg
    Ive tried many different ways, but I end up with null's in that column. The number of rows that its generating now is fewer, so I'm thinking my files are a mix of FF and Jad. I added a csv output from ICTranslator, and it fixed my formatting issues at least.
     

    Attached Files:

  10. Offline

    willtpdude

    Lindrack...

    <33333 I WANT YOUR BABIES!
     
  11. Offline

    Sgt Fresh

    Thanks, good to know that :-D
    I thought that the client could still crash, as something from the plane's mod is being crafted, which doesn't work but still sends the server an id, that is in use by a mod that is really installed.

    That should not be the goal! The coders did good work and coding something again that is already there, doesn't solve the problem. Instead we get many clones that all have more or less the same features and even only may work. Just look at the bukkit plugin list. There are so many mods/plugins that exist in a mindless variety of duplicates.
    What we'd need is a guideline. Unification. Keep bukkit, develop it further, forget about normal smp, canary, etc....
    Force all modders to program their mods so that they're conform with the rules, i.e. must have smp (bukkit) and ssp compatibility and so on...
    In a way mods like Itemcraft or ModLoader aim at that directive, but still there is lot of work - work that is being done right now.
     
  12. Offline

    labelbuddy

    so i read qwertys latest post and discovered that in order to get mods to work they need to be installed in the item craft jar so i did that not i get black screen and this

    Code:
    14:25:02 [INFO] ModLoaderMP Beta 1.7.2v4 Initialized
    >ModLoaderMP Beta 1.7.2v4 Initialized
    Overriding /gui/items.png with /planes/Biplane.png @ 46. 130 left.
    >Setting material 23317 name: Biplane
    CONFLICT @ 23061
    Overriding /gui/items.png with /planes/Biplane.png @ 61. 129 left.
    >Setting material 23317 name: Biplane
    mod_Planes added plane : Biplane
    Overriding /gui/items.png with /planes/Fokker.png @ 62. 128 left.
    >Setting material 23318 name: Fokker
    CONFLICT @ 23062
    Overriding /gui/items.png with /planes/Fokker.png @ 85. 127 left.
    >Setting material 23318 name: Fokker
    mod_Planes added plane : Fokker
    Overriding /gui/items.png with /planes/Camel.png @ 91. 126 left.
    >Setting material 23319 name: Camel
    CONFLICT @ 23063
    Overriding /gui/items.png with /planes/Camel.png @ 93. 125 left.
    >Setting material 23319 name: Camel
    mod_Planes added plane : Camel
    Overriding /gui/items.png with /planes/Spitfire.png @ 101. 124 left.
    >Setting material 23320 name: Spitfire
    CONFLICT @ 23064
    Overriding /gui/items.png with /planes/Spitfire.png @ 102. 123 left.
    >Setting material 23320 name: Spitfire
    mod_Planes added plane : Spitfire
    Overriding /gui/items.png with /planes/TwoSeaterBiplane.png @ 105. 12
    >Setting material 23321 name: TwoSeaterBiplane
    CONFLICT @ 23065
    Overriding /gui/items.png with /planes/TwoSeaterBiplane.png @ 106. 12
    >Setting material 23321 name: TwoSeaterBiplane
    mod_Planes added plane : TwoSeaterBiplane
    Overriding /gui/items.png with /planes/BF109.png @ 107. 120 left.
    >Setting material 23323 name: BF109
    CONFLICT @ 23067
    Overriding /gui/items.png with /planes/BF109.png @ 108. 119 left.
    >Setting material 23323 name: BF109
    mod_Planes added plane : BF109
    Overriding /gui/items.png with /planes/Mustang.png @ 109. 118 left.
    >Setting material 23324 name: Mustang
    CONFLICT @ 23068
     
  13. Offline

    jescophoto

    I got the test server to actually work using this method. I still can't get Mo Creatures to work, though. I have it installed, but every time I install the 16 bit entity id packet mod by copying and pasting the files into the minecraft.jar, it will no longer load the game in single player. I can connect to the server, but there are no creatures.
    Can anyone help?
     
  14. Offline

    Lindrack

    I can now confirm that Planes doesn't use IDs in SMP. When i try to give myself some stuff from the mod using toomanyitems in multiplayer, i get the "there's no item with id xxx" message.

    BTW I'm not sure that was part of your question initially but I installed Toomanyitems and BetterBlocks as SSP mods and they appear to work just fine in SMP as well (I didn't have to install a thing on the server :) )

    Try to use my install method a few posts higher. I can't say it's guaranteed to work but there is a good chance it will. See quote below :)

    I'll send you one if I happen to have too many at some point. Must say I haven't started production yet though.
     
  15. Offline

    Jonathan Thorpe

    I agree entirely, but sadly until a so-called "elegant" solution is found, it is common for lots of clones to spring up, until a dominant one takes precidence over the rest. Such is the process of software development. CraftBukkit is still very early release, as is Minecraft as a whole, there aren't many plugins that have version numbers above 2 or 3, most are still at the 0.x stage. So, in all, plenty of scope for improvement all round. This is what I look forward to :)
     
    Sgt Fresh likes this.
  16. Offline

    labelbuddy

    i tired your way lindrack :D it works on a fresh server, but alas if i try it on my current server it wont allow me to grab the slopes off work bench. does it not work with permissions, or is there some nodes i need to add? or maybe iconomy those are the major addons i have others like mob arena and giant tree and uquest and lvlcraft it conflicts with one of these i just dont know which one

    im in the process off adding my other plugins one by one to see what the issue is

    [edit] finished adding one by one, works fine now, i really have no clue XD

    once i add planes to itemcraft jar i just get the conflicts and black screen again sigh -_- sooo many errors and frustration!!! XD i just want planes!! QQ
     
  17. Offline

    Lindrack

    Yeah, it's probably easier to start off a fresh server and copy your worlds to that new server when you're done, that's what I did and it worked just fine.

    So in the end what's working and what's not ? The slopes are ok but not the planes ? As far as I know whenever something is stuck on the workbench in SMP, it means the mod has been installed on the client but not on the server (or at least not properly). As for the planes, did you get the server part of the mod ? It's not included in the pack I did, because my only purpose was to explain how to get ItemCraft and SuperSlopes working. So make sure you get the server part of the mod and it should work just fine. Good luck, let me know about your progress !

    BIG EDIT : Sorry I missed what you said about adding planes the itemcraft.jar. I didn't touch my itemcraft.jar because the test server I used and shared in my post came with everything already configured, but I'm pretty sure you don't have to add new mods into it (I can't see anything Superslopes-related when I go through mine) actually that might even be the reason why you're crashing. Also, did you download the server specific version of the mod or did you just copy the planes mod in my pack onto your server ?
     
  18. Offline

    Sgt Fresh

    Did anyone accomplish to get industrialcraft v8.10 running on b953 + itemcraft 1.7.2?
    I fail hard atm ^^

    Show Spoiler

    java.lang.RuntimeException: ModLoader has failed to initialize.
    at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1242)
    at net.minecraft.server.ModLoader.init(ModLoader.java:638)
    at net.minecraft.server.ModLoader.Init(ModLoader.java:1305)
    at com.asdaarg.bukkit.itemcraft.ICInit.init(ICInit.java:75)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:138)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:343)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.RuntimeException: Exception occured in ModLoader
    at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1242)
    at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1247)
    at net.minecraft.server.ModLoader.addMod(ModLoader.java:114)
    at net.minecraft.server.ModLoader.readFromClassPath(ModLoader.java:931)
    at net.minecraft.server.ModLoader.init(ModLoader.java:614)
    ... 5 more
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/mod_IndustrialCr
    aft (wrong name: mod_IndustrialCraft)
    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 net.minecraft.server.ModLoader.addMod(ModLoader.java:94)
    ... 7 more
     
  19. Offline

    LegacyConnor

    Cam anyone help. I have used the test files that were sent and have done the 16 bit packet entry,mod loader and the slopes mod for the client. I keep getting "bad packet id 230" as an error thouggh

    Edit: If more information is needed then please ask as i coulnt see anything detailing what should be Left if help is needed
     
  20. Offline

    Lindrack

    Did you install everything else or just 16bit + modloader + slopes ? It won't work unless you went through every single step I wrote about. As far as I know the Bad packet id 230 error comes up because the client side modloaderMP (included in the planes mod) hasn't been installed. I'll take a wild guess and say that you didn't follow the instructions. If that's the case, no wonders it's not working. If I'm wrong, which I might be, can you be more specific ?

    I'll try it tomorrow and let you know, almost midnight here I'm not very functionnal anymore ;)

    EDIT : I felt curious and actually tried it straight away. I just copied the client stuff first, thinking I was going to try SSP and make sure everything was alright, but the game crashed when I tried to login. There must be some kind of conflict with another mod somehow.

    Also, the creator of the mod says it won't work on bukkit. Apparently it does work on vanilla servers but not bukkit. I wasn't able to verify that though, since I'm crashing on my way to SSP testing :p
     
  21. Offline

    LegacyConnor

    I used the test server included on wiki assuming everything was setup so i couldnt go wrong theyre. I then go into the minecraft.jar located in .minecraft and copy over the files from the zip folder (http://dl.dropbox.com/u/20629262/Latest/ModLoader.zip) Is that the wrong one for 1.7.2/3 ?

    I started the server and made sure it loaded ok then again copied the files from this zip folder (http://download968.mediafire.com/926lvpzp25lg/2pofv1u88wz8j7g/Kaevator_SuperSlopes_v2.1_MC_1.7.2.zip)
    Started the server again to make sure i didnt get the blakscreen ( hhas happend previously and helps to find hwats causeing problems)

    Then went back and copied the 16 bit paket id (http://dl.dropbox.com/u/4976322/minecraft/client/1.7.2/16bitEntityId_ModloaderMP.zip)

    Sorry if this is my own fault but im fairly new to doing things of this complexity
     
  22. Offline

    Lindrack

    Alright so correct me if I'm wrong, but you didn't install ModloaderMP, Turbo Model Thingy and Planes ? Just regular Modloader, Superslopes and the 16bits thing ? If you skipped any part of the install, it won't work. Even if you just want SuperSlopes, all of the other stuff is necessary for it to work, and you really have to go through every single step to make sure it does.
     
  23. Offline

    QwertyPower

    Just tried IndustrialCraft, and it does throw a few errors(server side - its looking for a teleporters file I don't have yet), but does appear to function.
     
  24. Offline

    LegacyConnor

    Sorry Still having problems. Any chance of a basic step by step guide going around which i can start fresh.

    It needs to be for 1.7.2 though because thats what the server and all the users are on and telling them to roll back to 1.6.6 isnt realy an option because they realy arent competant at all even with step by step instructions.
     
  25. Offline

    Lindrack

    Well, the instructions I posted are pretty much straight forward (and it's still kind of dense), a more detailed version would probably not be much more efficient, but it would be a lot harder to digest and probably leave much more room for mistakes. Apart from that, all of the users will need to go through the same client modifications, and considering what you're telling me they're not really good at working their way around that kind of stuff so it's going to be hell for all of them.

    The only solution I can think of is uploading a ready to use .minecraft folder but I don't know if that's do-able, since they probably are a couple user-dependant files in there. If someone can guide me through this I might release a pre-configured .minecraft so that you just have to unpack it and play.

    BTW the version is not the problem here, I'm using 1.7.2/1.7.3 as well and it's working perfectly.
     
  26. Offline

    labelbuddy

    ok so i started with your tut, exactly the way you said. Got slopes working fantasticly *high five!* ported all my plugins (economy permissions etc..) worked fine *high five times 2!* now i wanted planes to work, i have client mod installed perfectly all fine and dandy, but i do not know where to install the server mod.

    im using the stuff from this page
    http://www.minecraftforum.net/topic...-flans-all-sdks-all-alblakas-industrialcraft/
    it has a download with all the flan mods (sdk, planes, ww2 stuff, industry i believe) now the way that video shows us how to do it involves putting it in the craftbukkit jar. i open planes using 7zip along ith my craftbukkit, then once there navagate net->minecraft->server and place the jar files from flans planes into there. then the props and txt in my server folder. then when i connect, i get in and it wont let me take the wheel i craft it just dissappears

    also thanks for all the help :D <3
     
  27. Offline

    LegacyConnor

    Just found your tutorial a few pages back and i hit a problem when i changed the startup file. It now says:

    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Press any key to continue . . .

    Im not sure how to solve this but maybe you can spot something i can. I copied it from the server startup ile iv got for my real server which works fine:

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx2048M -Xms2048M -cp ItemCraft.jar;craftbukkit953.jar org.bukkit.craftbukkit.Main
    PAUSE

    But about the server client stuff. THe method you mentiond about uploading the .minecraft folder. Thats how i intend to do it. Iv done it with them before and it has worked. I had to make a video so they could follow allong. Theyres oneor 2 guys who might have sucess but theyl probly just download the .minecraft folder.
     
  28. Offline

    salutwww

    I tried to install a server with Mo'creatures but when I start the server, it load the world and I get a lot of errors. Can someone help me? It gives me this:

    2011-07-11 20:12:26 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-11 20:12:26 [INFO] Loading properties
    2011-07-11 20:12:26 [INFO] Starting Minecraft server on *:25564
    2011-07-11 20:12:26 [INFO] This server is running Craftbukkit version null (MC: 1.7.2)
    2011-07-11 20:12:26 [FINE] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-11 20:12:26 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-11 20:12:26 [INFO] ModLoader Server Beta 1.6.6v4 Initializing...
    2011-07-11 20:12:26 [FINER] Adding mods from C:\Users\Alexis\Desktop\ICServer\ItemCraft.jar
    2011-07-11 20:12:26 [FINER] Zip found.
    2011-07-11 20:12:26 [INFO] Done.
    2011-07-11 20:12:26 [INFO] ItemCraft 1.6.1
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/horsesaddle.png,38). 131 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/haystack.png,46). 130 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/sugarlump.png,61). 129 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/sharkteeth.png,62). 128 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/sharkegg.png,85). 127 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/fishyegg.png,91). 126 left.
    2011-07-11 20:12:26 [FINER] addOverride(/gui/items.png,/mob/bigcatclaw.png,93). 125 left.
    2011-07-11 20:12:26 [INFO] ItemCraft: ICMCreatures 0.1.2 Loaded.
    2011-07-11 20:12:26 [INFO] Preparing level "world"
    2011-07-11 20:12:26 [INFO] Preparing start region for level 0 (Seed: 2980183920310706016)
    2011-07-11 20:12:26 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-11 20:12:26 [FINE] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-11 20:12:26 [INFO] ModLoaderMP Beta 1.6.6v4 Initialized
    2011-07-11 20:12:27 [INFO] Preparing start region for level 1 (Seed: 2980183920310706016)
    2011-07-11 20:12:27 [INFO] Preparing spawn area: 20%
    2011-07-11 20:12:27 [INFO] Done (0,154s)! For help, type "help" or "?"
    2011-07-11 20:12:31 [INFO] salutwww [/5.176.253.77:51765] logged in with entity id 123 at ([world] -75.65216055434308, 86.0, 40.55185491994813)
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFlameWraith.<init>(EntityFlameWraith.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFlameWraith.<init>(EntityFlameWraith.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityOgre.<init>(EntityOgre.java:25)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFireOgre.<init>(EntityFireOgre.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFlameWraith.<init>(EntityFlameWraith.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityOgre.<init>(EntityOgre.java:25)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFireOgre.<init>(EntityFireOgre.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityOgre.<init>(EntityOgre.java:25)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFireOgre.<init>(EntityFireOgre.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [INFO] salutwww joined with mod_mocreatures v2.11.1 (MC 1.7_3), mod_PlasmaCraft 1.7.2/0.2.3, mod_TooManyItems 1.7.2 2011-07-01
    2011-07-11 20:12:31 [FINE] salutwww joined with mod_mocreatures v2.11.1 (MC 1.7_3), mod_PlasmaCraft 1.7.2/0.2.3, mod_TooManyItems 1.7.2 2011-07-01
    2011-07-11 20:12:31 [INFO] salutwww joined with mod_mocreatures v2.11.1 (MC 1.7_3), mod_PlasmaCraft 1.7.2/0.2.3, mod_TooManyItems 1.7.2 2011-07-01
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.reflect.InvocationTargetException
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:125)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.doTick(World.java:1684)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Caused by: java.lang.NoSuchFieldError: bD
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityWraith.<init>(EntityWraith.java:17)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityFlameWraith.<init>(EntityFlameWraith.java:14)
    2011-07-11 20:12:31 [SEVERE] ... 9 more
    2011-07-11 20:12:31 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.World.a(Lnet/minecraft/server/Entity;D)Lnet/minecraft/server/EntityHuman;
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityBigCat.findTarget(EntityBigCat.java:340)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityCreature.c_(EntityCreature.java:29)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityBigCat.c_(EntityBigCat.java:193)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityLiving.v(EntityLiving.java:685)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.EntityLiving.m_(EntityLiving.java:218)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.entityJoinedWorld(World.java:1190)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.playerJoinedWorld(World.java:1172)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.World.cleanUp(World.java:1102)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:458)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    2011-07-11 20:12:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:12:31 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.World.a(Lnet/minecraft/server/Entity;D)Lnet/minecraft/server/EntityHuman;
    at net.minecraft.server.EntityBigCat.findTarget(EntityBigCat.java:340)
    at net.minecraft.server.EntityCreature.c_(EntityCreature.java:29)
    at net.minecraft.server.EntityBigCat.c_(EntityBigCat.java:193)
    at net.minecraft.server.EntityLiving.v(EntityLiving.java:685)
    at net.minecraft.server.EntityLiving.m_(EntityLiving.java:218)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1190)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1172)
    at net.minecraft.server.World.cleanUp(World.java:1102)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:458)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:372)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 20:15:53 [INFO] Stopping the server..
    2011-07-11 20:15:53 [INFO] Stopping server
    2011-07-11 20:15:53 [INFO] Saving chunks
     
  29. Offline

    poiNt_3D

    I suggest some of modders to write a dummy mod for ModloaderMP with no functionality, just for people who dont want to use any mods for ModloaderMP.
     
  30. Offline

    LegacyConnor

    Just thought id report back. Got everything working after following the great tutorial by Lindrack. Theyre are questions still to be answerd but thats all down to me now. I got over my error by using the normal start. bat config shown in this wiki page :http://wiki.bukkit.org/Setting_up_a_server

    Oly change to that was that instead of
    -jar craftbukkit-0.0.1-SNAPSHOT.jar

    i changed it to
    -cp ItemCraft.jar;craftbukkit953.jar org.bukkit.craftbukkit.Main
    THis got it working and so far everything is great
     
  31. Offline

    QwertyPower

    I put together a simple mod that can be used as a (dummy) ModloaderMP mod.

    This will fix the 'Bad Packet 230' error that occurs when the client has no other ModLoaderMP mod installed. If you install this instead, you can skip installing the more complicated ModloaderMP mods completely.

    Code:
    Usage:
      Copy "mod_ICCompat.zip" to your mods folder on your client.
                     (ex..  "C:\Users\Qwerty\AppData\Roaming\.minecraft\mods")
    
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Dec 14, 2016
    poiNt_3D likes this.

Share This Page