1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.
The_Zip

LilyFier 0.1

Relay Votifier events to all servers!

  1. Shawshark

    Shawshark Active Member Resource Contributor

    I'v got a version of this if you would want me to upload it somewhere, Version 0.1 well that's what the plugin.yml says.
  2. The_Zip

    The_Zip Active Member Resource Contributor

    If you got it it would be nice if you posted it, I haven't seen him online at all today, and doubt he will be than to the next weekend. And, its still a slight possibility that I will catch him.
  3. Shawshark

    Shawshark Active Member Resource Contributor

    Sure

    Attached Files:

  4. Th3Mastermind

    Th3Mastermind New Member

    Hey could you fix the Download. I'd really love this plugin for my server.

    Thanks also Looking Great!
  5. Shawshark

    Shawshark Active Member Resource Contributor

    Download the attached file I posted above.
  6. xXCalleManXx

    xXCalleManXx Member

    When i place the jar file in my plugins folder this error comes
    [05:32:57] [Server thread/INFO]: [LilyFier] Enabling LilyFier v0.1
    [05:32:57] [Server thread/ERROR]: Error occurred while enabling LilyFier v0.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/vexsoftware/votifier/model/VotifierEvent
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_45]
    at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_45]
    at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_45]
    at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_45]
    at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_45]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_45]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_45]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_45]
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_45]
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) ~[spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName0(JavaPluginLoader.java:300) ~[spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:76) ~[spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[spigot.jar:git-Spigot-1225]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
    at com.bobacadodl.lilyfier.LilyFier.onEnable(LilyFier.java:23) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) ~[spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:385) [spigot.jar:git-Spigot-1225]
    at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:302) [spigot.jar:git-Spigot-1225]
    at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:284) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [spigot.jar:git-Spigot-1225]
    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1225]
    Caused by: java.lang.ClassNotFoundException: com.vexsoftware.votifier.model.VotifierEvent
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_45]
    at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_45]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_45]
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_45]
    at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) ~[spigot.jar:git-Spigot-1225]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[spigot.jar:git-Spigot-1225]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
    ... 27 more


    And there dosnt come a config file
  7. Shawshark

    Shawshark Active Member Resource Contributor

    You need votifier intalled on the server.
  8. xXCalleManXx

    xXCalleManXx Member

    There still dont come a config file
  9. Shawshark

    Shawshark Active Member Resource Contributor

    There s no config needed for this plugin, it just fires a votifier received event so set upvotifier on all your servers you have lilyfier on and set up listeners
    • Agree Agree x 1
  10. xXCalleManXx

    xXCalleManXx Member

    So i just need to have lilyfier and votifier on all the servers and then a listener
  11. Coelho

    Coelho Software Engineer Staff Member Administrator Maintainer

    That is basically what you do ;)
  12. MovehMakeh

    MovehMakeh New Member

    The download link doesn't work? Is there a way we can still get it?
  13. The_Zip

    The_Zip Active Member Resource Contributor

  14. The_Zip

    The_Zip Active Member Resource Contributor

    @MovehMakeh use the current download link.

    I have done nothing to @bobacadodl plugin, he made this. I just updated the link for the download.
  15. MovehMakeh

    MovehMakeh New Member

    Thanks Got it!
  16. Daniel

    Daniel New Member

    Is this working for anyone? I have it installed on hub and the secondary server, with votifier on both as well. Both in debug mode. Voting site sending fine to hub, but not when transferring through lilyfire. Are there any specific settings I need to put in my secondary server votifier config?
  17. The_Zip

    The_Zip Active Member Resource Contributor

    It should work fine, I see no reason why it wouldn't work. There is two ways you can have it set up, read the overview page to see both.
  18. Daniel

    Daniel New Member

    Yeah not sure why it's not working. Lilyfire and Votifier installed on both servers. Both in debug mode, still not working :/

Share This Page