[MECH] CraftBook - Redstone bridges, gates, minecarts, ICs, more [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by sk89q, Feb 27, 2011.

  1. Offline

    sk89q

    CraftBook adds a number of original gameplay elements to Minecraft from switchable bridges to elevators to gates (including flood gates)! It also has redstone support, allowing you to wire up pumpkins and use integrated circuits!

    Some cool stuff people made last year:




    Features:
    • Mechanisms
      • Bridges
      • Doors *not yet ported*
      • Gates
      • Elevators
      • Cauldrons
      • Light switches
      • Readable bookshelves
      • Toggle areas (advanced toggle doors and bridges)
      • Hidden switches
      • Custom block drops
      • Apple tree drops
      • Bookshelf drops
      • MORE!
    • Redstone
      • Integrated circuits
      • Programmable logic chips
      • Redstone pumpkins
      • Redstone netherstone
      • Ammeter
      • MORE!
    • Minecart features
      • Booster blocks
      • Brake blocks
      • Reverse blocks
      • Ejector blocks
      • Chest-storage minecart transfer blocks
      • Station blocks
      • Sort blocks
      • Message announcer block
      • Minecart dispensers
      • Change minecart behavior
      • MORE!
    Download

    CraftBook is being developed again, although by someone else. Get the latest downloads here: http://dev.bukkit.org/server-mods/craftbook/

    [​IMG] (CraftBook is open source!)
     
    kazeen, dragon8510, Jaein and 45 others like this.
  2. Offline

    Uniltiranyu

    where is the craftbook.properties file?
     
  3. Offline

    Xemnas33

    There isn't one...
     
  4. Offline

    Mountaineer

    Excellent news! Keep up the great work. CraftBook is, by far, the best SMP plugin available.
     
  5. Offline

    matt110111

    I'm confused is this for Alpha or Beta
     
  6. Offline

    Crysomemoar

    does this work for beta 1.3?
     
  7. Offline

    Drat333

    looks like i can remove half my plugins now lmao
     
  8. Offline

    Ghoustship

    I, Think... I love you. Here take some diamonds. [​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG]

    Hell! I love you so much! Take some diamond blocks! [​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG][​IMG]
     
  9. Offline

    Lewis

    Code:
    2011-02-28 02:48:43 [SEVERE] Could not pass event BLOCK_RIGHTCLICKED to CraftBookMechanisms
    java.lang.UnsupportedOperationException: Not implemented
            at com.sk89q.worldedit.regions.CuboidRegion.iterator(CuboidRegion.java:316)
            at com.sk89q.craftbook.mech.Bridge.setToggleRegionClosed(Bridge.java:202)
            at com.sk89q.craftbook.mech.Bridge.flipState(Bridge.java:189)
            at com.sk89q.craftbook.mech.Bridge.onRightClick(Bridge.java:167)
            at com.sk89q.craftbook.MechanicManager.dispatchBlockRightClick(MechanicManager.java:108)
            at com.sk89q.craftbook.bukkit.MechanicListenerAdapter$MechanicBlockListener.onBlockRightClick(MechanicListenerAdapter.java:97)
            at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:232)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:500)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Whenever I click the bridge sign :]

    Code:
       at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-28 03:13:19 [SEVERE] Could not pass event REDSTONE_CHANGE to CraftBookMechanisms
    java.lang.NoSuchMethodError: com.sk89q.worldedit.blocks.BlockType.isRedstoneBlock(I)Z
            at com.sk89q.craftbook.bukkit.MechanicListenerAdapter$MechanicBlockListener.onBlockRedstoneChange(MechanicListenerAdapter.java:174)
            at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:272)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:165)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:165)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:155)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:284)
            at net.minecraft.server.World.k(World.java:369)
            at net.minecraft.server.World.h(World.java:349)
            at net.minecraft.server.World.f(World.java:317)
            at net.minecraft.server.World.c(World.java:268)
            at net.minecraft.server.BlockLever.a(BlockLever.java:160)
            at net.minecraft.server.BlockLever.b(BlockLever.java:120)
            at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:55)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:348)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    Redstone with Netherrack + Same for Pumpkins.

    __
    CB: 440
     
  10. Offline

    Ghoustship

    *FacePalm*

    Beta.
     
  11. Offline

    fugue2005

    Code:
    A default collection of quotations is provided in the craftbook-books.txt file that comes with the CraftBook download. This file must reside in the same folder as Minecraft_Mod.jar.
    
    You can add new lines, remove lines, or replace the entire file altogether. Each line of text is one "book." The file can be as big as you want it to be, although small files do not work well due to the poor (but efficient) algorithm that is used to select a random line from the file. 
    where is minecraft_mod.jar located?

    also, i have no config file
     
  12. Offline

    Dreamskiller

    Got a problem ; if you log out , you cannot use bridge anymore.
    Same problem with Runecraft teleporters.

    Need a server restart to work correctly again.

    Same problem anywhere ? CB 441
     
  13. Offline

    Phase

    That's for an older version of CraftBook. All you need to do is place the .jar files into the plugins directory and start your server.
     
  14. Offline

    Uniltiranyu

    so how do i change the properties?
     
  15. Offline

    FabianN

    At the moment, you don't.
    Read the OP, it says that theres almost no configs available. (I believe one of the sub-modules has a config file)

    Wait till a release with a config file comes out if that's an issue.
     
  16. Offline

    sk89q

    There's minimal configuration at the moment.

    If you have a big log file, it's likely due to the debugging messages that were added in CraftBukkit recently.

    If you get Java errors, make sure you install/update WorldEdit.

    As for [Bridge] issues, I will look into it.
     
  17. Offline

    Dreamskiller

    Ok, seems to be confirmed ; once logged out bridge won't work. ( Runecraft has been fixed, on off forum, it was maybe the same kind of error ?)

    Edit ; Ok , thx :)
     
  18. Offline

    CameronK

    Finally, this is one of my favs from hMod. Thanks!
     
  19. Offline

    Kaikz

    Can't get newly created elevators working. Existing hMod ones work, though.

    Bukkit-0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    WorldEdit-4.0-beta8
    CraftBook-3.0-alpha1

    No errors at all. Just doesn't work.
    Plugins, if it matters: MyWarp, MCDocs, Vanish, Authorization, MobRider, CraftBookMechanisms, TelePlus, MultiVerse, CraftBookVehicles, JavaxScriptPluginLoader, CraftIRC, General, SimpleGod, CraftBookCommon, LWC, CraftBookCircuits, iChat, MyHome, WorldGuard, WorldEdit, BigBrother, Permissions, SL.Utility.Memory, SignColours
     
  20. Offline

    Uniltiranyu

    Lol, my bridges work (#470)
     
  21. Offline

    LucidLethargy

    I'm on 432 and there are quite a few problems:
    Gates DO work, awesome work there!
    Bridges do absolutely nothing.
    Bookshelves DO work!
    Redstone triggers absolutely nothing.
    Elevators do not work, they say there's something in the way.

    Am I, perhaps, not on the right version? There's not much to go by here as it doesn't list the required CB :X
     
  22. Offline

    kajo3

    I have similar problems like Dreamskiller, if i relog or leave the chunk and come back later, bridges and the netherhack wont work anymore. (controled by redstones)
    The server need to be restarted to get it work again.
    Elevators, old ones from hmod and newly created works perfect for me.

    Im using
    Bukkit b440jnks
    WorldEdit-4.0-beta8
     
  23. Offline

    strupan

    • Your CraftBukkit build version : 440
    • Your WorldEdit version : 4.0
    • Your CraftBook version 3.0 Alpha
    I am using Permissions 2.4, how do I go about setting permissions for this?

    Also in certain areas, the gate don't work ;(
    I tried to mimic the same structure in my other town which worked fine to my castle, which did not work.
    Permissions to build using WorldGuard was the same in both areas.
     
  24. Offline

    Dr. Purple

    my god this literally came out the day before my birthday! Thank u so much!!!
    U, my friend, get cake :D
     
  25. Hope Incart Control and Minecart Dispensers will working soon. :)

    Btw, my Pumpkin Laterns doesnt work too.
     
  26. Offline

    uber_desighn

    heya i got an idea for an item not an uncommon idea though. but first...
    Craftbook is awesome well done, i can't wait for it to be Completed :D.
    Now on with my idea:

    I've been thinking on how fire destroys items thrown on it.
    now i'm no programmer but is there a way to make it duplicate the id of the item it destroys into a nearby chest? making for some kind of item collector. throw in a mechanism that sends an output when the proper item and quantity is detected in the chest. and you have a nifty paytoll (did i say that right?) mechanism.

    Maybe even change the colour of the flame? to like blue. so you throw an item in the blue fire and it activates a bridge or gate?

    Just an idea.
    --- merged: Feb 28, 2011 11:45 AM ---
    P.s was not sure where to post this. just thought seeing as this is the forum for the new realease of craftbook. might be as good a place as any :)
     
  27. Offline

    AegisZephyr

    Couple of questions, We use Minecart Mania on our server and am not sure if this will conflict with it. Which files contain which features and are they all necessary to have?
     
  28. Is there any way to block default users from creating gates or lifts, but still let them use the ones I've created?
    Right now, it seems like my players are abusing the gate in order to get free fences.
     
  29. Offline

    fullwall

    There is none as of yet.
     
  30. Offline

    IHuckDisc

    When setting this up, what permissions do users need to have with worldedit? Essentially, I don't want people to have stuff from worldedit, but i do want them to have CraftBook. I tried looking through the Worldedit thread, but didn't see anything helpful.

    Thanks!
     
  31. Offline

    fullwall

    Just remove all permissions in the worldedit permissions file and you should be fine.
     

Share This Page