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

    playwright

    Yo! My google-fu may be failing me, but is there source-code for falsebook anywhere to be found? Has GeMoschen said anywhere whether he minds the source being available, if someone would decompile/deconstruct it? (Probably wouldn't want that, if he hasn't put the sourcecode anywhere).


    I'm trying to modify it a bit to make it tenable as an addition to my server; in particular, toggleable areas are really cool, but with other mods on the server, very much open to abuse.

    (I made a ghost castle in the sky that only appears at night, and the parts of the castle are at first all in ruin, but then one by one, flicker into 'what they were at their prime', and it all disappears at dawn. I'd like to be able to protect those areas and still be able to toggle them. The rest of the possible abuse, I'll figure out after I get that working)
     
  3. Offline

    novek

    If a user switch soulsand to glowstone. It's possible they can't destroy the Glowstone to get it?
     
  4. Offline

    Maxster99

    at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
    at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:41)
    at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
    at net.minecraft.server.World.k(World.java:459)
    at net.minecraft.server.World.applyPhysics(World.java:437)
    at net.minecraft.server.World.setData(World.java:351)
    at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:57)
    at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.GlowstoneExecute(FalseBookExtraBlockListener.java:284)
    I get this error message when i power glowstone please help
     
  5. Offline

    kellerkindt

    could you add to the detectors (like day detector) a detection on chunk load?
    if I go home when time changed (so the cunk loads then), it doesnt changed :(
     
  6. Offline

    SilencShadoW

    Hey Guys
    i got a redstone circuit with a sign on [SpawnGate] [Toggle] .. for farea ... :) Controlled by redstone ... sometimes randomly falsebook crash ... with following error and only works again after a restart from the server .... how i can fix this error?
    Code:
    2011-09-03 06:22:58 [WARNING] Task of 'FalseBookBlock' generated an exception
    java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
        at java.util.ArrayList$Itr.next(ArrayList.java:791)
        at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.run(FalseBookBlockBlockListener.java:546)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-03 06:24:26 [INFO] /96.126.97.111:59413 lost connection
    Code:
    2011-09-06 17:41:35 [WARNING] Task of 'FalseBookBlock' generated an exception
    java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
        at java.util.ArrayList$Itr.next(ArrayList.java:791)
        at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.run(FalseBookBlockBlockListener.java:546)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  7. Offline

    L24D

    Hey @GeMoschen
    Got a very unusual, and problematic bug here...
    I uploaded a video of it on my server's youtube chan:
    http://www.youtube.com/watch?v=n22_nPtzGQ8

    Anyways, It's a glowstone/soulsand duplication bug... Redstone activated glowstone. :p
    Though I probably blame pistons more than anything for this, just because they're so buggy...
    I just thought you might need to have a look at it.
     
  8. Offline

    Subrosa20

    I'm trying to disable the toggleable glowstone/Soulsand, because people just use it to create tons of glowstone.

    I opened "FalseBookExtra.properties" and changed ToggleGlowstone to false but it still works. Is there more stuff i need to do?
     
  9. Offline

    Kiborgik

    update for 1060 ??
     
  10. Offline

    mxm24

    Can you create a permission for using a lift but not building it?

    can you also port over the ammeter?

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

    khamseen_air

    Right click on redwire whilst holding coal.
     
  12. Offline

    mxm24

    so it was ported over?

    have you tryed it yourself?

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

    khamseen_air

    Yes, I use it frequently.
     
  14. Offline

    mxm24

    Ok, Thanks for the answer(i use craftbook but will try this plugin soon).
     
  15. Offline

    khamseen_air

    No problem. :)
     
  16. Offline

    jardin3003

    EDIT: fixed, I'm stupid.
     
  17. Offline

    KermMartian

    Sooo, still no word from GeMoschen. :( So what exactly will my server lose if we switch from Falsebook back to Craftbook, if anyone knows?
     
  18. Offline

    Apower

    Please update :( This plugin is so awesome!
     
  19. Offline

    Legionarius

    FB is throwing tons of errors when it comes to piston_extend. Where, oh where has our dev gone?
     
  20. Offline

    justproud2b

    My guess is the fate of most dev's that take on big projects. @GeMoschen probably took on this project didn't want to get other coders behind him because he felt he could take on this project alone. Then between life and the stress of the demand to keep this updated got burned out.

    So at this point one of three things will happen.
    • He'll be MIA for a while to regain some urge to want to talk to the annoying people on the bukkit forums.
    • He'll quit developing it all together
    • He'll develop it for his server only as running a server and maintaining plugins is a huge undertaking and very rarely does someone continue doing both for long.
     
  21. Offline

    Legionarius

    As was the case with perms, Towny, and so many others before them. The sad part is I think some sort of co-op needs to exist. I have no problem paying these guys. If everyone who used these things gave them even one dollar they'd be quite happy with it, i'm sure.
     
  22. Offline

    NolanSyKinsley

    I am currently on a server that was running #1060 and we were getting allot of java timeout exceptions. We have now disabled falsebook and it seems to have taken care of the issue. I really love falsebook and hope that you will update it for the next version of bukkit when 1.8 is released!
     
  23. Offline

    1994mat

    My minecarts keep speeding up for nothing with this plugin, when I remove falsebookcart.jar they stop accellerating.
    D: Update for 1060 please!
     
  24. Offline

    Jamyy10

    Hi there, i have downloaded your plugin to use on my self hosted server. Now it all works fine all up until i restart or stop my server. The problem I'm having is when I start my server back up, none of the IC's that i have created are loaded. Its like falsebook doesn't remember the IC I create.

    What can i do to fix this?
     
  25. Offline

    someonepic

    anyone got a link to 0.86 alpha??? formated my pc and forgot to back it up. would greatly appreciate a link.
     
  26. Offline

    SLUGAKARL

    Hay Man.

    Im having problems when using a station block

    i put the sign under the obsidian. wrote on the sign on the second line [Station]/ then place the obsidian block ontop
    Then the rail. iits says it was created yard yarda. then i put a redstone dust next to it. then a 2 block high next to it
    with the button the top one. so when i sit in cart, and stop on obsidian block then push button. nothing happens. it doesn't work
     
  27. Offline

    Freezy

    try powering the obsidian
     
  28. Offline

    Don Redhorse

    hmm... I can't get the MC 2100 "Delayer" to work, I have the reset to the left and the signal from the front. Reset is ON by default and goes of a milisecond before signal goes on...

    when I pull the switch manually it gets disabled directly by the reset

    whatever I also tried it with switches and that still doesn't work.. any Idea?
     
  29. Offline

    Shoot

    Haven't checked in on this in a while... it's looking great!
     
  30. Offline

    SLUGAKARL

    Um yeah i have, i watched the tutorial, the red stone dust is right next to it. Its not working
     
  31. Offline

    Freezy

    next to or into? sorry for the stupid question, but it helps to be specific ;-)
    either way, it needs to be into
     

Share This Page