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

    SUparJErk

    I'm not sure if this is technically a bug or just a strange limitation of redstone, but the MC1017 and MC1018 (rising/falling toggle) ICs fail to function if redstone carries the output back to a block adjacent to the sign, even though that redstone is not directly "feeding" the sign. Toggling the intended input has no effect on the IC's output.

    See the attached screenshot for a less confusing description. If I replace that sign with redstone, it exhibits the behavior I'm talking about.

    The only reason it strikes me as weird is because if I change the IC to MC1001 (inverter), the problem goes away. The adjacent output redstone does not interfere with that IC functioning properly.
     

    Attached Files:

  3. Offline

    manyak

    @LennardF1989 u should really join coders' team since optimization there is quite indispensable.
    @SUparJErk What about the Glitch with Rising Toggle. I think the redstone on this block is interpretated as one of inputs and this breaks the circuit's algorithm. Dont know what about other ICs, may be its a bug as well.
     
  4. Why isn't there any tutorial regarding to the commands for FalseBookChat? I remember using that plugin before and don't even remember how I found out about the command, but now I don't remember it anymore but would like to use the plugin. Does anyone know the commands for this? Also, a list of commands on the 1st post would be nice in my opinion, if there is.
     
  5. Offline

    LennardF1989

    @manyak: Unfortunately I do not have the time to be an active coder for Bukkit itself, but I can do the occasional fix/consultancy. I also enjoy programming simple plugins and fixing those that are already established, so that will mostly be my terrain. But thank you for the compliment :)

    Besides FalseBook I also made a few fixes to WirelessRedstone, which is an awesome plugin and a good small alternative to Falsebook wireless IC's (1 block opposed to 2/3).
     
  6. Offline

    moom00

    Hey guys, having issues with permissions for this, trying to make it so anyone can build/operate everything but unless an admin keep getting "not permitted to make **" error. running permissions 3.6 and have added everything the install said to add to permissions.
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'craftbook.mech.*'
                - 'bar.foo'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
    if anyone can help it would be awesome
     
  7. Offline

    SUparJErk

    The MC1017/1018 issue I mentioned is definitely a bug. It's causing a stack overflow recursion loop.

    From my server.log:
    Code:
    java.lang.StackOverflowError
       at java.util.ArrayList.toArray(ArrayList.java:328)
       at java.util.logging.Logger.getHandlers(Logger.java:1217)
       at java.util.logging.Logger.log(Logger.java:472)
       at java.util.logging.Logger.doLog(Logger.java:498)
       at java.util.logging.Logger.log(Logger.java:587)
       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:330)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:114)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
       at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
       at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
       at net.minecraft.server.World.k(World.java:450)
       at net.minecraft.server.World.applyPhysics(World.java:425)
       at net.minecraft.server.World.update(World.java:398)
       at net.minecraft.server.World.setTypeIdAndData(World.java:382)
       at org.bukkit.craftbukkit.block.CraftBlock.setTypeIdAndData(CraftBlock.java:140)
       at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:311)
       at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:290)
       at com.gemo.FalseBook.IC.ICs.standard.MC1018.Execute(MC1018.java:75)
       at com.gemo.FalseBook.IC.FalseBookICBlockListener.signRedstoneEvent(FalseBookICBlockListener.java:681)
       at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockRedstoneChange(FalseBookICBlockListener.java:650)
       at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:469)
       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:114)
       at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
       at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
       at net.minecraft.server.World.k(World.java:450)
       at net.minecraft.server.World.applyPhysics(World.java:426)
       at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
       at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
       at net.minecraft.server.World.k(World.java:450)
       at net.minecraft.server.World.applyPhysics(World.java:426)
       at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
       at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
       at net.minecraft.server.World.k(World.java:450)
       at net.minecraft.server.World.applyPhysics(World.java:429)
       at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
       at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
       at net.minecraft.server.World.k(World.java:450)
       at net.minecraft.server.World.applyPhysics(World.java:425)
       at net.minecraft.server.World.update(World.java:398)
       at net.minecraft.server.World.setTypeIdAndData(World.java:382)
       at org.bukkit.craftbukkit.block.CraftBlock.setTypeIdAndData(CraftBlock.java:140)
       at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:306)
       at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:290)
       at com.gemo.FalseBook.IC.ICs.standard.MC1018.Execute(MC1018.java:79)
       at com.gemo.FalseBook.IC.FalseBookICBlockListener.signRedstoneEvent(FalseBookICBlockListener.java:681)
       at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockRedstoneChange(FalseBookICBlockListener.java:650)
       at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:469)
       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    It goes on and on and on...

    There is no such thing.

    No, you haven't. There's nothing at all in your pasted groups.yml that references falsebook.

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

    DaMaxx

    Hm.. i changed the reverseblock to wool, but falsebook is still looking for bedrock... dunno if this has been reported yet.
     
  9. Offline

    SUparJErk

    The algorithm for the MC1220 doesn't work the way I was hoping. In the attached image, I wanted the wood to be replaced by stone 1 by 1, following the path from the IC to the end of the wood trail (closest to the camera in this screenshot). Instead, it seems to replace all connected chunks 1 block away from the IC, then all connected chunks 2 blocks away, 3 away, etc, ignoring the actual topology of the blocks and instead just working outwardly in increasingly bigger cuboid regions.
     

    Attached Files:

  10. Offline

    SUparJErk

    Nevermind; algorithm 3 is what I wanted. Much better.

    Is there documentation as to what each algorithm actually does? I can't get 2 to function at all; it does nothing.
     
  11. Offline

    Rycerub

    This is really ridiculous. sk89q was absolutely right, the way this was coded was shit. My server damn CRASHED and I changed providers being angry at mine, and then I realized it was because of this crappy plugin. My new provider's server also crashed. I am asking that this plugin be barred from Bukkit on the grounds of it being hazardous to servers.
     
  12. Offline

    manyak

    Change the config within your world folder.
     
  13. Offline

    SUparJErk

    Was it a design decision not to allow MC1220 (replacer) to work with air blocks? I understand that could cause some pretty catastrophic damage to a world, but I really want to try it out.

    I had visions of building an air-to-lava replacer, getting a bunch of people together, flipping the switch, and seeing who could survive the longest. I am so disappointed...
     
  14. Offline

    bison24

    Sorry if this is a stupid question, but is a permissions plug-in actually required for this to work? If so, is there an example file anywhere of simply allowing every user to make everything (running a small private server)? I am running 1.5_02 and would prefer waiting till 1.7 and skipping 1.6.6 (hopefully there's a compatible permissions version still floating around...)

    Thanks for any help.
     
  15. Offline

    SUparJErk

    Permissions is not required for FalseBook to work. If you are on a small, private server and do not have to restrict any of your users, you can certainly get by without it.
     
  16. Offline

    moom00

    i completely removed permissions ans am still getting the same message, you are not allowed to build *
     
  17. Offline

    manyak

    Your patch has broken my reverse minecart block, and it displays messages like "Reverse block created and etc" 2 times >_<
     
  18. Offline

    woodzy

    the falsebook premissions are not in ur posting BUT you do have the craftbook ones diffrent plugins man

    u have to power the reverse blocks :/

    please go to www.pastebin.com and paste ur perms file and the file name sir
    @bison24 1.6.6 is just fine man this plugin is for 1.6.6 as meny outhers here

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

    moom00

    even with their being no trace of the permissions mod left on the server, why would it still say your not allowed to build?
     
  20. Offline

    Darcion

    after some nice tests with working mob spawner behind a delayer, today delayer and not-delayer diddnt work anymore

    Code:
    2011-06-24 18:28:26 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookIC
    java.lang.ClassCastException: com.gemo.FalseBook.IC.ICs.standard.MC2100 cannot be cast to com.gemo.FalseBook.IC.ICs.standard.MC2101
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.signRedstoneEvent(FalseBookICBlockListener.java:734)
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockRedstoneChange(FalseBookICBlockListener.java:642)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:468)
        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:114)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:169)
        at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:169)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.World.update(World.java:379)
        at net.minecraft.server.World.setTypeIdAndData(World.java:363)
        at org.bukkit.craftbukkit.block.CraftBlock.setTypeIdAndData(CraftBlock.java:140)
        at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:311)
        at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:290)
        at com.gemo.FalseBook.IC.ICs.selftriggered.MC0271.Execute(MC0271.java:204)
        at com.gemo.FalseBook.IC.FalseBookICCore.run(FalseBookICCore.java:46)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:386)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-24 18:28:26 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookIC
    java.lang.ClassCastException: com.gemo.FalseBook.IC.ICs.standard.MC2100 cannot be cast to com.gemo.FalseBook.IC.ICs.standard.MC2101
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.signRedstoneEvent(FalseBookICBlockListener.java:734)
        at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockRedstoneChange(FalseBookICBlockListener.java:642)
        at org.bukkit.plugin.java.JavaPluginLoader$33.execute(JavaPluginLoader.java:468)
        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:114)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:409)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:409)
        at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:52)
        at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:289)
        at net.minecraft.server.World.k(World.java:431)
        at net.minecraft.server.World.applyPhysics(World.java:406)
        at net.minecraft.server.World.update(World.java:379)
        at net.minecraft.server.World.setTypeIdAndData(World.java:363)
        at org.bukkit.craftbukkit.block.CraftBlock.setTypeIdAndData(CraftBlock.java:140)
        at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:306)
        at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:290)
        at com.gemo.FalseBook.IC.ICs.selftriggered.MC0271.Execute(MC0271.java:197)
        at com.gemo.FalseBook.IC.FalseBookICCore.run(FalseBookICCore.java:46)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:138)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:386)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    and lots of more erros
     
  21. Offline

    LennardF1989

    Did you actually replace the original FalseBookCart.jar with my version? It sounds like you're running both the original and my "fixed" version at the same time.
     
  22. Offline

    HpN

    Lol, what? Go take a pill :p
     
  23. Offline

    Schocker

    I think I have a bug...
    After installing WorldGuard, my players started complaining, that the can't use doors, chests, and everything right-clickable. . It popped out this error message:


    You don't have permission to use that in that area.​

    My plugins:
    • Permissions 2.7.3
    • iChat
    • iConomy
    • MyHome
    • Help
    • LevelCraft (the default package)
    • FalseBook (Core, Cart, Blocks, Extra)
    • LoginMessage
    • HeroicDeath
    • uQuest
    • BigBrother
    • WorldEdit
    • (WorldGuard)
    I wrote about it on the Worldguard's thread, and someone had the same problem with CraftBook. The server.log doesn't have anything interesting connected to this error, nothing appears in the console after this error message.
     
  24. Offline

    manyak

    Sorry, Im idiot. I always forget that bukkit uses all "*.jar"s in plugins folder :p It works now, when I completely replaced it.
    But I still dont get how to create Minecart Dispensers/Catchers. Here it is different from CraftBook's Dispensers and for me [Cart] and other signs do nothing when minecart rides into the linked chest. Could u post screenshot with the working scheme?]
    update: found an issue: 25x and 50x brake blocks boost minecart when it goes with constant speed. Is it like it was planned?
     
  25. Offline

    LennardF1989

    Ok, I presume you did not temper with config files and everything is as FalseBook expects it by default, besides that, I also presume you are using my mod.

    Place an IronOre, on top of that place a chest. Then, under the IronOre, place some redstone and link it to a button on some other place. Two blocks under the redstone, place a sign in the direction from where carts are going to come in.

    Example: My carts are coming in from the left, so my sign with the word [Cart] looks to the left (see screenshot).
    s1.png

    When you hit the switch, a cart inside the crate (if any) will be dispensed two blocks next to the chest (most right on the screenshot - or better: the opposite side of the [Cart] sign), but only if there is a rail on that spot. When a cart comes close the chest from the left, it will be collected.
     
  26. Offline

    Darcion

    delayer and notdelayer diddnt worked well, most of the time they did nothing. if i set it up to "0" seconds it worked. but is very unusefull
     
  27. Offline

    LennardF1989

    @manyak: I also noticed that bug, they boost instead of break no matter your speed.
     
  28. Offline

    manyak

    @LennardF1989
    Thx for quick response. Btw i looked into and edited configs when started experimenting with carts, but string "CollectDepositBlock" is already used for Item Collectors/Depositors. So as u say its used for Minecart Dispensers too? Strange. I thought any blocks will work. OK then ill try it and reply later.
    In addition.
    The doors and bridges have configurable Width. Since there is no help for that feature I figured it out by checking configs (where the string "Doors/Block MaxWidth" is) and trying to write the number in the 3rd string. It works strange for the doors (like expanding length to the left) and doesnt work for bridges. It says "The bridgewidth is not equal on both sides", despite bridgewidth is really equal on both sides. Redstone does nothins as well.
    Update:
    Width is not only example of the lack of manuals to falsebook. If Gemo will read this post when he's back I think he shouldfix it :>
    Update2:
    Bug(Dispensers/Catchers): fully filled with miscellaneous chest will suck minecart and make it disappear.
     
  29. Offline

    LennardF1989

    @manyak: In what occasions? It's working perfectly for me.
     
  30. Offline

    WhosDaMan

    I need some help with FalseBook's permissions - I do not get what he means with the permissions like these:
    Code:
    -> falsebook.ic.selftriggered
            -> MC0020
            -> MC0111
            -> MC0230
            -> MC0232
            -> MC0260
            -> MC0261
            -> MC0262
            -> MC0263
            -> MC0270
            -> MC0271
            -> MC0272
            -> MC0420
            -> MC1110
    If someone can post an example from their permissions file - That would be great!

    Oh, and where is the documentation of the commands?
     
  31. Offline

    Paul McCarron

    can you add a permission node so that groups cant use gate signs? this would help me out alot!
     

Share This Page