Installation
- Download the WorldTP Spigot plugin JAR file from SpigotMC.
- Place the downloaded JAR file into your server's plugins directory.
- Restart or reload your Minecraft server to enable the plugin.
Commands
The /mtp Command
- Usage: /mtp <worldname>
- Description: Use the /mtp command to teleport to different worlds on your Spigot server.
Permissions
WorldTP does not require any specific permission nodes. All players have access to use the /mtp command by default.
Certainly, if your Spigot plugin uses a configuration file, it's important to provide instructions on how to configure it. Here's how you can add a section for configuring the plugin's settings in your documentation:
Configuration
WorldTP allows you to customize its behavior through the configuration file. Follow these steps to configure the plugin to your preferences:
- Locate the config.yml file in your server's plugins/WorldTP directory.
- Open the config.yml file using a text editor or code editor of your choice.
- Customize the following settings as needed:
- allowedWorlds: Add the names of worlds that players are allowed to teleport to. You can list multiple worlds separated by spaces.
Example:
allowedWorlds:
- world1
- world2
----------------------------------------------------------------
- Save the config.yml file after making your changes.
- Restart or reload your Minecraft server to apply the new configuration settings.