> For the complete documentation index, see [llms.txt](https://arivia.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arivia.rlib.io/developers/entities.md).

# Entities

Creating an entity to be compatible with Arivia is pretty identical to other F4 menus; however, you get a few extra features.

View the special list of parameters you can use for creating entities below:

### ▪️ Parameters

| Field                                                              | Description                                                                 |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| [**accent**](/developers/entities/accent.md)                       | Specifies the accent color an item will have in the f4 menu                 |
| [**allowed**](/developers/entities/allowed.md)                     | Determines which teams are allowed to buy an entity                         |
| [**customHideUnavail**](/developers/entities.md#customhideunavail) | Forces ent to be hidden from player if CustomCheck provided returns false   |
| [**level**](/developers/entities/level.md)                         | Assigns a certain level that a player must be in order to buy the item      |
| [**prestige**](/developers/entities/prestige.md)                   | Assigns a certain prestige that a player must have in order to buy the item |
| [**price**](/developers/entities/price.md)                         | Sets the price of an entity                                                 |
