XPlayerKits Wiki
  • How to Start
  • Commands
  • Permissions
  • Creating Kit
    • Requirements
    • Actions On Claim
    • Actions On Deny
  • Menu Slots
  • Placeholders
Powered by GitBook
On this page
  1. Creating Kit

Requirements

Information of the requirements to claim kit.

The requirements are easy to understand, they're a series of placeholders with conditionals that you need to meet in order to claim the kit. The structure is as follows:

%placeholder% (comparator) %result%

Here’s an example of a basic condition:

%vault_eco_balance% >= 100

This means you need to have at least 100 coins to be able to claim the kit.

Comparators
Action

>

Compares if the result of the placeholder is greater than the value you set.

<

Compares if the result of the placeholder is less than the value you set.

=

Compares if the result of the placeholder is equal to the value you set.

!=

Compares if the result of the placeholder is different from the value you set.

>=

Compares if the result of the placeholder is greater than or equal to the value you set.

<=

Compares if the result of the placeholder is less than or equal to the value you set.

PreviousCreating KitNextActions On Claim

Last updated 1 month ago