Nickname API for Bukkit and Spigot 1.8.8.
How to use
JoinEvent:
Nickname change for all Players:
Nickname change for individual Players:
Nickname delete:
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());
}
}
}
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());
}
}
}
Code (Text):
ProNickAPI.setNick(Player, Nickname);
Code (Text):
ProNickAPI.setNickFor(Player, Nickname, ForPlayer);
Code (Text):
ProNickAPI.removeNick(Player);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.