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

    Leo_swiss

    Great mod, with some glitches:

    a) Permissions dont seem to work correct.
    b) bridges and doors can be built with blocks that are not listed in the config file as allowed blocks
    c) bridges and doors can be destroyed by the creator, and material can be collected - in seconds my users collected diamond blocks in huge quantities.


    permissions file:

    Code:
        Builders:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
                rank: 10
            inheritance:
            - Default
            permissions:
            - lockette.user.create.*
            - worldguard.region.info.*
            - minecartmania.commands.st
            - minecartmania.commands.trucompass
            - myhome.home.basic.*
            - multiverse.portal.list
            - multiverse.list
            - commandSigns.use
            - falsebook.blocks.hiddenswitch.create
            - falsebook.blocks.bridge
            - falsebook.blocks.door
            - p2.group.list
            - p2.group.getusers
    
    if i set myself to be a member of that group, i can neither build 1210 nor 1211 i get a

    "Sorry you are not allowed to build a SET P-DOOR"

    Could you look into this please ? 766 and 0.85a

    Thx

    Leo
     
  3. Offline

    Sh4d0w

    hm..
    but if i set the sign
    Line 2: [Collect]
    Line 3: all

    the colored wool or other item id's with sub-id were collected with the main-id.

    I got a donate-place, were players can gift their raw materials to support buidlingproject.

    Is it possible to implement my idea?
     
  4. Java Garbage Collection
    New Generation, is the part of the Heap that contains new objects.

    Somehow, FB is generating them like crazy, causing massive memory issues. I had this with 0.84, and nothing has changed. Even with just Core and Blocks loaded, so it's in either of them, or both, or whatnot.
     
  5. Offline

    GeMoschen

    Hmm.. one thing I noticed by myself is, that the agressive-options for servers seem to make problems. We removed the aggressive-options from our commandline and then everything worked fine. Also I don't see anything where it should come from. Got the same behavior with some other plugins, so it may come from bukkit. I couldn't figure out where it came from.

    This is indeed a bug! Thanks for this report! Will fix this with the next update.
     
  6. Hi, thanks for including the security for chests.
    Your idea of the sign owner for collect/deposit is a great one, much better then my intended suggestion of deposit in any chest, collect only from cpublics or unprotected chests.

    Would it be possible for you to upload the 0.85 source soon please? I did a patch for the sorter blocks in 0.84 that added named station sorting (Player types /st bacon, any sorter sign with #st:bacon redirected them) and I'd like to reimplement it for our server (otherwise the subway system is gonna be offline for a while). I'd be happy to let you roll it into the official distribution if you wanted to.
     
  7. Offline

    GeMoschen

    What do you mean by A? And which Permissionplugin are you using? :)

    to b: I can't reproduce this error but I will try to look into it.
    to c: I will take another look into it. Thanks!

    To the Set P-Door:
    This is an IC, not a Door. You need the permission falsebook.ic.mc1210 or falsebook.ic.*
     
  8. Offline

    xlilcasper

    Any word on the feature where you can run a command when a sign is powered?
     
  9. Offline

    GeMoschen

    Can you please send me the new Source-Code and a description of what it does (like a tutorial) again via PM? I will look into it and integrate it then!

    Will be integrated with the next update! (Like the counter-ic)
     
  10. Do you want the modified 0.84 or just the added segments of code?
     
  11. Offline

    GeMoschen

    Send me both please. The modified 0.84 and the parts where you have modified something :)
     
  12. Offline

    BigRenegade

    @GeMoschen

    Would it be possible to set up a list of blocks that can be used for gates, like the list set-up for doors and bridges?

    It would allow for making some nice gates for waterways and mine tunnels.

    Thanks
     
  13. Offline

    ConsoleView

    hey i want to give somebody right to can build a lift, but this doesen't work. Why? I have groupmanager from essentials and use this permssion:
    falsebook.blocks.*
     
  14. Offline

    quickclay

    Players are reporting, and I've confirmed, that levers / redstone are not properly toggling new glowstone blocks since the update to .085. (CB766) Was there some change to config I missed?
     
  15. Offline

    Sh4d0w

    hey gemo before i forget it... How was this mean with lwc?

    The nontransferring from cprivates are comprehensible.
    but can you let out the cpublic chest protection? :)

    At a public chestprotection has all players access..
    So there is no need to use and I could do more.
     
  16. Offline

    GeMoschen

    Hey thanks for this info! Totally forgot about the cpublic :)

    Will fix this with the next update!
     
  17. Offline

    Chillers

    Just wondering when you will be working on sort blocks for minecarts, really looking forward to seeing those implemented??
     
  18. Offline

    GeMoschen

    Are you talking about the /st-command? This will be added with the next update.

    The normal sort-block (originally from CraftBook) is already implemented!
     
  19. Offline

    robiw95

    Hi there,
    i just wanted to ask you if you could add FalseBook to "CraftBukkitUpToDate". That would be really nice!
     
  20. Offline

    Sh4d0w

    still more a question oO

    Will you add the ability for collecting/deposit to dispenser?

    And when do you think the release for the next fb version?
     
  21. Offline

    boriater

    I have a very large error from attempting to mess with a lever:
    http://pastebin.com/4HSfQ79R
    They are the same error, first when I toggle the thing on, then off. This is the thing the error boils down to:
    Code:
    2011-05-22 17:29:04 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookExtra
    java.lang.StackOverflowError
    And what I was doing:
    Server had just turned on, I have a transmitter/reciever set up in spawn area to test. I clicked it on, looked at the console, and it exploded. Clicked it off, exploded again. No idea why this would occur. Also possibly occuring is the redstone going over a glowstone block, but I'm too scared of my computer going nuts again to test :p

    EDIT: Derp
    Build 798 w/FalseBook .85 Alpha
     
  22. Offline

    BigRenegade

    @GeMoschen

    FYI. Works fine with bukkit RB 803. Benn running it since the release of 803 and no trouble.
     
  23. Offline

    JacKlink01

    Our server was having a lot of lag issues and after going through almost every plugin individually and running many tests, I discovered that setting selftriggeredICs = false removed ALL of our lag. completely. No more cant keep up messages, no more block lag, drop lag, chat lag, client fps lag, etc... All gone.

    Although selftrigered ICs are awesome, they caused way to much harm for us to keep them on. Maybe you can look into this for future updates :D
     
  24. Offline

    rhadiem

    agreed, thanks!

    MC1200 - MOB SPAWNER

    Is this working for others? it's making them (giving me notification, and labeling the top line) but it' s not spawning anything. The only one that is working is an old Craftbook sign with different title that does seem to work (a giant).

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

    MontyLike

    Hey there,

    i just removed CraftBook and replaced it with your Version of it because i heard that this would be better - so i decided to test it.
    but now i've a problem with my gates. with craft book i had a huge gate at a castle and i connected 2 [gate] signs to open it - worked fine. but now, only the fences wich are within a 2 block radius of the signs are working - the rest just vanished...
    is there a way to fix this? i tried replacing the signs again and i tried setting the width for gates to 50 but nothing helped :(
    thanks in advance
     
  26. Offline

    DerKB

    Greetings, little bug report.

    CB 798
    FalseBook 0.85alpha

    Glowstone turns to Soulsand if a Repeater is on top of the glowstone and the current is changed.
    The toggle is turned off in the config at all.
    If redstone goes over the glowstone and current changes all is fine and the glowstone stays glowstone.

    Regards
    derkb
     
  27. Offline

    Teteros

    can you make a full command list? thanks!
     
  28. Offline

    generalmek

    i need destroy droped items after 30sec :( becase lags if more items and if die u lost all items. can u make this?

    GeMoschen kuku
     
  29. Offline

    BigRenegade



    How big is your gate? I have a gate that is 19 x 19 and it opens with just one sign. I believe 20 is the max you can use for width and height, but I haven't really noticed.
     
  30. Offline

    MontyLike

    i made a quick graph wich should explain my problem
     

    Attached Files:

  31. Offline

    BigRenegade


    I have a fix for you and it only takes one sign. Place the sign in the middle of the gate, either at the top or bottom and it will operate the complete gate. I built a mock-up of your gate (to scale) and that was all I needed to do to get it working. No need for 2 signs now, you only need 1 (one). The following gives you an idea. You can place it on a block one below actual floor level and run redstone wire from there to the switch. This way it is hidden from site and still works.

    s=stone, t=sign, .=filler for spacing

    s s s s s s s s s s s s s s s s s
    ....................t
     

Share This Page