Our plugin is under development and may contain some bugs; we welcome feedback and make regular updates. However, the claim that our plugin is a copy of any other project is untrue.
If there is a concrete similarity or technical comparison, please share it in detail so we can review it. Otherwise, we would like to state that the unfounded accusations of plagiarism are incorrect.
We would appreciate it if your feedback is constructive and includes technical details.
Version: 0.3.7
Perfect plugin! But the GUI shown on the plugin page is missing :) . Please add nice and clean GUI to make things easier for the player.
The GUI shown on the plugin page is currently part of the upcoming major update. It is not fully implemented in version 0.3.7 yet. We are working on improving the interface to make it cleaner and more user-friendly.
The update will include a complete and optimized GUI system.
Version: 0.3.7
Buenas, estuve viendo y en las imágenes se ve que el plugin cuenta con un menú, pero la duda es, como se puede abrir el menú para interactuar??, ya que al escribir /clans no se abre ningún menú
El menú mostrado en las imágenes aún no está disponible en la versión 0.3.7. Actualmente el plugin funciona principalmente con comandos.
El sistema de menú (GUI) será añadido en la próxima actualización importante. Gracias por tu paciencia.
Version: 0.3.6
[21:52:15 ERROR]: Could not pass event InventoryClickEvent to VeldoraClan v0.3.6
java.lang.NoClassDefFoundError: Could not initialize class dev.eggsv31.veldora.veldoraClan.utils.ChatUtils
at dev.eggsv31.veldora.veldoraClan.config.language.GuiLangManager.getMessage(GuiLangManager.java:78) ~[VeldoraClan-0.3.6.jar:?]
at dev.eggsv31.veldora.veldoraClan.managers.gui.menu.ClanGuiClickListener.onInventoryClick(ClanGuiClickListener.java:39) ~[VeldoraClan-0.3.6.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor820.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.17.1.jar:git-Purpur-1428]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Purpur-1428]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Purpur-1428]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:2891) ~[app:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:55) ~[app:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:11) ~[app:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56) ~[app:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[app:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[app:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1450) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:192) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[app:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1428) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1421) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[app:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1399) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1310) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:322) ~[patched_1.17.1.jar:git-Purpur-1428]
at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'net.kyori.adventure.text.minimessage.MiniMessage net.kyori.adventure.text.minimessage.MiniMessage.miniMessage()' [in thread "Server thread"]
at dev.eggsv31.veldora.veldoraClan.utils.ChatUtils.<clinit>(ChatUtils.java:18) ~[VeldoraClan-0.3.6.jar:?]
at dev.eggsv31.veldora.veldoraClan.commands.utilities.ClanHelpCommand.sendPageHeader(ClanHelpCommand.java:63) ~[VeldoraClan-0.3.6.jar:?]
at dev.eggsv31.veldora.veldoraClan.commands.utilities.ClanHelpCommand.showFirstPage(ClanHelpCommand.java:32) ~[VeldoraClan-0.3.6.jar:?]
at dev.eggsv31.veldora.veldoraClan.commands.utilities.ClanHelpCommand.showClanHelp(ClanHelpCommand.java:24) ~[VeldoraClan-0.3.6.jar:?]
at dev.eggsv31.veldora.veldoraClan.managers.commands.ClanCommandManager.onCommand(ClanCommandManager.java:185) ~[VeldoraClan-0.3.6.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.17.1.jar:git-Purpur-1428]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.17.1.jar:git-Purpur-1428]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869) ~[patched_1.17.1.jar:git-Purpur-1428]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2344) ~[app:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2155) ~[app:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2136) ~[app:?]
at net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) ~[app:?]
at net.minecraft.network.protocol.game.ServerboundChatPacket.a(ServerboundChatPacket.java:6) ~[app:?]
... 14 more
This appears to be a compatibility issue. Please confirm your server version and installed plugins. I will investigate this and include a fix if necessary.
Version: 0.3.4
want to express my sincere gratitude to the creator of VeldoraClans. This plugin is incredibly well-designed, packed with features, and very user-friendly. It integrates perfectly with popular plugins like LuckPerms and PlaceholderAPI, which makes customization seamless. What’s truly impressive is the performance and stability, even on busy servers. Best of all, it’s available for free without compromising quality. Thank you for creating such a professional and powerful tool for the Minecraft community!
The GUI shown on the page is part of an upcoming major update. Version 0.3.7 is currently command-based. The full GUI system will be included in the next release.
Version: 0.3.3
Un plugin realmente excelente: simple, intuitivo, multilingüe y con un soporte activo. ¿Qué más se puede pedir?"
Al instalarlo el plugin tuvo algunos bugs, lo reporté y en menos de 1 día el soporte lo solucionó sacando una nueva actualización.
Lo recomiendo bastante, ojalá y sigan sacando nuevas características como el /clan home
Good update, but I can't set a limit on the number of pages in the chest? I use VaultSupport, but I think 100 pages from 54 slots is a bit excessive (for my server). It would be nice to be able to set a page limit in the config, keep up the good work!
I loved the plugin! But there's one thing I don't understand, I have the plugin in Spanish, but what happens when I do the command /clan chest, the message appears in the chat saying "you don't have enough money" but in Turkish, I looked everywhere and I didn't find where I can make this change.
More improvements and optimizations are planned for upcoming updates.
Version: 0.1.9
"VeldoraClan, klan pluginlerinin babası, diğerleri sadece onun gölgesinde takılıyor! Özellikler o kadar dolu ki neye elini atsan ‘vay arkadaş, bu da mı var!’ diyorsun. Kullanmayan sunucu sahibi net hayal dünyasında yaşıyor, çünkü bu plugin resmen piyasayı sıraya diziyor. Çatır çutur çalışan sistemiyle herkesi yerle bir ediyor, adeta diğer pluginleri alıp köşeye çekiyor. VeldoraClan’ı kurmadan ‘ben sunucu sahibiyim’ deme sakın, vallahi ciddiye alınmazsın!"
VeldoraClan, klan pluginlerinin babası, diğerleri sadece onun gölgesinde takılıyor! Özellikler o kadar dolu ki neye elini atsan ‘vay arkadaş, bu da mı var!’ diyorsun. Kullanmayan sunucu sahibi net hayal dünyasında yaşıyor, çünkü bu plugin resmen piyasayı sıraya diziyor. Çatır çutur çalışan sistemiyle herkesi yerle bir ediyor, adeta diğer pluginleri alıp köşeye çekiyor. VeldoraClan’ı kurmadan ‘ben sunucu sahibiyim’ deme sakın, vallahi ciddiye alınmazsın
Eklenti gayet güzel ve kullanışlı ama bu eklentiyi arşa çıkarabilecek birkaç önerim var.
Öneriler;
-Klan Jetonları : Klanlar dereceye girdiklerinde klan jetonları kazansın bunun için giveclanjeton tarzı bir komut da eklenebilir. Böylelikle klanlar arasında "gerçek" bir rekabet oluşur.
-Klan amblemleri : Klanlar kazandıkları jetonlarla amblemlerini belirleyebilir ve yine jeton karşılığında değiştirebilir. Bu müthiş bir özellik olur.
-Klan kasaları : Klanlar kazandıkları jetonlar ile kasalar satın alabilir böylelikle klan üyelerine ödüller gidebilir. Bunu bir sezon mantığıyla düşündüğümüzde eklenti gerçekten diğerlerine göre "fark" kazanacaktır.
-Klan mağazası : Bunun için minik bir gui yapılabilir. Klan mağazası için configten rastgele itemler çekilir ve her hafta veya her gün (configteki ayara göre) yenilenir. Klan jetonları ile bu itemler alınabilir.
Bunları yaptığınızda bu eklentinin gerçekten daha fazla kullanılacağını düşünüyorum. Böyle bir eklenti için teşekkürler.
More improvements and optimizations are planned for upcoming updates.
Version: 0.1.5
BEST developer I've ever seen. I've never seen a developer like this who constantly reflects and updates user feedback.
VeldoraClan is a good clan plugin and it's is getting better and better every week.
BUG LIST:
- Color GUI is not working (can move items from it)
- no rename unknown command message. It shows up unknown-color-command message on misuse. (need unknown-rename-command on language file)
SUGGESTION:
- config to toggle color gui mode (use GUI or just command for changing color)
- If something is missing in Language file, create automatically
- disable message if the text is set to ''. (ex: config-reloaded: '')
- config for new clan stats system. don't add players kill(and death) on clan join or create, clan stats(kill death kdr) starts from 0 on creation and add stats on kill of clan member or leader. (start-stats-from-zero: true) if this is enabled kill and death doesn't goes up on fight against ally clan member or leader
Perfect clan plugin. Fast support(bug fixes) and cool updates!
YOU MUST USE THIS PLUGIN FOR YOUR SERVER
BUG LIST:
- unknown-color-command, no-color-specified of language YML doesn't works (it says "Yanlış kullanım: /clan set [color] <değer>" always)
- /clan top says "%veldora_clan_top_X%. ClanName: 123 öldürme" from 11th clan
SUGGESTION:
- need a certain amount of money to create clan (add vault dependency, toggle and set amount of money on config)
Thank you for your comment. I will fix the small mistakes and bring your suggestion in 0.1.5. Don't delete your comment anymore :D You can comment twice.
Version: 0.1.4
al parecer se soluciono el error del /clan delete ,gracias por solucionarlo lo antes posible :)
Eklentinin optimizesi berbat ötesi ve /clan delete komutu çalışmıyor, eklenti büyük ihtimal ai ile yapılmış bir eklenti yapcaksanız adam gibi yapın lütfen.
Hoy corregiré el error y compartiré la versión 0.1.2. Gracias por el comentario.
Version: 0.1.0
I loved this plugin but, there is some bugs
LIST OF BUGS
- no "or:" section on clan invite translation.
- player kill doesn't add on joining clan (what happen is It's not added when you join clan, but it removes when you leave the clan, so it becomes negative)
Thank you for your valuable comment. I will fix the bug in Version 0.1.1 and add your suggestion.
Version: 0.1.0
I loved this plugin.
LIST OF BUGS
- no "or:" section on clan invite translation.
- when player has kills and deaths before joining clan the clan, total death adds the players death but not kills
SUGGESTIONS
- /clan info <other clan name> command would be good
A plugin that deserves more, a plugin that is as stable as possible and hidden among other clan systems with its clarity, a plugin that is very good in terms of competence despite being new, a plugin where the plugin author is both authoritative and effective ... :)