Package de.bananaco.permissions.handlers

Examples of de.bananaco.permissions.handlers.Database.addEntry()


        world = (world == null || Packages.instance.global) ? "global" : world;
        List<Carrier> carriers = Packages.instance.handler.carriers;
        for(Carrier c : carriers) {
            if(c.getName().equalsIgnoreCase(world)) {
                Database db = c.getDatabase();
                db.addEntry(player, value);
            }
        }
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.