Interactions | Create Complex Conversations with NPCs [1.8-1.21.4] icon

Interactions | Create Complex Conversations with NPCs [1.8-1.21.4] -----

Make your players talk with NPCs choosing multiple options. Must have for RPG Servers!




Version: 2.8.1
Hello, is it possible to add a function to disable the dialog text in the configuration menu or in the conversation file? Or with an empty line of the end of the conversation in the translation file, so that there are no empty lines in the chat? I have about 140 characters on the server and 25 guard characters in 9 cities. I made it so that they say random phrases when passing near them, but each time there is a line of the end of the conversation or an empty line when deleting a message.. Please help! I really love your plugin :)

Version: 2.7.4
Please add support for minecraft version 1.21.4 ❤

I wanted to ask if it is possible to somehow support any version of minecraft, starting with a certain version above and above, since some plugins can work on several versions at once without updating each time :) Thank you in advance!:)
-
Author's response
Thanks for the review. I will when Paper and ProtocolLib is available!

It's impossible to support any version of minecraft, since each time, minecraft adds or remove things that will somehow impact in the plugin. That's how plugins work in general. Usually an update like 1.21.3 -> 1.21.4 is very easy to implement, but still I depend on plugins like ProtocolLib for a lot of conversation features.

Version: 2.7.2
Muy buen trabajo, pero tengo un problemita y es que al momento que un jugador interactua con el npc (znpc) le sale que no tiene permisos y bueno la opción requires_permission esta en false y igual le pide permiso, le otorgo permiso y activo el requerimiento de permisos pero le sale lo mismo, a que se debe eso?
-
Author's response
Gracias por la review. ¿Estas seguro que eso no es un error del plugin zNPC? ¿Que comando estas ejecutando desde el zNPC? Puedes responderme en la discussion.

Version: 2.7.2
Definitely one of the must-have plugins if you plan on giving your server an RPG feel ♥
Thanks for the quick support!
-
Author's response
Thanks for the review :)

Version: 2.6.6
Please, update this plugin to version 1.21.3❤️ I very love this plugin))) My rating 10 stars❤️
-
Author's response
Thanks for the review! I will try to update my plugins this weekend.

Version: 2.6.5
Insane how this plugin has been the best interactions/conversation plugin for many years now. Some quest plugins offer some conversation options but the way interactions does it in a very simple way but in the same time offer complex configuration options has been proven very useful to me. Thanks for a great plugin and very quick support.

10/10 really recommend it to anyone that is looking to add conversations to NPCs. Always quick bug fixes and updates for new versions.
-
Author's response
Thanks for your review and your comments!

Version: 2.5.4
Currently, the best way to add RPG style conversations to the server. I'm so glad that this resource has been updated throughout the versions as it is a must have on our server.

As an FYI for everyone out there, I just set a custom GPT with CHATGPT, added the lore of our server and explained how to create conversations for this plugin, and this GPT generates yml files with deep conversations including it's options, good choice for anyone out there that struggles a bit on the creativity side of this resource.

For the developers, thank you again for such an amazing resource and for the hard work keeping it up to date
-
Author's response
Wow very good idea I haven't thought about that, thanks for the review and your comments! :)

Version: 2.5.2
Where to start... The plugin runs smoothly as a cloud and everything works as it should, the wiki is beautifully informative, easy to understand, explains everything, and even when I had a problem and asked, the author quickly explained the error and helped me. What a nice guy! Awesome plugin for my RPG server!
-
Author's response
Thanks for the review and your comments :)

Version: 2.5.2
Hola, ajneb llevo usando este plugin durante muchisimo tiempoo y siempre funciona todo perfecto, queria pedir que ojala soportara la api de FancyNPC dado que citizens cambio sus terminos de usos para servidores cracked, eso muchas gracias y te sigo desde hace muchisimo tiempo igualmente <3
-
Author's response
Gracias por la review. Puedes crear conversaciones desde cualquier NPC, incluso de otros plugins distintos de Citizens, solo debes hacer que ejecuten el comando /int start al clickearlos.

Version: 2.4.2
Please, update this awesome plugin to version 1.21❤️ Thanks to this wonderful plugin:)
-
Author's response
Thanks for the review, I will!

