# Common Issues

## Issue 1 - Manipulating world

> "I can(not) build, even though I should be able to"

{% hint style="info" %}
Not every player can always interact with the world they are in.
{% endhint %}

Reasons an interaction could be cancelled:

* The world has its **Status** (see [`/worlds setStatus`](https://buildsystem.eintosti.de/commands/worlds/setstatus#usage)) set to archived
* The world has a setting enabled (see [`/worlds edit`](https://buildsystem.eintosti.de/commands/worlds/edit#usage)) which disallows certain events
* The world only allows **Builders** to build and the player is not such a builder

However, a player can override these reasons if:

* The player has the permission `buildsystem.admin`
* The player has the permission `buildsystem.bypass.archive`
* The player has used [`/build`](https://buildsystem.eintosti.de/commands/build#usage) to enter build-mode

## Issue 2 - Weird symbols appearing in messages

If ever start the server and see weird symbols in your messages instead of a UTF-8 character, try adding the following to your startup script:

```
-Dfile.encoding=UTF-8
```

![Example](https://content.gitbook.com/content/V2RuUggaaq5upHxVqTiN/blobs/nrxzddaQ6O6qhYW7gumz/156459998-25b69465-8cb7-47ad-960e-51b0edbea475.png)
