# Initialize

### ◾ **ulx\_disable\_motd**

{% tabs %}
{% tab title="Description" %}
[**`boolean`**](https://docs.rlib.io/references/types/boolean)\
\
`Automatically disable the ulx/ulib motd if you have ulx installed on your server which helps you from having to track it down.`
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.ulx_disable_motd = true
```

{% endtab %}
{% endtabs %}

###

### ◾ **ulx\_disable\_rules**

{% tabs %}
{% tab title="Description" %}
[**`boolean`**](https://docs.rlib.io/references/types/boolean)

`Disabled in the ULX !rules command that comes with the script, and allows Lunera's version to take control.`

`Not setting this will mean that each time a user types !rules in chat, both the ULX rules command, as well as Lunera will open for the player.`
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.ulx_disable_rules = true
```

{% endtab %}
{% endtabs %}

###

### ◾ startonjoin

{% tabs %}
{% tab title="Description" %}
[**`boolean`**](https://docs.rlib.io/references/types/boolean)

`Determines if this acts as an actual MOTD script. Enabling this setting makes the MOTD appear for each player when they connect.`

`You can disable this if you want the script to only be activated if the player types a command in chat or presses a keybind assigned.`
{% endtab %}

{% tab title="Default" %}

```lua
cfg.initialize.startonjoin = true
```

{% endtab %}
{% endtabs %}
