Inactive [MECH] FalseBook 0.96alpha - CraftBook for Bukkit,85++ICs, Gates, Minecarts / MC1.4.6

Discussion in 'Inactive/Unsupported Plugins' started by GeMoschen, Mar 5, 2011.

  1. Offline

    GeMoschen

    FalseBook - Your CraftBook for Bukkit
    [​IMG]

    Current version: v0.96alpha
    Minecraft: 1.4.6


    Features:
    Show Spoiler

    • supported Permissionplugins
      • bPermissions
      • bukkitPermissions
      • Essentials GroupManager
      • Permissions
      • PermissionsEx
      • SuperPerms
      • Vault (still in development)
    • uses the syntax of CraftBook for better compatibility
    • implements over 85 Integrated Circuits (ICs)
    • implements [Lift Up] & [Lift Down]
    • toggleable ...
      • ... bridges
        • undestroyable
      • ... doors
        • undestroyable
      • ... gates
        • undestroyable
      • ... areas
    • a lot of fancy features for minecarts
      • collect and deposit items from chests to minecarts
      • make furnaces which refill themselfs with minecarts
      • program carts to take only specific items out of chests
      • craft things out of a chest with a minecart
      • lift up & down for minecarts!
    • chatsystem with different chat-channels to clean up the normal chat
    • toggleable...
      • netherrack (with fire)
      • pumpkins
      • glowstone <-> another block (even if minecraft itself has the glowstonelamp now...)


    Minecart Blocktypes:
    Show Spoiler

    • BenchOut : Iron-Ore
    • Booster 2x : Gold-Ore
    • Booster 8x : Gold-Block
    • Brake-Block 25% :Gravel
    • Brake-Block 50% : Soulsand
    • Burn : Iron-Ore
    • ConstantSpeed-Block : Iron-Block
    • Craft : Iron-Ore
    • Deposit / Collect : Iron-Ore
    • Eject-Block : Coal-Ore
    • Emitter-Block : Lapis Lazuli Ore
    • Reverse-Block : White wool
    • Station-Block : Obsidian
    • Sort-Block : Netherrack
    • Teleport-Block : Lime wool
    • Program-Cart : Lapis Lazuli
    • Programmed Deposit-Block : Blue wool


    Other Features:
    Show Spoiler

    • Bridge (FalseBookBlock.jar)
    • Doors (FalseBookBlock.jar)
    • Gates (FalseBookBlock.jar)
    • Toggle Netherrack Fire (FalseBookExtra.jar)
    • Toggle Pumpkins (FalseBookExtra.jar)
    • Toggle Soulsand to Glowstone and back (my addition) (FalseBookExtra.jar)
    • ToggleAble Areas (Experimental):

      Define the area with the "Wooden Hoe" (use rightclick)
    • /farea <areaname> -> Adds an Area
    • /delfarea <areaname> -> removes an Area
    • /listfarea -> Lists all Areas
    • /fareatoggle <areaname> autosave -> toggles the autosave function of an area. Autosave = save blocks, when toggling the area off.
    • /fareatoggle <areaname> protect -> toggles the protection of an area. ON = Area is only destroyable/buildable to users with permission: falsebook.destroy.blocks
    • /fareaallow <areaname> id[:subid] -> will add/remove the blocktype from the toggleable blocks of this area. Default: all blocks will be toggled.
    • (FalseBookBlock.jar)


    Important Note:
    You must copy ALL jar-Files over the old ones (all files have been changed) !
    The "Package_..."-Files must go into "plugins/FalseBook/ICPlugins/"


    Download:
    Download FalseBook 0.96alpha for Minecraft 1.4.6

    Wiki
    FalseBook Wiki - Work in progress

    YouTube-Channel with Videos
    http://www.youtube.com/user/TheFalsebook

    Donations are welcome if you wish to support me

    [​IMG]
     

    Attached Files:

    cevio, Artem-s86, Dereku and 67 others like this.
  2. Offline

    Lime Studios

    Thanks! Also I was wondering if you could also help me out with using a station block. I put the obsidian block down with a piece of track over it and then made a station block below it but for some reason it doesn't do anything with the redstone hooked up to it. Any ideas?
     
  3. Offline

    KeithGB

    1. Piece of track on obsidian.
    2. Directly underneath a sign with '[Station]' on the second line. Point the sign in the direction you want the cart to launch, non-word side is the way it'll go.
    3. Redstone wire to the block.

    Hope that helps.
     
  4. Offline

    Redyugi

    What I am doing is I am using Minecart Mania for my railway system. It works well, and it's already 'complete'.
     
  5. Offline

    ledhead900

    @GeMoschen

    Thx for that I was not sure since I just moved to this from craftbook since Craftbook is somewhat lacking right now.
     
  6. Offline

    Shoot

    Hey man, I coded the multiple block (vid soon; MC1208) and my friend coded the same thing but instead, you input X, Y (to begin) and W(width), H(height)(vid soon; MC1337). It reduced my once 210 ic (using MC1207), to about 20 (using my multiple block), to only a mere 3 ICs using my friends (MC1337[feel free to rename]).

    The 1208 is laid out like:
    1st line:
    2nd line: [MC1208]
    3rd line: block ID (wool:14)
    4th line: count:eek:ffset on the X

    For the block right under the IC, you use X not -1 or -0.
    For the block right above the IC, you use 0 not 1.

    e.g:
    [MC1208]
    wool:14
    5:3


    The 1337 is laid out like:
    1st line:
    2nd line: [MC1337]
    3rd line: block ID (wool:14)
    4th line: X,Y:W,H

    For the block right under the IC, you use X not -1 or -0.
    For the block right above the IC, you use 0 not 1.

    e.g:
    [MC1337]
    wool:14
    0,0:10,5

    The sources for both are here:
    1208: http://pastie.org/1753240
    1337: http://pastie.org/1753242

    Please add these as they are great :)
     
    GeMoschen likes this.
  7. Offline

    GeMoschen

    Will Do this with the next update ;)

    Just place the sign:
    1. Line: the name of the area you want to toggle
    2. Line: [Toggle]

    I will make some videos today for the most things that the people are asking about.

    Hey thanks again! Sorry, but I missed out to test this with the last update. I will take a look into it today.

    Will make them today

    Wow! Awesome work! I will take a closer look into the sourcecode today and then implement them!
    When I saw your video it was like "uhhhm.. you have to get a new IC which sets more blocks. Just like the door, but without the door signs" :D

    Thanks for your work! I will only rename MC1337 I think.

    Just because I forgot to mention that in the Changes before:

    Ejectors are now fully implemented and work like in CraftBook

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  8. Offline

    neko259

    I have updated to 0.81, but stations still don't work for me :(
     
  9. Offline

    GeMoschen

    Can you two guys please tell me one again: Which Build of CraftBukkit are you using?

    Edit:
    Have you tried to update to CraftBukkit #618 ?

    I know that it's not a RB, but in 618, the dev-team of craftbukkit fixed the set.velocity-method. This may cause the error I think.
     
  10. Offline

    neko259

    I'm using 617.
    Ok, I'll try this.

    In 618 it doesn't work either.

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

    Shoot

    Here is the 1208 video:

    Still processing

    The 1337 and a bit of 1208 video is still rendering
     
  12. Offline

    meyers

    Hello,

    i have the plugins craftbook an Minecart Mania running on my server. Now my Users asked me to install Falsebook.

    So do i have to deinstall Craftbook? And whats about minecart mania? Are there any Issues?
     
  13. How about a wiki with how everything works? For the players.
    Im using craftbook right now and the updating is abit slow there but understandable why so im thinking of changing to FalseBook for this very reason.

    But I don't want people to come to me everytime they gonna make something with FalseBook, And im not even sure how to use FalseBook so I am waiting a little bit longer and hoping there will be a wiki for noobs like me =)
     
  14. Offline

    zorphon

    He is planning on making a wiki, and he is making video(s) tutorials of the most popular things today. I want the same thing but it takes him time to make, luckily he is a very active and helpful plugin developer and we should see it up sooner rather than later! :)
     
  15. Oh sweet, and thats kinda why I am thinking of switching since he seems more active and doesnt have to update 5 major plugins at the same time =) I'll be waiting for the wiki then i will switch over so it will be smoother for our players =)
     
  16. Offline

    GeMoschen

    Your users can use the CraftBook-Wiki as a reference for now!

    The ICs from FalseBook are working the exactly same way as those from CraftBook.
    I will make videos today, for the other things, that are not available in CraftBook (like the ICs, Bridges/Doors with different widths)

    You have to deinstall CraftBook to use this. It's because i'm using the same syntax that CraftBook uses.

    To Minecart-Mania:
    There's no need to uninstall it if you want to use MC-Mania. Then just delete the FalseBookCart.jar from your plugins-folder. That's all.

    Everything will work then, except the cart-system from FalseBook.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  17. Oh okey but there will be a FalseBook wiki later right? Just so i can point the players to a more up to date Wiki =)
    And keep up the good work and i will install this right now
     
  18. Offline

    GeMoschen

    Yes there will be a wiki. I'm currently working on it ;)
     
  19. Offline

    neko259

    What about the stations bug?
     
  20. Offline

    khamseen_air

    We're running 617, will try updating to 618 and check it out then get back to you. :)
     
  21. Offline

    neko259

    I'm on 621 now, and it stays the same.
     
  22. Any progress being made on the cart functionality ? Im used to mincart mania but in an effort to lower the amount of plugins used I tried switching to false book for my carts .. but the station block behaves weird.. in mm acart does a full stop (can't be pushed off , kinda snaps on the block till the block is powered) , here it stops but doesn't snatch to the block and can still be pushed
     
  23. Offline

    GeMoschen

    I will change this behavior with the next update, so that you can't push the carts anymore. There will also be added the sort-block with the next update.
     
  24. Offline

    LucidLethargy

    Thank you for fixing Netherrack! Your plugin is now, as far as I can see, the best working CraftBukkit build I've ever used, and this is including the old hmod builds. We all enjoy the original author's work, of course, but as he has a lot on his plate and does not update often, your plugin is AMAZINGLY helpful. Thank you for all your hard work, it is greatly appreciated!
     
  25. Offline

    Runelynx

    Lifts dont work anymore... it says no lift found but theyre all there and worked fine in craftbook :/
     
  26. Offline

    GeMoschen

    You need to tell me your Craftbukkit build and the versionnumber of your falsebook. Otherwise I'm not able to help you out
     
  27. Offline

    khamseen_air

    @GeMoschen
    I tried updating to 618 and it still behaves the same way. It confuses me how when doFrictionFix is set to TRUE I slow down quicker than when it's set to FALSE.
     
  28. Offline

    GeMoschen

    That's a real strange behavior. I tested it out, and it worked fine here. I think I will rewrite the fix again.
     
  29. Offline

    Georg311

    The issue with the stations still persists even with the new Version, tested Falsebook 0.81 with Bukkit 618 and even tried with the latest developement snapshot (640) but no success either

    The exact Problem (or behaviour change) is:
    Station powered off: no difference to former versions
    Station powered on: Cart is not accelerated if pushed into the station and if you push it from the wrong side of the station it doesn't change direction when driving above the station, it just rolls over the station
    So: Station has only effect if powered off (or when a minecart is standing on a powered off station which is turned on (=boost))

    Gotta love Paint <3 =D

    cart-station.png

    Bug or Feature?
     
  30. Offline

    GeMoschen

    Thanks for this description with the Picture. helps a lot when searching the bug.

    And to answer: its a bug :/

    Edit:
    I do know now where the problem is in this description. It's a bug with the check of the power of the block. Will be fixed in the next update!
     
  31. Offline

    khamseen_air

    So it definitely is supposed to travel further when the fix is set to TRUE yeah? I keep worrying in case I'm the one who's confused and I'm making work for you where it doesn't exist haha.

    Just in case it'll help at all, here's a list of the other plugins we have installed;
    Back to Body
    Fence Stack
    Fish People
    Login Message
    MyHome-1.9.4a
    MyWarp
    PaintingSwitch
    Permissions 2.5.5
    PickBoat

    To be honest though, your plugin was the first one on our server after the 1.4 update as you were the only person to have updated it quickly enough to be of use. :)
     

Share This Page