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

    hiestbreaker

    i need to know the permission nodes....
     
  3. Offline

    tombik

    any unofficial fix? :O
     
  4. Offline

    axebyte

    Is this another great plugin that is no longer supported? 4 months since plugin guy been around.
    Is craftbook rolling again? someone else has to pick this up if its dumped one of the best multi-use plugins that combine a ton of great things.
     
  5. Offline

    Nekpek

    EDIT:
    (made a bad post)
    Lets all hope that craftbook gonna add the same IC as this one had (the new ones)
     
  6. Offline

    melone99

    Where i can get the permissions?
     
  7. THIS PLUGIN SUPPORTS 1.3.1-R1.0! ERRORS: o. btw Are there any permissions?
     
  8. Offline

    shadydeath999

    people can add them if they want since craftbook is open source....
     
  9. Offline

    VanillaPie

    If you can tell me all the bugs may I can try my best to fix them.
     
    robbietjuh likes this.
  10. Offline

    rodier

  11. Offline

    wessel21

    Something happened with receipe list inside 1.3 release. FalseBook cannot handle it. So it should become reworked (or we cannot use crafting carts anymore):

    Code:
    03:17:58 [SEVERE] Could not pass event VehicleMoveEvent to FalseBookCart
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
            at net.minecraft.server.EntityMinecart.h_(EntityMinecart.java:600)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1239)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:498)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1221)
            at net.minecraft.server.World.tickEntities(World.java:1119)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:567)
            at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
            at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoSuchFieldError: recipies
            at com.bukkit.gemo.FalseBook.Cart.Blocks.Craft.Execute(Craft.java:72)
            at com.bukkit.gemo.FalseBook.Cart.Blocks.MultiBlock.Execute(MultiBlock.java:79)
            at com.bukkit.gemo.FalseBook.Cart.CartWorldSettings.executeMechanic(CartWorldSettings.java:143)
            at com.bukkit.gemo.FalseBook.Cart.FalseBookCartVehicleListener.onVehicleMove(FalseBookCartVehicleListener.java:156)
            at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:616)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
            ... 13 more
    >
     
  12. Offline

    Jacold92

    Hi. There is no chance to disable apple drop bug with WorldGuard protected regions? My players producing a tons of apples...
     
  13. Offline

    Silaims

    I also encountered this problem and I can not turn it off. And as defenseless "Lightswitch", which can be generated from an ordinary torch in redstone torch.
     
  14. Offline

    rodier

    cant get any IC working.. im op, have anyic perm.. on 131..
    + is there any reload command?

    AppleDropChance=10.0 in falsebookblock.properties.. set it to 0

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

    Jacold92

    After I change it and start it will reset to 10.0
     
  16. Buttons no longer work with the hidden switch sign,
     
  17. Offline

    Kainzo

    We've moved to Craftbook (Again)
     
  18. sadly we can't move to craftbook as it doesn't support hidden switches as well as falsebook does
     
  19. Offline

    quickclay

    You need to stop the server, change the setting, then restart. (Not change setting, then restart, or it'll restore previous values.)
     
  20. Offline

    Darcion

    ?

    i think it does

    my only problem in craftbook is there have no detectors at this moment...
     
  21. with falsebook, you can click any side of the block to activate the lever, with craftbook you cannot.
     
  22. Offline

    Silaims

    Have you tried to change it? If yes, what you wrote in the option, as I have all my torture modify this option - did not work (even if Linux permission configuration file set to root user and forbid to write - still overwrites the file on a normal user after start a server).
     
  23. Offline

    Jacold92

    I tried that a month before i post my problem.
     
  24. Offline

    Ichaelus

    Hey Guys,
    I've a little problem with the area-permissions and hope you can help me:
    I wanted to give a group the permission to toggle my Farea Signs. I found the permission nodes:
    - falsebook.blocks.area
    but it won't work. The only working solution was to give them falsebook.admin, but that's not possible for a longer time.

    Greetings, Ichaelus
     
  25. EDIT: THIS PLUGIN SUPPORTS 1.3.1-R1.0! ERRORS: o. THIS PLUGIN DOESN'T SUPPORT 1.3.2-R2.0! ERRORS: 1-100. If you want to have a craftbook for your server.. Download "Craftbook", The only thing is that the gates are better coded and easier to use in Falsebook :(.
     
  26. Offline

    CraftLourens

    Update ? 3;
     
  27. Offline

    xbaxdark

    I recently updated bperms and now my player detectors aren't working.
    I use these for a variety of stuff on server, from dungeons to automatically opening iron doors to rank based shops.
    Not sure if the problem is with bperms or falsebook but could you please consult with codenameb on this.

    Thanks for your time.
    xbaxdark
    rivalkingdoms.enjin.com
     
  28. Offline

    Darcion

    falsebook is inactive, use craftbook
     
  29. Offline

    TNTUP

    Hah wat? I'm running on 1.3.2 build 2364, No errors :3 I'm able to use the Falsebook ICs, block, extras and whatever. Prob the IC you use doesn't work but the ICs I use works. clock, mobspawn, transmitter, reciever, block below, above, random bit and ect. I've never used CraftBook and idk whats the difference with it. I'm used to use Falsebook since 1.7.3 and still no errors.
     
  30. Offline

    tanveergt5

    apple drop chance = 10 by default i changed it to 0 or 1 like 50 times in 5 days yet it goes back to default 10
    and people are doing the apple bug abuse
     
  31. Offline

    LPLukas

Share This Page