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

    fugue2005

    4
     
  3. Offline

    GeMoschen

    Okay.. It got fixed in 0.78. So it should work now
     
  4. Hey GeMoschen, I now updated to 0.78 and I tried the 560-579 version first because I am on 560 but it didn't work, so I tried the 548-556 version and it works fine! You should rename the versions 548-560 and 561-579.
     
  5. Offline

    GeMoschen

    Thanks for this! Will Edit this
     
  6. Offline

    killerbeez

    So is my IC problem fixed so least I can try to find the IC without the server crashing?
     
  7. You cant toggle 2 area's on the same spot, they'll corrupt each other when being toggled (using 2 signs)
     
  8. Offline

    Chaoz

    Hey after updating my server to the latest falsbook I got errors while starting the server and when executing ICs.
    after recreating a MC0271 i got this :
    Code:
    01:04:59 [SEVERE] Unexpected exception
    > 01:04:59 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    > 01:04:59 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    > 01:04:59 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:345)
    > 01:04:59 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:122)
    > 01:04:59 [SEVERE] at com.bukkit.gemo.FalseBookIC.FalseBookICCore.run(FalseBookICCore.java:46)
    > 01:04:59 [SEVERE] at com.bukkit.gemo.FalseBookIC.IC.MC0272.Execute(MC0272.java:115)
    and when starting the server it says that it can't find any databases...

    I'm using craftbukkit 553

    Chaoz
     
  9. Offline

    shadrxninga

    I can only use MC0111 all the others give an error like this
    Code:
    11-03-27 00:34:16 [SEVERE] Could not pass event SIGN_CHANGE to FalseBookIC
    java.lang.NullPointerException
    at com.bukkit.gemo.FalseBookIC.FalseBookICCore.getSecurityPlugin(FalseBookICCore.java:122)
    at com.bukkit.gemo.FalseBookIC.FalseBookICCore.playerCanUseCommand(FalseBookICCore.java:92)
    at com.bukkit.gemo.FalseBookIC.IC.MC2100.<init>(MC2100.java:49)
    at com.bukkit.gemo.FalseBookIC.FalseBookICBlockListener.onSignChange(FalseBookICBlockListener.java:620)
    at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.java:289)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:851)
    at net.minecraft.server.Packet130UpdateSign.a(SourceFile:39)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

    Using build 548
     
  10. Offline

    seger0310

    I cant find this bukkit build my build is 544 and minecrart mania and false book don´t works pla help me:( error (Is it up to date?) I need the newst build pl help
     
  11. Offline

    GeMoschen

    Thanks for the errorlog. Fixed this problem in the next version.

    EDIT:
    Maybe try updating to a higher version. I recommend #556 or #579

    Which permissionplugin do you use? (and the version please) :)

    Yeah thats right by now. Will fix this in the future

    Download this:
    Build 556

    or

    Build 579

    And also use the right version of FalseBook then

    Should be fixed yes

    Changelog:
    Version 0.78.1alpha
    • fixed bug with selftriggered ICs, when using CraftBukkit Builds #548 to #552
    • small changes to some ICs

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  12. I always wondered where the triggered clock IC went to for craftbook, it's not [MC1420] anymore.
    Now you have to use NAND-gate + clock for a triggered clock.
    Any chance you might be implementing it? It's not really necessary but some might love it :)

    [MC1420] for craftboook is now Divide-by-N.
     
  13. Offline

    hyperch

    *testing this* - seems to work fine... thx for the work
     
  14. Offline

    xlilcasper

    Here is a new IC idea. Run command.

    [MCXXXX]
    /playerlist

    When output goes from low to high, command is ran. If possible you may need to store who made the sign on the 4th line and then run the command as them, or at least store what group they are in.

    Use:
    I just installed PhatLoot and every two day/night cycles I want to allow players to loot the chests again. Right now I have to type "/loot reset all" to make this happen. Would be great if I could make a little clock in the admin area that did this.
     
  15. Offline

    GeMoschen

    The Idea behind this is quite nice. As you figured out, the only problem is to know if the permissions are given for this command. I can save the permission on line 4 OR only make the sign clickable. But I think the thing with Line 4 is better for this.

    Will take a look and experiment a bit with it
     
  16. There is already a good alternative for that: http://forums.bukkit.org/threads/me...mands-using-signs-551.5341/page-7#post-153375

    The 2-input and 3-input NAND's are not working for me. Output state is not changing. [MC3001] & [MC3003]
    The 2-input AND-gate only works with 3 inputs. [MC3000]
    CB v556 FalseBook v0.78.1alpha

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

    fishiles

    it there a tutorial or list of all the IC, and how they work avalable??
    also what do ToggleAble areas do?
    sorry if this sounds stupid but its the first times I've used ICs in Minecraft
     
  18. All the info about he IC's can be found here:
    http://craftbook.sk89q.com/wiki/Usage
    Info about the others he added can be found in his first post.
    The only difference is [toggle] instead of [area]
     
  19. Offline

    xlilcasper

  20. Offline

    Osynlig654

    i has done everthing and when i toggle my bridge i sas bridge toggled! but nothing happens i has tryed to destroy the signs and write it again but the signs comes back when i destroy it what should i do?
     
  21. Maybe you still have craftbook installed? Remove it if it's still there!
     
  22. Offline

    GeMoschen

    First of all:
    Remove craftbook if you are using it. And after that: delete plugins/FalseBook/Bridges.db. After that you will be able to destroy the sign.

    And then: rebuild the bridge. It should work now.
     
  23. Offline

    Osynlig654

    thanks so much but one more thing when i start my craftbukkit i sas [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    [FalseBook IC] plugins/FalseBook/SensorList.db not found.
     
  24. Offline

    GeMoschen

    This is a normal message.
    Receivers, Transmitters and other savetriggered ICs are saved in a file.
    But those files will only be created when you create one of the ICs.

    So you can ignore those messages (those messages are programmed by me to prevent errors). They have no effect on the plugin
     
  25. Offline

    andy1992

    Very very awesome plug-in :)
    I'll through in a couple of request's;
    First for a "not player/group sensor" so it would detect if there was a player around. and if that player was not in the group then it goes high.
    And i was wondering could you make it so you could list multiple players/groups on the sensor sign. And if you could have a sign next to it with players on it and check that.
    thanks a lot
     
  26. Offline

    shadrxninga

    I am using permissions by theyeti and the version is 2.5.4. - The latest version
     
  27. Offline

    GeMoschen

    Tested the ICs:
    MC3000 - Works fine here, Only goes high, when both inputs are high (otherwise it will go low) and works with only 2 inputs

    MC3001 - Also works fine here, Only goes high, when both inputs are low (otherwise it will go low) and works with only 2 inputs

    MC3003 - Also works fine here, Only goes high, when all 3 inputs are low (otherwise it will go low) and works only with 3 Inputs

    Which version of CraftBukkit are you using?

    Have you tried the new version of FalseBook? I think it should work now. Otherwise try updating FalseBook and also CraftBukkit. (I recommend CB #556 or CB #579 for now)
     
  28. Offline

    Bhikku

    Hmm, IC 1207 =>ITEM ID: 27 => http://www.minecraftwiki.net/wiki/Data_values =>not available, but if you write this one to your sign, damn, whole game will freeze, mb you should make a capture for errors. The whole sector of this map was destroyed, the game will frozen if someone went to the place with the block type"27". Remove falsebook dont help to repair this sector, so the only way: load a backup. Was an ugly experience but yeah... here is yoru bug :-D (craftbuukit 556) Mb its a bug in falsebook, mb in minecraft, i dont know, just found this one..
     
  29. Offline

    Calvin

    Multi-world support? For some reason the gates and things in a non-default world aren't working for me... bukkit 556, FB 0.73 Alpha
     
  30. Offline

    GeMoschen

    Hey thanks for this! I'm currently not checking for available Items in the Datavalues. This will come in the next update :)

    Thanks for this report. I will look into this!
     
  31. Offline

    Osynlig654

    Thanks!But when i even asks some questions i can ask this question:When i start my craftbukkit starter it says Not enough ram.To start the server with more ram,launch it as "java -Xmx1024m- -Xms1024m -java minecraft_server.jar
    i has search on the problem and ive has run the server with more ram but when i run it my plugins a become not with it,and can the server crash if i put more plugins in?
     

Share This Page