Name Layer

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Name Layer

What is Name Layer?

Name Layer is a bukkit mod that prevents players from changing their name on your mc server. This also servers as an api to grab a player's name and uuid from your server. Also NameLayer changes a palyer's name within the minecraft GameProfile meaning that other plugins that still rely on player names wont break when a player changes their name.

How does it work?

Well first thing first you need to set up the mod to work with mysql by running it once on your server, then stopping it, change the config options, then restarting your server.

Then what will happen is when a player logs that name becomes their permanent name forever on that server. Even if they change through Mojang they will still join the server as the name they first logged on with, when they first joined your server.

"But what happens if a player changes their name to a preexisting name but has never joined my server until after they changed it?" - Don't worry about that. NameLayer will check and see if a preexisting name is taken with a new uuid and then give the new player the name they logged in with but with a numerical incriminate.

NameLayer Api

Not too difficult of an api:

  • To get a player name use NameAPI.getCurrentName(UUID playeruuid);
  • To get a player's uuid use NameAPI.getUUID(String name);

Recommended Plugins

Citadel: Is a plugin that allows players to protect anything they have with either stone (25 breaks), iron (250 breaks), or Diamond (1800 breaks). This plugin combined with Prison Pearl gives the players a chance to be freed by another player once they are in the end.

CivChat: CivChat is a mod that used citadel groups to have group chats.

JukeAlert: A plugin that creates snitches and helps player's identify grief done by another player.

Expensive Beacons: A plugin that makes beacons expensive to use but limits the effects to citadel groups and a longer range.

Prison Pearl: Prison Pearl is a plugin that allows players to imprison other players and control them through the use of ender pearls that become Prison Pearls. Combined with Citadel it allows imprisoned players to tell other players the location of their pearl and the possibility of being freed.

Better Associations: is a plugin that associates players. Has built in support for PrisonPearl and provides useful other services for managing player accounts.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    83348
  • Created
    Jul 30, 2014
  • Last Released File
    Jul 30, 2014
  • Total Downloads
    677
  • License

Categories

Members

Recent Files