Version: 2.4.1
I'm sorry, can you help me? The fact is that when the plugin switched to 1.20.6, the paper 25 kernel version was released.. but as soon as the kernel version was updated to 49, the plugin immediately stopped working.. Is it possible to make the plugin work on version 1.20.6, but not be linked to a specific version of the paper kernel during its update? Thank you very much in advance!

Version: 2.3.1
Please, update this wonderful plugin to 1.20.6

Error: java.lang.IllegalArgumentException: No enum constant it.ajneb97.utils.ServerVersion.org.bukkit.craftbukkit
at java.base/java.lang.Enum.valueOf(Enum.java:293) ~[?:?]
at Interactions.jar/it.ajneb97.utils.ServerVersion.valueOf(ServerVersion.java:1) ~[Interactions.jar:?]
at Interactions.jar/it.ajneb97.Interactions.setVersion(Interactions.java:104) ~[Interactions.jar:?]
at Interactions.jar/it.ajneb97.Interactions.onEnable(Interactions.java:53) ~[Interactions.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[paper-api-1.20.6-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.20.6.jar:git-Paper-25]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.20.6.jar:git-Paper-25]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:519) ~[paper-api-1.20.6-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.6.jar:git-Paper-25]
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.6.jar:git-Paper-25]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:682) ~[paper-1.20.6.jar:git-Paper-25]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:441) ~[paper-1.20.6.jar:git-Paper-25]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:324) ~[paper-1.20.6.jar:git-Paper-25]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1140) ~[paper-1.20.6.jar:git-Paper-25]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326) ~[paper-1.20.6.jar:git-Paper-25]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
-
Author's response
Thanks for the review. I will!

Version: 2.3.1
Please, add support to 1.20.5)) It's plugin is awesome! This plugit is very need:)
-
Author's response
Thanks for the review, could you tell me in the discussion what exactly is not working in 1.20.5?

Version: 2.3.1
I really love your plugin. But please add placeholders support to the dialog options. Thank you so much in advance!
-
Author's response
Thanks for the review. Currently, you can use any PlaceholderAPI variable on dialogues or options.

Version: 2.2.6
The Author replied really fast to my problem and solved it even faster. The plugin works as advertised and is exactly what i needed for my NPCs. W Dev, W Plugin, Keep up the good work. Also make a discord server for your plugins :)
-
Author's response
Thanks for the review.

I already have a discord server, but for my spanish YT channel. However, there you can check the plugins-ajneb97/#general channel, where you can ask other people about any issues you encounter with one of my plugins: https://discord.com/invite/vTaqTuTBRp

Version: 2.2.6
The conversations GUI does not work. i cannot delete nor edit dialogues in the gui.

ERROR Could not pass event InventoryClickEvent to Interactions v2.2.6

if this had been fixed. please DM me on discord "tramskovi"

Version: 2.2.6
Very talented developer and great support which is very quick. Helped me with an error and pushed and update in just a couple of days after the first message after the first error I sent. The absolute best interaction / npc dialouge plugin on the market.
-
Author's response
Thanks for the review and the 5 stars!

Version: 2.2.5
1) The interaction delay/cooldown option does not work, the dialogue is not blocked even if I interact before the set period (both left click/getting close).

2) I wish you could disable left click conversation start if the NPC already talked to you after you entered its radius.
i.e. toggling between click-to-talk/get-close-to-talk/both.

3) I also would like to be able to make the conversation open a citizen shop after it finishes (The owner says "welcome to my store" -> the store window opens).

4) The automatic dialogue time with extra delay at the end for write_dialogues would be nice, but that's not that important ^^.

Version: 2.2.4
Ajneb ayudame por favor, me aparece este error en consola y me saca https://mclo.gs/W44y6jw te mande solicitud por discord
-
Author's response
Las reviews no son para reportar bugs, usa la discusión del plugin. No estas usando la version mas reciente de ProtocolLib.

Version: 2.2.4
Awesome plugin. Really useful for a whole load of functions from Quests, Citizens and even Command Panels.

