[Essentials Worth.yml Generator/Economy Generator] WorthGenerator

Discussion in 'Bukkit Tools' started by Rockon999, Sep 21, 2013.

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

    Rockon999

    WorthGenerator
    Hello! I've made a little tool to generate the Essentials worth.yml (or a similar economy file) off of the Minecraft Economy Manager spreadsheet (It is explained in more detail here). This ONLY supports the MS Office Version. Though the MS Office Version SHOULD work in LibreOffice 4.0 and Google Drive (It did in my testing).

    To start it simply enter into console: java -jar WorthGenerator.jar
    • It will then ask you to: 'Enter The Path To Your Economy Spreadsheet'. Type the file's path and hit enter. Then type 'Y' and hit enter to confirm.
    • Next it will ask you to: 'Enter The Name Of Your Output File (worth.yml, prices.yml, etc.)'. Essentials users should respond with 'worth.yml', others should type what they want the name of the output file to be. Hit enter, type 'Y', and hit enter again to confirm.
    • Now it needs to know if you have a prefix. (It asks: 'Is There A Prefix In Your File? (i.e. worth: or prices:) Hit 'Y' For Yes Or 'N' For No'). Essentials users should answer 'Y' and hit enter.
    • When it asks: 'Enter The Name Of Your Prefix (worth:, prices:, etc.)'. Essentials users should type 'worth', and others should type whatever prefix they need in the file. Once again type 'Y' and hit enter to confirm.
    Then it will read your spreadsheet and spit out a file that contains a complete economy (It uses the 'Production Cost' column)!

    Links:
    WorthGenerator Download: https://www.dropbox.com/s/xb6sni7cmz0jmg1/WorthGenerator.jar
    Forum Thread: [ad link removed]
     
  2. This is really awesome! Thanks for making it!

    ... except it doesn't work. :(

    Code:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: eg/main/Main : 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 java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  3. Offline

    Rockon999

    Creeper_Overload
    This was compiled for Java 7... and as such won't work on Java 6. Please upgrade :)
     
  4. Offline

    cmileto

    Crashing for me on windows server 2008, with java 7 64 bit.
     
Thread Status:
Not open for further replies.

Share This Page