|
1 | 1 | <img width="2000" height="1000" alt="image(6)" src="https://github.com/user-attachments/assets/76ecdb11-ead6-4598-9d0c-4327503df5ec" /> |
2 | 2 |
|
3 | | ---- |
| 3 | +--- |
4 | 4 |
|
5 | 5 | # Placeholders |
6 | 6 |
|
7 | | -> [!NOTE] |
8 | | -> PLACEHOLDER API is required for placeholders you can download it |
9 | | -> from [SPIGOTMC](https://www.spigotmc.org/resources/placeholderapi.6245/) |
| 7 | +> [!NOTE] > [PlaceholderAPI](https://placeholderapi.com) is required for placeholders. |
10 | 8 |
|
11 | 9 | ## Globally Available |
12 | 10 |
|
13 | 11 | | Plugin | PlaceholderAPI | Description | |
14 | | -|------------------|-----------------------------------------------------------------------------|------------------------------------------------------------------------| |
| 12 | +| ---------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------------- | |
15 | 13 | | \<online> | None<sup style="color: red">\*</sup> | Use server expansion for PAPI | |
16 | 14 | | \<queued> | %neptune_queued% | Get the number of players in queue | |
17 | 15 | | \<in-match> | %neptune_in-match% | Get the number of players in matches | |
|
27 | 25 | ## In Queue |
28 | 26 |
|
29 | 27 | | Plugin | PlaceholderAPI | Description | |
30 | | -|-----------------|----------------------------|-----------------------------------------------------------------------| |
| 28 | +| --------------- | -------------------------- | --------------------------------------------------------------------- | |
31 | 29 | | \<kit> | %neptune_kit% | The display name of the kit the player is playing on | |
32 | 30 | | \<maxPing> | %neptune_maxPing% | The maximum ping allowed by the player in their settings | |
33 | 31 | | \<time> | %neptune_time% | The time in minutes and seconds that the player has been queueing for | |
|
36 | 34 | ## Kit Editor |
37 | 35 |
|
38 | 36 | | Plugin | PlaceholderAPI | Description | |
39 | | -|--------|----------------|---------------------------------------------------| |
| 37 | +| ------ | -------------- | ------------------------------------------------- | |
40 | 38 | | \<kit> | %neptune_kit% | The display name of the kit the player is editing | |
41 | 39 |
|
42 | 40 | ## Party |
43 | 41 |
|
44 | 42 | | Plugin | PlaceholderAPI | Description | |
45 | | -|--------------|---------------------|--------------------------------------------------------| |
| 43 | +| ------------ | ------------------- | ------------------------------------------------------ | |
46 | 44 | | \<leader> | %neptune_leader% | The name of the leader of the party | |
47 | 45 | | \<size> | %neptune_size% | The number of members in the party | |
48 | 46 | | \<party-max> | %neptune_party-max% | The maximum number of players that can be in the party | |
49 | 47 |
|
50 | 48 | ## Any Match |
51 | 49 |
|
52 | 50 | | Plugin | PlaceholderAPI | Description | |
53 | | -|------------------------------------------------------|----------------------------------------------------------|------------------------------------------------------------| |
| 51 | +| ---------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------------- | |
54 | 52 | | \<red-bed-status><sup style="color: red">\*\*</sup> | %neptune_red-bed-broken%<sup style="color: red">$</sup> | The ping of the player in the red team | |
55 | 53 | | \<blue-bed-status><sup style="color: red">\*\*</sup> | %neptune_blue-bed-broken%<sup style="color: red">$</sup> | The ping of the player in the blue team | |
56 | 54 | | \<time> | %neptune_time% | The time the match has been active for | |
|
61 | 59 | ## Solo Match |
62 | 60 |
|
63 | 61 | | Plugin | PlaceholderAPI | Description | |
64 | | -|----------------------------------------------------------|--------------------------------------------------------------|----------------------------------------------------------------------| |
| 62 | +| -------------------------------------------------------- | ------------------------------------------------------------ | -------------------------------------------------------------------- | |
65 | 63 | | \<opponent> | %neptune_opponent% | The name of the opponent | |
66 | 64 | | \<opponent-ping> | %neptune_opponent-ping% | The ping of the opponent in milliseconds | |
67 | 65 | | \<red-hits> | None | Hits of the red player | |
|
91 | 89 | ## Team Match |
92 | 90 |
|
93 | 91 | | Plugin | PlaceholderAPI | Description | |
94 | | -|---------------------------------------------------------------|--------------------------------------------------------------|--------------------------------------------------| |
| 92 | +| ------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------ | |
95 | 93 | | \<alive> | %neptune_alive% | The number of players alive on the player's team | |
96 | 94 | | \<max> | %neptune_max% | The total number of players on the player's team | |
97 | 95 | | \<alive-opponent> | %neptune_opponent-alive% | The number of players alive on the opposing team | |
|
113 | 111 | ## FFA Match |
114 | 112 |
|
115 | 113 | | Plugin | PlaceholderAPI | Description | |
116 | | -|----------|-----------------|------------------------------------------------------------| |
| 114 | +| -------- | --------------- | ---------------------------------------------------------- | |
117 | 115 | | \<alive> | %neptune_alive% | The number of players alive in the match | |
118 | 116 | | \<max> | %neptune_max% | The total number of players that participated in the match | |
119 | 117 |
|
120 | 118 | | |
121 | 119 |
|
122 | 120 | ## Leaderboards |
123 | 121 |
|
124 | | -| PlaceholderAPI | Description | |
125 | | -|-------------------------------------------------------------------------------|----------------------------------------------------------------------------------------| |
126 | | -| %neptune_\<KILLS\|BEST_WIN_STREAK\|DEATHS\|ELO\>_\<kit name\>_\<1-10\>_name% | Returns the player's name with the most kills/win streak/deaths/elo in the select kit. | |
127 | | -| %neptune_\<KILLS\|BEST_WIN_STREAK\|DEATHS\|ELO\>_\<kit name\>_\<1-10\>_value% | Returns the kills/win streak/deaths/elo from the player on the selected kit. | |
| 122 | +| PlaceholderAPI | Description | |
| 123 | +| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | |
| 124 | +| %neptune*\<KILLS\|BEST_WIN_STREAK\|DEATHS\|ELO\>*\<kit name\>\_\<1-10\>\_name% | Returns the player's name with the most kills/win streak/deaths/elo in the select kit. | |
| 125 | +| %neptune*\<KILLS\|BEST_WIN_STREAK\|DEATHS\|ELO\>*\<kit name\>\_\<1-10\>\_value% | Returns the kills/win streak/deaths/elo from the player on the selected kit. | |
128 | 126 |
|
129 | 127 | Example usage: |
130 | 128 |
|
131 | | -- `%neptune_KILLS_Axe_1_name%` -> Lrxh_ (Return the player's name with the most wins in the kit Axe in slot 1) |
| 129 | +- `%neptune_KILLS_Axe_1_name%` -> Lrxh\_ (Return the player's name with the most wins in the kit Axe in slot 1) |
132 | 130 | - `%neptune_KILLS_Axe_1_value%` -> 100 (Return the wins from the player in slot 1) |
133 | 131 |
|
134 | 132 | ## |
|
0 commit comments