# Commands

{% hint style="info" %}
As for now, only the bukkit plugin has commands.
{% endhint %}

To simplify the usage of PlayerPoof, we integrated a few commands to help you manage and monitor the plugin.

There is the list of the commands and some explanations:

<table><thead><tr><th width="208">Command</th><th>Description</th></tr></thead><tbody><tr><td>/poof version</td><td>Displays the current plugin version.</td></tr><tr><td>/poof dump</td><td>Create a dump of your configuration and server state for support team.</td></tr><tr><td>/poof help (command)</td><td>Displays the help menu or help for a specific command.</td></tr><tr><td>/poof reload</td><td>Reloads the plugin configuration. <em>(We recommend restarting the server instead)</em></td></tr><tr><td>/poof modules</td><td>Similar to /plugins, it displays all installed modules and their state.</td></tr><tr><td>/poof add [name]</td><td>Create a new virtual player and add it to your server.</td></tr><tr><td>/poof remove [name]</td><td>Remove an existing virtual player from your server.</td></tr><tr><td>/poof list</td><td>Displays all the virtual players on your network.</td></tr><tr><td>/poof sudo [name] [command]</td><td>Executes a command through a specific virtual players. (This command only works for virtual players on your current bukkit server).</td></tr><tr><td>/poof panic</td><td>Removes all the virtual players progressively from the server you are in.</td></tr><tr><td>/poof servers</td><td>Displays all servers using PlayerPoof on your network and some information such as online players, max players, real players &#x26; virtual players.</td></tr><tr><td>/poof fluctuation</td><td>Displays fluctuation module current configuration.</td></tr><tr><td>/poof fluctuation minimum</td><td>Set the fluctuation percentage minimum value. <strong>Requires the</strong> <a href="/pages/m2lTpNpKRse9EQXfu63A"><strong>Fluctuation</strong></a> <strong>module.</strong></td></tr><tr><td>/poof fluctuation maximum</td><td>Set the fluctuation percentage maximum value. <strong>Requires the</strong> <a href="/pages/m2lTpNpKRse9EQXfu63A"><strong>Fluctuation</strong></a> <strong>module.</strong></td></tr><tr><td>/poof modules enable &#x3C;module></td><td>Enable a module.</td></tr><tr><td>/poof modules disable &#x3C;module></td><td>Disable a module.</td></tr><tr><td>/poof modules reload &#x3C;module></td><td>Reload a module.</td></tr><tr><td>/poof modules status &#x3C;module> </td><td>Displays the target module status and version.</td></tr></tbody></table>


---

# 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://wiki.stellardev.org/playerpoof-spoofer/basics/commands.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.
