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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    FalseBook - Your CraftBook for Bukkit

    [IMG]

    Current version: v0.96alpha
    Minecraft: 1.4.6


    Features:

    • 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:

    • 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:

    • 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]

    This post has been edited 26 times. It was last edited by GeMoschen Jan 10, 2013.
    cevio, Artem-s86, Dereku and 67 others like this.
  2.  
  3. Offline

    GeMoschen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't really know if the error is gone. This is where you can all help me. I'm not able to see this error since it's not happening on my own server. But I changed some things and it seems that it worked. :)

    This is a feature that I will implement :)

    Hey woodz, do you have Vault installed too, or do you only have bPermissions? I'll look into that :)

    I figured out what the problem is. I tested FalseBook with debugoutputs of how much time the events take and without having noLagg installed and one time with the examiner running. The results are quite strange and it seems that the examiner is doing something very wrong... :-/ (I took the complete BlockBreak-Event from the beginning to the end).

    FB without noLagg:
    BlockBreak takes aprox less than 1 ms ms/blockbreak and never more than about 5ms (getting the permissions from the perm-plugin takes about 3 ms by me and FB is caching the permission for 15 seconds to make it faster)

    So aprox: 1 ms / Blockbreak

    FB with noLagg installed and the examiner running:
    Now the BlockBreakEvent take 1 ms 3 to 4 times and then, suddenly it takes up to 60 ms or even more for one blockbreak? Simply not possible and I think it's an fault in the examiner. Here are the logs with the times from my debug-output:

    FB without noLagg:

    Code:
    2012-03-15 10:11:20 [INFO] 4.714162 ms
    2012-03-15 10:11:21 [INFO] 0.916465 ms
    2012-03-15 10:11:21 [INFO] 0.980464 ms
    2012-03-15 10:11:21 [INFO] 1.164354 ms
    2012-03-15 10:11:22 [INFO] 1.034223 ms
    2012-03-15 10:11:22 [INFO] 1.143448 ms
    2012-03-15 10:11:23 [INFO] 0.802973 ms
    2012-03-15 10:11:23 [INFO] 0.920732 ms
    2012-03-15 10:11:24 [INFO] 0.766707 ms
    2012-03-15 10:11:24 [INFO] 0.971504 ms
    2012-03-15 10:11:25 [INFO] 0.77652 ms
    2012-03-15 10:11:25 [INFO] 1.420776 ms
    2012-03-15 10:11:26 [INFO] 0.939504 ms
    2012-03-15 10:11:26 [INFO] 0.747081 ms
    2012-03-15 10:11:27 [INFO] 1.249259 ms
    2012-03-15 10:11:27 [INFO] 0.855879 ms
    2012-03-15 10:11:27 [INFO] 0.536311 ms
    2012-03-15 10:11:28 [INFO] 0.765001 ms
    2012-03-15 10:11:28 [INFO] 0.716362 ms
    2012-03-15 10:11:29 [INFO] 0.606283 ms
    2012-03-15 10:11:29 [INFO] 0.564471 ms
    2012-03-15 10:11:30 [INFO] 0.59263 ms
    2012-03-15 10:11:30 [INFO] 0.59263 ms
    2012-03-15 10:11:31 [INFO] 0.568737 ms
    2012-03-15 10:11:32 [INFO] 0.562337 ms
    2012-03-15 10:11:32 [INFO] 0.580257 ms
    2012-03-15 10:11:32 [INFO] 0.642976 ms
    2012-03-15 10:11:33 [INFO] 0.548684 ms


    FB + noLagg + examiner running:

    Code:
    2012-03-15 10:13:03 [INFO] 0.614816 ms
    2012-03-15 10:13:04 [INFO] 0.643829 ms
    2012-03-15 10:13:04 [INFO] 0.593484 ms
    2012-03-15 10:13:05 [INFO] 21.15506 ms
    2012-03-15 10:13:05 [INFO] 0.59647 ms
    2012-03-15 10:13:06 [INFO] 36.084305 ms
    2012-03-15 10:13:06 [INFO] 0.613109 ms
    2012-03-15 10:13:07 [INFO] 32.133865 ms
    2012-03-15 10:13:07 [INFO] 0.678389 ms
    2012-03-15 10:13:07 [INFO] 16.604736 ms
    2012-03-15 10:13:08 [INFO] 0.678815 ms
    2012-03-15 10:13:08 [INFO] 0.674122 ms
    2012-03-15 10:13:09 [INFO] 58.68361 ms
    2012-03-15 10:13:09 [INFO] 0.603723 ms
    2012-03-15 10:13:10 [INFO] 53.69383 ms
    2012-03-15 10:13:10 [INFO] 0.623776 ms
    2012-03-15 10:13:11 [INFO] 46.3796 ms
    2012-03-15 10:13:11 [INFO] 0.786334 ms
    2012-03-15 10:13:12 [INFO] 47.112602 ms
    2012-03-15 10:13:12 [INFO] 0.643402 ms
    2012-03-15 10:13:13 [INFO] 39.785152 ms
    2012-03-15 10:13:13 [INFO] 0.60671 ms
    2012-03-15 10:13:14 [INFO] 36.877464 ms
    2012-03-15 10:13:14 [INFO] 0.60159 ms
    2012-03-15 10:13:14 [INFO] 0.556364 ms
    2012-03-15 10:13:15 [INFO] 183.56218 ms
    2012-03-15 10:13:15 [INFO] 0.687348 ms
    2012-03-15 10:13:16 [INFO] 49.541576 ms
    2012-03-15 10:13:16 [INFO] 0.576417 ms
    2012-03-15 10:13:17 [INFO] 49.132835 ms
    2012-03-15 10:13:17 [INFO] 0.676255 ms
    2012-03-15 10:13:18 [INFO] 46.93938 ms
    2012-03-15 10:13:18 [INFO] 0.573857 ms
    2012-03-15 10:13:19 [INFO] 49.071823 ms
    2012-03-15 10:13:19 [INFO] 0.98473 ms
    2012-03-15 10:13:20 [INFO] 45.963184 ms
    2012-03-15 10:13:20 [INFO] 0.628042 ms
    2012-03-15 10:13:20 [INFO] 21.214369 ms
    2012-03-15 10:13:21 [INFO] 0.60799 ms
    2012-03-15 10:13:21 [INFO] 0.651935 ms
    2012-03-15 10:13:22 [INFO] 49.510857 ms
    2012-03-15 10:13:22 [INFO] 0.592631 ms
    2012-03-15 10:13:23 [INFO] 44.81675 ms
    2012-03-15 10:13:23 [INFO] 0.662176 ms
    2012-03-15 10:13:24 [INFO] 36.84248 ms
    2012-03-15 10:13:24 [INFO] 3.110348 ms
    2012-03-15 10:13:24 [INFO] 35.04283 ms
    2012-03-15 10:13:25 [INFO] 0.633589 ms
    2012-03-15 10:13:25 [INFO] 17.611229 ms
    2012-03-15 10:13:26 [INFO] 0.508152 ms
    2012-03-15 10:13:26 [INFO] 0.585803 ms
    2012-03-15 10:13:27 [INFO] 50.704647 ms
    2012-03-15 10:13:27 [INFO] 0.873373 ms
    2012-03-15 10:13:28 [INFO] 48.588844 ms
    2012-03-15 10:13:28 [INFO] 0.634016 ms
    2012-03-15 10:13:29 [INFO] 46.747807 ms
    2012-03-15 10:13:29 [INFO] 0.636149 ms
    2012-03-15 10:13:30 [INFO] 0.607563 ms
    2012-03-15 10:13:30 [INFO] 0.570871 ms
    2012-03-15 10:13:31 [INFO] 46.649677 ms
    2012-03-15 10:13:31 [INFO] 0.576417 ms
    2012-03-15 10:13:32 [INFO] 37.200447 ms
    2012-03-15 10:13:32 [INFO] 0.584097 ms
    2012-03-15 10:13:33 [INFO] 41.28187 ms
    2012-03-15 10:13:33 [INFO] 0.561484 ms
    2012-03-15 10:13:33 [INFO] 29.793638 ms
    2012-03-15 10:13:34 [INFO] 0.627189 ms
    2012-03-15 10:13:34 [INFO] 0.606283 ms
    2012-03-15 10:13:35 [INFO] 44.63243 ms
    2012-03-15 10:13:35 [INFO] 0.587083 ms
    2012-03-15 10:13:36 [INFO] 32.739296 ms
    2012-03-15 10:13:36 [INFO] 0.696735 ms
    2012-03-15 10:13:37 [INFO] 45.875286 ms
    2012-03-15 10:13:37 [INFO] 0.686922 ms
    2012-03-15 10:13:38 [INFO] 27.801563 ms
    2012-03-15 10:13:38 [INFO] 0.499619 ms
    2012-03-15 10:13:38 [INFO] 29.186928 ms
    2012-03-15 10:13:39 [INFO] 0.57983 ms
    2012-03-15 10:13:39 [INFO] 18.586998 ms
    2012-03-15 10:13:40 [INFO] 0.500898 ms
    2012-03-15 10:13:40 [INFO] 0.509005 ms
    2012-03-15 10:13:40 [INFO] 18.947952 ms
    2012-03-15 10:13:41 [INFO] 0.57087 ms
    2012-03-15 10:13:41 [INFO] 0.502605 ms
    2012-03-15 10:13:42 [INFO] 79.39196 ms
    2012-03-15 10:13:42 [INFO] 0.589217 ms
    2012-03-15 10:13:43 [INFO] 51.62325 ms


    And after deleting the examiner + nolagg again (so FB only):


    Code:
    2012-03-15 10:15:01 [INFO] 5.960008 ms
    2012-03-15 10:15:02 [INFO] 1.090115 ms
    2012-03-15 10:15:02 [INFO] 1.01801 ms
    2012-03-15 10:15:02 [INFO] 0.974491 ms
    2012-03-15 10:15:03 [INFO] 1.096942 ms
    2012-03-15 10:15:03 [INFO] 0.985583 ms
    2012-03-15 10:15:04 [INFO] 1.195927 ms
    2012-03-15 10:15:04 [INFO] 0.892145 ms
    2012-03-15 10:15:05 [INFO] 1.054276 ms
    2012-03-15 10:15:05 [INFO] 0.808947 ms
    2012-03-15 10:15:05 [INFO] 1.060249 ms
    2012-03-15 10:15:06 [INFO] 0.842226 ms
    2012-03-15 10:15:06 [INFO] 1.076889 ms
    2012-03-15 10:15:07 [INFO] 1.011183 ms
    2012-03-15 10:15:07 [INFO] 0.817053 ms
    2012-03-15 10:15:07 [INFO] 0.83796 ms
    2012-03-15 10:15:08 [INFO] 0.821319 ms
    2012-03-15 10:15:08 [INFO] 0.713374 ms
    2012-03-15 10:15:09 [INFO] 0.805107 ms
    2012-03-15 10:15:09 [INFO] 0.864413 ms
    2012-03-15 10:15:10 [INFO] 0.618656 ms
    2012-03-15 10:15:10 [INFO] 0.569591 ms
    2012-03-15 10:15:10 [INFO] 0.977903 ms
    2012-03-15 10:15:11 [INFO] 0.561484 ms
    2012-03-15 10:15:11 [INFO] 0.635296 ms
    2012-03-15 10:15:12 [INFO] 0.551671 ms
    2012-03-15 10:15:12 [INFO] 0.663883 ms
    2012-03-15 10:15:13 [INFO] 0.559777 ms
    2012-03-15 10:15:13 [INFO] 0.56063 ms
    2012-03-15 10:15:13 [INFO] 0.576844 ms
    2012-03-15 10:15:14 [INFO] 0.60159 ms
    2012-03-15 10:15:14 [INFO] 0.622497 ms
    2012-03-15 10:15:15 [INFO] 0.578124 ms
    2012-03-15 10:15:15 [INFO] 0.570871 ms
    2012-03-15 10:15:16 [INFO] 0.569164 ms
    2012-03-15 10:15:16 [INFO] 5.544868 ms
    2012-03-15 10:15:17 [INFO] 0.607989 ms
    2012-03-15 10:15:18 [INFO] 0.547831 ms
    2012-03-15 10:15:18 [INFO] 0.584097 ms
    2012-03-15 10:15:19 [INFO] 0.675402 ms
    2012-03-15 10:15:19 [INFO] 0.694175 ms
    2012-03-15 10:15:20 [INFO] 0.553378 ms
    2012-03-15 10:15:20 [INFO] 1.092676 ms
    2012-03-15 10:15:21 [INFO] 0.842226 ms
    2012-03-15 10:15:21 [INFO] 0.804253 ms
    2012-03-15 10:15:22 [INFO] 0.807666 ms
    2012-03-15 10:15:22 [INFO] 0.856732 ms


    So I believe it has to do with the examiner. I don't know how it is implemented but I think (and you can see) that it is slowing down events somehow :/
  4. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @GeMoschen
    Whatever you did indeed fixed the chunk staying loaded issue in 0.93
    Thank you :)!
  5. Offline

    szoller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a way to implement an endless pulser?
    So it pulses as long as redstone is high?

    What about adding a "next station" announcement to falsebook cart-station block
    (can be written in last line e.g. maybe with "Current station" announcement in the third line?)
  6. Offline

    GeMoschen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The endless pulser is an MC0420 - Clock ;-) You can turn clocks off and on.

    I think I will implement the "next-station" thing ! Thanks for this suggestion :)
  7. Offline

    chrisjon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well, i only started testing after i disabled falsebook because it was causing serious load on my server, as i stated earlier disabling falsebook ment 40% load reduction with 40-50 ppl online, we didnt have that problem with falsebook in 1.1 and we could do the 60-70 without issues. and 1.2 with falsebook 30-40 ppl, its quite significant.

    But i will give the new version a shoot a little later, to see if there is a difference.
  8. Offline

    GeMoschen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've already contacted the dev of noLagg to see what is going on there. Maybe noLagg is having some issues at the moment. But we will see what he is answering :)
  9. Offline

    chrisjon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    okay however i dont use nolagg + examine on the server :)
  10. Offline

    szoller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Glad to hear :)
    What about an option to spawn a minecart at the station-block or remove it?

    Maybe when powering the block without having a cart on it, a minecart spawns...?
  11. Offline

    Lonny

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry If im blind but where are the permission nodes for each falsebook addon.
    The lack of documentation is amazing lol.
  12. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yep, searching for the permissions too.
    Need the permissions for the area tool, anyone have it?
  13. Offline

    InflamedSebi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hay ... i'm lost in the features and dont got a map to find a way out ;) Is there somewhere a wiki? (not only for IC also the other stuff ... f.e. the new minecart features)
  14. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @GeMoschen

    What's about a Falsebook reload Command for reloading the configs for the world?
    We need a permission.node for the area tool. (not only for ops)

    This post has been edited 1 time. It was last edited by Jobsti Mar 15, 2012.
  15. Offline

    WoAyumi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    2012-03-16 04:52:14 [SEVERE] Could not pass event BlockRedstoneEvent to FalseBookBlock
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
            at net.minecraft.server.BlockSign.doPhysics(BlockSign.java:124)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:502)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:498)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:53)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:295)
            at net.minecraft.server.World.k(World.java:522)
            at net.minecraft.server.World.applyPhysics(World.java:501)
            at net.minecraft.server.World.update(World.java:463)
            at net.minecraft.server.World.setTypeIdAndData(World.java:447)
            at com.bukkit.gemo.utils.ICUtils.setBlockToLever(ICUtils.java:482)
            at com.bukkit.gemo.utils.ICUtils.switchLever(ICUtils.java:82)
            at com.bukkit.gemo.utils.ICUtils.switchLever(ICUtils.java:51)
            at com.bukkit.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:504)
            at com.bukkit.gemo.FalseBook.IC.ICs.selftriggered.MC0420.Execute(MC0420.java:106)
            at com.bukkit.gemo.FalseBook.IC.ICFactory.executeSTICs(ICFactory.java:882)
            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)
    Caused by: java.lang.NullPointerException
            at org.bukkit.craftbukkit.block.CraftSign.<init>(CraftSign.java:17)
            at org.bukkit.craftbukkit.block.CraftBlock.getState(CraftBlock.java:227)
            at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.doRedstoneEvent(FBWorldBlock.java:240)
            at com.bukkit.gemo.FalseBook.Block.World.FBWorldBlock.onRedstoneChange(FBWorldBlock.java:221)
            at com.bukkit.gemo.FalseBook.Block.Listeners.FalseBookBlockListener.onBlockRedstoneChange(FalseBookBlockListener.java:80)
            at sun.reflect.GeneratedMethodAccessor51.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$1.execute(JavaPluginLoader.java:301)
            ... 59 more
    
  16. Offline

    Sonicx00222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Does this include Perlstone and [MC5000]?
  17. Offline

    woodzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @GeMoschen, nope i dont use spout or vault its only bpermissions
    andi really dont want to eather, it would meen longer waiting time for my server to get up-to-date
    And also gemo, id love to see some auto smelting in the next update for the minecart stuff since MM seems to be takeing a brake from it...this would be a great time to take advantage and get a head start on something like this...and an auto crafter would be amazing!
    [Smelter]
    [fuel] coal
    [smelt] cobble
    ^^^^^^^^^^
    [Crafter]
    [craft]
    stonebrick

    This post has been edited 1 time. It was last edited by woodzy Mar 16, 2012.
  18. Offline

    szoller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes!
    I would enjoy a factory-block, where the minecart drives slower than normal.
    Is there a furnace on both sides, it should be a Smelter,
    is there a Crafting table on both sides, it should be a Crafter :)
    Just a normal block would be too simple (imho).
    Could a chest be connected eg. via redstone so it does not have to stand directly beside?
  19. Offline

    GeMoschen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Smelter and Craft are already implemented..

    Smelter:
    2. [Burn]
    3. smelt -> cobblestone
    4. fuel -> coal (multiple IDs are possible)

    Crafter:

    2. [Craft]
    3. crafting-ids/names -> smoothbrick

    Will look into bPermissions then :)

    I hate bukkit for this error with the CraftSign... -.- Noone knows why this error is coming and noone can fix this.. But I'll try to catch this error.

    /fbic reloadics
    /fbblock reload
    /fbblock reloadsettings
    /fbcart reloadsettings

    I'm currently working on a list of all commands and the permissionnodes.
  20. Offline

    szoller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Could you add an alternative way with furnaces for example (besides the track) so it would also be nice for the eye if the furnaces also burn :)
  21. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @GeMoschen

    Opened the config, changed appledrops from 10 to 1. /fbblock reload. Appledrop is 10 again...
    same on /fbblock reloadsettings

    Question: If Appledrop is 0, the Minecraft Vanilla appledrops should work?

    Edit:
    Ok, same on server restart, Appledropchance is everytime on 10.0, can't change the value (only from unloaded worlds, world loaded, chance 10.0)
    But I can outcomment the line with #, but what's now? No Drops? 10%?

    Edit2:
    tryed to outcomment the line with # and do a /fbblock reloadsettings.
    Server freezes!

    This post has been edited 3 times. It was last edited by Jobsti Mar 16, 2012.
  22. Offline

    Errored

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This post has been edited 2 times. It was last edited by Errored Mar 16, 2012.
  23. Offline

    woodzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @GeMoschen aprently im blind as a bat not seeing that it was allready inplented :p
    and thanks a bunch for looking in to the bPremissions
  24. Offline

    yoh1len

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have one problem... :/ I use groupmanager and my permissions looks like that:

    Code:
    VIP:
        default: false
        permissions:
        - falsebook.anyic
        - serverqueue.vip
        - serverqueue.nokick
        - authme.player.*
        - hawk.fly
        - essentials.afk.kickexempt
        - residence.create
        - bflight.bfly
        - ChestShop.shop.create
        - creativegates.*
        - essentials.afk
        - essentials.back
        - essentials.chat.color
        - essentials.chat.question
        - essentials.chat.shout
        - essentials.compass
        - essentials.depth
        - essentials.ignore
        - essentials.kit
        - essentials.kit.VIP
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.setwarp
        - essentials.suicide
        - essentials.tp
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - falsebook.blocks.*
        - falsebook.lifts
        - falsebook.gates
        - falsebook.bridges
        - falsebook.blocks.area
        - falsebook.destroy.blocks
        - fortification.sensor
        - fortification.trapdoor
        - fortification.turret.arrow
        - fortification.turret.flame
        - fortification.turret.web
        - gianttrees.build
        - mcmmo.skills.*
        - simplereserve.enter.kick
        - simplereserve.kick.prevent
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - creativegates.use
        - demigods.forsake
        - demigods.warp
        - essentials.back.ondeath
        - essentials.home
        - essentials.kit.player
        - essentials.list
        - essentials.msg
        - essentials.rules
        - essentials.sethome
        - essentials.spawn
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - factions.participate
        - factions.viewAnyPower
        - falsebook.bridge
        - falsebook.gate
        - iConomy.help
        - iConomy.holdings
        - iConomy.payment
        - lc.level.*
        - lwc.protect
        - mcmmo.ability.*
        - mcmmo.chat.*
        - mcmmo.item.*
        - mcmmo.skills.*
        - mobarena.arenas.*
        - mobarena.classes.*
        - mobarena.use.*
        - myhome.home.free.*
        - nogrief.tnt
        - nogrief.water
        - nogrief.water.bucket
        - phantom.teleport
        - skillz.*
        - supernatural.command.*
        - supernatural.player.shrineuse
        - supernatural.player.witchhuntersign
        - supernatural.player.wolfbane
        - xauth.register
        - -residence.create
        - administrate.tp
        - ancasino.manage
        - ancasino.use
        - ancasino.use.*
        - authme.player.*
        - bflight.bfly
        - ChestShop.shop.create
        - ChestShop.shop.create.*
        - essentials.afk.kickexempt
        - essentials.chat.color
        - essentials.kit
        - essentials.kit.VIP
        - essentials.signs.color
        - expbank.use
        - falsebook.anyic
        - falsebook.blocks.*
        - falsebook.blocks.area
        - falsebook.bridges
        - falsebook.destroy.blocks
        - falsebook.gates
        - falsebook.lifts
        - hawk.fly
        - jobs.join.VIP
        - serverqueue.*
        - serverqueue.nokick
        - serverqueue.vip
        - simplereserve.enter.kick
        - simplereserve.kick.prevent
        inheritance:
        - default
        - g:default
        - g:vip
        - g:bukkit_default
        info:
          prefix: '&6{VIP}'
          build: true
          suffix: '&6'
    But VIPs can not create gates, bridges and lifts... where is problem? Please help i am not newbie in working with perms but i really can not find out the mistake -.-"
  25. Offline

    UltraZero

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Im not sure if anyone else is having this issue. but from some reason Falsebook Minecart stuff is not working for me. I all the falsebook plugins stuff in my server " Excluding .chat" i have falsebook.cart.* as a perm ( using PEX ) i have even tried using all the single node's and not seeming to work.

    It let's me make the sign's like station and says i have made a station. but when i put a cart on the track and push it in the direction of the station it just rolls over the obsidian block and keeps going. i have even tried putting a cart on the obsidian area and getting in and pressing the button nothing still happen's. I have no error's in my console for any of the plugins i got. so im pretty well stumped on what im doing wrong here.
  26. Offline

    ellipco

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please fix apple drop
    Jobsti likes this.
  27. Offline

    nixus32

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    We had this problem too. Take a look here: http://wiki.minority-gaming.eu/index.php?title=FalseBook_Cart_(english)

    We changed all the Blocks and it worked. It seams to conflict with LogBlock in some way, but don't ask me why

    This post has been edited 1 time. It was last edited by nixus32 Mar 16, 2012.
  28. Offline

    worstboy32

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No idea if it's reported before or if it's only me.
    But when creating lift signs they can only go up.
    and when you hit the [Lift Up] sign it say "no lift found"
    But the one that goes down works fine.
  29. Offline

    CryADsisAM

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I created a new server with the updated falsebook and I found out that [Lift] Signs dont work for nonOP players.
    I am not using permissions or LWC - I even deleted Essentials Protect. But lifts can so far only be used by ops.
    How do I change this?

    Strange thing is that nonOP players can use [Gate],[Bridge] and [Door] signs but not the lift. :eek:
  30. Offline

    Doronamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm having a problem with [Lift] signs above a certain y axis (height). My sign on y: 124 cannot [Lift Up] to other lifts above it, and it keeps giving "No lift found.". However, when I go down from 124+ down to 124 and below, it works perfectly fine.

    Am I the only one getting this? Is this a bug?
  31. Offline

    Doronamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    That's exactly what I got! (sorry for double-post)

    It won't go up above a certain height for me.
  32. Offline

    UltraZero

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok
    Thank you for the work around. I didn't really want to resort to changing each block. ( Not that im lazy to. but that most players are used to the default setting's of Falsebook cart block's ) So i switched everything to Wool:Color's which fits nicely. Also gives Wool another use on the server.

    Question:
    When trying to set a chest to collect items from a storage cart. Is there a way to have it collect multiple thing's?
    I gave it a try but failed.

    [Collect]
    15,265

    Was my attempt.

Share This Page