sammypanda / MCJE-PlayerQuests-Plugin

Survival-friendly questing by the players for the players!
GNU General Public License v3.0
4 stars 0 forks source link

Add more exit conditions to interactive functions #88

Closed sammypanda closed 2 months ago

sammypanda commented 2 months ago

This makes things like 'ChatPrompt', 'SelectBlock' and 'SelectLocation' more resilient.

It does this by exiting them when any command is done, to avoid conflicts. (Especially with others plugins which may operate in unknown ways).

It also fixes #86