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. OK, try this link HERE
    This is an Apple script file, you put it in the SAME directory as your craftbukkit.jar (if your bukkit file is named something else, you will have to edit the start.command file), which should also contain your Itemcraft.jar as well.
    If you are creating a brand new server, these are the only 3 files you really need to begin with to start a new server with ItemCraft.

    Craftbukkit.jar
    Itemcraft.jar
    start.command

    Open Terminal (in /Applications/Utilities/Terminal). Type in chmod a+x , with a space after it, then drag and drop the start.command file into the terminal window, then press enter. (This gives run permission to the script.)
    Double-click the start.command file to start the server.

    OK, try downloading the file from HERE

    Stop your server. The zipfile contains 3 files. Put the plugins.ic file and the oldscript.ic file into your ItemCraft/ICScripts folder overwriting whats there. The 3rd file would go into your .minecraft folder if you were running the trees mod, so you don't really need that at this moment in time.
    Now try restarting your server & see if its any better.

    I am presuming you have already downloaded the Creatures plugin from HERE and Kslopes plugin from HERE and put the 2 files in your Itemcraft/ICPlugins folder ?

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

    jessie

    its working now ty for the help
     
  4. Offline

    alexandre

    Hi,
    I have on my server Itemcraft with ICKSlopes, ICSGlass and ICFancyPack.
    I run craftbukkit 860 and itemcraft 1.3.8.
    I get an error after ItemCraft boot:
    2011-06-16 01:31:52 [INFO] Starting Minecraft server on 88.190.14.66:25601
    2011-06-16 01:31:52 [INFO] This server is running Craftbukkit version null (MC: 1.6.6)
    2011-06-16 01:31:52 [INFO] class com.asdaarg.bukkit.itemcraft.ICS
    2011-06-16 01:31:52 [INFO] ItemCraft 1.3.8
    2011-06-16 01:31:52 [INFO] class com.asdaarg.bukkit.itemcraft.ItemCraft
    2011-06-16 01:31:52 [INFO] ItemCraft: ICFancyPack 0.2.5 Loaded.
    2011-06-16 01:31:52 [INFO] ItemCraft: ICSGlass 0.1.1 Loaded.
    2011-06-16 01:31:52 [INFO] ItemCraft: ICKSlopes 0.1 Loaded.
    2011-06-16 01:31:52 [INFO] Preparing level "world"
    2011-06-16 01:31:52 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/IDataManager;Ljava/lang/String;IJLorg/bukkit/World$Environment;Lorg/bukkit/generator/ChunkGenerator;)V
    2011-06-16 01:31:52 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:172)
    2011-06-16 01:31:52 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    2011-06-16 01:31:52 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:286)
    2011-06-16 01:31:52 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-16 01:31:52 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/IDataManager;Ljava/lang/String;IJLorg/bukkit/World$Environment;Lorg/bukkit/generator/ChunkGenerator;)V
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:172)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:286)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)



    I don't find where the bug come from,
    I'm not good in java error =)
    Thanks for your answers !!!!
    (PS: sorry for my bad english ^^)

    A grateful French Admin =)
     
  5. Well, Itemcraft and the plugins seem to have loaded OK and the error has occured after Itemcraft has loaded. Have you tried removing Itemcraft from the load to see if is Itemcraft causing the issue, or something else ?
    Change your Start file to what it was before you installed Itemcraft - perhaps something like this :

    java -Xmx1024M -Xms1024M -jar CraftBukkit.jar

    and see if your server starts OK.
     
  6. Offline

    benny9876

    i need help i don't get how to install it can someone help me please?
     
  7. Offline

    FuzzeWuzze

    Does anyone have their config setup for Mo Creatures?

    I found some posts back on page 27 about a startup.txt, im assuming thats the old scripting stuff though and when i try to put it in my plugin.ic it just says setint is invalid...

    Looking for settings that are similar to the defaults as possible...
     
  8. Offline

    tuckny

    is there any way to FIX the bug with the horses? When i try to feed them, they eat it, but it respawns in my hand, if i tame them somehow (they dont throw me way) I cannot ride them properly, it goes in zigzag rlly fast and when i get off the horse i get dropped from server
     
  9. Offline

    Fawa

    Code:
    setint MobsSpawnLimit 100
    setint AnimalsSpawnLimit 50
    setint WaterMobSpawnLimit 0
    setint FreqHorse 5
    setbool EasyHorseBreeding false
    setint PegasusSpawningP 1
    setint FreqBird 5
    setint FreqBunny 1
    setint FreqDuck 5
    setbool HuntersAttackHorses true
    setbool HuntersDestroyDrops true
    setint FreqLion 5
    setint FreqBear 2
    setint FreqPBear 5
    setint FreqBoar 5
    setint FreqFox 5
    setint FreqOgre 5
    setint ogreSpawnDifficulty 0
    setfloat OgreStrength 2
    setint FreqFOgre 5
    setint FireOgreSpawnDifficulty 0
    setfloat FireOgreStrength 2
    setint FreqCOgre 5
    setint CaveOgreSpawnDifficulty 0
    setfloat CaveOgreStrength 2
    setint FreqWereWolf 5
    setint wereSpawnDifficulty 0
    setint FreqWraith 5
    setint wraithSpawnDifficulty 0
    setint FreqFWraith 5
    setint flameWraithSpawnDifficulty 0
    setint FreqWildWolf 5
    setint FreqShark 0
    setint sharkSpawnDifficulty 0
    setint FreqSquid 1
    setint FreqDolphin 0
    setbool DolphinsAttackSharks false
    setint FreqFishy 0
    setbool SpawnPiranhas false
    Create a text file with the following in there, and save it as oldscript.ic in the ICScript folder

    Then in the same folder go into your plugin.ic file and add
    Code:
    "oldscript.ic" includeold
    to the end of it.
     
  10. Offline

    Unkiejay

    Ok i've been trying and trying to get this on my servers, it's been so annoying lol, like 1 problem after another (altho i have pretty much no modding/java exp) so i've made a CB Server, it runs fine, but once i add Itemcraft not i or anyone else can join the server. I used a CMD to open Minecraft so i could see the error it posted when i launched the game and tried to join the server it comes up with:

    Connecting to localhost, 25555
    skipping enitity with id-1
    java.lang.NullPointerException
    at mx.a(sourceFile: 465)
    at jj.a(SourceFile:62)
    at.pb.b(sourceFile:279)
    at.mx.a(sourceFile:119)
    at.vp.a(sourceFile:44)
    at.net.minecraft.client.Minecraft.k(SourceFile:1226)
    at.net.minecraft.client.Minecraft.run(SourceFile:720)
    at.java.land.Threat.run(Unknown sourceFile)
    Stopping!

    I've had many issues that i've been able to fix and there is many more after this one pertaining to ICMods, but i'll get to that once i can even LOG ON to the server hehe. I've literally spent hours and hours trying to get this to work, and finally brought me to the conclusion that i should write on this thread.

    I'm running Windows 7 64bit, Minecraft 1.6.6
    I'm currently using Zombe Mods, Modloader (latest) CB (latest) IC (latest)
    the IC mods i was trying to use are Mo'Creatures, Fancy Pack, Stained Glass (btw i've tried them all together AND separately) The mods do load up, and server is fine, but still i can't log on, maybe i've missed something :( lol i jus want furniture on my server LOL

    P.S also it says i should download the 16bit entity id packet for mo'creatures, but when i put those files into my minecraft.jar it blackscreens my minecraft (but everything else i was told to download loads) so i stopped tryin to load mo'creatures after i couldn't get that 16bit thing to work

    Any help would be greatly appreciated! Sorry for being such a noob lol
     
  11. Offline

    FuzzeWuzze

    Thanks, but holy crap does anyone have a file similar to the defaults? I logged in and there was like 100 creatures and crap all around me...and really really lagged the server.
     
  12. Offline

    TheVnChecker

    i have a problem with "ICNTrees.jar"! When I start it on my server then it's have an error [Fixed]

    2. problem: when I add the Mod MoreTrees to my client and change the ID's then i cant join my Server with Slopes although ICNTrees is disable. [PROBLEM Fixed]


    [​IMG]
     
  13. Offline

    MasterFenrir

  14. Offline

    Joeyderijk

    Damn, it still doesnt work :(
    But thanks for your help. :D
     
  15. Offline

    nicolb2305

    For everyone using mac who gets corrupted data. When you open the craftbukkit.jar and delete the META-INF folder you mark all the files and compress them, then you change the name of the zip file to Craftbukkit.jar or craftbukkit0.0.1-SNAPSHOT.jar Hope this works for you, at least it did for me.:p
     
  16. Offline

    Xom

    Mo Creatures, Fancy, StainedGlass, and of course ModLoader, GUIAPUI, and AudioMod. Login, Multiplayer, IP, enter....black screen, server says I time out. Mainly I want MoCreatures as my friend requested it on the server....the other two are afterthoughts that I was looking through, so if I can't get them, boohoo...MC has to be there tho...I could try reinstalling, and if I have to I will...though I'd rather not if you can help me just off this info
     
  17. Offline

    asdaarg

    Big changes planned for upcoming update 1.4, many already implemented.
    • Directly calling java methods from script (This was already implemented before but had a couple of bugs so it didn''t work) [DONE]
    • pop now working again [DONE]
    • putsetting command, allowing editing settings using new script[DONE]
    • putvar and getvar commands allowing use of variables in scripts[DONE]
    • added if command, conditional execution of closures[DONE]
    • exec command, allowing execution of stored closures. Acts as function calls.[DONE]
    • while command, for while loops.[DONE]
    • Annotation of non-standard methods allowing correction of semantics during parsing with methods that manually alter the type stack. (needed 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.[DONE]
    • casts
    Example annotation of a method, in case anyone is interested in making their own extensions of the script with an ICPlugin:
    Code:
    	@A("Duplicates the top element of the stack") //documentation
    	@CustomType // lets dup_CustomType handle typestack manipulation during parsing
    	public static void dup(){ ScriptMan.stack.add(ScriptMan.stack.get(ScriptMan.stack.size()-1));}
    	@Hidden //prevents method from being added by the "use" command
    	public static boolean dup_CustomType(ScriptMan.cursor c){
    		if(ScriptMan.stack.isEmpty())return false;
    		c.pushType(c.topType());
    		return true;
    	}
    
     
  18. Offline

    kalvinleung

    I can't understand at all...:(
    What is the easiest way to solve this problem?
     
  19. I notice that Fancy Pack has had an update with the same items being made out of tons of new materials! (YAY!) I assume we need to wait until the server side mod has been updated before we install the client side one? Im also guessing there may be conflicts with item ids?
     
  20. Offline

    Unkiejay

    ok so i FINALLY have it installed and am able to run Itemcraft + Fancypack on my server (YAAY) but... when i go to spawn myself some of the stuff from fancypack, cuz i wanna see them, it kicks me off the server and says "Internal Server Error" and posts this in the server cmd:

    java.lang.NullPointerException
    at net.minecraft.server.ItemStack.a(ItemStack.java:199)
    at net.minecraft.server.InventoryPlayer.f(InventoryPlayer.java:104)
    at net.minecraft.server.EntityHuman.u(EntityHuman.java:181)
    at net.minecraft.server.EntityPlayer.u(EntityPlayer.java:281)
    at net.minecraft.server.EntityLiving.o_(EntityLiving.java:231)
    at net.minecraft.server.EntityHuman.o_(EntityHuman.java:96)
    at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:197)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:286)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:402)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:312)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    and on my minecraft cmd it says:

    java.lang.NullPointerException
    at iw.b(SourceFile:74)
    at ba.a(SourceFile:155)
    at ia.a(SourceFile:131)
    at ia.a(SourceFile:55)
    at pt.b(SourceFile:553)
    at ZER.b(ZER.java:10)
    at net.minecraft.client.Minecraft.run(SourceFile:743)
    at java.lang.Thread.run(Unknown Source)





    Any help plz?
     
  21. Offline

    Benjaneer

    nicolb2305 likes this.
  22. Offline

    asdaarg

    I would appreciate the help very much. You need some sort of spredsheet program like excel or openoffice calc(the latter is free) and know how to move select multiple cells and move them. I can post an example of how to do this with openoffice.
     
  23. Offline

    xeronut

    Downloading OpenOffice now. An example would be appreciated :) Thank you.

    Also, I can confirm the new recipes from the updated FancyPack (namely fences and mossy cobblestone) do not work with the current ItemCraft plugin - he changed around a few blockIDs. I have Netherrack chairs where my stone panels used to be >< hehe.
     
  24. Offline

    asdaarg

    Yeah the fancypack is a bit buggy. Probably because of translation issues. So if the translation dictionary is corrected stuff may start working again. Also I may then throw in support for the new update.
     
  25. Offline

    Manbeast77



    Did you install the client side mod for the server side ones? Including the 16-bit? I normally see this error when players don't do that.
     
  26. Offline

    laug0177

    148 recipes
    16 achievements
    15:28:03 [INFO] Starting minecraft server version Beta 1.6.6
    15:28:03 [INFO] Loading properties
    15:28:03 [INFO] Starting Minecraft server on *:25565
    15:28:03 [INFO] This server is running Craftbukkit version null (MC: 1.6.6)
    15:28:04 [INFO] class com.asdaarg.bukkit.itemcraft.ICS
    15:28:04 [INFO] ItemCraft 1.3.8
    15:28:04 [INFO] class com.asdaarg.bukkit.itemcraft.ItemCraft
    15:28:04 [INFO] Preparing level "World1"
    15:28:04 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:04 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:54)
    15:28:04 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:84)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:161)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:04 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:04 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:65)
    15:28:04 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:84)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:161)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:04 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:95
    )
    15:28:04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87)
    15:28:04 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:29)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:172)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:04 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:10
    7)
    15:28:04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87)
    15:28:04 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:29)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:172)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:04 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:95
    )
    15:28:04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87)
    15:28:05 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:29)
    15:28:05 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:175)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:05 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:05 [SEVERE] java.io.IOException: Not in GZIP format
    15:28:05 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    15:28:05 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:05 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    15:28:05 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    15:28:05 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceFile:10
    7)
    15:28:05 [SEVERE] at net.minecraft.server.World.<init>(World.java:87)
    15:28:05 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:29)
    15:28:05 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:175)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:149)
    15:28:05 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:286)
    15:28:05 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    15:28:05 [INFO] Preparing start region for level 0
    15:28:06 [INFO] Preparing spawn area: 60%
    15:28:07 [INFO] Preparing start region for level 1
    15:28:07 [INFO] Preparing spawn area: 8%
    15:28:08 [INFO] Preparing spawn area: 36%
    15:28:08 [INFO] Done (0,467s)! For help, type "help" or "?"
    >
    but when you log in your minecraft blacks out? please helph
     
  27. Offline

    asdaarg

    In this spreadsheet there are 2 triplets of columns (C-D-E and F-G-H) that needs to be matched up. On the left side you have the "searge" names (column C), the names MCP uses from retroguard for their translation. I use them for reference with the MCP names in column B. In H you have the bukkit names. To match them up you mainly look at E and F which are the type signatures of the methods. If they are not enough, you can look for hints in D and G as seen in mapping6.png.

    In mapping1.png you see an example of a misaligned mapping (red boxes). To align them you have to move the bukkit side down. Always move the bukkit side. But you shouldn't overwrite anything when you move it, so you have to move the ones below first. Look for the boundary to the next class (column A) shown by the blue line. Before this there is always empty cells and cells with "--" that you can freely overwrite.

    In mapping2.png you see how to select the cells to drag. Remember to always drag from all the 3 columns.

    In mapping3.png you drag down the box so it aligns with the cells on the searge side. Without overwriting any cells. This makes room for dragging above.

    mapping4: Select the next chunk of cells
    mapping5: align it
    mapping6: here's an example of ambiguity that you can only resolve by looking at column D and G. Sometimes even this isn't enough. In that case just move the bukkit triplets that are ambigous or don't seem to have a match at all to I-J-K. This is just in case their match is found later when they are needed in a translation.

    Also: to resize the columns so D,E,F and G are bigger, you drag the splitters at the top between the columns. You can make the others smaller so they don't take up as much space.

    Also: Some method names (column H and C) have double hash "##" in front of them. You can skip those. But don't overwrite them, since they are useful in case of certain ambiguities in a baseclass, but you don't have to worry about that since thats more advanced to figure out.
     

    Attached Files:

  28. Offline

    laug0177

    Can't you make a premade server?

    can't you do you have skype or something so you can send me a premade server

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 14, 2016
  29. Hello the Fancypack has been updatet now.
    But the file is now in config folder called mod_fancypack.cfg ore something.
    And the format has changed.
    Has anyone a file that works ?

    Original file crashes when i want to craft something from the pack with itemcraft.


    Thank you very much :)
     
  30. Offline

    laug0177

    can't someone help what did i do wrong
    03 [INFO] Starting minecraft server version Beta 1.6.6
    03 [INFO] Loading properties
    03 [INFO] Starting Minecraft server on *:25565
    03 [INFO] This server is running Craftbukkit version null (MC: 1.6.6
    04 [INFO] class com.asdaarg.bukkit.itemcraft.ICS
    04 [INFO] ItemCraft 1.3.8
    04 [INFO] class com.asdaarg.bukkit.itemcraft.ItemCraft
    04 [INFO] Preparing level "World1"
    04 [SEVERE] java.io.IOException: Not in GZIP format
    04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    04 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:5
    04 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConver
    File:84)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :161)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    04 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    04 [SEVERE] java.io.IOException: Not in GZIP format
    04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    04 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:6
    04 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConver
    File:84)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :161)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    04 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    04 [SEVERE] java.io.IOException: Not in GZIP format
    04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceF
    04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87
    04 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldSe
    )
    04 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :172)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    04 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    04 [SEVERE] java.io.IOException: Not in GZIP format
    04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceF
    04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87
    04 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldSe
    )
    04 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :172)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    04 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    04 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    04 [SEVERE] java.io.IOException: Not in GZIP format
    04 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    04 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    04 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceF
    04 [SEVERE] at net.minecraft.server.World.<init>(World.java:87
    05 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldSe
    )
    05 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init
    orldServer.java:8)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :175)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    05 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    05 [SEVERE] java.io.IOException: Not in GZIP format
    05 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknow
    05 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    05 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown So
    05 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(So
    05 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(SourceF
    05 [SEVERE] at net.minecraft.server.World.<init>(World.java:87
    05 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldSe
    )
    05 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init
    orldServer.java:8)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecraf
    :175)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.init(Minec
    ava:149)
    05 [SEVERE] at net.minecraft.server.MinecraftServer.run(Minecr
    va:286)
    05 [SEVERE] at net.minecraft.server.ThreadServerApplication.ru
    :422)
    05 [INFO] Preparing start region for level 0
    06 [INFO] Preparing spawn area: 60%
    07 [INFO] Preparing start region for level 1
    07 [INFO] Preparing spawn area: 8%
    08 [INFO] Preparing spawn area: 36%
    08 [INFO] Done (0,467s)! For help, type "help" or "?"

    but when i log in minecraft blackout's?
     
  31. Offline

    xeronut

    OK, this makes pretty decent sense. I've a few hours this morning before bed (midnights RULE!) so I can give something a whirl if that's copacetic? I've Skype as well if that helps.
     

Share This Page