This repository was archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Placeholders
MSWS edited this page Jun 14, 2020
·
1 revision
NOPE supports dynamic placeholders with PlaceholderAPI. The list of available placeholders are below.
| Placeholder | Description |
|---|---|
| %nope_banwave% | Gets the time left till the next banwave |
| %nope_version% | Gets the version NOPE is on |
| %nope_online_version% | Gets the online version if available |
| %nope_check_amo% | Gets the number of total checks |
| %nope_check_amo_[category]% | Gets the number of total checks within a specific category (Flight, Speed, etc) |
| %nope_check_amo_[type]% | Gets the number of total checks within a specific type (Movement, Packet, etc) |
| %nope_vl% | Gets the total number of VLs the player has |
| %nope_vl_[category]% | Gets the number of VLs the player has (Flight, Speed, etc) |
| %nope_vl_highest% | Gets the highest VL of a check that the player has |
| %nope_highest_flag% | Gets the highest category that a player has VL for (correlates directly with vl_highest) |
| %nope_banwaved% | Gets if the player is banwaved (true/false) |