Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
jb_aero edited this page Apr 30, 2015 · 12 revisions

Requirements

The following plugins must be installed on your server:

Installation

  1. Download the extension
  2. Place the jar in plugins/CommandHelper/extensions

API

Function

Function Name Returns Arguments Throws Description Since Restricted
tag_refresh void [player, [player]]
[player, [array]]
InvalidPluginException

PlayerOfflineException

Refreshes the given player's tag so that a player_tagged event fires. If no args are given, the current player is refreshed for all players. If the first arg is given, that player is refreshed for all players. The second arg can be a player or an array of players for whom the first player's tag should be refreshed for. 3.3.1
Yes
### Event
Event Name Description Prefilters Event Data Mutable Fields Since
player_tagged This event is called when a player (and their name tag) comes into view of another, but only if you have TagAPI installed. player: Macro
tagged: Macro
player: The player who will see the name tag
tagged: The player who will have the tag over their head
tag: the tag that will be over the tagged player
modified: boolean of if the tag has already been changed
tag: This accepts colors, but the total length must be no more than 16 characters. Changing the name will also change the skin of the tagged player to the skin of whoever you changed it to, due to skins being handled by the client. 3.3.1

Credits

LadyCailin: writing CommandHelper

mbaxter: writing TagAPI and being such a helpful/friendly member of the plugin community

Letsbuild: hosting extensions and providing much of the feedback and feature requests that drive the CommandHelper community

md_5: continuing Bukkit with Spigot and continuing TagAPI with iTag, and the hundreds of other things he's done to keep "bukkit" servers working.

Clone this wiki locally