Integrations
List of currently supported plugins
Last updated
List of currently supported plugins
Last updated
upported packet plugins
packetevents
ProtocolLib
( part of MythicMobs )
WorldGuard
Used in all tooltip text and some conditions.
PlaceholderAPI
beton-ready
- ran when BetonQuest has provided all required information to start the next conversation step. Use this to run actions to run the next steps.
These can only be used in preset actions!
endconversation
- immediately ends the current players conversation if any.
nextoption
- cycles onto the next option like 1 -> 2 -> 3 -> 1 -> ...
selectoption (option)
- select the currently picked option or provide a numeric option
betonquest
This condition is triggered when the player engages in a BetonQuest conversation by right-clicking an NPC. In order for this to work, a conversation has to use the option:
Context
betonquest.npc
NPC's (quester) name
betonquest.text
Current dialogue in the conversation
betonquest.options
A list of currently selectable options
betonquest.selected
Number of currently selected option (changed with "nextoption
" command above
Please make sure to contact us in our Discord server and tell us which plugin is missing! We'll be happy to add support.