Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1.         HookManager.addPlaceholder("rank", (player) -> {
  2.             PlayerCache cache = PlayerCache.getCache(player);
  3.             Rank rank = cache.getRank();
  4.  
  5.             return rank.getColor() + ChatColor.BOLD.toString() + rank.getName();
  6.         });
  7.  
  8. My Plugin name is OrionFirstPlugin
  9. i have essentialsx, essentialsxChat (what im using to show the placeholder), luckperms, protocolib, vault, and of course placeholderapi.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement