Solved I Need A Plugin

Discussion in 'Plugin Help/Development/Requests' started by Metalclaws101, May 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Metalclaws101

    Hello Im Metalclaws1o1 and i have a server where i have tons upon tons of chests and i would like someone to make my a plugin that compacts it into a single block that can hold all my stuff (Kind Of like ae2) S0 I can Get rid of all those chests

    It Would Be Like A Block That When Right clicked Opens a GUI that Shows all the stuff you put in it and anyone can open it from that block, but there has to be more then one storage block for all of the players.

    So if you do make it that would be GREAT :D
    And I can Get rid of [chest]
     
  2. Offline

    nverdier

    @Metalclaws101 Wait you want to make it or you want somebody to make it for you? And you want it to go through each chest at put the items into this new block of yours?
     
  3. Offline

    pie_flavor

    @nverdier It's pretty clear he wants someone to make it for him, and he's asking for a super-chest. One chest with a massive inventory and probably little next page / previous page trigger-items. AE2 refers to the popular mod Applied Energistics, where someone can build a computer system that stores items on computer disks, and when looked at from the terminal appears to be one inventory with everything. However a better metaphor would be Iron Chest.
     
  4. Offline

    Metalclaws101

    correct pie_flavor and nverdier if i know how to i would but i dont
     
  5. Offline

    EcMiner

    I will make this plugin though I can't make any promises about a deadline
     
  6. Offline

    Metalclaws101

    Thanks EcMiner Take Your Time

    Ok Thanks That Would Be Great And TAke Your Time

    Yes I want Someone To Make it
     
    Last edited by a moderator: May 26, 2015
  7. Offline

    EcMiner

    Just a little update: I have almost finished the plugin, just got some problems with storing and serializing the inventories, but that's no big deal, I also need to fix a couple of bugs and need to add some features. I am currently on holiday so I can't do anything atm, but I think I will have it done somewhere next week
     
  8. Offline

    Metalclaws101

    Thank You So Much For Your Work On this Plugin
     
  9. Offline

    EcMiner

    I have finished the plugin, well it is in testing stage. I have posted the plugin on dev.bukkit.org but I am awaiting approval, I will tell you when it's approved
     
  10. Offline

    Metalclaws101

    Thats Great Just Post the link here when it is done

    Ok i want to the page and downloaded it and put it in to my plugins folder then restarted and it does not work

    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Jun 7, 2015
  11. Offline

    timtower Administrator Administrator Moderator

  12. Offline

    Metalclaws101

    well no i need to do something because it just crashed so im going to go fix that
     
  13. Offline

    Scorpionvssub

    @EcMiner I looked your plugin over the idea is good and probably works(havent tested) but maybe add a permission to make a max amount of pages per rank people can have lets say superchest.5(allows for 5 pages) superchest.10(10 pages) and the superchest.* allows for unlimited this so that people to spam away on the add page having 100000000 pages just eating up memory for no reason.
     
  14. Offline

    Metalclaws101

    ok now i started fresh with just the plugin and it does not work or show up when i use /plugins
    my server runs Spigot 1.8 (And No My Logs Are now gone i meant to save them but i didnt)
     
  15. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
     
  16. Offline

    Metalclaws101

    [Server thread/ERROR]: Could not load 'plugins/SuperChest (2).jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/ecminer/superchest/SuperChest : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [Spigot18.jar:git-Spigot-c3c767f-33d5de3]
    at java.lang.Thread.run(Unknown Source) [?:1.7.0_72]
    /ecminer/superchest/SuperChest : Unsupported major.minor version 52.0Caused by: java.lang.UnsupportedClassVersionError: me/ecminer/superchest/SuperChest : Unsupported major.minor version 52.0
     
  17. Offline

    I Al Istannen

    @Metalclaws101 It was compiled with java 8. You seem to have a lower version, probably java 7. Do you have the chance to update your java version?

    Otherwise @EcMiner would have to compile it with java 6/7 again.
     
  18. Offline

    Metalclaws101

    um i don't know what my java is and that would not help because i have a Mcprohosting server so my own java would not do anything

    @I Al Istannen ya

    EDIT by Timtower: merged posts
     
  19. Offline

    EcMiner

    Last edited: Jun 8, 2015
  20. Offline

    Metalclaws101

    Ok I Change it and still it does not work

    @EcMiner
     
  21. Offline

    I Al Istannen

    @EcMiner Looks bad. Java 7 class file:
    Code:
    CA FE BA BE 00 00 00 33
    Your class file
    Code:
    CA FE BA BE 00 00 00 34
    Notice the last byte. 34 = Java 8 (Major version 52)
    33 = Java 7 (Major version 51)

    Do you use eclipse?
     
  22. Offline

    EcMiner

    No, for this project I'm using IntelliJ, which is kind of the problem because I know how to compile in java 7 in eclipse but not on intellij
     
  23. Offline

    Metalclaws101

    well i fixed my server
    it was crashing a lot
     
    Last edited: Jun 9, 2015
  24. Offline

    Metalclaws101

    @EcMiner umm so when will superchests be able for java 7 or whatever
    im only asking because the people on my server have been waiting and since it didnt work they are a little upset
    so when ever you can thanks
     
  25. Offline

    EcMiner

  26. Offline

    Metalclaws101

Thread Status:
Not open for further replies.

Share This Page