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

    BigRenegade

    Will have to recheck and make sure I have current files.

    EDIT: My error. I stopped the server and restarted and no error on startup.

    @GeMoschen

    Would you had Falsebook to the CbutD list?
     
  3. Offline

    GeMoschen

    This is already implemented!

    Example:
    1. Place an Ironore (default) under a rail
    2. Place a sign under the Ironore.
    - Line 2: [Collect] OR [Deposit]
    - Line 3/4 : The items, or "all"
    3. Place a chest next to the rail

    Example:
    Sign:
    1.
    2. [Deposit]
    3. log:1-wool:4
    4. wool:0-35:15
     
  4. Offline

    Holylon

    Got an Error too... Sometimes, Server crashes for no reasons, and i got a spammed console...
    Code:
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:285)
            at net.minecraft.server.World.k(World.java:388)
            at net.minecraft.server.World.applyPhysics(World.java:366)
            at net.minecraft.server.World.update(World.java:336)
            at net.minecraft.server.World.setData(World.java:281)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.GlowstoneExecute(FalseBookExtraBlockListener.java:284)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.signRedstoneEvent(FalseBookExtraBlockListener.java:215)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.onBlockRedstoneChange(FalseBookExtraBlockListener.java:87)
            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:110)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
    at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:285)
            at net.minecraft.server.World.k(World.java:388)
            at net.minecraft.server.World.applyPhysics(World.java:366)
            at net.minecraft.server.World.update(World.java:336)
            at net.minecraft.server.World.setData(World.java:281)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.GlowstoneExecute(FalseBookExtraBlockListener.java:284)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.signRedstoneEvent(FalseBookExtraBlockListener.java:215)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.onBlockRedstoneChange(FalseBookExtraBlockListener.java:87)
            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:110)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:285)
            at net.minecraft.server.World.k(World.java:388)
            at net.minecraft.server.World.applyPhysics(World.java:366)
            at net.minecraft.server.World.update(World.java:336)
            at net.minecraft.server.World.setData(World.java:281)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.GlowstoneExecute(FalseBookExtraBlockListener.java:284)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.signRedstoneEvent(FalseBookExtraBlockListener.java:215)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.onBlockRedstoneChange(FalseBookExtraBlockListener.java:87)
            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:110)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:40)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:285)
            at net.minecraft.server.World.k(World.java:388)
            at net.minecraft.server.World.applyPhysics(World.java:366)
            at net.minecraft.server.World.update(World.java:336)
            at net.minecraft.server.World.setData(World.java:281)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.GlowstoneExecute(FalseBookExtraBlockListener.java:284)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.signRedstoneEvent(FalseBookExtraBlockListener.java:215)
            at com.gemo.FalseBook.Extra.FalseBookExtraBlockListener.onBlockRedstoneChange(FalseBookExtraBlockListener.java:87)
            at org.bukkit.plugin.java.JavaPluginLo
    
     
  5. Offline

    BigRenegade

    @GeMoschen

    I think you might have missed my other post a page or 2 back. Would it be possible to set up a list of usable blocks for gates? Like you have it set up for doors and bridges.
     
  6. Offline

    GeMoschen

    I haven't missed it ;-)

    I've set it on my ToDo-List. But I have to think about it a bit.. Maybe adding another line to the gate-sign as a parameter
     
  7. Offline

    BigRenegade

    I haven't looked at the source code (and probably would not understand it any way lol) but couldn't you use, basically, the same routine as that used by the doors and bridges to check the blocks? Or would that require a time consuming change in code?

    EDIT: NVM. Looked at code and your thinking of adding a second line to allow for the material type seems to be a lot simpler than trying to reiterate the door/bridge routines for gates.
     
  8. Offline

    Epidemic

    I've read thru the treads, which have been posted here and i couldn't find a bug listet, that i've found. If it's posted already i'm sorry.
    With falsebook 0.85 i've got an huge problem with the area toggle....
    If there are any Signs in the toggled area and i toggle the area away and back again the signs get blanked!
    With falsebook 0.84 i've got this errors too, but they didn't appear so often.
    with fb 0.85 i've got this problem every time i toggle the area.

    Sorry for the maybe bad English but i'm thinking other things right now :)

    greets
     
  9. Offline

    Sh4d0w

    it it possible to check the worldguard build rights for a protection?

    becaus now can all Players create areas on foreign protection...

    Now i delete the permission falsebook.block.area for all groups.
     
  10. Offline

    rad1game

  11. Offline

    Jeyge

    The title says 794-798. Picking 792 probably won't work.

    Fyi - it looks like the bug was fixed in 793.
     
  12. Offline

    morfin

    Hello. I've implemented MC1111 and also fixed multiple Transmitters creation. You'll find classes in attachment. I am going to try implement other missing IC types:
    • MC1202* - Chest dispenser
    • MC1510 - MessageSender
    • MC3101 - Counter

     

    Attached Files:

    • IC.zip
      File size:
      24.7 KB
      Views:
      2
  13. Offline

    JacKlink01

    So whats up with receivers and transmitters? I am constantly having to "RECREATE" them. It gets really frustrating. Why is this happening? Can you make it "auto-recreate" haha

    Also.. I give people the falsebook.chat.join permission, but they cannot leave the chat. :/ I have to op them so they can leave.
     
  14. Offline

    Omri Barak

    You can put worldedit in the server root directory if you don't want to use it.
     
  15. Offline

    Pencil

    Wow, 54 pages later, you tell me what I already knew when I posted it. It still would require me to put Worldedit in, and it would use worldedit no matter what you read, thats the whole point of putting it there....

    besides, this guy has ported it over completely, added features to it while craftbook is still not completely done...
     
  16. Offline

    Nananea

    Trying to get the new Toggle Areas working for just water.

    I have my area set to "cy", I used /fareaallow cy 8, but when I toggle it nothing happens.

    I also tried setting the same area with different names with water and without water, but it replaces it with air instead of the differently named area.

    So for instance cyfull has water and cydrain is the same area shape without water...but cydrain just sets all blocks to air (with it being on 3rd line).
     
  17. Offline

    Marcin

    Not working for me... I'v installed ony FalseBook i have to install something else ?
     
  18. Offline

    Omri Barak

    Oh no, I have done something errible! Forgive me my lord, and grant me a swift and painless...

    Oh please >.> Oh no, so I did, you don't have to go through the trouble of making me feel bad about it...

    And even if it would use worldedit, it's not that big of a deal
     
  19. Offline

    david8029

    I have a question about the toggle-able areas. Is there a size limit to the area that can be toggled? also how far can the sign be from the area to be toggled? If this has been answered before please link me the answer. Thanks.
     
  20. Offline

    Pencil

    Ohh wow, kid your epeen just grew to double size! Worldedit sucks, get over it
     
  21. Offline

    BigRenegade

    Actually WorldEdit doesn't suck, I just hate it when someone tries to force me to use another plug-in (theirs or someone else's) just to get the features I want. (One exception to this rule is MinecartMania - I love that plug-in and all features) Also, the dev of WorldEdit and Craftbook could care less what we the plug-in users think or even bother to update his stuff to the new Rb's.
     
    Omri Barak likes this.
  22. Offline

    Omri Barak

    Dude, chill out. I'm not gonna continue, but damn, some things you have to just leave untouched.
     
  23. Offline

    Sphax

    About cauldrons, is there a way to create a recipe wich can take any amount of ingredients to create the same amount of result ?

    For example:
    iron;X*15;X*265
    If I put 15 iron ores in the cauldron, the result would be 15 iron ingots...

    That would be great ! :)
     
  24. Offline

    BigRenegade

    You can set it up so that 15 iron ore will give 15 iron ingot (or any specific number of ore will give the same number of ingots) but the amount can't vary, the recipe is item number specific. If you set the recipe to 15 it will only take 15.
     
  25. Offline

    Pencil

    Can I please have my opinion? :) thanks!

    and @ Omri Barak : -facepalm- epeen size?
     
  26. Offline

    BigRenegade

    You know, Pencil. You want your opinion, I want mine. If you don't like mine then just keep your fingers still and don't say anything. Otherwise, quit trying to shove your opinion done everybody else's throat.
     
  27. Offline

    Pencil

    Hey hey kid, don't blame your own mistakes on others. Now please stop this retarded conversation and move on. Nobody's mad at you. This isn't the place to discuss this.
     
  28. Offline

    BigRenegade

    You started this "retarded" conversation, and I'll thank you to show some respect your elders, little kid. If you check my profile you'll find I'm nearly 3 times your puny little age. You wanted to started this, Pencil (neck), well, this old Bear is going to finish it.
     
  29. Offline

    Sphax

    Thanks for your answer however I would like that I can write something like "X" to indicate that I want any amount of ingredients to get the same amount as a result. :)
    That whould be an addition tou falsebook but that would be something very great. ;)
     
  30. Offline

    Pencil

    Lol, ur 56, i loled so hard, im 105, didn't I tell you?
     
  31. Offline

    PointlessOddity

    The signs are completely non responsive to redstone. Its frustrating as thats the only reason i switched from Craftbook to this. That and because this one is getting constant updates
     

Share This Page