Package com.sk89q.worldedit.session.storage

Examples of com.sk89q.worldedit.session.storage.JsonFileSessionStore


    @Subscribe
    public void onConfigurationLoad(ConfigurationLoadEvent event) {
        LocalConfiguration config = event.getConfiguration();
        File dir = new File(config.getWorkingDirectory(), "sessions");
        store = new JsonFileSessionStore(dir);
    }
View Full Code Here

TOP

Related Classes of com.sk89q.worldedit.session.storage.JsonFileSessionStore

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.