Inactive [MECH] Backpack v2.2.0 (The Ultimate Inventory Expander!) [953]

Discussion in 'Inactive/Unsupported Plugins' started by Afforess, Feb 25, 2011.

  1. Offline

    Afforess

    Backpack
    Because One is never enough!
    Preface:
    Backpack is the ultimate salvation in inventory management. Your standard minecraft inventory has 36 slots in it, just enough to be handy, but terrible for long journeys or mining expeditions to the other side of the map. Backpack nonatuples your existing inventory space. (For those of you not familiar with latin, that's 9x the space).
    How is this massive inventory boost possible? The mouse wheel. (Thanks to Edward Hand for the idea!) Sneaking while Scrolling through each of the quickslots switches you to a new inventory page. This gives you freedom to scroll through NINE different pages. Scrolling without sneaking allows you to scroll through your inventory like normal.

    If you don't quite get it, I've made a short video demonstrating:
    FAQ:​
    Is there a way to change the number of pages? I only want certain users to have x amount of pages.
    Yes, see the next question down!
    Is there permission or group manager support!
    Nope! There is however a configuration file (aptly named "config.xml") that is created on the first run and allows you to customize the amount of extra inventory pages, and who gets to use them.
    Are your inventories saved between logins and server restarts?
    Yes. Backpack saves the inventories in the same file notch does, in the "player".dat file.
    Updating all those files must be slow/I heard that I/O operations are slow.
    They are. Backpack is multithreaded, so if you have more than 1 core, you won't notice any lag.
    This mod doesn't have anything to do with Minecarts, why the Minecart Mania dependency?
    Minecart Mania offers a useful interface for a lot of things I needed in writing Backpack, and 70% of the code is actually in MM. If you really hate Minecart Mania, you can just install core, and disable all of the features from it's configuration file.
    Dependencies:
    Commands:
    • /open <page number>
      • Opens a dialog with your current inventory, and the inventory from that page so you can easily swap items between pages. Quick slots are numbered 1-10, with 1 on the leftmost side.
    • /backpack
      • Toggles your backpack on or off.
    Permissions:
    (Permissions is optional, but will be used if installed)​
    • backpack.toggle
      • Allows the use of the /backpack command
    • backpack.open
      • Allows the use of the /open command
    • backpack.saveactionbar
      • Saves the action bar in-between pages
    • backpack.maxpages.# (where # is a number 1-9 [e.g backpack.maxpages.6])
      • The maximum pages allowed for the players
    Changelog:
    • Version 0.10
      • Initial Release!
    • Version 0.11
      • Swapped the role of sneaking around
    • Version 0.12
      • Player death is handled correctly
      • When your current inventory page is full, nearby items on the ground will be added to empty slots in other inventory pages.
    • Version 0.13
      • Added a first time login message. Only is triggered once for each player.
    • Version 0.14
      • Added customizable amount of inventory players, through XML.
    • Version 0.15-0.20
      • Bug Fixes
    • Version 0.21
      • Added /open command
    • Version 0.23
      • Reduced I/O operations from being continuous to once per minute
      • Fixed a bug which could cause player inventory pages to be lost if the server shut down in such a way that MM unloaded before the I/O operations finished.
    • Version 1.0
      • Fixed lag caused by I/O operations
      • Player Data now saves correctly, and will not become corrupt during server shutdowns
      • Improved Error Handling
      • Improved Console Log of Information for admins
    • Version 1.0a-1.0g
      • Bug fixes
    • Version 1.1
      • More robust inventory backups
      • /backpack command
    • Version 2.0
      • Supports MC 1.4
      • Action bar no longer switches with new inventory pages
      • Backpack saves with rest of inventory in player.dat file
      • Other plugins can access and correctly see a player's larger inventory w/o being Backpack Aware
    • Version 2.0.1
      • Backpack's work correctly after death
    • Version 2.0.2
      • Small Backpacks work correctly
    • Version 2.0.3
      • Players can choose to save the action bar or have separate action bars via the config
      • Bug fixes
    • Version 2.0.4
      • Improved Error Handling
    • Version 2.0.5
      • Fixed /open command crashing clients
    • Version 2.0.6
      • Fixed item duping on death
    • Version 2.0.7
      • Bug Fixes
    • Version 2.0.8
      • Permissions Support
      • Efficiency Changes
      • Bug Fixes
    • Version 2.0.9
      • Updated to MC 1.5
    • Version 2.1.0
      • Minor fixes/Cleanup
    • Version 2.2.0
      • New saving system
      • Lots of cleanup
      • Lots of bug fixes
     
  2. Offline

    Josh Harwood

    Code:
    23:44:06 [SEVERE] Could not pass event ENTITY_DEATH to Backpack
    java.lang.IllegalAccessError: tried to access class com.afforess.backpack.BackpackEntityListener$1 from class com.afforess.backpack.BackpackEntityListener
            at com.afforess.backpack.BackpackEntityListener.onEntityDeath(BackpackEntityListener.java:13)
            at org.bukkit.plugin.java.JavaPluginLoader$39.execute(JavaPluginLoader.java:405)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:121)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:393)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:409)
            at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:147)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:491)
            at net.minecraft.server.EntityHuman.a(EntityHuman.java:744)
            at net.minecraft.server.Entity.a(Entity.java:580)
            at net.minecraft.server.EntityPlayer.b(EntityPlayer.java:264)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:269)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    
     
  3. Offline

    Afforess

    Thanks for the reports, both of you.
     
  4. Offline

    Imamoose

    reporting similar i think im on 627 might be something with how the paly entity stuff changed minorly
     
  5. Offline

    Afforess

    Updated to version 2.0.3

    Old configuration files will still work (but I suggest you delete them and restart anyway) - added a new configuration value to allow individual players to save and have 1 action bar or have separate action bars for each page.

    (Happy? @EvilSeph )
     
  6. Offline

    DeNarr

    I'm getting this error when trying to start with CB 617.

    18:58:15 [SEVERE] Could not load plugins\Backpack.jar in plugins: MinecartManiaCore
    org.bukkit.plugin.UnknownDependencyException: MinecartManiaCore
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:88)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    18:58:15 [INFO] Minecart Mania Core version 1.07e is enabled!
     
  7. Offline

    Crewman06

    2011-04-03 17:07:23 [SEVERE] Could not load plugins\Backpack.jar in plugins: MinecartManiaCore
    org.bukkit.plugin.UnknownDependencyException: MinecartManiaCore
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:88)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-03 17:07:23 [INFO] Minecart Mania Core version 1.07e is enabled!

    Also I am running CB617
     
  8. Offline

    Imamoose

    exact same thing here
     
  9. Offline

    iTz Purified

    I have a problem, when I run the server I got no errors and even when I edited the config file for backpack I got no errors but it wont let me scroll through my different inventory's I put 9 pages and its not working when I sneak and scroll with the mouse wheel what should I do to fix this?
     
  10. Offline

    Afforess

    Reuploaded. Sorry about that - was testing on a new CB build.

    By default the quickslot bar no longer changes with different inventory pages. I suspect you were only looking at that.

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

    iTz Purified

    Yea I was only looking at the quickslot bar Is there a way to change it so the quickslot bar changes or is it only going to change my main inventory.
     
  12. Offline

    Afforess

    The new configuration has an option <SaveActionBar>. If you don't see that in the config, delete it and let Backpack rebuild it. Change the value from true to false, and the action bar will change with each separate page.
     
  13. Offline

    DeNarr

    That fixed the error I was getting. Now something strange is happening. I'm not positive if it is Backpack causing it, but being the only inventory based mod I figured I'd ask here first. When we die, we keep all of our stuff, yet we are still able to pick up the stuff from when we die. This allows item duplication.
     
  14. Offline

    Yolsh

    The plugin seems to crash for me whenever i switch between two inventories with nothing in them using the chat command. Thought i'd point out the bug. that asides it seems pretty good, thanks for the plugin.
     
  15. Offline

    EvilSeph

    Awesome, thanks!

    /me goes off to test :D
     
  16. Offline

    Imamoose

    confirmed its working atm, i think im on build 627
     
  17. Offline

    killerbeez

    Still getting crashes. I use /open 2 and then the client crashes, no error report, just closes down.

    617 with newest backpack version. Also got this right when the client crashed, but not sure if it has anything to do with it.

    Code:
    2011-04-04 09:56:09 [SEVERE] java.net.SocketTimeoutException: Read timed out
    2011-04-04 09:56:09 [SEVERE]     at java.net.SocketInputStream.socketRead0(Native Method)
    2011-04-04 09:56:09 [SEVERE]     at java.net.SocketInputStream.read(Unknown Source)
    2011-04-04 09:56:09 [SEVERE]     at java.net.SocketInputStream.read(Unknown Source)
    2011-04-04 09:56:09 [SEVERE]     at java.io.FilterInputStream.read(Unknown Source)
    2011-04-04 09:56:09 [SEVERE]     at net.minecraft.server.Packet.b(Packet.java:73)
    2011-04-04 09:56:09 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:130)
    2011-04-04 09:56:09 [SEVERE]     at net.minecraft.server.NetworkManager.c(NetworkManager.java:229)
    2011-04-04 09:56:09 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:68)
    2011-04-04 09:56:09 [INFO] killerbeez lost connection: disconnect.genericReason
    
     
  18. Offline

    Voxel Box

    hey, afforress. still loving this plugin; i am glad you are continuing to update it.

    i've noticed that the new backpack version appears to stack items a little differently:

    -- assume i've got a 32 glass blocks in backpack slot #1.
    -- another player drops 16 glass blocks in front of me.
    -- i want these blocks to go into backpack slot #4, so i switch to slot #4.
    -- i walk over the glass blocks to pick them up.
    -- the glass blocks stack into the unfinished stack of glass blocks in slot #1 rather than going into my active backpack slot.

    is there a way we could disable or toggle this feature so that anything picked up will only go into the currently active backpack slot?

    i see the current method's benefit: it helps keeping a backpack sorted, organized and condensed.

    however, the downside is that we have to search up to eight other backpacks for where the unfinished stacks of things are that are being condensed to. i tend keep a few multiples of things that stack across my various backpack hotbars, and this makes divvying up items that stack occasionally quite difficult.

    if it helps, i believe we're running #626.
     
  19. Offline

    Afforess

    Please post the exaction configuration, and steps to reproduce this. I've tested the open command, and can open empty pages just fine.

    With the rewrite of Backpack, I utilized existing code wherever possible. The way Backpack actually works now is this:

    • Backpack saves your inventory to the player.dat file
    • Backpack erases your old inventory on login (or death)
    • Backpack creates a new, custom inventory - almost the same as the old one, but with extra slots (depending on the config). [Technical types will note that the new backpack extends IInventory, so I can use Notch's existing inventory code, but change the size]
    • Backpack reloads your inventory from the player.dat file
    That's it. There's some code to shift items over or back a page, but everything else, saving, picking up items, etc, is all handled by the existing Minecraft code.

    Could I rewrite it to look at the activate page when picking up items first - yes. But I'd be writing it in obfuscated code...which makes me a sad panda. IDK if it's worth it to do - it'd be an additional 100+ lines of obfuscated code, which would definitely break on any MC update. The opportunity cost is time taken from working on other MC projects. Perhaps others could chime in?

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

    killerbeez

    The config was the default from a fresh install, nothing changed. I would go into the game after reboot from adding the mod. Type in chat /open 2 then would put a string in it. Do /open 3 and put something else in there. Esc out of them each time. Then I /open 2 again and it would crash. After that I logged back in and did /open 2 and it crashed again.

    I was using a texture pack (painterly) and then turned off the texture pack with same results.
     
  21. Offline

    Voxel Box

    Thanks for the clarification, Aff. Backpack is apparently also making things with our VoxelDoop plugin's paintbrush tool go a little haywire. I'll let you know when I have some more details.
     
  22. Offline

    Imamoose

    grab teh latest minecart mania core, i had this verison and an older core same deal update your MCM
     
  23. Offline

    Afforess

    Updated Backpack to 2.0.4 - with improved error handling. It should now report an exception in the log if the /open command fails, as well as a message. Please post the log if you see such an occurance.

    Updated backpack to 2.0.5, fixing the /open command crashes. Thanks to @killerbeez to telling me how to reproduce it.

    @Badzilla - remember how you complained about Backpack not resetting to the correct page from login to login? I got the change I needed into newer CraftBukkit/Bukkit builds. The latest development builds will reset your inventory back to page 1 correctly. Those using older builds will still work too, but just have pages reordered oddly from login to login. (No items will be lost - just moved).

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

    Badzilla

    Thank you sir.
     
  25. Offline

    Terian

    So does this mean that minecart mania is up to 1.4 standards and can be used as well?
     
  26. Offline

    Taeir

    If a player logs on i get an error:
    Show Spoiler
    Code:
    2011-04-04 21:33:29 [INFO] Taeir [/127.0.0.1:55770] logged in with entity id 212
    2011-04-04 21:33:29 [SEVERE] Could not pass event PLAYER_JOIN to Backpack
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.loadData()V
     at com.afforess.backpack.BackpackPlayer.loadData(BackpackPlayer.java:246)
     at com.afforess.backpack.BackpackPlayer.createBackpack(BackpackPlayer.java:271)
     at com.afforess.backpack.BackpackPlayer.createBackpack(BackpackPlayer.java:215)
     at com.afforess.backpack.BackpackPlayerListener.onPlayerJoin(BackpackPlayerListener.java:40)
     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
     at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:68)
     at net.minecraft.server.Packet1Login.a(SourceFile:46)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)

    If the server restarts the inventories dont get saved and so if i log on again my inventories are lost.
    Using Craftbukkit #617, Minecart Mania 1.07e and Backpack 2.0.5
     
  27. Offline

    Badzilla

    Just tried the new version and got the error below and lost all inventory and even my armor.


    C:\CopyBin\MineCraft\BukkitServer>"C:\Program Files\Java\jre6\bin\java" -Xms1024
    M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    15:02:02 [INFO] Starting minecraft server version Beta 1.4
    15:02:02 [INFO] Loading properties
    15:02:02 [INFO] Starting Minecraft server on *:25566
    15:02:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-609-
    g39996e1-b612jnks (MC: 1.4)
    15:02:02 [INFO] Preparing level "World"
    15:02:02 [INFO] Preparing start region
    15:02:03 [INFO] 144 recipes
    15:02:03 [INFO] Preparing spawn area: 89%
    15:02:04 [INFO] Minecart Mania Core version 1.07e is enabled!
    15:02:04 [INFO] Minecart Mania Pressure Plates version 1.06 is enabled!
    15:02:04 [INFO] Minecart Mania Sign Commands version 1.07 is enabled!
    15:02:04 [INFO] Minecart Mania Station version 1.07 is enabled!
    15:02:04 [INFO] [Minecart Mania Teleport] Successfully loaded 6 teleporter signs
    15:02:04 [INFO] [Minecart Mania Teleport] version 1.1.0 enabled!
    15:02:04 [INFO] Whitelist: Trying to load whitelist and settings...
    15:02:04 [INFO] done.
    15:02:04 [INFO] Whitelist version 2.4 is enabled!
    15:02:04 [INFO] Backpack version 2.0.5 is enabled!
    15:02:04 [INFO] Minecart Mania Admin Controls version 1.07 is enabled!
    15:02:04 [INFO] Minecart Mania Automations version 1.06 is enabled!
    15:02:04 [INFO] Minecart Mania Chest Control version 1.07b is enabled!
    15:02:04 [INFO] Done (0.174s)! For help, type "help" or "?"
    15:02:09 [INFO] [Minecart Mania] Loading Sensor Data.
    15:03:04 [INFO] Whitelist: Player Badzilla is trying to join...
    15:03:04 [INFO] allow!
    15:03:04 [INFO] Badzilla [/192.168.0.176:55749] logged in with entity id 84
    15:03:04 [SEVERE] Could not pass event PLAYER_JOIN to Backpack
    java.lang.NoSuchMethodError: org.bukkit.entity.Player.loadData()V
    at com.afforess.backpack.BackpackPlayer.loadData(BackpackPlayer.java:246
    )
    at com.afforess.backpack.BackpackPlayer.createBackpack(BackpackPlayer.ja
    va:271)
    at com.afforess.backpack.BackpackPlayer.createBackpack(BackpackPlayer.ja
    va:215)
    at com.afforess.backpack.BackpackPlayerListener.onPlayerJoin(BackpackPla
    yerListener.java:40)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:166)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:255)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:98)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    >
     
  28. Offline

    lastof

    Personally I prefer the way it works now. It annoyed me on the previous version having multiple stacks on different pages.

    Maybe some kind of search command could solve the "what page is it on" problem? A command that either just returns the page number you need, or opens the first page with the requested item? An extension of open? /open contains <item>?
     
    mrgreaper likes this.
  29. Offline

    Badzilla

    I like your idea. I personally have the same item on multiple pages and want it that way.
    There are certain items like gravel to stack to reach something that I have on many pages.
    I would not want to go to a page and mine some more gravel and have it go to a different page than I was on.
     
  30. Offline

    Afforess

    @Badzilla & Taeir - Reuploaded - sorry for the bad copy.

    Uh, MM was always 1.4 compatible. Unlike some mods, it did not need any updating to transition from 1.3 to 1.4.

    That sounds like an excellent idea.

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

    Badzilla

    Still a problem for me.


    C:\CopyBin\MineCraft\BukkitServer>"C:\Program Files\Java\jre6\bin\java" -Xms1024
    M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    16:19:37 [INFO] Starting minecraft server version Beta 1.4
    16:19:37 [INFO] Loading properties
    16:19:37 [INFO] Starting Minecraft server on *:25566
    16:19:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-609-
    g39996e1-b612jnks (MC: 1.4)
    16:19:37 [INFO] Preparing level "World"
    16:19:37 [INFO] Preparing start region
    16:19:37 [INFO] 144 recipes
    16:19:38 [INFO] Preparing spawn area: 85%
    16:19:39 [SEVERE] Could not load plugins\Backpack.jar in plugins: MinecartManiaC
    ore
    org.bukkit.plugin.UnknownDependencyException: MinecartManiaCore
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:85)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:158)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:106)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    16:19:39 [INFO] Minecart Mania Core version 1.07e is enabled!
    16:19:39 [INFO] Minecart Mania Pressure Plates version 1.06 is enabled!
    16:19:39 [INFO] Minecart Mania Sign Commands version 1.07 is enabled!
    16:19:39 [INFO] Minecart Mania Station version 1.07 is enabled!
    16:19:39 [INFO] [Minecart Mania Teleport] Successfully loaded 6 teleporter signs
    16:19:39 [INFO] [Minecart Mania Teleport] version 1.1.0 enabled!
    16:19:39 [INFO] Whitelist: Trying to load whitelist and settings...
    16:19:39 [INFO] done.
    16:19:39 [INFO] Whitelist version 2.4 is enabled!
    16:19:39 [INFO] Minecart Mania Admin Controls version 1.07 is enabled!
    16:19:39 [INFO] Minecart Mania Automations version 1.06 is enabled!
    16:19:39 [INFO] Minecart Mania Chest Control version 1.07b is enabled!
    16:19:39 [INFO] Done (0.176s)! For help, type "help" or "?"
    16:19:44 [INFO] [Minecart Mania] Loading Sensor Data.
    >
     

Share This Page