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

    Kartus

    @GeMoschen
    suggest feature: let's make cauldrons have individual recipes.

    why
    cause i want to have only at 1 point on my map a cauldron with special recipes. so the people have to especially walk to that point.

    how
    so i can command "/fb cauldron set cauldron1" and rightclick on the cauldron in front of me. with that i can give the cauldron a custom type (set in config before) like "cauldron1". each new cauldron would have default type set in config.

    is that possible? when? how much i have to donate to make this happen? :D
     
  3. Offline

    formaldehyd

    I'm getting lots of errors with Falsebook 0.87 and CB #1000
    And permissions doesn't work with it.

    Errors like the "could not pass event ____ to Falsebook" and hundrets of lines of spam.
    When i'm removing Falsebook everything is working fine.

    Edit: That's my error:

    Code:
    2011-07-21 05:05:20 [SEVERE] java.lang.NullPointerException
    2011-07-21 05:05:20 [SEVERE]     at com.sk89q.bukkit.migration.NijiPermissionsResolver.hasPermission(NijiPermissionsResolver.java:61)
    2011-07-21 05:05:20 [SEVERE]     at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
    2011-07-21 05:05:20 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermission(WorldGuardPlugin.java:322)
    2011-07-21 05:05:20 [SEVERE]     at com.sk89q.worldguard.protection.GlobalRegionManager.hasBypass(GlobalRegionManager.java:232)
    2011-07-21 05:05:20 [SEVERE]     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerMove(WorldGuardPlayerListener.java:286)
    2011-07-21 05:05:20 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    2011-07-21 05:05:20 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-21 05:05:20 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-21 05:05:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  4. Offline

    winner00

  5. Offline

    Sun-Devil

    I dont't know, if CB 953 was together with 0.86.2 or still 0.85 so here the links to both Versions:

    Ver. 0.86.2
    and
    Ver. 0.85
     
  6. Offline

    Pythros

    Thank you very much!
     
  7. Offline

    Timberman

    Hi there,

    got some issues with the elevator signs. It always says "You don't have permission to build elevator sign".

    - falsebook.blocks.lift

    Permissions are correct! Checked it X times. If i give '*' Permissions Player can place and destroy this signs....

    Is there a bug in the documentation with this permission node???

    Regards, Timber
     
  8. Offline

    Kartus

  9. Offline

    Adamadz

    Does this one have Light Switches?
    If it does can you explain how i do it.

    Thanks Adam :)
     
  10. Offline

    formaldehyd

    Do you have Minecartmania Sign Commands? I've had the same issue some weeks ago and Sign Commands caused it.
     
  11. Offline

    mrgreaper

    Tested with op and without op anything with the g: just refuses to open.

    An alternative would be to have a permission node detector something like
    falsebook.node. x (where x is a admin named node)
    falsebook.node.admin

    then on a sign

    BLANK
    [mc0272]
    3
    N:admin (n for node then the custom part of the node)

    this way each group would inheriet the node from lower groups (though with : false rules of the new bukkit permissions admins could choose to disable that)

    it also means u can give the node to a player that is not in the same group to have access to certain things with out promoting him

    Another good example is some players made a shared flat block, the main door was linked to an array of p:x sensors so only they could enter, with the node idea we would only need one sensor looking for the node flat1 and give each of the tennents falsebook.node.flat1

    i can think of loads of other situations where this would be damn handy, umm even if you manage to fix the groups...can u add this please![/quote]
    @GeMoschen is that possible? and any news on a fix for g: detection
     
  12. Offline

    killa2289

    how come when i make a gate it says gate toggled then gate moved and it doesnt work?
     
  13. Offline

    generalmek

    where is manual about station? i dont know how setup
     
  14. Offline

    Timberman

    Yes git MM... hmmm But i don't want to disable MM ...
     
  15. Offline

    colony88

    Could you please post previous versions too? I have a 953 server and I'd love to have this plugin.
     
  16. Offline

    formaldehyd

  17. Offline

    bart07a

    Why I can't find informations about falsbookchat ??
    What can I do with it?

    edit:
    Now I know that you can creat channels with /ch
    Are there some other commands ??
     
  18. Offline

    megachiee

    pumpkins dont work if you put the redstone on the top, the netherrack dont work and the circuit NAND RS LATCH (MC3033) work differently or not work.
    This is not an update .... where are the older versions they were better ..


     
  19. Offline

    Pa1nkill3r

  20. Offline

    rmbell

    CB #1001, FalseBook 0.87 DEV 3


    Code:
    2011-07-21 19:07:27 [SEVERE] Could not pass event BLOCK_PISTON_EXTEND to FalseBookIC
    java.lang.ArrayIndexOutOfBoundsException: 6
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.checkPistonEvent(FalseBookICBlockListener.java:92)
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockPistonExtend(FalseBookICBlockListener.java:112)
        at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.java:540)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.BlockPiston.g(BlockPiston.java:70)
        at net.minecraft.server.BlockPiston.doPhysics(BlockPiston.java:47)
        at net.minecraft.server.World.k(World.java:453)
        at net.minecraft.server.World.applyPhysics(World.java:432)
        at net.minecraft.server.World.update(World.java:401)
        at net.minecraft.server.World.setTypeIdAndData(World.java:385)
        at net.minecraft.server.BlockDiode.a(SourceFile:69)
        at net.minecraft.server.World.a(World.java:1982)
        at net.minecraft.server.World.doTick(World.java:1722)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    *EDIT

    Left running, it turns into


    Code:
    2011-07-21 19:11:48 [SEVERE] Could not pass event BLOCK_PISTON_EXTEND to FalseBookIC
    java.lang.ArrayIndexOutOfBoundsException
    
     
  21. Offline

    Reiuiji

    Having Problems with Player detectors, It only opens for the last player to log on. So when It does not work you have to relog in. I am using [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]. What do you think the problem could be.
     
  22. Offline

    mrgreaper

    i can confirm this

    i got locked in a rather hostile world cos of it lol
     
  23. Offline

    darkFluppi

    Hi!
    Iwant to Use the p-detection (mc0272) but it should be usable for everyone.
    How can i do it?
    it should look like this:
    -
    -[mc0272]
    -1
    -(what should i add here?)

    Hope someone can help me^^

    Greetings dF
     
  24. Offline

    Sevenos

    Could you please make it clear why you don't release source code? And quote me please if you ever answered that after multiple ppl asked for it. And why we should even think of using a dev version without any clue what was changed?
     
  25. Offline

    darkFluppi

    Why should i add sourcecode?^^
    I want to know how i can do it^^
     
  26. Offline

    mrgreaper

    on the third line theres 2 options
    P: PLAYERNAME ie p:mrgreaper (p:mrg would work too)
    G:GROUPNAME ie g:admins (g:admi would work too ...NOTE on curent version group detection is not working)

    hope that helps chap

    *side note* the 1 is the range in blocks, 1 is very close range 2 seems best for most things :)

    my guess is thats so his work isnt duplicated, apart from the most recent bugs the chap has been very quick to fix, respond and add new features, not sure where he has gone at mo :(

    Because we trust the plugin developer and i believe he stated in an earlier post what was changed but for our server there is three developers we trust and update with out needing to know exactly what the update fixes, we know they are not about to add changes that change the whole feel of the plugin or cause harm etc

    its all about trust chap, we been using falsebook for as long as its been out (the ic part and then the extra part. we use minecartmania for the minecart stuff and controller block for the block stuff)

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

    w00dst0ckOo

    hi i've got a problem with the minecart plugin
    Stationblocks don't work the minecart doesnt start on its own when i push the button assigned to the sign
    i tried everything on it but it won't work .. when i push the cart manually it starts ..

    ps: i use permissions 3.1.5 maybe this helpes
     
  28. Offline

    mavbear

    How can I use LWC with this to lock Bridge and Gate signs, etc...?
     
  29. Offline

    L24D

    @GeMoschen
    Quick question/problem regarding all the block related ics, and the gates/bridges...

    Is there some way you can restrict people from breaking the blocks that are linked to ics, and doors, bridges, etc?
    I'm getting people on my server using them to get infinite blocks with them... Any kind of protection on them would be super.
    Thanks :)

    This bug/problem has been around for a very long time. I haven't found a way around it yet, aside from restricting them, or keeping a protected area around them and restricting building/mining. And that really doesn't help things, because people can't actually build on the land around them then. :p
     
  30. Offline

    GeMoschen

    I will add the sourcecode again, once 0.87 is finished without a dev-version.


    Thanks for this report! Will look into it! :)

    Currently, there is no way at the moment (sorry for that), BUT:
    I will add protection to those blocks in some way. I'm not quite sure how this will be done, since there are some small problem which are not there in bridges/Doors.
    But I will definitly add this. For the moment you can only remove the worldedit-permission from non-trusted users (Example: on my server, only admin have access to them)


    To everyone with that problem:
    It's a confirmed bug and I already fixed this! Please wait for the next version (release soon)


    Pumpkins/Netherrack:
    I will look into that. Thanks!

    to MC3033:
    Take a look at the original craftbook-wiki. It works liek it is supposed to (in worked differently in old versions, but that was wrong)

    The important thing you must know about them, it that the inputs are inverted inputs..



    Thanks for your trust! :)
    And to comment on this:
    I will never ever change anything in a way that it won't work at all. If there are big changes in some things, I'm always adding a way to import the old things. Otherwise it would be just stupid by me.

    Oh and by the way:
    I'm always using my latest dev-version on my own server for one or two days, before releasing it. Just to prevent very critical errors.. :)

    @mrgreaper:
    thanks for the suggestion with the nodes for MC0272!
    I will definitly add this with the next version! Great idea! :)

    /ch create name [password] = create a channel
    /ch join name [password] = join a channel
    /ch leave = leaves a channel
    /ch remove name = remove the channel

    But I will add more commands with the next update and I will also update the first post then.

    You're right, this will be fixed with the next version :)
     
    bart07a likes this.
  31. Offline

    KrazyBonez

    Piston + redstone + glowstone = glowstone + soulsand = dupe

    My users can dupe with your light switches and pistons sir, may i get a version of falsebook without light switches?
     

Share This Page