Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

The core plugin for handling plugin-defined commands from players.

Notifications You must be signed in to change notification settings

bedrock-stdhub/stdhub-plugin-command-core

Repository files navigation

Deprecated. Go to the new repository


stdhub-plugin-command-core

The core plugin for handling plugin-defined commands from players.

Usage

Copy the plugin to the plugins directory. Any plugin that has custom commands must rely on this plugin.

Configuration

commandPrefix: .

The only option is the prefix of commands.

If you want to change that into other values, you'd better wrap the new value with quotes, for example:

commandPrefix: "!"

or unexpected things will happen.