[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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.


      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)

    This post has been edited 8 times. It was last edited by asdaarg Aug 23, 2011.
  2.  
  3. Offline

    CuZnDragon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I updated to 0.8.1 and changed the startup.txt to use the setint, setfloat, and setbool depending on the first value and removed the others as per your example.

    16:44:07 [INFO] ItemCraft 0.8.1
    16:44:07 [INFO] KSlopes 0.1.2: 45/45 blocks and 225/225 recipes added.
    16:44:07 [INFO] ICMCreatures 0.1.1

    Now when some users log on the continually fall through the void without landing anywhere. And after the server is running for a while with someone on it gets the below error. Also nothing again spawns normal or mo'creatures.

    Removing ICMCreatures.jar of course clears up the problems.

    Code:
    16:44:29 [SEVERE] java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
    16:44:29 [SEVERE]     at net.minecraft.server.SettingInt.get(SettingInt.java:16)
    16:44:29 [SEVERE]     at net.minecraft.server.EntityHorse.d(EntityHorse.java:853)
    16:44:29 [SEVERE]     at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:131)
    16:44:29 [SEVERE]     at net.minecraft.server.World.doTick(World.java:1446)
    16:44:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:364)
    16:44:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:288)
    16:44:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    16:44:29 [SEVERE] Unexpected exception
    java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
        at net.minecraft.server.SettingInt.get(SettingInt.java:16)
        at net.minecraft.server.EntityHorse.d(EntityHorse.java:853)
        at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:131)
        at net.minecraft.server.World.doTick(World.java:1446)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:364)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:288)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
  4. Offline

    mindspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Okay. Just tried it with the latest version. The same problem occurs. Water mobs spawn but sit at the bottom of the water doing nothing. I still hear the mob sounds. If I try to ride it, it will shoot upwards, out of the water 1-2 blocks before going back to the bottom and repeating until it kicks me off. Non-water mobs appear to be working flawlessly. Also, I don't get anything about mobs failing to spawn.

    Image of the dolphin: http://i.imgur.com/qksqC.png
  5. Offline

    GrindGod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have tried o.72 with the 16 bit mod.. crashed always..
    so now i am running my server on the 0.62 version and all is fine..

    i will not upgrade cause its to much work ... i know for sure it will crash and i have too spent a lot of time finding out why.. seems like things got complicated with the client mod:(
  6. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How does your startup file look like?
  7. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'll have to investigate it later.
  8. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If its the client crashing, you can get the error report by starting from commandline
  9. Offline

    mindspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Also, If I keep getting on the dolphin, it will let me ride it, but then I start losing health. I'm either being attacked by a mob somehow or the server thinks I'm drowning. Judging by the health loss, I'd guess drowning is most likely.
  10. Offline

    Juze

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @asdaarg : Please fix your changelog (missing spoiler tags).
  11. Offline

    Sunscale.

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have a problem with Mo' Creatures that they dont spawn and when i try to craft a item from the mod like a sugar lumb it shows up like in a half sec and the it disappears
  12. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I added spoiler tags now, didn't know it was required.
  13. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    put entities at the bottom of your startup file. If it doesn't list the creatures there then they didn't get registered for some reason.
  14. Offline

    Lead2Life

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey I want to create a new block and took an example startup file from one of the repliers here.
    It looks like:
    Material WOOD
    Block 34
    DataDropped=34
    IdDropped=34
    QuantityDropped=1
    Opaque=false
    BlockBounds=0,0,0,0,0,0
    LightValue=10
    Now when I start server it says: DataDropped=34 <- missing arguments
    What did I forget?
    It would be great when you create example blocks, so that everyone can create them :)
  15. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Its a bug in the new startup file manager. Will be fixed in short.
  16. Offline

    CuZnDragon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Remove the #'s and that is how it was when the error was happening.

    Code:
    config usedefaults
    plugin KSlopes.jar
    #plugin ICMCreatures.jar
    
    
    #setint MobsSpawnLimit 70
    #setint AnimalsSpawnLimit 30
    #setint WaterMobSpawnLimit 30
    #setint FreqHorse 8
    #setbool EasyHorseBreeding false
    #setint PegasusSpawningP 1
    #setint FreqBird 6
    #setint FreqBunny 10
    #setint FreqDuck 7
    #setbool HuntersAttackHorses true
    #setbool HuntersDestroyDrops true
    #setint FreqLion 2
    #setint FreqBear 2
    #setint FreqPBear 2
    #setint FreqBoar 3
    #setint FreqFox 5
    #setint FreqOgre 6
    #setint ogreSpawnDifficulty 1
    #setfloat OgreStrength 2.5
    #setint FreqFOgre 2
    #setint FireOgreSpawnDifficulty 2
    #setfloat FireOgreStrength 2.0
    #setint FreqCOgre 3
    #setint CaveOgreSpawnDifficulty 1
    #setfloat CaveOgreStrength 3
    #setint FreqWereWolf 6
    #setint wereSpawnDifficulty 1
    #setint FreqWraith 5
    #setint wraithSpawnDifficulty 1
    #setint FreqFWraith 2
    #setint flameWraithSpawnDifficulty 2
    #setint FreqWildWolf 8
    #setint FreqShark 3
    #setint sharkSpawnDifficulty 1
    #setint FreqSquid 0
    #setint FreqDolphin 6
    #setbool DolphinsAttackSharks true
    #setint FreqFishy 10
    #setbool SpawnPiranhas true
    
  17. Offline

    PureObsidian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    still not getting any help here
  18. Offline

    sinkir

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I try it , and i LOVE :D

    Question :

    How to have item like this whis a /give cmd

    [IMG]
  19. Offline

    Lead2Life

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can anyone say me how to create own Items? Or show me a guide cause I don't see one..
    I only can read that I must write "item <id>" and that can't be all^^ Maybe you add a description and an example file? Would be great! Also I'm impressed how much time you spend in this forum asdaarg ;) Keep it up.
  20. Offline

    Manbeast77

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi again, I'm finally going to ask for a plugin myself. If you could there are two that I have been testing on SSP that I'd kinda like to have, but have known ID conflict with KSlopes. The first is Millenaire @
    Code:
    http://www.minecraftforum.net/topic/227822-15-01-millenaire-npc-village-056-fixes/
    And the second is chewy's metals @
    Code:
    http://www.minecraftforum.net/topic/260761-15-01-chewys-metals-ores-v14/page__hl__chewy
  21. Offline

    Arcaian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Still having troubles, can't get it to work. If I try running it with this command :
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -cp ItemCraft.jar -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Then the server will boot up but won't be able to see ItemCraft.jar (if the META-INF folder is not deleted in craftbukkit-0.0.1-SNAPSHOT.jar, if it is then it thinks that craftbukkit-0.0.1-SNAPSHOT.jar is corrupted).
    If I use:
    Code:
    java -Xmx1024M -Xms1024M -cp ItemCraft.jar;craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit
    With or without the META-INF folder deleted, the server won't start.
    The main problem is that when I delete META-INF, the server thinks the .jar file is corrupted and won't start. If I don't it just will ignore ItemCraft and will act normally.
    I tried with CB 766 as the title said, then changed to CB786 or whatever the latest build is, just in case he forgot to update it.
  22. Offline

    Jimmy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Does horse riding work for anyone? o-e.... I NEED TO KNOW NAOO!! It's so awesome D: I found a few unicorns and one pegasus but they kicked me off into the air and I got kicked from the server LOL.
  23. Offline

    asdaarg

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Items can currently only be created using the API. I could add some startup file options as well.
  24. Offline

    PureObsidian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    CAN SOMEONE PLEASE HELP ME?????
  25. Offline

    dual★moon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Things are looking pretty good but trees are still pretty screwy. Breaking leaf blocks cause them to lag horribly and respawn, and cutting down NTrees does the same thing.
    Jimmy likes this.
  26. Offline

    sinkir

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    01:39:01 [GRAVE] java.lang.VerifyError: (class: net/minecraft/server/EntityCustomWM, method: c_ signature: ()V) Bad access to protected data
    01:39:01 [GRAVE]     at net.minecraft.server.EntitySharkEgg.p_(EntitySharkEgg.java:66)
    01:39:01 [GRAVE]     at net.minecraft.server.World.entityJoinedWorld(World.java:1009)
    01:39:01 [GRAVE]     at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:53)
    01:39:01 [GRAVE]     at net.minecraft.server.World.playerJoinedWorld(World.java:991)
    01:39:01 [GRAVE]     at net.minecraft.server.World.cleanUp(World.java:968)
    01:39:01 [GRAVE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    01:39:01 [GRAVE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:288)
    01:39:01 [GRAVE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    01:39:01 [GRAVE] Unexpected exception
    java.lang.VerifyError: (class: net/minecraft/server/EntityCustomWM, method: c_ signature: ()V) Bad access to protected data
        at net.minecraft.server.EntitySharkEgg.p_(EntitySharkEgg.java:66)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1009)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:53)
        at net.minecraft.server.World.playerJoinedWorld(World.java:991)
        at net.minecraft.server.World.cleanUp(World.java:968)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:288)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    
    server crash
  27. Offline

    Arcaian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @asdaarg, could you please help with this ?
  28. Offline

    xSpaStix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have the latest version installed with CB#766 and it seems to be working correctly, but I've been unable to use most of the items from Nandonalt's Trees. They show up in my inventory, and I can craft with them, but I can't place palm saplings or vines, and fertilizer doesn't work. And I planted saplings for the other trees, but they never grow into real trees.
    I'm pretty sure everything is installed correctly, since I've seen vines and trees generated. I just can't place them. Would this be an issue with my client, craftbukkit, itemcraft, or nandonalt's trees?
  29. Offline

    Jimmy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's still 766 cause it works for me.. :confused:

    Um. actually, you need to wait for some time for the saplings to grow. It kinda sucks since bone meal doesn't work with the new saplings. Try placing a palm sapling on sand :). My cherry blossom tree grew!! Looks cool.
  30. Offline

    CuZnDragon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Version 0.8.3 seems to be working a bit. Though the spawn rate is really bad. During a sunrise, sunset, sunrise cycle all I saw spawn were two horses which disappeared after about 5 min., three chickens, and one fox. I was in an area that usually has a huge spawn of the pigs, sheep, cows and chickens. So not sure what needs to be adjusted to get the normal spawn rates back up.

    Edit: Played for a bit more and a one cow and pig showed up. But one note to make is that I am using Glimmar's 32x texture pack. The cow came up with the Glimmar cow skin but the pig reverted to the default instead of the texture Glimmar pig skin.
  31. Offline

    xSpaStix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh god, sand. I don't know why I didn't think of that. It seems to be working now. My cherry blossoms still haven't grown, but I my palm tree grew.
    Great work asdaarg!
  32. Offline

    Jimmy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Cherry Blossoms take time.. They look really good though. :cool:

Share This Page