# How to use commands in console

You can now execute some commands in your console without having to be on the server! This allows more customizations to your bloodmoon server.

To use commands in console, you need to include the **worldname**. In most console-setups you don't need to use `/` before the command. Available commands below:

```
bm start <world> - starts a bloodmoon
bm stop <world> - stops current bloodmoon
bm next <days> <world> - schedules the next bloodmoon
bm cancel <world> - cancels the next schedule
```

<figure><img src="/files/WHgIYIDNN7XT1TRnxZz8" alt=""><figcaption></figcaption></figure>


---

# 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://bloodmoon.pseudonova.com/guides/how-to-use-commands-in-console.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.
