HomeJavaModsProNick - API (1.8.8)
Nickname API for Bukkit and Spigot 1.8.8.

How to use

JoinEvent:
Code (Text):
    @EventHandler
    public void onJoin(PlayerJoinEvent e) {
        for (Player all : Bukkit.getOnlinePlayers()) {
            if (all.getName() != all.getCustomName() && e.getPlayer() != all) {
                ProNickAPI.setNickFor(all, all.getCustomName(), e.getPlayer());
            }
        }
    }
Nickname change for all Players:
Code (Text):
ProNickAPI.setNick(Player, Nickname);
Nickname change for individual Players:
Code (Text):
ProNickAPI.setNickFor(Player, Nickname, ForPlayer);
Nickname delete:
Code (Text):
ProNickAPI.removeNick(Player);
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ProNick - API (1.8.8) is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 366 times (via Spigot). Download it and open it directly in the game.

Explore more