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

    andrewkm

    Well seeing as this things dead, I got a developer working on a new fixed up version for it :)
     
  3. Offline

    Williamsson

    I'd not go as far as saying that this is dead, it's only been like what is it? Four days?
    But having a developer that actually would respond to people (and perhaps have a bukkitDev page, with documentation) would be nice!
    Any ETA on the fixed up version? :)
     
  4. Offline

    khamseen_air

    A little quick to jump ship there guys. GeMoschen always comes back, he's just busy is all. We can't all sit at the PC all day, everyday.
     
  5. Offline

    Dodecha

    Gates do not react to redstone input, the redstone goes to the gate sign (from the front), nothing happens.
    I can toggle the gates by right clicking the sign.

    Any ideas?
     
  6. Offline

    khamseen_air

    Do you have 'allowRedstoneForGates=true' in the 'plugins/falsebook/<world>/falsebookblock.properties'?
     
  7. Offline

    Dodecha

    Yes, its true by default

    Okey... tip: Remove the LWC protection on the signs.. that fixed it.. i never thought about it since craftbook had no issues with protections on the signs

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

    FuRiouSOne

    Why not? I do :D. You be surprised how many people in this world have no lives!! Bahahaa
     
  9. Offline

    DudeClank60

    I have a really bad error with the falsebook.

    17:18:47 [SEVERE] Could not pass event PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerH
    as(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Per
    mission_Permissions3.java:122)
    at net.milkbowl.vault.permission.Permission.playerHas(Permission.java:13
    4)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.permission(VaultPe
    rmissions.java:102)
    at com.bukkit.gemo.utils.UtilPermissions.getPermissionFromPermissionPlug
    in(UtilPermissions.java:196)
    at com.bukkit.gemo.utils.Permissions.System.Permission.updatePermission(
    Permission.java:75)
    at com.bukkit.gemo.utils.Permissions.System.Permission.<init>(Permission
    .java:54)
    at com.bukkit.gemo.utils.Permissions.System.PermissionPlayer.hasPermissi
    on(PermissionPlayer.java:47)
    at com.bukkit.gemo.utils.Permissions.System.WorldPermissions.hasPermissi
    on(WorldPermissions.java:69)
    at com.bukkit.gemo.utils.Permissions.System.FBPermissionHandler.hasPermi
    ssion(FBPermissionHandler.java:70)
    at com.bukkit.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermiss
    ions.java:151)
    at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicArea.onPlayerIntera
    ct(MechanicArea.java:154)
    at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(
    MechanicHandler.java:211)
    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(F
    BWorldBlock.java:279)
    at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPl
    ayerInteract(FalseBookBlockListener.java:123)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
    ... 12 more
    17:18:49 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    17:18:50 [SEVERE] Could not pass event PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerH
    as(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Per
    mission_Permissions3.java:122)
    at net.milkbowl.vault.permission.Permission.playerHas(Permission.java:13
    4)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.permission(VaultPe
    rmissions.java:102)
    at com.bukkit.gemo.utils.UtilPermissions.getPermissionFromPermissionPlug
    in(UtilPermissions.java:196)
    at com.bukkit.gemo.utils.Permissions.System.Permission.updatePermission(
    Permission.java:75)
    at com.bukkit.gemo.utils.Permissions.System.Permission.<init>(Permission
    .java:54)
    at com.bukkit.gemo.utils.Permissions.System.PermissionPlayer.hasPermissi
    on(PermissionPlayer.java:47)
    at com.bukkit.gemo.utils.Permissions.System.WorldPermissions.hasPermissi
    on(WorldPermissions.java:69)
    at com.bukkit.gemo.utils.Permissions.System.FBPermissionHandler.hasPermi
    ssion(FBPermissionHandler.java:70)
    at com.bukkit.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermiss
    ions.java:151)
    at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicArea.onPlayerIntera
    ct(MechanicArea.java:154)
    at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(
    MechanicHandler.java:211)
    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(F
    BWorldBlock.java:279)
    at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPl
    ayerInteract(FalseBookBlockListener.java:123)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
    ... 12 more
    17:18:52 [SEVERE] Could not pass event PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerH
    as(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Per
    mission_Permissions3.java:122)
    at net.milkbowl.vault.permission.Permission.playerHas(Permission.java:13
    4)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.permission(VaultPe
    rmissions.java:102)
    at com.bukkit.gemo.utils.UtilPermissions.getPermissionFromPermissionPlug
    in(UtilPermissions.java:196)
    at com.bukkit.gemo.utils.Permissions.System.Permission.updatePermission(
    Permission.java:75)
    at com.bukkit.gemo.utils.Permissions.System.Permission.<init>(Permission
    .java:54)
    at com.bukkit.gemo.utils.Permissions.System.PermissionPlayer.hasPermissi
    on(PermissionPlayer.java:47)
    at com.bukkit.gemo.utils.Permissions.System.WorldPermissions.hasPermissi
    on(WorldPermissions.java:69)
    at com.bukkit.gemo.utils.Permissions.System.FBPermissionHandler.hasPermi
    ssion(FBPermissionHandler.java:70)
    at com.bukkit.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermiss
    ions.java:151)
    at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicArea.onPlayerIntera
    ct(MechanicArea.java:154)
    at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(
    MechanicHandler.java:211)
    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(F
    BWorldBlock.java:279)
    at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPl
    ayerInteract(FalseBookBlockListener.java:123)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
    ... 12 more
    17:18:52 [SEVERE] Could not pass event PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerH
    as(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Per
    mission_Permissions3.java:122)
    at net.milkbowl.vault.permission.Permission.playerHas(Permission.java:13
    4)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.permission(VaultPe
    rmissions.java:102)
    at com.bukkit.gemo.utils.UtilPermissions.getPermissionFromPermissionPlug
    in(UtilPermissions.java:196)
    at com.bukkit.gemo.utils.Permissions.System.Permission.updatePermission(
    Permission.java:75)
    at com.bukkit.gemo.utils.Permissions.System.Permission.<init>(Permission
    .java:54)
    at com.bukkit.gemo.utils.Permissions.System.PermissionPlayer.hasPermissi
    on(PermissionPlayer.java:47)
    at com.bukkit.gemo.utils.Permissions.System.WorldPermissions.hasPermissi
    on(WorldPermissions.java:69)
    at com.bukkit.gemo.utils.Permissions.System.FBPermissionHandler.hasPermi
    ssion(FBPermissionHandler.java:70)
    at com.bukkit.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermiss
    ions.java:151)
    at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicArea.onPlayerIntera
    ct(MechanicArea.java:154)
    at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(
    MechanicHandler.java:211)
    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(F
    BWorldBlock.java:279)
    at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPl
    ayerInteract(FalseBookBlockListener.java:123)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
    ... 12 more
    17:18:56 [SEVERE] Could not pass event PlayerInteractEvent to FalseBookBlock
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:175)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerH
    as(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Per
    mission_Permissions3.java:122)
    at net.milkbowl.vault.permission.Permission.playerHas(Permission.java:13
    4)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.permission(VaultPe
    rmissions.java:102)
    at com.bukkit.gemo.utils.UtilPermissions.getPermissionFromPermissionPlug
    in(UtilPermissions.java:196)
    at com.bukkit.gemo.utils.Permissions.System.Permission.updatePermission(
    Permission.java:75)
    at com.bukkit.gemo.utils.Permissions.System.Permission.<init>(Permission
    .java:54)
    at com.bukkit.gemo.utils.Permissions.System.PermissionPlayer.hasPermissi
    on(PermissionPlayer.java:47)
    at com.bukkit.gemo.utils.Permissions.System.WorldPermissions.hasPermissi
    on(WorldPermissions.java:69)
    at com.bukkit.gemo.utils.Permissions.System.FBPermissionHandler.hasPermi
    ssion(FBPermissionHandler.java:70)
    at com.bukkit.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermiss
    ions.java:151)
    at com.bukkit.gemo.FalseBook.Block.Mechanics.MechanicArea.onPlayerIntera
    ct(MechanicArea.java:154)
    at com.bukkit.gemo.FalseBook.Mechanics.MechanicHandler.onPlayerInteract(
    MechanicHandler.java:211)
    at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onPlayerInteract(F
    BWorldBlock.java:279)
    at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onPl
    ayerInteract(FalseBookBlockListener.java:123)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301
     
  10. Offline

    The3vilm0nk3y

    seriously.... ever hear of pastebin?
     
    joshnoodle and Tanite like this.
  11. Offline

    Tanite

    It's annoying to developers when users don't report issues. It's annoying to users who report issues to not get timely feedback/fixes from developers. It's simple really :)

    Unfortunately, I have a tab in my browser dedicated to this thread, and I come back to it every day to refresh it (since we're not even on DBO and I can't get a subscription to it), and every day it's the same bug reports with no dev response.

    I think if you don't have time to maintain a plugin with reasonable responsiveness, you should not. This is just one of Those Plugins that has always been in this sort of limbo and I'm not the first or second person to express frustration about this recently.
     
  12. Offline

    Grubana

    Hmm I have found a bug...

    I dont know if its known but when you have got 2 powered transmitter and 1 receiver in the same network and you unpower one transmitter the receiver also unpowers although one transmitter is still powered

    I hope you understand what I mean ^^
    and sorry for my bad English xD


    Grubana
     
  13. Offline

    aviator14

    Why are you internet people so eager to label things as "dead"? It's like some sort of secret retarded competition among internet users on par with "FIRST COMMENT ZOMFG", except with you all it's "OMG I GOT TO BE THE ONE WHO CALLED IT DEAD AND PEOPLE AGREED WITH ME." Seriously what is the point of saying that over and over again? Are you trying to persuade people to do something? Cuz whenever I have a user who goes "zzzzzzzzzzzzzzzz" instead of asking people to use beds, I just ban them. This is really annoying, every day on many different software forums (well really only the ones to do with gaming) I have to read all these new posts from people saying such and such is dead just because for a short expanse of time the developer did not dedicate a chunk of his life to this toy. His last comment was 2 weeks ago and you're claiming he's given up on the project? If then you stayed in your basement playing minecraft for 2 weeks and did not see the sun, would you claim it had given up rising? Have some patience, and accept that people have lives outside of this non-vital, purely-for-entertainment world we play in.
     
    khamseen_air likes this.
  14. Offline

    GeMoschen

    First of all:
    I'm sorry that I didn't have the time to answer in the last few weeks. I had some personal problems which made it impossible for me to answer all the posts and PMs. Sorry for that timeout.. :-/

    Although I have worked on FalseBook in the last few days again and will release a new update soon! Some errors will be fixed and I also added a new IC (MC1202 - Chest-Disepsner).

    The new Version of FalseBook will be released for Minecraft 1.2.5, because 1.2.5 will be released tomorrow (at least I think that). I will update FB as fast as possible for 1.2.5

    One of the mainreasons for not having the time to update FalseBook is the current project "You are Minecraft". I am the main-developer for the plugin of that project. To all the people here:
    Go to that page and participate in that event. Short version of the goal: Build your avatar on a skinmap and say "Thank you" to Mojang and Notch/Jeb. We do already have over 11.000 Skins of players around the world and I think there is more possible. So tell everyone about that project (especially notch/jeb ;-) )

    So stay tuned :)

    This is not a bug. That is the way how the networksystem is supposed to work. I will not change it, because it would break A LOT circuits. So you have to deal with that ;)
     
  15. Offline

    WizardCM

    I can't find a proper list of permissions anywhere. I want to give 'users' on my server the ability to use lifts, but the permission I need isn't listed anywhere.

    Think you could add something like what Multiverse has, where it lists the permissions required when a player attempts to do something they can't (at least in a kind of debug mode).

    Otherwise, I love this plugin. Been using it on every server I've run within the past year. :)
     
  16. Offline

    Tagman

    Is the newest Version working with Minecraft 1.2.4 and bukkit 1.2.4 R1.0?
     
  17. Offline

    khamseen_air

    There used to be a complete list of permissions in the OP, but for some reason it's been removed when he condensed the post down.

    You can try using falsebook.blocks.lift I'm not 100% sure if that's correct as we don't have the lifts in use.
     
  18. Offline

    LetumComplexo

    Not sure if anyone else is having this problem, but people on my server are exploiting the sign bridges for free materials. Any word on when/if this will/can be fixed?
     
  19. Offline

    cyripton

    I think we posted the link to our Wiki more than once in this thread.

    Configuration

    FalseBook Configuration-Files
    FalseBook Permissions

    Usage

    FalseBook Commands
    FalseBook Cart (MineCart Features)
    FalseBook ICs (IC-Signs)
    FalseBook Block (Block-Features: Lift, Bridge, Gate, Door, Hiddenswitch, Lightswitch, Books, Toggle-Areas)

    [​IMG]
     
  20. Offline

    6y7t8h

    Is there any way I can make bridges susceptible to explosions?
     
  21. Offline

    xemnes

    hmm is this meant to be a problem? i have read 5 pages back now and no one seems to have the same issue =S
    im on the rb of 1.2.4 and when i create an ic ( eg [mc0262] on second line) nothing happens, no error in console either =/ when the plugin starts it says its loaded 0 ices and failed 32 ics and im on the latest 0.93.1 alpha too
     
  22. Offline

    lordmarcus

    GeMoschen

    Hey GeMo, much love for this plugin. <3 I have some bugs to report though, or at least some unexpected behavior:

    respectLWCProtections=false only disables LWC checks for its affected signs when they are toggled by redstone. If a player tries to right click them, LWC protections are enforced and the [Gate], [Door], [Station]/[Cart] etc. don't operate. Additionally, when respectLWCProtections=false, you still have to be sure the LWC-defined owner of the signs and chests in a [Station]/[Cart] setup or [Collect]/[Deposit]/etc. are all the same person, otherwise they will not work.

    Additionally, for toggleable Glowstone: We feel that given glowstone's rarity, the ProtectToggledBlocks=true flag should prevent the removal of Glowstone that is being powered by redstone, in the same fashion that the blocks of a [Bridge] cannot be harvested with the bridge is extended. Not everyone may feel this way, so perhaps a new option could exist whereby pumpkins, netherrack, and glowstone (or just glowstone) can be set to be indestructible as long as they are hooked up to redstone.

    Much obliged, I'm a big fan. <3

    PS -- this suggestion's more for my own preferences, but for the detection ICs, how about a mode where the IC defines a cuboid with the IC as one corner, and then X/Y/Z values to determine the area of the cuboid? It would make it easier to detect players in oddly-shaped regions where otherwise you have to use small radii and many detectors.
     
  23. Offline

    WizardCM

    The Wiki link in the original post only goes to the IC Wiki (not the minority-gaming one), and nobody is going to go through 144 pages of posts to find the link.

    Thanks for posting it now though. Greatly appreciated.
     
  24. Offline

    cyripton

    Maybe GeMoschen is so kind and is linking our wiki at the Top post as well.
     
  25. Offline

    meshein

    I am unable to create gates and lifts. I have assigned the permissions and all. The toggle for netherrack and glowstone does work... So the plugin is working. Any clue what I need to do?
     
  26. Offline

    survival-craft

    I have an important question, where are the Permissions ?
     
  27. Offline

    Williamsson

    I have an important announcement, you are blind!
    Look seven posts above yours..
     
  28. Offline

    _Zw_

    012-04-04 10:37:22 [WARNING] Task of 'FalseBookIC' generated an exception
    java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsBukkit.getPlayerGroups(Permission_PermissionsBukkit.java:200)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.getGroups(VaultPermissions.java:92)
    at com.bukkit.gemo.utils.Permissions.SuperPermsPermissions.getGroups(SuperPermsPermissions.java:66)
    at com.bukkit.gemo.utils.Permissions.VaultPermissions.getGroups(VaultPermissions.java:69)
    at com.bukkit.gemo.utils.UtilPermissions.isPlayerInGroup(UtilPermissions.java:216)
    at com.bukkit.gemo.FalseBook.IC.ICs.selftriggered.MC0272.Execute(MC0272.java:121)
    at com.bukkit.gemo.FalseBook.IC.ICFactory.executeSTICs(ICFactory.java:958)
    at com.bukkit.gemo.FalseBook.IC.FalseBookICCore.run(FalseBookICCore.java:94)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Sugestions?
     
  29. Offline

    Don Redhorse

    the OP is going to the wrong webpage than..

    thanks for posting though.
     
  30. Offline

    cyripton

    Hey Don,

    No, the link is not going to the wrong page. Due to the fact that the original Falsbook Wiki has not been finished for so long, we deceided to make our own wiki. As you can see in our wiki the ICs are linked to the dev wiki.

    Cheers

    [​IMG]
     
  31. Offline

    Don Redhorse

    Hi.... well it is :) GeMoschen should link the OP to your wiki... you did a very good job.. thanks!
     

Share This Page