It'll be great if people stop putting support requests in the review section though.
-
Author's response
Thanks for the review and the 5 stars :)

Version: 2.2.3
[14:09:41] [Server thread/ERROR]: Could not pass event PlayerInteractAtEntityEvent to Interactions v2.2.3
java.lang.NullPointerException: Cannot invoke "String.isEmpty()" because "<parameter2>" is null
-
Author's response
Send me the full error in t he discussion please.

Version: 2.2.2
este complemento siempre me a ido muy bien pero me a dado un error reciente mente

[06:31:40] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'interactions' in plugin Interactions v2.2.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "it.ajneb97.data.PlayerData.getName()" is null
at it.ajneb97.managers.PlayerDataManager.playerHasDialogue(PlayerDataManager.java:69) ~[Interactions.jar:?]
at it.ajneb97.api.ExpansionInteractions.onPlaceholderRequest(ExpansionInteractions.java:94) ~[Interactions.jar:?]
at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:32) ~[PlaceholderAPI-2.11.5.jar:?]
at me.clip.placeholderapi.replacer.CharsReplacer.apply(CharsReplacer.java:119) ~[PlaceholderAPI-2.11.5.jar:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:71) ~[PlaceholderAPI-2.11.5.jar:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:99) ~[PlaceholderAPI-2.11.5.jar:?]
at it.ajneb97.managers.ConditionsManager.getVariableValue(ConditionsManager.java:191) ~[Interactions.jar:?]
at it.ajneb97.managers.ConditionsManager.replaceVariable(ConditionsManager.java:182) ~[Interactions.jar:?]
at it.ajneb97.managers.ConditionsManager.replaceAllVariablesInLine(ConditionsManager.java:151) ~[Interactions.jar:?]
at it.ajneb97.managers.ConditionsManager.checkConditions(ConditionsManager.java:44) ~[Interactions.jar:?]
at it.ajneb97.managers.ConversationManager.executeConditionalDialogue(ConversationManager.java:408) ~[Interactions.jar:?]
at it.ajneb97.managers.ConversationManager.executeCurrentDialogue(ConversationManager.java:300) ~[Interactions.jar:?]
at it.ajneb97.managers.ConversationManager.startConversation(ConversationManager.java:272) ~[Interactions.jar:?]
at it.ajneb97.managers.ConversationManager.preStartConversation(ConversationManager.java:245) ~[Interactions.jar:?]
at it.ajneb97.MainCommand.start(MainCommand.java:317) ~[Interactions.jar:?]
at it.ajneb97.MainCommand.onCommand(MainCommand.java:88) ~[Interactions.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
... 23 more
-
Author's response
En la carpeta players del plugin tienes tienes muchos datos? Porque hay un archivo que debe estar corrupto o algo, dice que hay un jugador que no tiene nombre. Me puedes responder en la discusión. Gracias por la review.

Version: 2.2.1
Genial esta muy bueno el plugin, pero cuando lo traduzco al español con la configuracion que tu pusistes, el plugin deja de funcionar y saltan errores en la consola y queda inutil el plugin
-
Author's response
Hola, te refieres a la primera traducción que deje? Es posible que no tenga todos los mensajes, ya que la hice hace tiempo, tendria que actualizarla.

Version: 2.1.1
I very love this plugin! But please, update this plugin to add support 1.20.4 version game!
-
Author's response
Thanks for the review, I will try to update my plugins on these weeks.

Version: 2.0.2
This plugin and its owner provide very good service for the price of the plugin. I am really happy with this situation and I thank him.
-
Author's response
Thanks for your review!

Version: 2.0.2
This plugin and its owner provide very good service for its price. I am really happy with this situation and I thank him.

Version: 1.35.3
Me gusta el plugin y me sirve para lo que estoy haciendo pero tengo una sugerencia para que el plugin sea 10 de 10 y seria que se puedan hacer conversaciones entre npc`s osea que mientras estas conversando con un npc se una otro npc a la conversacion.Serviria para hcer eventos donde hablan varios npc entre ellos de resto el plugin esta good :)
-
Author's response
Puedes crearte todos los dialogos que desees en la conversación, incluso simulando que esta hablando otro NPC. Tambien que hable tu propio usuario en algun dialogo. Solamente tienes que deshabilitar la opcion de show name en los dialogos para que no aparezca el nombre del NPC y lo pones tu manualmente para incluir a otros personajes.

Version: 1.35.3
looks good but does it work with znps bc citizens dont work with 1.20.1

- cookiebotss
-
Author's response
Thanks for the review. Yes, you must attach the /int start command to the ZNPC you want.

Version: 1.35.2
Excelente plugin de muy buena calidad, sencillo y hace que nuestros servidores tengan mas vida :D
-
Author's response
Gracias por la review y 5 estrellas!

Version: 1.35.1
Hi, I really like this plugin, but Im having big trouble understanding how to put a "permissions" requirement! If you could help me out it would be amazing. P.S. already tried this: %player_has_permission_<permission>%
-
Author's response
The placeholder is correct, for example:
%player_has_permission_interactions.admin% == yes

But you need to download the Player expansion from PlaceholderAPI: /papi ecloud download Player

Version: 1.35.1
Excellent plugin! Just bought it, and i would like to understand something, its about perms.

I would like my players to open my conversations on npcs but when they do not have the interactions.admin perm, they got the message from Interactions plugin: You don't have permissions

That's pretty ennoying and i dont understand how to solve this :/
(I precise that my dialogue do not require any perm in its config)
Thank you in advance
-
Author's response
That's weird, by default conversations are created without permissions required. Did you verify that you don't have this option in the config of your conversation entity?
requires_permission: true

Version: 1.35.1
Please add the contents of the multithreaded Folia core from paper:) If vach succeeds, many will be even more grateful to you! Thanks a lot in advance!

Version: 1.33.2
Really an excellent plugin to interact with NPCs the truth has a good performance and is very customizable you can do many things with this making your server look better.
-
Author's response
Thanks for the review!

Version: 1.33.1
This is just simply awesome. So easy to create conversations and the gui's are amazing to.
-
Author's response
Thanks for the review and the 5 stars!

Version: 1.31.3
Un plugin extremadamente útil, hace que tu servidor sea mucho más interesante. Lo recomiendo bastante es un increíble plugin calidad/precio. 10/10
-
Author's response
Gracias por la review :)

Version: 1.31.3
Can i edit color player select ??
It keeps showing dark yellow and I want to edit it to the color I want
-
Author's response
Thanks for the review. Show me an image of the message you want to modify in the discussion of the plugin please.

Version: 1.31.3
I can provide you with a Vietnamese translation
Contact me via discord LuckMCYTB#3122
-
Author's response
Thanks for the review, you can send me a private message here on SpigotMC!

Version: 1.31.3
Very cool plugin! Can you add an Vietnamese translation?



plugins are worth buying
thanks you
-
Author's response
Thanks for the review. I don't know vietnamese, if someone does, they can provide me with the translation and I can add it to the plugin page!

Version: 1.31.3
Absolutely fantastic plugin, documents explain everything well that even I was capable of figuring things out. Whenever I had a slight issue the developer was prompt and extremely helpful.

Well-worth the price, thanks Ajneb for all your help
-
Author's response
Thanks for the review and the 5 stars :)

Version: 1.31.2
This my discussion...

https://www.spigotmc.org/threads/plugin-ineractions-dontt-see-unregistered-command.581577/

Please, help me with plugin Interactions... I need the plugin to open commands with "register_commands" disabled in deluxemenus
-
Author's response
Why didn't you used the plugin discussion instead?

Version: 1.30.2
Comprarlo fue una de las mejores decisiones que he tomado para mi servidor. Crear conversaciones dentro del propio juego sin tener que hacerlo en la config del servidor es una de las mayores razones por la cual recomiendo este plugin.
-
Author's response
Gracias por la review!

Version: 1.29.3
Hola, este es el primer plugin que compro y te sigo de hace ya varios años. Superó mis expectativas, es muy útil este plugin. Es un poco complejo aprender a usarlo pero una vez que ya lo entiendes le agarras vuelo. Eso si, tengo un problema, cada vez que uno termina una conversación te pone en gamemode survival, y para los staffs se nos hace molesto. Como podría arreglarlo? He buscado en la wiki y no encontré nada.
-
Author's response
Graciass por la review. Lo que me comentas si que esta super raro, mi plugin no toca el gamemode de los jugadores, de hecho yo empiezo conversaciones en creativo y las termino en creativo tambien. ¿No sera que tienes alguna accion y comando que hace poner al jugador en survival al terminar las conversaciones? Me puedes comentar en la discussion del plugin.

Version: 1.29.3
Excelente Plugin, lo compre hace tiempo para jugar con amigos no le podido sacar todo el provecho ya que e tenido contratiempos ala hora de hacer charlas donde se tengan que comunicar con varios npc a la vez bajar y subir los archivos del host etc. Aparte de ser varios los encargados que tengo, me gustarían la integración de seleccionar las conversaciones guardas de otros npc para ponerlas como condicionales en otras charlas de npc desde el menú de minecraft, para solo seleccionarla, igual entiendo que todo se puede a ser a mano desde el archivo de la configuración.

El Mejor plugin del mundo para conversaciones
me podrías dar el rol costumer en Discord para no ser ofendido si
pregunto jaja soy chimiscuilo12#4547
-
Author's response
Gracias por la review! Seguir agregando opciones en el menu de Minecraft creo que haria el plugin mucho mas complejo y lioso, por eso mi recomendación es siempre usar el archivo de configuracion. De hecho para mi se ve todo super mas ordenado y facil de editar directamente desde la config jejej.

Ahi te doy el rango!

Version: 1.29.2
Love this plugin! Are there any ways to make so a player only can speak with an NPC once? If so, how?
-
Author's response
Thanks for the review. You can add a conditional dialogue and check if the player has spoken before to the NPC and send another dialogue like: I can't speak to you anymore or something like that, that ends the conversation instantly.

Version: 1.29.2
The developer responds as quickly as possible when there is a problem.
It also takes all suggestions into account. I love using this plugin.
-
Author's response
Thanks for the review :)

Version: 1.28.2
muy buen plugin, facil de configurar aunque algo confuso y funciona bastante bien.
-
Author's response
Gracias por la review, cualquier duda me puedes preguntar en la discussion!

Version: 1.27.2
Amazing plugin, complex, easy to configure, totaly worth it to buy, highly recommended for RPG servers. Can you make a discord server for this plugin community? :D
-
Author's response
Thanks for the review, sadly I don't use discord for my plugins and plugin support, if you have any question you can ask in the discussion for now!

Version: 1.26.5
Great plugin! But I have one suggestion, can you add a cooldown on options in the dialogs? Then it will be possible to create quests in dialogues that will be activated after some time. Can you please tell me how you managed to make a chat like Anjeb in the first screenshot in the screenshots section? I can't add pictures in the chat
-
Author's response
For now you can create cooldowns for conversations but not for options, and you can add images to the chat by using a resourcepack and understanding how to replace symbols with images. Thanks for the review!

Version: 1.26.5
The plugin is very easy to use, have lots of customizables options, I think this plugin is one must to have on a rpg server.
-
Author's response
Thanks for the review and the 5 stars!

Version: 1.26.3
Excelentes actualizaciones Ajneb. Es un complemento increíble para crear historias en el Servidor y claro mas usos. Aun no tengo muy claro el modulo de Quest, ojala en el futuro que tengas tiempo un video corto de su uso ;)
-
Author's response
Hola, gracias por la review. El modulo de Quest no lo cree ni mantengo yo, y solo sirve para añadir "objetivos" de llegar a ciertas conversaciones de mi plugin, en misiones del plugin Quest.

Version: 1.26.3
The plugin is awesome! The author is very responsive and polite. Since you have added support for the CMI plugin, I am deleting the old post and am proud to give your work the maximum number of stars)
-
Author's response
Thanks for the review and the 5 stars!

Version: 1.26.2
Hola, buenas tardes, acabo de comprar el pl, me podrías dar el rol costumer en Discord por favor, soy alexpascualMx#6955
-
Author's response
Gracias por la review, listo!

Version: 1.26.1
A wonderful plugin! But I have a small request, could you add support for holograms of the CMI plugin, since not everyone uses Holographic Displays and CMI is a multifunctional plugin that can replace it) I will be very grateful to you)
-
Author's response
I am working on adding support for other holograms plugins in next updates.

Version: 1.26.1
We recommend the Interactions plugin for your server.

Read our full review at: https://browsit.org/blog/spigot/87762/
-
Author's response
Thanks for the full review! :) :)

Version: 1.25.2
I am having a problem. Plugin doesn't detect signs like '&6' ,'&l' in edit menu.
It is very difficult to edit from a file, there are too many files.

I am using 1.17+
-
Author's response
Can you please elaborate and give me more details in the discussion?

Version: 1.25.2
Muy buen plugin y la facil configuración que tiene a pesar de tener bastantes cosas, pero una duda, podrias añadir una acción como "console_command_task" o algo parecido?, para que detecte mejor algunos comandos (estilo mycmd), o ya hay algo asi agregado?
-
Author's response
Gracias por la review, me puedes especificar mas en detalle en la discussion? No te entendi muy bien.

Version: 1.25.1
Es uno de los mejores plugins de interacción que te puedes encontrar por Spigot! Muy muy personalizable, con muchas opciones y además, compatible con texturas personalizadas.
Nos viene de perlas para nuestro servidor survival con Quests.
¡Felicidades y sigue con este gran trabajo!
-
Author's response
Gracias por la review y las 5 estrellas!

Version: 1.24.1
Really perfect plugin! I highly recommend it! Really very useful for creating custom quests on your server!
Thanks to the developer!
-
Author's response
Thanks for the review :)

Version: 1.22.5
Best plugin I've had yet. Bug-free, works perfectly well, and has just enough of what you need. I'd like for some more features to be added, but it does great with what it has. Solid 10/10
-
Author's response
Thanks for the review and the 5 stars! You can make your suggestions in the discussion of the plugin.

Version: 1.22.1
Отличный плагин. Плагин очень хорошо подходит для моего проекта.

Спасибо разработчику.
-
Author's response
Thanks for the review!

Version: 1.21.6
Thanks for plugin, which allowed me to create MMO RPG minecraft-server with STALKER lor :)

Unfortunately %quests_player_current_objectives_custom7% == Yes doesn't work for me, but I believe, that error is somewhere else..
-
Author's response
Do you use this plugin? https://www.spigotmc.org/resources/placeholderexpansion-quests.69357/
You must be certain what values will this variable return, are you sure it is "Yes" ? And not "yes" or "true" ?

Thanks for the review!

Version: 1.21.4
Incredible plugin, adds life to npcs and is very easy to use 100% recommended :)
-
Author's response
Thanks for the review and the 5 stars :)

Version: 1.21.4
excellent plugin, it is not complicated to use, it has a good system, I really recommend this plugin
-
Author's response
Thanks for the review!

Version: 1.17.3
EXCELENTE BRO! solo una duda como siempre yo :V, hay alguna manera de que al iniciar una conversación con el npc no se vea el resto del chat, es que tengo muchos usuarios y avanza muy rápido el chat.
-
Author's response
Sip, tienes que modificar esta opción en la config y ponerla en true
hide_chat_while_in_conversation: true

¡Gracias por la review!

Version: 1.17.1
El Plugin es muy bueno, hace que las conversaciones con los npcs tengan muchas mas opciones y además de tener una configuración "facil", Lo recomiendo.

Version: 1.16.2
Me encanta bro es perfecto para hacer misiones
Una pregunta, hay alguna manera de hacer que al hablar con otro npc en un npc especifico te desbloque otro dialogo?
ejemplo: una misión en la cual el npc1 te pide hablar con el npc2 a la hora de hablar con el npc2 y volver con el npc1 te desbloque otro dialogo?
-
Author's response
Sip si se puede, recuerda que tienes la opcion de save_dialogue_to_player. Si esta opcion la dejas en true en un cierto dialogo, podras utilizar la variable %interactions_has_dialogue...% en un dialogo condicional para ver si el jugador ha llegado a cierto dialogo en cierta conversacion. Aqui esta todo explicado: https://ajneb97.gitbook.io/interactions/dialogues-properties#conditional-dialogues
Si aún no te queda claro puedes preguntarme en la discussion del plugin.

Gracias por la review!

Version: 1.13.1
Awesome plugin, Author was very helpful in answering my questions and helping me troubleshoot errors. A must plugin if you're serious about making an RPG-inspired server.
-
Author's response
Thanks for your review :)

Version: 1.12.1
Me encanta este plugin y justo ahora que estoy haciendo un servidor rp, 10/10 gran complemento benjita <3
-
Author's response
Gracias por la review!

Version: 1.11.2
Exellent plugin)) I translated new message config by Russian.
https://pastebin.com/r32WkZGH
-
Author's response
Thank you! I will add it to the plugin page :)

Version: 1.9.1
This plugin is really useful, easy to use, and the creator is active to help you in case of problems! I recommend it without a doubt.
-
Author's response
Thanks for the review! :)

Version: 1.8.1
Excelente complemento. Y cada vez lo mejoras mas y mas. En algún momento agregaras eventos como fuegos artificiales. Aun estoy probando no estoy seguro si puedo hacer un Sistema de Rangos, Para que si cumplen con una condición de Dinero ejecuten un comando de Remover el dinero y ejecutar el comando de por ejemplo Luckperms, creo que se puede pero aun no lo intento, Creo que hasta en el futuro se podria agregar algo GUI o no se para un sistema de Kits con condiciones o un sistema de Recompensas :)
-
Author's response
Por lo menos, puedes ya ejecutar varios comandos de otros plugins con mi plugin en las distintas conversaciones. Gracias por la review!

Version: 1.8.1
Nice plugin! I hope you will open a discord server for support and more. Anyway, could u add an option for playing sound when a player starts conversation?
-
Author's response
Thanks for the review! I am very active here on spigot so you can ask for support in the discussion of the plugin or via private message.

You already can play a sound at the start of the conversation, by adding a playsound action on the dialogue1 of conversation1!

Version: 1.7.4
This is still in its early stages but soon as more features are added, this will become one of the core plugins for MMORPG servers. I'm excited to see how far this one goes!
-
Author's response
Thanks for your review! Any suggestions you have for future updates will be welcomed in the discussion of the plugin or via private message :)

Version: 1.7.2
A plugin who has lots of potential. It's a very young plugin, but as far as i know the developer is working on it to improve and expand.
-
Author's response
Thanks for the review! If you have a suggestion you can post it on the discussion of the plugin ;)

Version: 1.5.2
I saw when its released date, and all i can say is Quality for MMORPG server... or HYBRId SURVIVAL
-
Author's response
Thanks for the review, I am glad you are liking the plugin :)

Version: 1.3.1
Excellent work, a wonderful plugin that gives a lot of RPG life to my server, I have been looking for something like that since I created my survival MMORPG
-
Author's response
Thanks for the review!

Version: 1.2.1
Muy buen plugin, le he estado metiendo mano y quería preguntarte si podrías subir el ejemplo de la quests que tienes en las screenshot. 10/10
-
Author's response
Hola, mandame un mensaje privado o escribe en la discussion del plugin para entender mejor el ejemplo que quieres que te explique. Gracias por la review!

Version: 1.1.1
I am amazed of how good this works.
Any Issues? "/interactions verify" shows exactly what's wrong.
Conversations can easily be edited with the GUI, Players can choose from different options, movement can be blocked or a certain range where the dialogue stops can be chosen.
I am so glad to have bought this plugin.
Amazing work, keep it up!
-
Author's response
Thanks for the review, I am glad the plugin is working good for you :)

Version: 1.1.1
Amazing work, this plugin has a lot of potential, please keep it up!
.
-
Author's response
Thanks for the review, I will! If you have any suggestions you are welcome to say them on the discussion of the plugin ;)

Resource Information
Author:
----------
Total Downloads: 1,329
First Release: Jan 26, 2021
Last Update: Dec 10, 2024
Category: ---------------
All-Time Rating:
61 ratings
Find more info at ajneb97.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings