⚔️ Apex Clan | Minecraft Clan System - Ally, Rival, Bases & PlaceholderAPI icon

⚔️ Apex Clan | Minecraft Clan System - Ally, Rival, Bases & PlaceholderAPI -----

Modern & High-Performance Clan System | Ally & Rivalry | Advanced GUI & Placeholders




Version: 0.3.8
just a blatant copy of the original UltimateClans...
.
.
.
.
.
.
.
.
.
.

just a blatant copy of the original UltimateClans...

Version: 0.3.7
WARNING: Do not use this plugin it contains many bugs and is a copy of Ultimate Clans
-
Author's response
Thank you for your feedback.

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.
-
Author's response
Thank you for your feedback.

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ú
-
Author's response
Hola,

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
-
Author's response
Thank you for the detailed error log.

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!
-
Author's response
Thank you for your support.

More improvements and optimizations are planned for upcoming updates.

Version: 0.3.4
Plugin todo hermoso, aun le faltan unas cosas estéticas como una gui, pero aun sin eso el plugin esta perfecto
-
Author's response
Thank you for the feedback.

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?"
-
Author's response
Thank you for your support.

More improvements and optimizations are planned for upcoming updates.

Version: 0.3.0
This best clan plugin .
-
Author's response
kalite tecvuz

Version: 0.2.9
EN: Do not use this plugin, it has too many bugs and they were not fixed even though I reported it.

TR: Bu eklentiyi kullanmayın, çok fazla hatası var ve bildirmeme rağmen düzeltilmedi.

Version: 0.2.9
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
-
Author's response
Por supuesto, se agregará lo antes posible. Nuestro equipo está trabajando para usted. Gracias por tu valioso comentario.

Version: 0.2.9
Copiyed by UltimateClans
why you stealing people plugins ???????????????????????
-
Author's response
If you have specific technical concerns, please provide details so I can review them.

Constructive feedback is welcome.

Version: 0.2.5
-------------------------- This is the best clan plugin! --------------------------
-
Author's response
Thanks !

Version: 0.2.4
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!
-
Author's response
Actually, there is a limit. If you are an admin or someone with op privileges, you can access unlimited chests. Thanks for the comment

Version: 0.2.3
just a blatant copy of the original UltimateClans...
.
.
.
.
.
.
.
.
.
.

just a blatant copy of the original UltimateClans...
-
Author's response
If you have specific technical concerns, please provide details so I can review them.

Constructive feedback is welcome.

Version: 0.2.3
Very good plugin!

I find only a bug when I hit a player is say that can't hit clan members but in Turkish but I have the language in English
-
Author's response
Thanks, we will fix it in the next update.

Version: 0.2.3
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.
-
Author's response
Thank you for your support.

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!"
-
Author's response
Teşekkürler !

Version: 0.1.7
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

Version: 0.1.6
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.
-
Author's response
Thank you for your support.

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
-
Author's response
Thank you for your comment I will add the bug and suggestion in 0.1.6

Version: 0.1.4
The best best best best best best best clan plugin perfect perfect kalite tecavüz
-
Author's response
Teşekkürler !

Version: 0.1.4
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)
-
Author's response
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 :)
-
Author's response
Gracias por tu valioso comentario, estaré atento a partir de ahora!

Version: 0.1.3
se actualizo pero el error del /clan delete sigue ahi............................
-
Author's response
Error 0.1.4 has been fixed, I would appreciate it if you could correct your comment.

Version: 0.1.3
Mükkemmel, çok sade, çok özellikli ve eklentide bir sorun yaşandığında hızlıca düzeltiyorlar!
-
Author's response
Teşekkürler !

Version: 0.1.1
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.

Version: 0.1.1
probe el plugin pero al querer borrar un clan no se elimina nunca......................
-
Author's response
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)

SUGGESTIONS
- /clan info <other clan name>
-
Author's response
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

Version: 0.1.0
I loved this plugin.
But, there is no or: section on clan invite translation.
And adding /clan info <other clan name> command would be good

Version: 0.0.9
The plugin is a very useful and comprehensive plugin. It constantly keeps developers updated and fixes problems quickly.
-
Author's response
Thanks for your valuable comment !

Version: 0.0.7
Destek olsunnnnskwgdlqhJWGDOQVRJWİAGSİAHSGAJAJSHSHHSHSHSHSHSHSHSHSHSHSHHSHSHSHSHSHS
-
Author's response
Thanks !

Version: 0.0.5
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 ... :)
-
Author's response
Thank you for your support.

More improvements and optimizations are planned for upcoming updates.

Version: 0.0.2
Hey friend, excellent clan add-on, I like it very much, I prefer you to install it.
-
Author's response
Thank you for your support.

More improvements and optimizations are planned for upcoming updates.

Version: 1.16.5
Same as Clans plugin, only difference is the kill condition. Instead of choosing this, I would prefer the clans plugin that supports it.
-
Author's response
If you have specific technical concerns, please provide details so I can review them.

Constructive feedback is welcome.

Resource Information
Author:
----------
Total Downloads: 3,790
First Release: Sep 20, 2024
Last Update: Mar 8, 2026
Category: ---------------
All-Time Rating:
21 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings