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

    GeMoschen

    Thats strange. The Log says, that it couldn't find the groupmanager!?
    Will take another look into it

    Try do delete the ICs with athe same number. I will add another Fix for this in the next update. Thanks for the bugreport!

    I've set this on my ToDo-List now, but for now there is no reason to change the actual things. But I WILL implement this. But it will not be in the next few updates.

    Thanks for this Bugreport! I will take a look at newer versions of CraftBukkit and update FalseBook to work with them.
     
  3. Offline

    vancraft

    what are the blocks used for minecarts?
     
  4. Offline

    xlilcasper

    Great! I look forward too it. If there's anything I can do to help just let me know.
     
  5. Offline

    GeMoschen

    • Booster 2x - GoldOre
    • Booster 8x - GoldBlock
    • Station Block - Obsidian
    • BrakeBlock 25% - Gravel
    • BrakeBlock 50% - Soulsand
    • ReverseBlock - Bedrock
    • ConstantSpeedBlock (my addition) - IronBlock
    • DepositBlock - IronOre

    Changelog:
    Version 0.75alpha
    • checked compatibility to CraftBukkit #556 (recommended Build)
    • gates are now undestroyable, when turned on
    • small changes to permissionshandling

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  6. Offline

    Kartus

    For information: GroupManager was enabled and never disabled. all other plugin worked with GroupManager.
     
  7. Offline

    GeMoschen

    Just one question: Do you use the "FakePermissions.jar" too?
    And can you please list all the installed jars on your server? maybe there is an incompatibility problem.
     
  8. Offline

    Kartus

    Yes, i use "FakePermissions.jar" too.
    All my plugins with versions, they should be allways the uptodate: http://pastebin.com/j9qLwXEN
    plugins with more than 1 jar:
    Essentials.jar, EssentialsChat.jar, EssentialsProtect.jar, EssentialsSpawn.jar
    GroupManager.jar, FakePermissions.jar
    FalseBookBlock.jar, FalseBookExtra.jar, FalseBookIC.jar
    MinecartManiaChestControl.jar, MinecartManiaCore.jar, MinecartManiaPressurePlates.jar, MinecartManiaSignCommands.jar, MinecartManiaStation.jar
     
  9. Offline

    Fluff

    Can someone help me out with MC1270? How does this 'Power sensor' work?
     
  10. Offline

    GeMoschen

    MC1270 is the triggered version of the sensor (it only checks , when the input is going from low to high).

    If you want to check it permanently, then use MC0270

    Code:
    The MC0270 checks for the presence of a powered Block relative to the block behind the IC sign every two ticks. By default it checks the block directly underneath but this can be changed. MC1270 is the triggered version.
    
    Pins
    Inputs
        * No Inputs
    
    Outputs
       1. High if the specified block is powered
    
    Example #1
    1. POWER SENSOR
    2. [MC0270]
    3. 3
    Result: Outputs high, if the block 3 above the IC-Block is powered
    
    Example #2
    1. POWER SENSOR
    2. [MC0270]
    3. -3
    Result: Outputs high, if the block 3 below the IC-Block is powered
     
  11. Offline

    mesaya

    is it possible that the deposit block not stacks items in the chest which can't stack usualy? maybe an optional parameter in the property file or on the sign?
     
  12. Offline

    fugue2005

    everytime these plguins load i get different errors

    Code:
    2011-03-26 05:34:05 [INFO] [FalseBook Block] Error while reading file: plugins/FalseBook/Areas.db
    2011-03-26 05:34:05 [SEVERE] java.lang.NullPointerException
    2011-03-26 05:34:05 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.Area.updateArea(Area.java:64)
    2011-03-26 05:34:05 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.Area.<init>(Area.java:50)
    2011-03-26 05:34:05 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.loadAreas(FalseBookBlockCore.java:265)
    2011-03-26 05:34:05 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:94)
    2011-03-26 05:34:05 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 05:34:05 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 05:34:05 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 05:34:05 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 05:34:05 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 05:34:05 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    2011-03-26 05:34:05 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-03-26 05:34:05 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    2011-03-26 05:34:05 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    2011-03-26 05:34:05 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Code:
    2011-03-26 06:03:28 [SEVERE] java.lang.NullPointerException
    2011-03-26 06:03:28 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockBlockListener.loadDoors(FalseBookBlockBlockListener.java:886)
    2011-03-26 06:03:28 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:96)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 06:03:28 [INFO] [FalseBook Block] Error while reading file: plugins/FalseBook/Doors.db
    2011-03-26 06:03:28 [SEVERE] java.lang.NullPointerException
    2011-03-26 06:03:28 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockBlockListener.loadGates(FalseBookBlockBlockListener.java:804)
    2011-03-26 06:03:28 [SEVERE]     at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:97)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 06:03:28 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    2011-03-26 06:03:28 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 06:03:28 [INFO] [FalseBook Block] Error while reading file: plugins/FalseBook/Gates.db
    Code:
    2011-03-26 06:03:25 [INFO] [FalseBook IC] FalseBookIC.properties successfully loaded.
    2011-03-26 06:03:25 [INFO] [FalseBook IC] Error while reading file: plugins/FalseBook/Transmitter.db
    2011-03-26 06:03:25 [SEVERE] java.lang.NullPointerException
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.IC.MC1110.<init>(MC1110.java:27)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICBlockListener.loadTransmitter(FalseBookICBlockListener.java:828)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICBlockListener.loadWLAN(FalseBookICBlockListener.java:797)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICCore.onEnable(FalseBookICCore.java:78)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 06:03:25 [INFO] [FalseBook IC] Error while reading file: plugins/FalseBook/Receiver.db
    2011-03-26 06:03:25 [SEVERE] java.lang.NullPointerException
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.IC.MC0111.<init>(MC0111.java:22)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICBlockListener.loadReceiver(FalseBookICBlockListener.java:868)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICBlockListener.loadWLAN(FalseBookICBlockListener.java:798)
    2011-03-26 06:03:25 [SEVERE]     at com.bukkit.gemo.FalseBookIC.FalseBookICCore.onEnable(FalseBookICCore.java:78)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    2011-03-26 06:03:25 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    2011-03-26 06:03:25 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-26 06:03:25 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    i take it this does not work with multiverse

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  13. Offline

    GeMoschen

    Mhh..I've tested it with MultiVerse now and It works fine for me.

    Tested on:
    CraftBukkit #556
    Permissions: 2.5.3
    FalseBook 0.75alpha


    Maybe this error will be gone with the next release. There will be a bunch of changes in the next version. (Release in the next few hours)
     
  14. Nice, a new version! Multiverse also works fine here, bukkit 560 and groupmanager 1.0 alpha 5. Will the new release fix the problems with 561+ or will you wait until a new recommend version? I know that very much plugins are broken and we will have to wait until every plugin is fixed but it would be cool if you would be one of the first ;)
     
  15. Offline

    GeMoschen

    The new version for <560 is already done, but I will add a version for >560
    I'm currently converting it to make it work with the new CraftBukkit-Version.

    Will also be released with the next update!

    So stay tuned!
     
  16. Offline

    fugue2005

    i just don't understand what the problem is then, iv'e tried deleting all of the db files.
    people can make new ic's and stuff but when i restart i get all of the read errors.
     
  17. Offline

    mrgreaper

    there is no rb higher then 556 though so please dont make the same error minecart mania did and release it early caused major problems with our server
     
  18. Offline

    GeMoschen

    Just wait for the next update (release in the next few hours).
    I've changed the way the sensors are handled. They will no longer be saved in a file now.

    As said above:
    I will release two versions of FalseBook.
    One for #556 and below, and one for #560 and above.

    The version for #<556 is already done. I've also added 2 new ICs (Delayers)
     
  19. Offline

    mrgreaper

    delayers .....!!!! let me at it!!! let me at it !!!!
    (i can wait ..but thank you for adding it!
     
  20. Offline

    xlilcasper

    As always I eagerly await your release.
     
  21. Offline

    Lothel

    Thank you for your frequent updates, I am loving your mod.

    Is there any chance we can get an implementation of the depositor and collector blocks like in Craftbook?
    Specifically would you be able to go a little further implement something like this (First and last post)?
     
  22. Offline

    GeMoschen

    I'm currently working on this. But it will take some time to implement this the right way.

    Changelog:
    Version 0.76alpha
    • added brand new IC: MC2100 - DELAYER
    • added brand new IC: MC2101 - NOT-DELAYER
    • Sensors are not saved in a file anymore, they are registered on chunkload (you can delete Sensors.db)
    • Transmitters are not saved in a file anymore, they are registered on chunkload (you can delete Transmitter.db)
    • Receivers are not saved in a file anymore, they are registered on chunkload (you can delete Receiver.db)
    • fixed a bug, which deleted sensors, when they shouldn't be deleted
    • fixed a bug, when more than 1 players tried to define an area at the same time
    • improved permissionhandling again
    • cleaned up code
    IC2100:
    Description:
    Outputs a High, after a specified amount of seconds, when Input goes high. Otherwise Low.

    1. Line: DELAYER
    2. Line: [MC2100]
    3. line: The Time in seconds to wait, until the output goes high, when the input is high

    IC2101:
    Description:
    Outputs a low, after a specified amount of seconds, when Input goes high. Otherwise High.


    1. Line: NOT-DELAYER
    2. Line: [MC2101]
    3. line: The Time in seconds to wait, until the output goes LOW, when the input is high


    NOTE:
    Support for CraftBukkit > #556 will be added tomorrow!

    Changelog:
    Version 0.76.1alpha
    • fixed a bug when loading areas, which causes the selftriggered ICs not to load

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  23. Offline

    Lothel

    No rush :) thank you so much! I guess I have to start clearing out the space for my autosorting warehouse then....
     
  24. This is working great except from some IC's.
    - MC0272 and MC1272 - PLAYER/GROUP DETECTOR
    Doesn't change output from high to low when the PLAYER/GROUP leaves/tp's/dies.

    -Transmitters break, but that was the same with CraftBook so I don't really mind.
     
  25. Offline

    fugue2005

    getting this on startup now
    Code:
    2011-03-26 17:20:33 [SEVERE] Could not pass event CHUNK_LOADED to FalseBookIC
    java.lang.NullPointerException
        at org.bukkit.craftbukkit.block.CraftSign.getLine(CraftSign.java:24)
        at com.bukkit.gemo.FalseBookIC.FalseBookICWorldListener.onChunkLoaded(FalseBookICWorldListener.java:153)
        at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:334)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ChunkProviderServer.d(ChunkProviderServer.java:84)
        at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:83)
        at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:57)
        at com.bukkit.gemo.FalseBookBlock.Area.updateArea(Area.java:65)
        at com.bukkit.gemo.FalseBookBlock.Area.<init>(Area.java:50)
        at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.loadAreas(FalseBookBlockCore.java:279)
        at com.bukkit.gemo.FalseBookBlock.FalseBookBlockCore.onEnable(FalseBookBlockCore.java:89)
        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)
     
  26. Offline

    Rheyth

    Yeah, I'm getting something like that too...
    Code:
    2011-03-25 20:34:17 [SEVERE] Could not pass event CHUNK_LOADED to FalseBookIC
    java.lang.NoSuchMethodError: org.bukkit.Chunk.getTileEntities()[Lorg/bukkit/block/BlockState;
        at com.bukkit.gemo.FalseBookIC.FalseBookICWorldListener.onChunkLoaded(FalseBookICWorldListener.java:147)
        at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:334)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ChunkProviderServer.d(ChunkProviderServer.java:84)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:258)
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.loadWorlds(MultiVerse.java:437)
        at com.onarandombox.Rigby.MultiVerse.MultiVerse.onEnable(MultiVerse.java:176)
        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:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        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)
     
  27. Offline

    mrgreaper

    damn.... got all excited when i saw the delay ics :(

    you may want to add to the first post that this is not currently working on RB or you will get loads of error reports chap

    oh and ..on chunk load? will that cause problems with bits that are not curently in a loaded chunk or with bits that are kept loaded by minecarts (mincart mania can keep chunks loaded)
    why the move from a file? (just curious)
     
  28. Offline

    ledhead900

    This is tempting me to swap from craftbook to this since this has been updated and is being updated fast.
     
  29. Offline

    mrgreaper

    we use this for ics and minecart mania for the carts and controler blockfor doors bridges walls floodgates etc etc

    its a good combo
     
  30. Offline

    ledhead900

    exactly same combo as my intention then. only I use craftbook so far for birdtges and gates.

    tho its mising the toggable areas that it used to have in Hmod so Im hoping this has them.
     
  31. Offline

    GeMoschen

    I changed that behavior, because I though that it could reduce Memoryspikes (if there were some, don't know). But I think I will go back to the filesystem, 'cause there seems to be a problem with the onchunkload, when starting the server (those errorlogs).

    So The Filesystem will be back in the next update again..

    Changelog:
    Version 0.77alpha
    • created version for CraftBukkit #560-579
    • reimplemented filesystem for Sensors,Transmitters & Receivers due to errors while starting the server
    • added the ability to recreate MC2100 & MC2101 via rightclick on the sign

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016

Share This Page