Change name tag plugin

Discussion in 'Plugin Requests' started by Josmal2, Jun 18, 2015.

Thread Status:
Not open for further replies.
  1. I basicly want a plugin that will be able to change a name plate in tab and above there for there head with colour codes would be nice. I would like the command to be some thing like /np {player} {new name}. This dosen't have to change it in chat. The permissions would be some thing like np.use or some thing. When would i like this? Quite soon. Thanks if you could make this :D
     
  2. Offline

    TehCoderHD

    Hey, I am willing to take on this project.
    Please may you suggest:
    Plugin Name:
    Commands and Aliases:
    Permissions:
    Ranks?:

    Thanking you,
    TehCoderHD == Bukkit Plugin Developer

    What happens if I join a server :D (open)
    @EventHandler
    public void Join(PlayerJoinEvent e)
    Player p = e.getPlayer();
    if(p.getName().equalsIgnoreCase("TehCoderHD")){
    Bukkit.broadcastMessage("A legend joined the game!");
    }

     
  3. Offline

    JBoss925

    Here you go. If you'd like the source or would like further implementation of anything, message me and I'll add it.

    There is support for chat colors by using the "&" character before the code. For instance, "&c" creates red text.

    To use it just drop it in your plugins folder.

    Find the jar, here.

    Use the command "/np"

    The command can be used like:

    "/np {player} {alias}" to change the alias of a player

    or

    "/np {alias}" to change the alias of the player sending the command
     
    Last edited: Jun 19, 2015
Thread Status:
Not open for further replies.

Share This Page