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

    Rionto

    GeMoschen Please update the plugin... And also make the page a bit more organized. Add commands, permissions nodes, etc. (I have seen somewhere that there was an installation textfile on a previous version, but why is it gone? I only want to use the gates for now and I would love to know how I could do that.)
     
  3. Offline

    99skil2

    hello i've got a problem with the permissions.
    i need the permisisons code for cauldrons but i cant find them.
    does anybody know were to find them.:cool:
     
  4. Offline

    cyripton

  5. Offline

    99skil2

    thx i now i can update my permissions!!:rolleyes:
     
  6. Offline

    Williamsson

    Any ETA on a 1.2.5 update? :) I really miss the IC's
     
  7. Offline

    Pythros

    So I have to list all the permissions now since falsebook.blocks.* doesn't work??
     
  8. Offline

    THS_SlayR

    I've got a Strange issue with Permissions (using Essentials Group-Manager). I gave the Group "Owner" the Asterisk Permission
    Owner:
    default: false
    inheritance:
    - admin
    info:
    prefix: '&4[Owner]'
    build: true
    suffix: ''
    permissions:
    - '*'
    I'm using FB 0.93.1 Alpha and latest Craftbukkit RB
    every Thing works fine but the Falsebook Cart-Blocks. The Owners are not able to build Stations, Boosters and so on. Error Text is "You have insufficient Permissions to build ..."
    Someone gots an Idea whats going wron there? Any else Plugin take this Permission. Whe i op these Guys, it works fine, why? Suggestions are Welcome.
     
  9. Offline

    cyripton

    You should try:

    falsebook.cart.*
    or
    falsebook.* (for all FB permissions)
     
  10. Offline

    KermMartian

    An update would be greatly appreciated. We currently have Falsebook disabled, as over hours from being enabled our TPS goes way, way down.
     
  11. Offline

    gummby8

    Code:
    2012-04-17 19:38:05 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:310)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
        ... 12 more
    Caused by: java.lang.NoSuchMethodError: org.bukkit.World.getEntitiesByClass(Ljava/lang/Class;)Ljava/util/Collection;
        at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicCauldron.handleCauldron(MechanicCauldron.java:158)
        at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicCauldron.onPlayerInteract(MechanicCauldron.java:90)
        at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(MechanicHandler.java:211)
        at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(FBWorldBlock.java:279)
        at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPlayerInteract(FalseBookBlockListener.java:123)
        ... 16 more
    I get a severe error whenver a user fills a couldron with water
     
  12. Offline

    Giuseppe

    Code:
    2012-04-18 10:31:19 [INFO] [ FalseBook Extra ] Error while saving file: FalseBookBlock.properties
    2012-04-18 10:31:19 [SEVERE] java.io.FileNotFoundException: plugins/FalseBook/stargate/FalseBookBlock.properties (Permission denied)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.open(Native Method)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.<init>(FileOutputStream.java:99)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileWriter.<init>(FileWriter.java:63)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.utils.FlatFile.writeFile(FlatFile.java:112)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Settings.WorldSettings.save(WorldSettings.java:315)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.World.FBWorld.saveSettings(FBWorld.java:35)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.loadSettings(FBWorldBlock.java:129)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Handler.WorldHandlerBlock.addWorld(WorldHandlerBlock.java:13)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Handler.WorldHandlerBlock.getWorld(WorldHandlerBlock.java:23)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Config.ConfigHandler.getOrCreateSettings(ConfigHandler.java:47)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Config.ConfigHandler.loadWorldSettings(ConfigHandler.java:42)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:89)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-04-18 10:31:19 [INFO] [ FalseBook Extra ] Error while saving file: FalseBookBlock.properties
    2012-04-18 10:31:19 [SEVERE] java.io.FileNotFoundException: plugins/FalseBook/stargate/FalseBookBlock.properties (Permission denied)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.open(Native Method)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.<init>(FileOutputStream.java:209)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileOutputStream.<init>(FileOutputStream.java:99)
    2012-04-18 10:31:19 [SEVERE]    at java.io.FileWriter.<init>(FileWriter.java:63)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.utils.FlatFile.writeFile(FlatFile.java:112)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Settings.WorldSettings.save(WorldSettings.java:315)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.World.FBWorld.saveSettings(FBWorld.java:35)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.loadSettings(FBWorldBlock.java:129)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Handler.WorldHandlerBlock.addWorld(WorldHandlerBlock.java:13)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.Handler.WorldHandlerBlock.getWorld(WorldHandlerBlock.java:23)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.FalseBookBlockCore.getOrCreateSettings(FalseBookBlockCore.java:188)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.FalseBookBlockCore.loadWorldSettings(FalseBookBlockCore.java:183)
    2012-04-18 10:31:19 [SEVERE]    at com.bukkit.gemo.FalseBook.Block.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:96)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    2012-04-18 10:31:19 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    2012-04-18 10:31:19 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 0 Areas loaded.
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 3100 Books loaded!
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] 77 protected gateblocks successfully loaded.
    2012-04-18 10:31:19 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
    
     
  13. Offline

    Donny

    detectors working for anyone?
     
  14. Offline

    carmeops

    the [Lift] signs don't seem to detect others sign past the old world height limit, anyone have an idea to fix that?

    if possible not to wait for an update for 1.2.5 :(
     
  15. Offline

    Syd

    Can anyone give the permission to allow a single IC?
    Thanks in advance^^
     
  16. Offline

    Kainzo

    Arrrrrrrrgh!
     
    Avarice likes this.
  17. Offline

    andrewkm

    Lol this is long dead; why is thread not locked yet?
     
  18. Offline

    Ikkyino

    IDK if I would say long dead. I still see him hopping on.. I'm just sure he's busy with his other project he is working on.. I hope that he'll release the source soon!
     
  19. Offline

    tom

  20. Offline

    Bloodyrobot

    I'm getting really frustrated, I have installed the latest version of flasebook and the corresponding falbookIC jar on my server but when i try to create an IC it just wont work, all gate signs and bridge signs etc work but when i try to make an ic nothing happens.
    e.g. i put [MC9999] on line 2 but nothing happens.
     
  21. Offline

    andrewkm

    Falsebook is dead; we are waiting on the source code to be released so another dev can take over.
     
  22. Offline

    Kainzo

    It still works for me... and instead of the FalsebookBlock we just use BetterMechanics - its more legit.
     
  23. Offline

    untergrundbiber

    Yes it works but FB-IC has a huge memory-leak and the tps-rate with 50 players is terrible
     
  24. Offline

    mrarroyo

    please update... it says no gate detected when using iron bars 3x4
     
  25. Offline

    Kainzo

    whats FB-IC? we have 100+ online with 20 TPs.
     
  26. Offline

    tom

    Source please.
     
  27. Offline

    FuRiouSOne

    Use
    [gate]
    101
     
  28. Offline

    andrewkm

    Yeah we use the blocks too :p - Im just referring to the people asking for updates on ICs; and current bugs.
     
  29. Offline

    Masterflapdrol

    permission nodes?
     
  30. Offline

    untergrundbiber

    FB-IC are Falsebook-IC, the function with the [MCxxxx] on a sign
     
  31. Offline

    bootscreen

    thanks for this nice plugin, but i have one question.

    is it possible to develop custom ic's by myself or is it possible to get an specific ic when i give you an exact discription?
     

Share This Page