• Easter Sale

NameTags v1.1

The professional Nametag Plugin - With Per-Group Nametags, Ingame Editor and much more
Notice: Acquized is leaving the Spigot community, due to this he has handed the project over to me. The current version has a few bugs, though still more than usable. I'm currently in the process of version 2.0.
Ngcpb.png
[/FONT]

This Plugin is not compatible with other plugins that uses any other scoreboard than the Main Scoreboard.

▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
About
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Nametags is one of the professionalst plugins for Tab & Nametag Color Prefixing and Suffixing! The Plugin is lightweigth, and contains many good features which makes the life for a server owner better

▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Features
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Ingame Editor You can edit a players Prefix & Suffix direct from the Minecraft Chat! Just use the command and the players nametag will be automaticly updated
Per-Group Nametags This Plugin comes with Vault, a API which allows me to make Per-Group Nametags. Just go in the Config, set the Groups Prefix and/or Suffix and enjoy
Auto Update The Players Nametag will be automaticly updated if you change it, and also every minute.
Noob Friendly Even if you don't know, the Scoreboard System in Minecraft only allows 16 characters per prefix/suffix. Many plugins just throw a exception when the input is over 16 characters, but this plugin rounds your input down to 16 characters
Developer API The complex but easy to understand API is perfectly made for developers for ther own Plugins to integrate - also, this Plugin comes with the MIT License.
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Commands and Permissions
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
/nametags Main Command for this plugin nametags.admin
nametags.black
nametags.dark_blue
nametags.dark_green
nametags.dark_cyan
nametags.dark_red
nametags.dark_purple
nametags.gold
nametags.grey
nametags.dark_grey
nametags.blue
nametags.green
nametags.cyan
nametags.red
nametags.pink
nametags.yellow
nametags.white
nametags.obfuscated
nametags.bold
nametags.striketrough
nametags.underline
nametags.italic
nametags.reset
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Config
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
YAML:
# -----------------------
# Nametags 1.1
# -----------------------

# For support, send FlareReturns a private Message on SPIGOT!
# Do not use GitHub Issues Requests or the Review Section for support - you will get no
# The Config is self-explaining - If you need help, contact me on Spigot with a PM.

# PLEASE DON'T FORGOT THAT VALUES OVER 16 CHARACTERS PRODUCE ERRORS
# THE PLUGIN WILL CUT THEM DOWN TO 16 CHARACTERS
# YES, I ALSO MEAN COLOR CODES!

# You want use Permission? This will override the settings set under this value. I suggest set this to false and make it using groups
Permissions: false

# Prefix [bevore the name]
Prefix:
  Users:
    FlareReturns: '&3Dev &7| &3'

  Groups:
    Admin: '&4Admin &7| &4'
    Staff: '&eStaff &7| &e'
    Player: '&8Player &7| &8'

# Suffx [after the name]
Suffix:
  Users:
    FlareReturns: '&7[&eSexy&7]'

  Groups:
    Admin: '&7[&cOP&7]'
    Staff: '&7[&3ASK ME!&7]'
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Source and API
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Access the API with:
Java:
Nametags.getAPI()

Then you can use the Methods:
Java:
public void setTag(Player p, String prefix, String suffix) throws Exception
public void setTag(Player p, String prefix) throws Exception
public void setTag(Player p, String suffix, boolean notUsed) throws Exception
public void unregisterTag(Player p) throws Exception
public void unregisterAll() throws Exception
public void registerAll(String prefix, String suffix) throws Exception
public void refresh()
public String getPrefix(Player p) throws Exception
public String getSuffix(Player p) throws Exception
Add my Reposity to your pom.xml File:
XML:
<repositories>
    <repository>
        <id>acquized-repo</id>
        <url>https://github.com/Acquized/Repo/raw/master/</url>
    </repository>
</repositories>
Then add this Plugin to your pom.xml File:
XML:
<dependencies>
    <dependency>
        <groupId>cc.acquized</groupId>
        <artifactId>Nametags</artifactId>
        <version>1.1</version>
    </dependency>
</dependencies>


▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Requirements
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
A 1.8+ Spigot/Bukkit Server
Java 7+
Vault with a supported Permissions Plugin
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
Support
▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬ ▬
If you find a Bug or have a Suggestion send me a Private Message. Don't use the Review Section. You will get no Support in the Review Section.
Im a Developer that turns Pizza into Plugins. If you want support me with PayPal, click here.

Progress: 20%

Current Features that are in the 2.0 Version:
Support for other Scoreboards
Per-Player-Nametags (new required Dependency: ProtocolLib)
Per-Group and Per-Player Nametags (required Dependency: Vault)
Placeholders (new optional Dependency: PlaceholderAPI)
Ability to create a 2. line under the players nametag
and much more is coming!
EULA: Standard EULA
4,709 Views
145 Downloads
Dec 19, 2016 Published
Dec 19, 2016 Updated
Not yet rated
14.4 KB File size
Creator
Tom
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 115 ratings
3,030 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 120 ratings
2,450 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 63 ratings
2,276 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 59 ratings
2,170 purchases
Protect your server from crash/dupe/packets exploits with the ultimate Spigot security fix plugin.
5.00 star(s) 23 ratings
1,650 purchases
4,709 Views
145 Downloads
Dec 19, 2016 Published
Dec 19, 2016 Updated
Not yet rated
14.4 KB File size
Creator
Tom
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 115 ratings
3,030 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 120 ratings
2,450 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 63 ratings
2,276 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 59 ratings
2,170 purchases
Protect your server from crash/dupe/packets exploits with the ultimate Spigot security fix plugin.
5.00 star(s) 23 ratings
1,650 purchases
Top