Package me.taylorkelly.mywarp.griefcraft

Examples of me.taylorkelly.mywarp.griefcraft.Updater


    @Override
    public void onEnable() {
        name = this.getDescription().getName();
        version = this.getDescription().getVersion();

        updater = new Updater();
        try {
            updater.check();
            updater.update();
        } catch (Exception e) {
            e.printStackTrace();
View Full Code Here

TOP

Related Classes of me.taylorkelly.mywarp.griefcraft.Updater

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.