This plugin sends messages regarding a question from what of the players from your server.
Fully configurable with as many questions as you want
Commands:
/amreload || /amr
Code (YAML):
# Set the prefix of the messages
prefix
: '&c
[AutoResponse
] '
# It does not matter how the player types the question. It responds either way
# KEEP IN MIND IT TAKES , 1 WITH 1, 2 WITH 2 , etc. 1st question with 1st answer
questions
:
- 'How do I vote'
- 'How do I join the discord'
answers
:
# %player% - gets the player name
- '&aGo to www.example.com/vote'
- '&aGo to www.example.com/discord'
delay-seconds
: 2
# set the amount of seconds it takes to send the message to the player default is 2, in seconds
cancel-message
: true
# true - message that player sent won't show || false - message that player sent will show