# Setting up basic settings & integrations

## Location of Settings

Go to the 'easyNametags v2 \[ easyPOS ]' script, then double click on 'Settings'.

<figure><img src="/files/2hvmYeU3S51tkR8nI6uT" alt=""><figcaption><p>Locating the easyNametags settings</p></figcaption></figure>

## Editing the Nametag Settings

Below is a screenshot of the default nametag settings.

<figure><img src="/files/Du5QFjFTzIinXYi2B4ux" alt="" width="257"><figcaption><p>Default nametag settings</p></figcaption></figure>

### Username

#### Type

```etlua
["Type"] = "both",
```

This setting changes the first line of the nametag.

username: **TheMysticalBeat**\
displayname: **Chris**\
both: **Chris (@TheMysticalBeat)**

#### **Color**

```etlua
["Color"] = "white",
```

This setting changes the color of the username text.

Colors can be found in the 'Colors' folder.

#### **Font**

```etlua
["Font"] = Enum.Font.GothamBold,
```

This setting changes the font of the username text.

### Rank

#### Type

```etlua
["Type"] = "group",
```

This setting changes where the information for the rank text is fetched from.

{% hint style="info" %}
You can change this from "group" to a function, however we do not provide support for this - read the comments in the config!
{% endhint %}

#### GroupId

```etlua
["GroupId"] = 32675391,
```

This setting is the group ID for where ranks are fetched from (if type is set to group).

#### **Color**

```etlua
["Color"] = "white",
```

This setting changes the color of the rank text.

Colors can be found in the 'Colors' folder.

#### **Font**

```etlua
["Font"] = Enum.Font.GothamMedium,
```

This setting changes the font of the rank text.

## Editing the Integrations

Below is a screenshot of the current built-in integrations.

<figure><img src="/files/J4rSyrMyGWq3jpl2lFlJ" alt=""><figcaption><p>Current built-in integrations</p></figcaption></figure>

### DRS-EAS

This integration will give players who have EAS\_Active items the built-in 'stealing' tag.

{% hint style="info" %}
Ensure you have not deleted the 'stealing' file found in the 'Tags' folder
{% endhint %}

{% hint style="warning" %}
This automatically scans your game for a folder named "DRS | Anti Theft System V2" - do not rename the folder or the "ExternalAPI" provided inside of it.

If this is missing the integration will not work.
{% endhint %}

### JSM-EAS

This integration will give players who have EAS\_Active items the built-in 'stealing' tag.

{% hint style="info" %}
Ensure you have not deleted the 'stealing' file found in the 'Tags' folder
{% endhint %}

{% hint style="warning" %}
This automatically scans your game for a folder named "JSM | Intelli-Sense EAS" - do not rename the folder or the "Node" provided inside of it. All sensors should also be inside of this folder.

If this is missing the integration will not work.
{% endhint %}

### AFK

This will give players who click off the game the built-in 'afk' tag.

Find the client addon, found in the Extras folder of the main script, named "easyNametags AFK Addon", as shown below.

<figure><img src="/files/xPbSxlcl79q8NW76EJJw" alt=""><figcaption><p>Locating the easyNametags AFK Client</p></figcaption></figure>

Move this LocalScript to StarterPlayerScripts.

<figure><img src="/files/XuVtvqiM67oZXA7dhPiY" alt=""><figcaption><p>Moving to StarterPlayerScripts</p></figcaption></figure>

{% hint style="info" %}
Ensure you have not deleted the 'afk' file found in the 'Tags' folder
{% endhint %}

### CAFEPOS

This will give players who place an order using CafePOS the built-in 'cafepos' tag.

Find the CafePOS addon, found in the Extras folder of the main script, named "easyNametags CafePOS Addon", as shown below.

<figure><img src="/files/jMADtWLTcQnWOgqsGCLP" alt=""><figcaption><p>Locating the easyNametags CafePOS Addon</p></figcaption></figure>

Move this ModuleScript into your CafePOS installation's "Addons" folder.

<figure><img src="/files/RNSS12IUxCvJf9WTsmNs" alt=""><figcaption><p>Moving to the CafePOS Addons folder</p></figcaption></figure>

{% hint style="info" %}
Ensure you have not deleted the 'cafepos' file found in the 'Tags' folder
{% endhint %}

### ADMIN COMMANDS

{% tabs %}
{% tab title="Adonis" %}
Find the "Adonis cmds" folder located in the "Extras" folder in the main script.

<figure><img src="/files/9uKpemmr20YYHwCXq7MF" alt=""><figcaption><p>Locating the commands folder</p></figcaption></figure>

Move the included Adonis plugin into your Adonis "Plugins" folder.

<figure><img src="/files/WKQWEpkVuRAAMdn3EoRo" alt=""><figcaption><p>Moving the plugin to the folder</p></figcaption></figure>

{% hint style="warning" %}
Make sure you change the admin level inside of the plugin!
{% endhint %}
{% endtab %}

{% tab title="Basic Admin" %}
Find the "BAE cmds" folder located in the "Extras" folder in the main script.

<figure><img src="/files/8iWbLd8fita6LuaeGXQP" alt=""><figcaption><p>Locating the commands folder</p></figcaption></figure>

Move the included plugins to the BAE (or BAR) plugins folder.

<figure><img src="/files/2MwDg6iwHaW27N9D9e6q" alt=""><figcaption><p>Moving the included plugin files</p></figcaption></figure>

{% hint style="warning" %}
Make sure you change the admin level found in each of the plugins.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easypos.lol/products/easynametags/setting-up-basic-settings-and-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
