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

    GeMoschen

    Then Deny the access for the 0232... I think permissions has the ability to remove single permissionnodes.

    Or other way around:
    add only those selftriggered ICs, which you want them to use and not the complete group..
    falsebook.ic.mcXXX

    That's the way I have done it on my server. Only acces to some selftriggered ICs
     
  3. Offline

    sekol

    I updated FalseBook and i still can't spawn mobs using [MC1200]. How could i fix this?
     
  4. Offline

    woodzy

    @GeMoschen
    thanks for the update!!! I LOVE YOU!! what my first born?
    can you allow minecarts to pickup droped items?
     
  5. Offline

    jasonsj10

    Mark Out all of my other comments yall fixed it all. The Main Thing i use are the Glowstone light off and on and the fire place!
    Edit: Could Someone Explain to me what are ICs i am confused what about what everyoen is talking about. What do they do and how do u get them????
     
  6. Offline

    woodzy

    google craftbook wiki its the same IC's BUT faslebook has more IC's and outher stuff
     
  7. Is there any guide for this plug-in? ICs are the same as in CraftBook, but i dont know what plugin does what. Also there isnt a Installation.txt to help with permission nodes...
     
  8. Offline

    woodzy

    here just look at the plugin name dude
     

    Attached Files:

  9. Offline

    Mustek

    Alright, did it that way then.

    One more question: is everyone supposed to get a message when you use the command ic?
     
  10. Uh...oops ;)

    Thanks, this file really helps a lot :)
     
  11. Offline

    Sh4d0w

    bukkit 860

    if i try
    [collect]
    all

    Code:
    2011-06-13 20:05:42 [SEVERE] Could not pass event VEHICLE_MOVE to FalseBookCart
    java.lang.NullPointerException
        at org.bukkit.craftbukkit.inventory.CraftItemStack.getMaxStackSize(CraftItemStack.java:124)
        at org.bukkit.craftbukkit.inventory.CraftInventory.firstPartial(CraftInventory.java:207)
        at org.bukkit.craftbukkit.inventory.CraftInventory.addItem(CraftInventory.java:227)
        at com.gemo.FalseBook.Cart.Blocks.Collect.CollectItems(Collect.java:157)
        at com.gemo.FalseBook.Cart.Blocks.Collect.Execute(Collect.java:77)
        at com.gemo.FalseBook.Cart.FalseBookCartVehicleListener.onVehicleMove(FalseBookCartVehicleListener.java:547)
        at org.bukkit.plugin.java.JavaPluginLoader$71.execute(JavaPluginLoader.java:739)
        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:1114)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:62)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1096)
        at net.minecraft.server.World.cleanUp(World.java:1073)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:395)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-13 20:05:43 [SEVERE] Could not pass event VEHICLE_MOVE to FalseBookCart
    java.lang.NullPointerException
        at org.bukkit.craftbukkit.inventory.CraftItemStack.getMaxStackSize(CraftItemStack.java:124)
        at org.bukkit.craftbukkit.inventory.CraftInventory.firstPartial(CraftInventory.java:207)
        at org.bukkit.craftbukkit.inventory.CraftInventory.addItem(CraftInventory.java:227)
        at com.gemo.FalseBook.Cart.Blocks.Collect.CollectItems(Collect.java:157)
        at com.gemo.FalseBook.Cart.Blocks.Collect.Execute(Collect.java:77)
        at com.gemo.FalseBook.Cart.FalseBookCartVehicleListener.onVehicleMove(FalseBookCartVehicleListener.java:547)
        at org.bukkit.plugin.java.JavaPluginLoader$71.execute(JavaPluginLoader.java:739)
        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:1114)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:62)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1096)
        at net.minecraft.server.World.cleanUp(World.java:1073)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:395)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  12. Offline

    woodzy

    delete your folder called falsebook and try again
     
  13. Offline

    Chaoz

    Please update the spoiler "How to use the new ICs" for your new z value of 1210 and 1211 to avoid missunderstandings.

    thx Chaoz
     
  14. Offline

    Sh4d0w

    that doesn't works

    eehm ?
    the client crashes because in the chest i a fire-item.
    if i collect it in my hand the game freezes.
    After re-login the fire-item is away.

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

    jumika

    minecart features still not working for me... :/
     
  16. Offline

    GeMoschen

    I think that this is a bug in Bukkit, because there is no "MaxStackSize" for the fireitem (from the errorlog)

    Does it work with other items?

    What exactly?



    Will do so! Thanks for the advice! :)
     
  17. Have the memory issues been fixed in 0.86? :eek:
     
  18. Offline

    jumika

    POST
    POST
    POST
    POST
    These are my older posts in this thread, which are explaining my problem.
    Only change since is that i updated to #860 and falsebook 0.86.
     
  19. Offline

    Sh4d0w

    next bug?

    removeCartOnExit=true
    => if i destroy the cart i get two minecarts in my inventar
    => the one from the destroying and the 2nd by removing minecart.

    it doesn't works with any items, same error


    it seems it has no memory leaks more.

    now with 0.86a and ~26-28 Players no spamming "Is the Server overloaded?" log.
    i will watch...
     
  20. Offline

    woodzy

    @GeMoschen
    stations and ejectors arnt working and more!
    i have a demo setup on my server if you want to see kind sir
     
  21. Offline

    GeMoschen

    Hmmm... I still can't figure out why the stations work on most systems, and on some systems they don't work :/
     
  22. Offline

    woodzy

    hope on my server and on my TS 74.63.209.141 for all of it i set up a demo
     
  23. Offline

    Nori_Silverrage

    Maybe I'm missing something or I'm just dumb, but how do you make the ICs mentioned? I tried looking through craftbook's wiki (it'd be great if this had its own one though) and didn't see any simple tutorial... I've had this installed for a least a month and haven't used it at all.. :(
     
  24. Offline

    Pantheis

    So, how exactly does the self-triggered time setting IC work? Does it just immediately set the server time to [x] every 10 ticks?

    Also, what's this about lightswitches for torches and how would you set that up exactly? I don't see any new IC that talks about a light switch.
     
  25. Offline

    Straevaras

    I also cannot use MC1200. I get the message saying the IC is created, I have falsebook.* permissions, and nothing happens on the low-high edge.
     
  26. Offline

    vaughndrew

    hey its saying that i dont have the recipes for anything im trying to make i even tried the examples you used and it still wont let me can i get some help here plz?
     
  27. Offline

    woodzy

    google craft book wiki its the same setup
    @Straevaras
    u have to tell it what anamal to spawn and apply redstone to the sign
    @jumika
    sorting dont work he working on it​
    the database issue u had is normal just make some IC's and ur all set​
    as for the station blocks acting funny. wait 0.87 is comming VERY SOON trust me!​
    im working personaly with GeMo and were getting it all done man​
    its tricky go with the defult txt file and play with it​
     
  28. Offline

    Kainzo

    Apple Drop Chance....
    its still dropping 10-20% of the time - is there a way to remove this feature altogether?
    AppleDropChance=0
     
  29. Offline

    woodzy

    @@jumika
    and EVERYONE ELSE! im sorry, i have got the collect/deposit working
    1st line 'blank'
    2nd line [collect] OR [deposit]
    3rdl line 3-6-331-20 (item ids-max 15 per line)
    4th line 'blank'
     
  30. Offline

    Pantheis

    CraftBook does NOT have the new MC0232 IC and it also doesn't have anything about light switches. I know that falsebook is basically a working craftbook, but some of the IC's are new and there isn't a good listing of how to create them. You're expected to just know. MC0232 and the light switch thing aren't shown anywhere except in the change log so that's why I was asking.

     
  31. Offline

    Kainzo

Share This Page