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

    Umbra

    Hello

    I've been using this mod since 0.78.1 and I'd like to understand how minecarts really work.
    Let me explain:
    Without configuring anything, when I was placing a cart on any rails then pushing the cart, when it had to climb rails its speed was increasing everytime. I tried to remove every possibly booster from the configuration file but it doesn't seem to affect this. Now I had to remove this part of the mod which is pretty sad because I'd like to enjoy the great stuff falsebook minecraft provides without thid speed increasing.


    Hope anyone can help me on this,

    Thanks
     
  3. Offline

    GeMoschen

    This is a fix I made for the current problem that a minecart looses its speed to fast, when climbing rails.
    I will add an option to change or disable this behavior in the next update.
     
  4. Offline

    Umbra

    Thank you.
     
  5. Offline

    Jotschie

    Is there away to increase the damage or efficiency of [MC1241], the arrow barrage which shoots 5 arrows?
    Because if i fire it directly at myself, only one arrow hits me and it's only dealing 2 hearts..
    I try to build an arrow trap, but hardly a single arrow hits the target and it deals too less damage.
    Can anyone help?
     
  6. Offline

    mrgreaper

    if you link the triger to an AND then link a repeater to the AND then hook into the arrow shooter the repeater will make it rapid fire
     
  7. Offline

    killerbeez

    So do dispensers for minecarts in chests not work like it did in craftbook?
     
  8. Offline

    starbuck4619

    Code:
    2011-03-29 07:43:55 [SEVERE] PLAYER_INTERACT loading FalseBookBlock v0.79alpha (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_INTERACT
    	at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:88)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-29 07:43:55 [INFO] [FalseBook Cart] Settings successfully loaded.
    2011-03-29 07:43:55 [SEVERE] BLOCK_PLACE loading FalseBookCart v0.79alpha (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_PLACE
    	at com.bukkit.gemo.FalseBookCart.FalseBookCartCore.onEnable(FalseBookCartCore.java:46)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-29 07:43:55 [INFO] FalseBookExtra v0.79alpha by GeMo enabled
    2011-03-29 07:43:55 [INFO] [FalseBook IC] FalseBookIC.properties successfully loaded.
    2011-03-29 07:43:55 [SEVERE] BLOCK_PLACE loading FalseBookIC v0.79alpha (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_PLACE
    	at com.bukkit.gemo.FalseBookIC.FalseBookICCore.onEnable(FalseBookICCore.java:73)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Hm.... for some reason I dont think that is suppose to happen...
     
  9. Seems like you are using the wrong falsebook version, I also got this error, try the other one!
     
  10. Offline

    handyplayer13

    Hello everyone!

    I downloaded the plugin and I find it great! :)

    But who can tell me, how I can allow to build "Lifts"? :/
    When I build a sign, there stands: "You are not allowed to build lifts"

    I see, that you wrote about "Permissions", but where do I have to write it in?

    Finally, is there anyone who can tell me what the meaning of IC is?

    I want to say, that my native language is German and I don´t speak English very well.
    That´s why I hope that I get a specific answer!

    Greets,
    handyplayer13
     
  11. I will answer in german to make it easier for you.
    Wenn du permissions eingerichtet hast musst du in den groups im unterpunkt permissions falsebook.blocks.lift eintragen, das sieht dann zum beispiel so aus:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
                - 'falsebook.blocks.lift'
    
    Was ICs angeht, hier ist es (in englisch) ziemlich genau erklärt:
    http://craftbook.sk89q.com/wiki/Integrated_circuits
    Ich hoffe das hilft dir!
     
  12. Offline

    pfiega

    Maybe a stupid question, but...

    How can I destroy the bridge I created?
     
  13. Offline

    handyplayer13

    @FIX94:

    Erstmal danke für deine Antwort und dass du Deutsch sprichst! ^^

    Wo finde ich diese Datei, in der das drin steht?

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
                - 'falsebook.blocks.lift'
     
  14. Offline

    khamseen_air

    Hey, just updated to the latest version and all our rails seem to be broken now, the carts appear to be slowing down much quicker again. Did you make it so we can toggle this or is this working as intended? Going to downgrade back to .75 for the minecarts I think as our rail network is pretty extensive and I don't think any of us want to have to rebuild it.

    Oh also, it still seems to have issues with animals on the tracks. They disappear but 90% of the time you still come to a dead stop or go backwards.
     
  15. Es wäre am einfachsten wenn du dich in die ops.txt eintragen würdest, dann wärst du immer admin und kannst jeden befehl ausführen.
    Wenn du das mit permissions machen willst musst du die world.yml in dem permissions ordner in plugins verändern.
     
  16. Offline

    charlie k-j

    For some reason today FalseBook decided that it wanted to mess up ToggleAreas and some gates >.> Any help? Earlier they didnt work at all and now they work once but then fail. Also there is dupplicate areas so instead of 11 theres 22. ??
     
  17. Offline

    1994mat

    • falsebook.ic.standard
    • falsebook.ic.detection
    • falsebook.ic.worldedit
    • falsebook.ic.selftriggered
    What is this for?
     
  18. Offline

    GeMoschen

    Yeah the carts slow down a bit faster. Thats because I changed a part in my frictionfix. But I will add an option to enable the friction fix again.
    I will also take a closer look the collision. Just wait for the next update :)


    Don't know why it happened. Did the server crash maybe?

    Do reset the areas and Gates:
    Just delete areas.db and Gates.db in the falsebook-dir

    For the different groups of ICs. Take a look at the Installation.txt. All ICs are listed in it with the groups.



    IF the bridge is still toggled on, you can't destroy it. Bridges, which are "on" can't be destroyed. If you want to destroy the bridge. Toggle it off.
     
  19. Offline

    handyplayer13

    Ich bin aber in der "ops.txt" eingetragen und es funtkioniert trotzdem nicht...?

    Wegen den permissions, ich habe keinen "permissions"-Ordner...?
    Bei mir ist es so:

    Ich habe im "plugins"-Ordner folgende Dateien:
    FakePermissions.jar (Datei)
    FalseBookBlock.jar (Datei)
    FalseBookCart.jar (Datei)
    FalseBookExtra.jar (Datei)
    FalseBookIC.jar (Datei)
    FalseBook (Ordner)

    Im Ordner "FalseBook" sind folgende Dateien:
    Areas.db
    Bridges.db
    Doors.db
    FalesBook.properties
    FalseBookBlock.properties
    FalseBookIC.properties
    Gates.db


    Also ich hab nix mit "world.yml" und nichts mit "permissions"-Ordner?

    Kannst du mir weiterhelfen? :/
     
  20. Dann hast du vielleicht einen EssentialsGroupManager oder GroupManager ordner, den öffnest du, gehst dann in worlds, dann in deine welt (world falls du es nie umbenannt hast) und öffnest die users.yml. Dort trägst du dich dann als admin in eine neue zeile ein wie die anderen namen, das sieht dann etwa so aus:
    Code:
      FIX94:
        subgroups: []
        permissions: []
        group: Admin
    
    Dann müsste es eigendlich gehen...

    edit:
    Ich seh grad du hast den gesamten inhalt des plugins ordners gepostet, lösch einfach die FakePermissions.jar, das wars.
     
  21. Offline

    handyplayer13

    Jetzt habe ich die Datei gelöscht und ich kann Lifts bauen! ^^
    Danke dafür mal. ;)

    Jedoch funktioniert es irgendwie nicht?
    Ich schreibe in die 2. Zeile eines Schildes "[Lift Up]" bzw. bei dem anderen Schild, dass ich genau auf der selben Stelle nur höher setze, "[Lift Down]", aber wenn ich einen Rechtsklick auf das Schild mache, dann steht "No Lift found"...
     
  22. Du musst zur zeit die schilder an eine wand bauen, den fehler hatte ich auch schon mal genau deshalb :p
     
  23. Offline

    charlie k-j

    Ughhh....adding 11 areas again and about 20 gates.. Also it doesnt help when some areas were turned off and have disappeared..... oh well >.>
     
  24. Offline

    GeMoschen

    Thats the reason why areas are still experimental ;-)
    I will make some changes in the next 2 or 3 Updates to them. For now, areas are not saved in a very good way
     
  25. Offline

    MufinMcFlufin

    Hey, we just got the latest version of this on our server, and it is a welcome return. We had been without CB for so long we have an entire legion of new members who don't know what it is. Anyways, back to the point. The glowstone/soul sand feature messes up with a lot of lighting in my areas, and since we just got it today, not many people know about it, so we wouldn't mind disabling it. However, we want to disable just that, and keep the pumpkins/jackolanterns feature and the netherrack features active. Is there any way this could be done, or will we have to wait for a future update?
     
  26. Offline

    GeMoschen

    Wait for the next update! It will be able to disable those features then!
     
  27. Offline

    pixartist

    so what about minecarts now? can't they just work like they would without a mod ?
     
  28. Offline

    MufinMcFlufin

    Can I get an estimate on when the next update will be?
     
  29. Offline

    GeMoschen

    Of course they can. If you don't want to have the minecart features, just delete the FalseBookCart.jar. Then the cart won't be affected from FalseBook.


    Tomorrow. Or with other words: sometime in the next 24 hours (don't know exactly which time)
     
  30. Offline

    MufinMcFlufin

    Alright, thanks for the quick replies, and for the quick updates.
     
  31. Offline

    khamseen_air

    Fantastic, thank you, that'll be brilliant. :)
     

Share This Page