Here is a possible TNT-Tag API page:
To use the TNT-Tag API, call Tnttag.getAPI(), which returns an instance of the API class. The API class provides the following methods:
Returns the number of times the specified player has been tagged.
Returns the number of times the specified player has won a game.
Returns the number of times the specified player has tagged other players.
Sets the number of times the specified player has been tagged.
Sets the number of times the specified player has won a game.
Sets the number of times the specified player has tagged other players.
Returns true if the specified arena exists.
Returns a map of the players in the specified arena and their types (TNT or player).
Returns the current state of the specified arena (WAITING, STARTING, RUNNING, or ENDING).
Returns a map of the UUIDs of all players and their corresponding number of wins.
Returns a map of the UUIDs of all players and their corresponding number of times tagged.
Returns a map of the UUIDs of all players and their corresponding number of tags.
&#xNAN;TreeMap<UUID, Integer> getWinstreakData()
Returns a map of the UUIDs of all players and their corresponding winstreak.
The following events are available:
Methods
String getArenaName(): Returns the name of the arena that is ending.HashMap<Player, PlayerType> getPlayers(): Returns a map of the players in the arena and their types (TNT or player).ArrayList<Player> getWinners(): Returns a list of the players who won the game.
Methods
String getArenaName(): Returns the name of the arena that has started.
Methods
String getArenaName(): Returns the name of the arena that is starting.
Methods
Player getPlayer(): Returns the player who joined the arena.String getArenaName(): Returns the name of the arena the player joined.
Methods
Player getPlayer(): Returns the player who left the arena.String getArenaName(): Returns the name of the arena the player left.
Methods
Player getPlayer(): Returns the player who lost the round.String getArenaName(): Returns the name of the arena where the player lost.