-
-
Notifications
You must be signed in to change notification settings - Fork 13
Getting Started
Ethan Bacurio edited this page Jan 17, 2022
·
10 revisions
- Download the latest version of CommandPrompter at SpigotMC
- Drag and drop the downloaded
.jarfile into your server'spluginsfolder. - Start the server and you're done!
SignGUI was only tested on 1.17+ versions of Minecraft
- To add support for SignGUI, you need to download ProtocolLib and add it to your
pluginsfolder
After the installation, CommandPrompter intercepts all of the commands that are being executed by players. If one of the commands contains Prompt(s) (by default it is signified with a <>, but could be changed in the configuration.) CommandPrompter will then cancel that command and prompt the player with whatever that prompt was. When all prompts have been resolved, CommandPrompter will then make the player execute the full command.
Player: /command <prompt 1> <prompt 2>
CommandPrompter: prompt 1
Player: answer1
CommandPrompter: prompt 2
Player: answer2
Now that the command completion is done, CommandPrompter will now execute the following command:
/command answer1 answer2
To see different types of Prompts, click here
Show the wonderful people at Lithium Hosting some love ❤️