Plugin with spawns manager and hub manager
The Minecraft plugin I've created is designed to manage spawn points for multiple worlds within a server. Each world can have its own designated spawn location, complete with specific coordinates and custom messages displayed to players upon teleportation. The configuration is handled through a config.yml file, which allows server administrators to easily set up and modify the spawn points and messages for each world. For example, the plugin can teleport players to different worlds like Minage, Nether, and Faction, each with unique messages and coordinates. Additionally, it supports teleportation to a central hub world, providing a cohesive and customizable experience for players.
The configuration in the config.yml file includes a section for each world under #Spawns. Here is an example setup:
#Spawns
#-----------------[Exemple]-------------------
# WorldName:
# message: "&6Message when the player tp on world with command"
# x: 0 Co on x
# y: 0 Co on y
# z: 0 Co on z
# a: 0 Co on y of player view
# b: 0 Co on x of player view
#----------------------------------------------------
spawns:
Minage:
message: "&teleportation on &b&lMinage"
x: 0
y: 0
z: 0
a: 0
b: 0
Nether:
message: "teleportation on &d&lNether"
x: 0
y: 0
z: 0
a: 0
b: 0
Faction:
message: "teleportation on &c&lFaction"
x: 0
y: 0
z: 0
a: 0
b: 0
servername: "&f[&6SpawnCommand&f]"
hub:
worldName: "hub"
message: "teleportation on &b&lHub"
x: 0
y: 69
z: 0
a: 0
b: 0
#Settings
AllowSpawnCmd: true
AllowHubCmd: true
# Messages
MessageSpawnNotFound: "Sorry but I didn't find any spawn on your world!"
MessagePlayerAlreadyHub: "Sorry but you are already at the hub!"
MessageCmdHubDisable: "Sorry but the hub command is disabled, please configure this file"
MessageCmdSpawnDisable: "Sorry but the spawn command is disabled, please configure this file"
The SpawnCommand plugin includes several commands to enhance your server management and player experience. Here are the available commands and their functionalities:
/hubconfig.yml file./spawnconfig.yml file for the current world./rspawnconfigconfig.ymlTo install the SpawnCommand plugin, follow these simple steps:
First, download the latest version of the SpawnCommand plugin from the official GitHub repository or the plugin's release page.
plugins folder within the server directory..jar file into the plugins folder./plugins
SpawnCommand appears in the list of active plugins. If it does, the installation is complete!For further customization, you can configure the plugin by editing the config.yml file located in the plugins/SpawnCommand directory. Refer to the plugin’s documentation for details on how to set up spawn points and messages.
That's it! Your SpawnCommand plugin is now installed and ready to enhance your Minecraft server. If you have any issues or questions, feel free to reach out for support.
To use the SpawnCommand plugin, ensure that your Minecraft server meets the following requirement:
By meeting this requirement, you'll be able to take advantage of all the features and functionalities offered by the SpawnCommand plugin without compatibility issues.
If you encounter any issues, have suggestions, or have questions about the plugin, there are several ways you can reach out for support or provide feedback:
The best way to report issues or suggest features is through the plugin's GitHub repository. You can submit detailed reports, share your ideas, or ask questions by creating an issue. This helps keep everything organized and allows other users to see and contribute to the discussion.
For a more direct approach, you can send me a direct message on Discord. This is a great option for quick questions or if you prefer real-time communication. Feel free to reach out, and I'll do my best to assist you promptly.
By using these channels, you help improve the plugin and contribute to a better experience for all users. Thank you for your support!