Package com.garbagemule.MobArena.leaderboards

Examples of com.garbagemule.MobArena.leaderboards.Leaderboard


                break;
        }
    }

    public void onSignChange(SignChangeEvent event) {
        arena.setLeaderboard(new Leaderboard(plugin, arena, event.getBlock().getLocation()));
        arena.getRegion().set(RegionPoint.LEADERBOARD, event.getBlock().getLocation());

        Messenger.tell(event.getPlayer(), "Leaderboard made. Now set up the stat signs!");
    }
View Full Code Here


        this.inventoryManager = new InventoryManager(this);
        this.rewardManager    = new RewardManager(this);

        // Warps, points and locations
        this.leaderboard = new Leaderboard(plugin, this, region.getLeaderboard());

        // Player stuff
        this.arenaPlayerMap = new HashMap<Player,ArenaPlayer>();
        this.arenaPlayers   = new HashSet<Player>();
        this.lobbyPlayers   = new HashSet<Player>();
View Full Code Here

TOP

Related Classes of com.garbagemule.MobArena.leaderboards.Leaderboard

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.