NamelessMC / Nameless-Plugin

Official NamelessMC server plugin
https://spigotmc.org/resources/nameless-plugin-for-v2.59032/
GNU General Public License v3.0
42 stars 26 forks source link

Forms support #303

Open DoreK333 opened 2 years ago

DoreK333 commented 2 years ago

I suggest adding support for the Forms addon.

In my opinion, it would be best to add in the configuration the ability to create your own command that will refer to a given form on the page.

The principle of the form commands should be similar to the one I suggested in the /suggest command suggest.

After entering the command, e.g. /bug, questions from the form are displayed in the chat, which the player replies to by entering the content on chat or selecting options (clickable) in the chat. To cancel the process, he can click "Cancel" in the chat or type /bug cancel.

You have to keep in mind that Forms has many data types and each of them has to be implemented slightly differently.