WhyleTags icon

WhyleTags -----

The best Tags plugin for Spigot 1.8



Como Usar:
Comandos
  • /tag <nome> – Equipa a tag desejada, caso o jogador tenha permissão.
    Exemplo: /tag VIP

  • /tag - Mostra todas as tags que existem no servidor
Observação: As permissões tem que ser obrigatoriamente configuradas via LuckPerms

How to Use:
Commands

  • /tag <name> – Equip the desired tag, if the player has permission.
    Example: /tag VIP

  • /tag – Shows all tags available on the server.
Note: Permissions must be configured via LuckPerms.

WHYLEAPI
Code (Text):
<repositories>
        <repository>
            <id>github</id>
            <name>GitHub Packages</name>  <url>https://maven.pkg.github.com/Eder325/WhyleAPI</url>
        </repository>
    </repositories>

   <dependencies>
         <dependency>
            <groupId>com.soares.whyleapi</groupId>
            <artifactId>whyleapi</artifactId>
            <version>1.1.4</version>
        </dependency>
    </dependencies>
HOW USE WHYLEAPI WITH WHYLETAGS:

Code (Text):

WhyleTags api = WhyleAPI.getWhyleTags();

String currentTag = api.getPlayerTag(player);

String displayName = api.getTagDisplayName(currentTag);
String prefix = api.getTagPrefix(currentTag);
String suffix = api.getTagSuffix(currentTag);
int position = api.getTagPosition(currentTag);
List<String> preview = api.getTagPreview(currentTag);
String perm = api.getTagPermission(currentTag);
List<String> extrasPerms = api.getTagPermissionsExtras(currentTag);
boolean iconVisible = api.isIconVisible(currentTag);
Resource Information
Author:
----------
Total Downloads: 4
First Release: Oct 10, 2025
Last Update: Oct 10, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings