AutoResponder
AutoResponder
This plugin allows you to do what you want with people that ask the same questions over and over.
Config Your config file will look something like this:
Responses: '&3No advertising~kick &4You will die!' Kick message: '&4Player %p has been kicked for: %r' Keywords: 'come join my server~hi'
Now the few things that need explaining here are the format, and the variables
- Responses is the response given to the question defined in "Keywords", each entry will have the same position as in "Keywords" and is seperated by
"~" - Kick message is quite easy to understand, it is the message shown to every one else when someone gets kicked.
- Keywords is the list of words, or sentences that you want to trigger either a kick or a warning, separated by The variables:
"~" - %p is the a variable that will be replaced by the player that is being kicked or warned.
- &<code> is used to define color codes
Permissions:
- auto.new is the permission that allows for a player to be ignored or watched, if they have the permission set to true they will be watched
- auto.toggle is the permission that allows to toggle the plugin on/off by using the command /auto <on/off>
Commands
- /auto <on>/<off> toggles the plugin on or off, uses the permission node "auto.toggle"
In order to make a kick, on the Response line put "kick <reason of kick>
-
View User Profile
-
Send Message
Posted Oct 1, 2013Can this plugin run any command on a trigger?
I can find this very useful to link with other plugins commands. Like someone says "lag" Which we all know is incredibly annoying! It can run PingReply's command /ping to the user and show them their ping to the server?
Is this still working on 1.6.4, and/or are there any plans to update it?
-
View User Profile
-
Send Message
Posted Nov 4, 2012@PAL18
no...
-
View User Profile
-
Send Message
Posted Sep 29, 2012Is this plugin compatible with 1.3.2 ?
-
View User Profile
-
Send Message
Posted Mar 11, 2012Can you please update this plugin to 1.2.3?
-
View User Profile
-
Send Message
Posted Jan 15, 2012@woder
Could you set it up so that if somebody says the phrase anywhere in a sentence, it triggers? So if I set it up to respond to the word grief, it would respond to: "I have been griefed" "Let's grief" "Griefers are stupid"
Without me having to even set it up for each specific phrase, just all because I set it to the word grief.
It would also be cool if the reply came up underneath the text that they entered rather than above, and if you could configure if everybody could see it or just the person who said it.
-
View User Profile
-
Send Message
Posted Jan 14, 2012@CoolOppo
That is an error that normally happens when you make a mistake in the config
-
View User Profile
-
Send Message
Posted Jan 13, 201222:42:11 [SEVERE] Could not pass event PLAYER_CHAT to Auto_Responder java.lang.ArrayIndexOutOfBoundsException: -1 at me.woder.Auto_Responder.ChatListener.onPlayerChat(ChatListener.java:20) at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:303) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:340) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:733) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:178) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:96) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
-
View User Profile
-
Send Message
Posted Jan 13, 2012@mjohnston26
Im sorry if you find my system to be a pain, could you maybe give me an idea of a better system? (it was pretty much the only way I could see of doing it) As for the allowing of everyone to see, very simple thing to do, will add that on next update
-
View User Profile
-
Send Message
Posted Jan 13, 2012@oleerik
It's a pain. You have to add all the responses to the same line "Responses" and all questions to the "Keywords" line. All the questions and responses have to match up and be separated by a .
This wouldn't be so bad if it would trigger the responded based on the actual keyWORDS. Unfortunately, the person has to enter the exact question in the exact way you set it up or the response does not trigger. I setup about 20 different ways to ask all of my most asked questions and it still only triggers about 1/3 of the time, so for me this plugin is not quite there yet.
HOWEVER, this is the only plugin I've found that comes close to what I'd like it to do, so kudos for taking a crack at it. I hope this keeps being developed. I'd also like the option to let all players see the response when it's triggered so others aren't trying to answer a questions that has already been answered. As it is now, the only player who sees the response is the one who asked.
-
View User Profile
-
Send Message
Posted Jan 11, 2012Uh.. How do I add multiple questions / answers?