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

    mrfeellingless

    hmm, every time i make an 1207 with these settings it doesnt work:
    1
    2 [MC1207]
    3 43-air
    4 2

    For some reason it doesnt accept air as a valid block, but it used to... Because i got some with these settings and they still work. Could you make it a valid block again?
     
  3. Offline

    Deathly

    @handyplayer13

    [MC0230] - Selftriggered Daycheck

    Just invert that one and there you go :)

    @mrfeellingless

    just remove that air, and invert the input :)

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

    GeMoschen

    You can use the sort block like you said. Just use the sort block and put the sign under it saying
    2. [sort]
    3.
    4. all

    The other thing you mentioned is not possible yet

    I don't know why the error has occured. 'cause I did not change anything on the loading-routines between the last 6 or 7 updates

    I will change this with the next update, but for now: just use 43 as the 3rd line. Then it will toggle between 43 and Air
     
  5. Offline

    handyplayer13

    I made "[MC0230] - Selftriggered Daycheck" and then I inverted it with "MC1001 - INVERTER".
    But what has to come next?

    I made "MC1231 - SIMPLE TIME CONTROL", but that doesn´t work really...
    It blinks and switches constantly between day and night! :confused:

    Hope you can help me! :oops:
     
  6. Offline

    GeMoschen

    What are you trying to do?
     
  7. Offline

    Deathly

    @handyplayer13
    Oh well if you use simple time control, do not invert it!

    @GeMoschen
    He tried to make it day everytime it gets night..
     
  8. Thanks for updating
     
  9. Offline

    khamseen_air

    @GeMoschen
    Sorry to be a pain but I've just had a member tell me that the data value for cart blocks isn't working. We had the reverse block set as 35 (wool) and the value set as 6 (pink wool) yet every block of wool still gives the message it's created a reverse block.
     
  10. Offline

    but2002

    Data values don't work like that for wool 6 isn't pink wool, 6 is a sapling.

    Wool's data value is 35:0 (white wool) The different colors of wool are handled by a damage indicator
    AKA. Pink wool is 35:6 (6 being the damage indicator) I don't think this has been implemented into Falsebook, but quite possibly should be.
     
  11. Offline

    khamseen_air

    HAHA I'm aware of how the data values work for giving items and for ICs etc, but for the carts he's implemented a system in the config file as follows;
    Code:
    Example:
    StationBlock=35
    StationBlockValue=14
    Result: The Stationblock is now red-wool
     
  12. Offline

    but2002

    Ah I hadn't noticed that before. Thanks.

    May I see your config? Perhaps it's a bug?
     
  13. Offline

    khamseen_air

    Here's the cart config file as it was when the wool was not distinguishing. I've now set it to 7 (bedrock) to avoid the issue for right now as the member who addressed it is building tracks on a 'road' built out of black and yellow wool.

    Config (open)

    Code:
    BoosterBlock2x=14
    BoosterBlock2xValue=0
    BoosterBlock8x=41
    BoosterBlock8xValue=0
    ConstantSpeedBlock=42
    ConstantSpeedBlockValue=0
    StationBlock=57
    StationBlockValue=0
    EjectBlock=16
    EjectBlockValue=0
    BrakeBlock25x=13
    BrakeBlock25xValue=0
    BrakeBlock50x=88
    BrakeBlock50xValue=0
    ReverseBlock=35
    ReverseBlockValue=6
    CollectDepositBlock=15
    CollectDepositBlockValue=0
    SortBlock=87
    SortBlockValue=0
    maxSpeed=0.7
    launchSpeed=3.0
    constantSpeed=3.0
    doFrictionFix=true
    setSlowWhenEmpty=false
    useSimpleCartSystem=false
    removeCartOnExit=false
    
     
  14. Offline

    but2002

    I hate to beat a dead horse, but you are running the latest version, right? If so, then it's probably a bug that Geo needs to answer. :)
     
  15. Offline

    khamseen_air

    That's ok, it's amazing how many people ask these questions when they're not. But yes we are on the latest version. I can only assume it must be a bug since the system is new.
     
  16. Offline

    blahblahjam

    Transmitter.db, Sensorlist.db, Reciever.db not there.
     
  17. Offline

    khamseen_air

    That's normal, not an error. So I wouldn't worry. :)
     
  18. Offline

    GeMoschen

    Oh sorry. I missed it to change the Messages. But you can ignore the message for now (I will fix this with the next update).
    The blocks itself will work like they are configurated in the file :)
     
  19. Offline

    mikob2d

    Hello, i just tried toggle-able areas, but seem not working.

    First i'm doing /farea myarea , but the command doesn't output anything.

    The sign is:
    1 - myarea
    2 - [Area]
    3 -
    4 -
    But doesn't do anything too.

    The clue is that the save area command seems not working.


    PS: Geat work, and I woul'd love that if you implement the "Counter" (MC3101, broken from craftbook) :)


    Sorry for my bad english, Miko.
     
  20. Offline

    monotonehell

    A question I've been meaning to ask for sometime now... why bedrock? It's not a blocktype that's placable by players and once placed it cant be removed. Seems a strange choice.
     
  21. Offline

    GeMoschen

    Will change the standard-value to wool with the next update. But anyway:
    you can configure the block editing the FalseBookCart.properties in plugins/FalseBook :)

    To the area:
    use this sign:
    1. myarea
    2. [Toggle]

    To the IC:
    I will look into it and try to implement it with 0.84

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

    monotonehell

    Well yeah that was the first thing I did ;) Just wondered why you chose bedrock.
     
  23. Offline

    eRko16

    Its better then craftbook! Please make that user cant brake blocks in ICS like PDOOR etc..
     
  24. Offline

    GeMoschen

    WIll try to implement this with the next 3 upcoming updates
     
  25. Offline

    EliteASH_11

    I tried craftbook, it didnt work, so this is should now be titled, falsebook, its like craftbook, but it actually works.
     
  26. Offline

    hyperch

    can you make a non-changing url for the latest build, so that it can be used with craftbukkituptodate?
     
  27. Offline

    MacG32

    Howdy GeMoschen. Great plugin you have. :) I've noticed if there are multiple levels with signs stating [Lift Up] or [Lift Down], all levels between are skipped, except the very top and very bottom.
     
  28. Offline

    GeMoschen


    Hmm.. For me it works fine when placing a lot of signs above each other. Can't tell why this happens to some people :/

    But I will try to fix it
     
  29. Offline

    khamseen_air

    Ah excellent thank you. I'll let him know to just ignore the message for now haha. :)
     
  30. Offline

    KiloWhiskey

    Looks like the value system doesn't work. My config is below and as you can see it uses an all wool cart system, but when I place any wool block the system registers it as a 2x booster, obviously just using the first wool block listed in the config.
    Code:
    BoosterBlock2x=35
    BoosterBlock2xValue=1
    BoosterBlock8x=35
    BoosterBlock8xValue=4
    ConstantSpeedBlock=35
    ConstantSpeedBlockValue=0
    StationBlock=35
    StationBlockValue=15
    EjectBlock=35
    EjectBlockValue=7
    BrakeBlock25x=35
    BrakeBlock25xValue=6
    BrakeBlock50x=35
    BrakeBlock50xValue=12
    ReverseBlock=35
    ReverseBlockValue=8
    CollectDepositBlock=35
    CollectDepositBlockValue=13
    SortBlock=35
    SortBlockValue=14
    maxSpeed=0.7
    launchSpeed=3.0
    constantSpeed=0.2
    doFrictionFix=true
    setSlowWhenEmpty=false
    useSimpleCartSystem=true
    removeCartOnExit=true
     
  31. Offline

    GeMoschen

    This is just an bug with the message-system. You can ignore the messages for now (will fix this with 0.84). The blocks itself will work, like they should :)
     

Share This Page