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

    Tal-N

    I read the first post several times but only understand part of it. I also watched the videos and it just seems to be a mod for creating minecraft systems. There is some mention of sensors but I don't understand what an IC is. Are these new commands you type? Do you use signs? Does it specifically make existing blocks have new properties?

    It really isn't very clear to someone who has only been aware of Bukkit for a couple months.
     
  3. Offline

    Riolu

    It's good idea, I should try that one.
     
  4. Offline

    woodzy

    AHH ok let me help you to clear thing s up on this matter. everything in sign based but the area toggle.
    u can have minecart STATIONS, boosters (better then notches), brakes, sorters, and more
    an IC is an intergraded controller what it can do is endless to be honest, thay can do things sush as>
    turn on/off restone whena group/player gets neer, can shoot arrows!, detect things like lava, water, mobs, players, then turn redstone on/off by AUTO. if u play with redstone "gates" theses IC's can make ur thing smaller but replaceing a "gate" with an IC. if u want to see them live working i have a FULL test area showing all of this. login to woodland3.com and ask for woodzy tell me so i know its u "its area show time".
    ill be happy to show you how thay work and what does what. may ill see u soon or not but i hope it helps
     
  5. Offline

    Rytharr

    Anyone have a list of "safe" ic's that I can let my users use without me having to worry about item spawning and such?
     
  6. Offline

    GeMoschen

    I've implemented several permission-nodes for ic-groups:
    Those Groups are:
    • falsebook.anyic OR falsebook.ic.* == All ICs
    • falsebook.ic.standard == Standard ICs (like And-Gate, Or-Gate, etc..)
    • falsebook.ic.selftriggered = selftriggered ICs (like Sensors, Transmitters, etc...)
    • falsebook.ic.detection = triggered detection-ICs (Person-detector, group-detector)
    • falsebook.ic.worldedit = All ICs which can edit the world or spawn items/mobs
    So in your case:
    just do not add the "falsebook.ic.worldedit"-permission for normal users. This way, only OPs are allowed to build those ICs.
     
  7. Offline

    noneandnonly

    WorldGuard is DEFINETLY disabling getting redstone input / giving redstone output.
    I tried it within a defined region and I was unable to toggle things (netherrack, pumpkin, glowstone) with redstone, but as I went outside the region it worked! So have a look into WorldGuard, because it's very neccessary. Could you make a little bugfix? I hope that's not too difficult and I was able to help you.
    Cya. :)
     
  8. Offline

    MineFreakz

    Code:
    2011-06-02 13:33:50 [SEVERE] Could not pass event PLAYER_INTERACT to FalseBookBlock
    java.lang.NullPointerException
        at com.gemo.utils.UtilPermissions.playerCanUseCommand(UtilPermissions.java:66)
        at com.bukkit.gemo.FalseBook.Block.FalseBookBlockPlayerListener.onPlayerInteract(FalseBookBlockPlayerListener.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:299)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:209)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Getting this error when using falsebook with permissions 3?
     
  9. Offline

    GeMoschen


    Hey! Thanks for the bugreport! I haven't looked into permissions 3 yet, but will do so now!
     
  10. Offline

    Nitnelave

    The files Transmitter.db, Receiver.db and SensorList.db did not get created... and are not included in the zip. What format should I use? Could you make them generate automatically?
    EDIT: Oh, wait, nevermind, they are created when you create a sensor, transmitter or receiver
     
  11. Offline

    Redyugi

    Just make some ICs, and it'll go away. If you looked at the thread, this is asked almost every page.
     
  12. Offline

    Hatedpain

    So, what about the Minecart-Dispenser? It's a pretty nice feature of CraftBook, u should add it to FalseBook too.
     
  13. Offline

    noneandnonly

    I'm not having problems with permissions 3. I'm still using my old config for groups and everything's fine.
     
  14. Offline

    GeMoschen

    This was already implemented long time ago.
    Quoting myself from the first post:
     
  15. Offline

    Hatedpain

    Oh sorry, didn't saw it ._.
    Edit: And what kind of block is the Collector/Dispenser-Block?
     
  16. Offline

    robbert777

    problem: i want to turn on netherrack when i stand on pressureplate but the problem is, it goes on when im not on the plate and goes off when i am?
     
  17. Offline

    GeMoschen

    Default is IronOre


    This is a bug in the current version. Will be fixed in 0.86 (is already fixed in my dev-version)
     
  18. Offline

    robbert777

    when is the release? anytime soon i hope
     
  19. Offline

    MineFreakz

    Could you post your config? I don't get why mine isnt working ....
     
  20. Offline

    pelvix

    Greetings
    I really love the ICs, opens up so many possibilities. Thanks for that.
    However we're having a problem with the MC0272 Player/Group Detector on our server.
    We created one detecting g:default, which usually works fine but sometimes, mostly (not always) the last one to join will cause the detector to rapidly trigger on and off when going in range (instead of a continuous signal).
    Is this a known bug or did we just miss something?

    With best regards,
    pelvix
     
  21. Offline

    Gimlao

    Is it normal that the nether stone is on fire when the redstone is off ?...
    And it extinguish when the redstone is on, I'm very fan of that. ^^;
     
  22. Offline

    GeMoschen

    Quoting myself:
     
  23. Offline

    Pantheis

    I have a light sensor set to trigger as soon as the light level drops to 14, going through an inverter IC going to a time change IC. After updating to MC 1.6.6 and bukkit 818, I am getting the following in my server log every time the light sensor IC triggers.

    Code:
    2011-06-02 18:43:20 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookIC
    java.lang.NullPointerException
            at org.bukkit.craftbukkit.block.CraftSign.getLine(CraftSign.java:24)
            at com.gemo.FalseBook.IC.FalseBookICBlockListener.signRedstoneEvent(Fal$
            at com.gemo.FalseBook.IC.FalseBookICBlockListener.onBlockRedstoneChange$
            at org.bukkit.plugin.java.JavaPluginLoader$32.execute(JavaPluginLoader.$
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja$
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.$
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:114)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.j$
            at net.minecraft.server.World.k(World.java:397)
            at net.minecraft.server.World.applyPhysics(World.java:373)
            at net.minecraft.server.World.update(World.java:345)
            at net.minecraft.server.World.setData(World.java:287)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:298)
            at com.gemo.FalseBook.IC.ICs.selftriggered.MC0262.Execute(MC0262.java:1$
            at com.gemo.FalseBook.IC.FalseBookICCore.run(FalseBookICCore.java:45)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat($
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:388)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 18:43:20 [SEVERE] Could not pass event REDSTONE_CHANGE to FalseBookB$
    java.lang.NullPointerException
            at org.bukkit.craftbukkit.block.CraftSign.getLine(CraftSign.java:24)
            at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.doRedsto$
            at com.bukkit.gemo.FalseBook.Block.FalseBookBlockBlockListener.onBlockR$
            at org.bukkit.plugin.java.JavaPluginLoader$32.execute(JavaPluginLoader.$
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja$
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.$
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:114)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:159)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:44)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.j$
            at net.minecraft.server.World.k(World.java:397)
            at net.minecraft.server.World.applyPhysics(World.java:373)
            at net.minecraft.server.World.update(World.java:345)
            at net.minecraft.server.World.setData(World.java:287)
            at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
            at com.gemo.FalseBook.IC.ICs.BaseIC.switchLever(BaseIC.java:298)
            at com.gemo.FalseBook.IC.ICs.selftriggered.MC0262.Execute(MC0262.java:1$
            at com.gemo.FalseBook.IC.FalseBookICCore.run(FalseBookICCore.java:45)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat($
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:388)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  24. Offline

    Ret

    I would DEFINETELY like to see the light switch ability that i saw craftbook with.

    AMAZING plugin. Thank you!!
     
  25. Offline

    timzer3

    ok im a bit of a noob when it comes to setting up plugins. the falsebook plugin is only half working for me, i can use gates and elevators but not bridges. I get loads of falsebook errors when i start server you can see them below the line. Can anyone help me? im losing my mind over these plugins.
    ___________________________________________________________________________
    148 recipes
    16 achievements
    13:16:42 [INFO] Starting minecraft server version Beta 1.6.6
    13:16:42 [INFO] Loading properties
    13:16:42 [INFO] Starting Minecraft server on 5.17.187.144:25565
    13:16:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-
    g3fc0460-b818jnks (MC: 1.6.6)
    13:16:42 [INFO] Preparing level "world"
    13:16:42 [INFO] Preparing start region for level 0
    13:16:43 [INFO] [Permissions] (Yeti) was initialized.
    13:16:43 [INFO] [AdminRage] version 1.7 is enabled!
    13:16:43 [WARNING] [AdminRage] Unable to write properties file!
    13:16:43 [SEVERE] Error occurred while enabling Essentials v2.0.294 (Is it up to
    date?): BLOCK_RIGHTCLICKED
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:145)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    13:16:43 [INFO] [FalseBook Block] Error while reading file: plugins/FalseBook/Fa
    lseBookBlock.properties
    13:16:43 [INFO] FalseBookBlock v0.85alpha by GeMo enabled
    13:16:43 [INFO] [FalseBook Block] No Cauldrons loaded!
    13:16:43 [INFO] [FalseBook Cart] Error while reading file: plugins/FalseBook/Fal
    seBookCart.properties
    13:16:43 [INFO] FalseBookCart v0.85alpha by GeMo enabled
    13:16:43 [INFO] [FalseBook Chat] No ChatRooms loaded.
    13:16:43 [INFO] FalseBookChat v0.85alpha by GeMo enabled
    13:16:43 [INFO] [FalseBook Core] FalseBookCore v0.85alpha by GeMo enabled!
    13:16:43 [INFO] [FalseBook Extra] Error while reading file: plugins/FalseBook/Fa
    lseBookExtra.properties
    13:16:43 [INFO] FalseBookExtra v0.85alpha by GeMo enabled
    13:16:43 [INFO] [FalseBook IC] Error while reading file: plugins/FalseBook/False
    BookIC.properties
    13:16:43 [INFO] FalseBookIC v0.85alpha by GeMo enabled
    13:16:43 [INFO] Need to download 2 object(s)
    13:16:43 [INFO] - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    13:16:43 [INFO] [MYHOME]: 0 homes loaded
    13:16:43 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.2
    13:16:43 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    13:16:43 [INFO] [MYHOME] MyHome 1.9.3 enabled
    13:16:43 [INFO] [Permissions] version [3.1.2] (Yeti) loaded
    13:16:43 [INFO] WorldEdit 4.4 enabled.
    13:16:43 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    13:16:43 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    13:16:43 [INFO] WorldGuard: (world) Single session is enforced.
    13:16:43 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    13:16:43 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    13:16:43 [INFO] WorldGuard: (world) Lava fire is blocked.
    13:16:43 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    13:16:43 [INFO] WorldGuard: Loaded configuration for world 'world"
    13:16:43 [INFO] WorldGuard: 1 regions loaded for 'world'
    13:16:43 [INFO] WorldGuard 5.0-alpha10 enabled.
    13:16:43 [INFO] Done (0.135s)! For help, type "help" or "?"
    13:16:43 [INFO] [FalseBook Block] 0 Areas loaded.
    13:16:43 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    13:16:43 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    13:16:43 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    >
     
  26. Offline

    GeMoschen

    There you go. Seems like something is wrong with your essentials-plugin.

    EDIT:
    Also there is something else very strange:
    No one of the plugins can access the filesystem. Do you have the rights to create files?
     
  27. Seems Multiplay have removed Falsebook from their list of active Mods due to it generating huge log files due to errors :(

    Anything you can do to fix as I prefer Falsebook to Craftbook ????

    Error in text file attached as too large to post directly
     
  28. Offline

    GeMoschen

    without anything, I can't fix the errors..
    I need a logfile to see the place, where the error happens, otherwise I can't fix it.
     
  29. Guess it didn't like me attaching the txt file :(

    Hopefully gone through ok this time
     
  30. Offline

    GeMoschen

    Thanks for the log-file!
    Can it be, that Multiplay still uses 0.84 instead of 0.85? This error was normally fixed in 0.85.
     
  31. Offline

    timzer3

    Well i just created the server myself and made myself an op and am having a lot of issues setting up the permissions so if its to do with permissions then i might not be able to create files. I've updated my essentials which is now working (i think) but still having this problem. I have Permissions 3.1.2. any help is appreciated. this is what is says now when i start up server
    _________________________________________________________________
    148 recipes
    16 achievements
    16:29:31 [INFO] Starting minecraft server version Beta 1.6.6
    16:29:31 [INFO] Loading properties
    16:29:31 [INFO] Starting Minecraft server on 5.17.187.144:25565
    16:29:31 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-
    g3fc0460-b818jnks (MC: 1.6.6)
    16:29:31 [INFO] Preparing level "world"
    16:29:31 [INFO] Preparing start region for level 0
    16:29:32 [SEVERE] while scanning for the next token; found character '\t' tha
    t cannot start any token initializing Permissions v3.1.2 (Is it up to date?)
    while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 2, column 1:
    -> falsebook.anyic => allows ...
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:360)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produ
    ce(ParserImpl.java:200)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:104)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfigurati
    on.java:52)
    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:
    134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    16:29:32 [INFO] [AdminRage] version 1.7 is enabled!
    16:29:32 [WARNING] [AdminRage] Unable to write properties file!
    16:29:32 [INFO] Loaded Essentials build 2.2.22 by Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans and Xeology
    16:29:32 [INFO] [FalseBook Block] Error while reading file: plugins/FalseBook/Fa
    lseBookBlock.properties
    16:29:32 [INFO] FalseBookBlock v0.85alpha by GeMo enabled
    16:29:32 [INFO] [FalseBook Block] No Cauldrons loaded!
    16:29:32 [INFO] [FalseBook Cart] Error while reading file: plugins/FalseBook/Fal
    seBookCart.properties
    16:29:32 [INFO] FalseBookCart v0.85alpha by GeMo enabled
    16:29:32 [INFO] [FalseBook Chat] No ChatRooms loaded.
    16:29:32 [INFO] FalseBookChat v0.85alpha by GeMo enabled
    16:29:32 [INFO] [FalseBook Core] FalseBookCore v0.85alpha by GeMo enabled!
    16:29:32 [INFO] [FalseBook Extra] Error while reading file: plugins/FalseBook/Fa
    lseBookExtra.properties
    16:29:32 [INFO] FalseBookExtra v0.85alpha by GeMo enabled
    16:29:32 [INFO] [FalseBook IC] Error while reading file: plugins/FalseBook/False
    BookIC.properties
    16:29:32 [INFO] FalseBookIC v0.85alpha by GeMo enabled
    16:29:32 [INFO] Need to download 2 object(s)
    16:29:32 [INFO] - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlit
    e.jar
    16:29:32 [INFO] [MYHOME]: 0 homes loaded
    16:29:32 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.2
    16:29:32 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    16:29:32 [INFO] [MYHOME] MyHome 1.9.3 enabled
    16:29:32 [INFO] [Permissions] version [3.1.2] (Yeti) loaded
    16:29:32 [INFO] WorldEdit 4.4 enabled.
    16:29:32 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    16:29:32 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    16:29:32 [INFO] WorldGuard: (world) Single session is enforced.
    16:29:32 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    16:29:32 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    16:29:32 [INFO] WorldGuard: (world) Lava fire is blocked.
    16:29:32 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    16:29:32 [INFO] WorldGuard: Loaded configuration for world 'world"
    16:29:32 [INFO] WorldGuard: 1 regions loaded for 'world'
    16:29:32 [INFO] WorldGuard 5.0-alpha10 enabled.
    16:29:32 [INFO] Done (0.152s)! For help, type "help" or "?"
    16:29:32 [INFO] [FalseBook Block] 0 Areas loaded.
    16:29:32 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    16:29:32 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    16:29:32 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    >
    _________________________________________________________________please help me this is wreckin my head
     

Share This Page