Filled FillDropper

Discussion in 'Archived: Plugin Requests' started by JeremyZh, Apr 13, 2013.

  1. Offline

    JeremyZh

    Plugin category: Admin Tools

    Suggested name: FillDropper

    What I want: I'd like to see perhaps a plugin that fills the dropper block. I saw one that fills any containers, but it is not updated to droppers (ItemFill). I wanted it so that it is like ItemFill but only it works on Droppers. The Admins just type the command and rightclick the dropper with the item to fill it.

    I do not want the "auto fill" option, i am planning this plugin to use on map making.

    Ideas for commands:
    /filldropper - to toggle the fill mode for dropper, on or off.

    Ideas for permissions:
    filldropper.use - just a basic permission thing is just ok.

    When I'd like it by: ASAP, preferably.
     
  2. Online

    timtower Administrator Administrator Moderator

    Create an ticket at ItemFill for dropper support
     
  3. Offline

    JeremyZh

    There is no "Ticket" option.

    Also, I tried PM and comment, he wont reply.
     
  4. Online

    timtower Administrator Administrator Moderator

    JeremyZh How about waiting 24 hours? Not everybody is online 24/7
     
  5. Offline

    JeremyZh

    I tried PM and comment that guy 3-4 days ago....
    He still wont reply..

    Also, as the time of post, the author came on bukkit like 3 hours ago.
    Which means he have come on bukkit soon.
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    JeremyZh

    So droppers work with the plugin too? Ty :D

    one problem 0.0 .....


    Code:
    13:59:34 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.1-R0.1-21-g49b0699-b2754jnks (MC: 1.5.1) (Implementing API version 1.5.1-R0.2)
    13:59:35 [SEVERE] Could not load 'plugins/ItemFiller.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: com.dillyg10.itemfiller.ItemFiller
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217)
        at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:55)
        at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
        at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.ClassNotFoundException: com.dillyg10.itemfiller.ItemFiller
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
        ... 9 more
    On mac 10.8.2 (Mountain Lion) Java 1.7.0_17 (from: http://javatester.org/version.html)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  8. Offline

    Hoolean

    To the author of the plugin, that looks like an invalid plugin.yml to me :)
     
  9. Offline

    JeremyZh

    how do u fix it?
     
  10. Offline

    Hoolean

    It's possible for you to fix it but for the time and explanation it would take, it would probably be easier for you to get the developer to fix it :)
     
  11. Offline

    JeremyZh

    ok..

    timtower? can u fix the bug? ty!
     
  12. Online

    timtower Administrator Administrator Moderator

  13. Offline

    JeremyZh

    uh... still giving me the same error:

    Code:
    13:12:59 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.1-R0.1-21-g49b0699-b2754jnks (MC: 1.5.1) (Implementing API version 1.5.1-R0.2)
    13:13:00 [SEVERE] Could not load 'plugins/ItemFiller.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dillyg10/itemfiller/com/dillyg10/itemfiller/ItemFiller : Unsupported major.minor version 51.0
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239)
        at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217)
        at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:55)
        at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11)
        at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381)
        at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.UnsupportedClassVersionError: dillyg10/itemfiller/com/dillyg10/itemfiller/ItemFiller : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
        ... 9 more
    a littile help please... D:
     
  14. Offline

    Hoolean

    @JeremyZ

    No that's a different error actually, which is caused by the Java file being developed in Java 7 and then used in Java 6 :)

    This means you need to update to the latest version of Java (timely but recommended) or ask timtower to recompile it in Java 6 :)
     
  15. Offline

    JeremyZh

    stupid macs, i thought i AM JAVA 7!!!! MUST UPDATE......

    ps: how did u know the errors???

    after some poking around, i got java 7 for mac! and there is no errors! Just hope it stay that way though.......
    :D
    thankyou!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  16. Offline

    JeremyZh

    set /filled
     

Share This Page