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

    dragoncds

    Hi , for minecart dispenser, what tpye of block i have to put under the chest ? cause it's not working -.-
     
  3. Offline

    GeMoschen

    This should be fixed in 0.86!

    The default block is an IronOre
     
  4. Offline

    dragoncds

    Thx it work
     
  5. Offline

    klutch2013

    my server prompt is saying this:
    Code:
    16:52:22 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found
    16:52:22 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    16:52:22 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    i re downloaded the plugin and it didn't fix it? any reason why those .db's weren't made?
     
  6. Offline

    woodzy

    then make them :)
     
  7. Offline

    klutch2013

    how? lol sorry
     
  8. Offline

    Redyugi

    Make some transmitters, receivers, and some sensors, and that 'error' will go away. It's really nothing.
     
  9. Offline

    Kainzo

  10. Offline

    _Beelzebub_

    First of all: Great Plugin ;]
    But I have a little problem with the gates xD
    When i create a gate only with a sign it works well by right-clicking it, but when i set redstone next to the gate-sign and put a lever at the end, it doesn't work and it doesnt matter if the sign is on the same floor as the redstone or it's one above.. it still doesn't work...
    I used Craftbook in 1.5 and there I could do this .. xD

    Greetz
     
  11. Offline

    balloonhead

    Well i guess it could be Permissions 3.x. As stated before it isn't supported yet in 0.85. Rollback to Permissions 2.7.x

    My Problem is that i cannot use the Collect or Deposit functions.

    Placed the Sign, placed the Chest and the Iron Ore Block. Falsebook told me that all things are good but when a Cart passes the Oreblock with the sign underneath and the chest at the side the following error appears in the logfile.

    Code:
    2011-06-07 13:08:59 [SEVERE] Could not pass event VEHICLE_MOVE to FalseBookCart
    java.lang.NoSuchFieldError: d
        at com.gemo.FalseBook.Cart.Blocks.Collect.Execute(Collect.java:39)
        at com.gemo.FalseBook.Cart.FalseBookCartVehicleListener.onVehicleMove(FalseBookCartVehicleListener.java:584)
        at org.bukkit.plugin.java.JavaPluginLoader$64.execute(JavaPluginLoader.java:690)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.EntityMinecart.o_(EntityMinecart.java:569)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1071)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:56)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1053)
        at net.minecraft.server.World.cleanUp(World.java:1030)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:397)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Running [818] without permissions and FalseBook 0.85
    it also fails on another server with permissions and on top the stationblocks won't stop the cart but they can start it.

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

    woodzy

    were all waiting for @Gemo to update the plugin should be anytine now
    @ GeMoschen
    can you still have support for perms 2.7.4 if i go to 3.X it will brake so meny of my plugins
     
  13. Offline

    GeMoschen

    I'm still testing it, but I want to support both versions of Permissions. For now it looks like there is no problem when having different permission-plugins or Essentials GroupManager
     
  14. Offline

    dragoncds

    is there a block to eject when we are in minecart ?
     
  15. Offline

    rad1game

    Please, release 0.86 faster. -_- Really need falsebook.
     
  16. Offline

    Boingboingsplat

    I'm running FalseBook just fine using permissions 3.x.
     
  17. Offline

    woodzy

    @ im pulling out my hair!!!!! i have looked at this post a good 30 time inthe last 3 days hopeing a sneekpeak of .86 is out! can you just shoot me now?
    Hay!! a [creeper] GIVE ME A HUG!!
    [wood]
    [grass][grass][grass][grass][grass]R.I.P
     
  18. Offline

    Zaonhort

  19. Offline

    GregRUS

    Everything worked fine for a weeks... only update was a CB 818.
    And now I've got an error:
    Code:
    2011-06-07 20:36:32 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookBlock
    java.lang.StackOverflowError
        at java.security.AccessController.doPrivileged(Native Method)
        at java.io.PrintWriter.<init>(Unknown Source)
        at java.io.PrintWriter.<init>(Unknown Source)
        at org.bukkit.craftbukkit.util.ShortConsoleLogFormatter.format(ShortConsoleLogFormatter.java:54)
        at java.util.logging.StreamHandler.publish(Unknown Source)
        at java.util.logging.ConsoleHandler.publish(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.doLog(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:330)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:114)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:397)
        at net.minecraft.server.World.applyPhysics(World.java:374)
        at net.minecraft.server.World.update(World.java:345)
        at net.minecraft.server.World.setTypeId(World.java:317)
        at org.bukkit.craftbukkit.block.CraftBlock.setTypeId(CraftBlock.java:127)
        at org.bukkit.craftbukkit.block.CraftBlock.setType(CraftBlock.java:117)
        at com.bukkit.gemo.FalseBook.Block.Bridge.toggleBridgeOver(Bridge.java:502)
        at com.bukkit.gemo.FalseBook.Block.Bridge.toggleSignUnder(Bridge.java:750)
        at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.doRedstoneEvent(FalseBookBlockBlockListener.java:456)
        at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.onBlockRedstoneChange(FalseBookBlockBlockListener.java:408)
        at org.bukkit.plugin.java.JavaPluginLoader$32.execute(JavaPluginLoader.java:461)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:114)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:397)
        at net.minecraft.server.World.applyPhysics(World.java:374)
        at net.minecraft.server.World.update(World.java:345)
        at net.minecraft.server.World.setTypeId(World.java:317)
        at org.bukkit.craftbukkit.block.CraftBlock.setTypeId(CraftBlock.java:127)
        at org.bukkit.craftbukkit.block.CraftBlock.setType(CraftBlock.java:117)
     
  20. Offline

    1994mat

    Making more options for [MC0272] (Player detector) So it ignores people on the sign.
    Example:
    When any player is in the range, it gets activated, but if player LolDerpHax is in the range, it doesnt do anything
    Maybe -p:LolDerpHax?
     
  21. Offline

    Kainzo

    Running so far - haven't had any issues - some of the lag fixes blew Falsebook up though - so there will need to be a rewrite later if Bukkit implements them.
     
  22. Offline

    DrAgonmoray

    What's the permission to be able to use cauldrons?
     
  23. Offline

    GeMoschen

    Sorry, but you are not using FalseBookCart 0.85 ;-) I know that for sure, because there is no "Field D" in 0.85. You are using 0.84 (or maybe even older) for FalseBookCart.

    Update to 0.85 and everything will be fine. :)

    Yes it is! Default Blocktype for this is CoalOre. Place a coalore with a rail on it and place a sign BELOW the coalore with [Eject] on line 2

    Readable bookshelfs are implemented in 0.86aplha.

    Set on my todo-list. Thanks!

    What do you mean? Is it laggy at your server, when using falsebook? Using it all by myself and couldn't see any lagproblems right now

    Last time for all now:
    Cauldrons node:
    falsebook.blocks.cauldron.use

    I'm doing my best to get it on the street as fast as possible ;)
     
  24. Offline

    ledhead900

    @GeMoschen
    Could we get a config to change what the toggle on and off state would be for the falsebook extras just so we can make its dupe state meaningless like air or something.

    Right now its mossy and its a dupe hazard so a config would be cool just to turn it into something else like netherrack maybe.

    Im talking about the glowstone toggle and pumkin toggle should not be hard to add code for toggle would already be there somewhere so I am just asking for a config options added to Extras config.

    Thx in advance

    Nvm already is lol *desk<>Face*
     
  25. Offline

    intelacer

    I've been looking for about 2 hours now...
    How can I use this to make an automated Spleef Arena?
    Toggle Area doesn't seem to do what I want it to do. I just want it to auto replace my glass floor...
     
  26. Offline

    yaitsbilly

    Whats the Mc for on the list for?
     
  27. Offline

    woodzy

    its what goes on the sign heres an example
    1st line BLANK
    2nd line [MC1200]
    3rd line COW
    4th line BLANK
     
  28. Offline

    BigRenegade

    Set your glass floor up using a bridge sign, run redstone from the sign to a lever. when you throw the lever the bridge will retract and the floor basically disappear.
     
  29. Offline

    Cenarius

    i think there is something wrong with the bridges ..
    in the craftbook wiki it says you can put the sign below the bridge ...
    when i put it below it doesn't work .. it only works when i put it above ...
    can you fix this :) ?
    thanks ^_^
     
  30. Offline

    BigRenegade

    We you be willing to allow me to come to the server and take a look? I use bridges with the signs below them and they work fine.
     
  31. Offline

    Cenarius

    really sorry, my mistake ..
    i never used craftbook before and i didn't know that there have to be no connection under the signs or they will make a use of that as the bridge ...
    sorry again and thanks very much :D
     

Share This Page