⭐ Advanced Clans [1.8 - 1.20.4] ⭐ GUI Based, Levels, Individual statistics, banks and much more! icon

⭐ Advanced Clans [1.8 - 1.20.4] ⭐ GUI Based, Levels, Individual statistics, banks and much more! -----

A complex clan system that provides a lot of pvp to your server




There was an error with the latest.jar on the compilation
----------, Apr 22, 2024

Bug Fixes:
- Fixed a bug with clan allies when breaking an alliance.
- Fixed a bug with some broken allies data.
- Fixed a NPE with player leaving a clan.

Added:
- settings.create-with-items-and-money options in config.yml to allow players to create a clan using their money and also minecraft items.
- Placeholders in clan list menu: %level%, %exp%, %max-exp%, %balance%, %prefix%.

Improvement:
- This version has several performance improvements when handling data.
- Code cleaned in some managers.
----------, Apr 22, 2024

- Added command /clan admin base <tp/delete> <clan>
- Fixed some reported bugs (Minors)-
----------, Apr 16, 2024

- Added support for RGB colour in clan names in > 1.16
----------, Apr 7, 2024

- Fixed "Character to be escaped is missing" NPE

P.S: I'm working in a BIG Update, AdvancedClans 1.6.0 will be released in a few days including CLAN WARS system with arenas, and much more. Keep an eye out!
----------, Mar 29, 2024

Fixed some unreported bugs that probably appear with the new ally system.
----------, Mar 9, 2024

Important regarding alliances:
The data structure of AdvancedClans was modified for the new alliance system, so when updating the plugin, all current clan alliances will be removed. We took this measure because the current alliance system simply stored a list of allied clan names and limited us when we wanted to expand to new functionalities that we have in mind. It doesn't seem like a serious issue for clans to resend alliance requests since there is no real loss of information.

  • Alliance system completely restructured for better management and future updates, adding functionalities based on this.
  • +4 debug-mode messages and performance meters were added.
  • Fixed all NullPointerExceptions knowed issues, when entering the server for some players related to notifications and clan chat.
  • Fixed enemy system that was not being saved correctly when the server restarted.
  • Significant code cleanup and optimization.
----------, Mar 7, 2024

Fixed some bugs with 1.20.4 support.
Also changed some default values.
----------, Jan 3, 2024

I had a bug when compiling v1.5.0 with 1.20.4 support, it is now fixed and working normally.

The following commands were added:
As soon as I finish some personal projects, I will get back to work on the next version, which will include features requested throughout this year.

Yours sincerely,
Skyler.
----------, Dec 30, 2023

Although it has been public on Discord for months for any customer, I upload it here now since I have not received any unexpected.

  • Support for 1.20.2 & 1.20.4
  • The prefix argument can now be used in the creation command regardless of whether it is required or not.
  • Fixed bad formatting in ally-chat.

Happy new year :)
----------, Dec 29, 2023

Version changes:
  • Added support with 1.20
  • Added "settings.confirm-disband" option in config.yml.
  • Fixed a problem with Notifications prefix
  • Fixed a problem with PAPI placeholders
  • Code optimized
----------, Jun 18, 2023

Version changes:
  • Added /clan allychat/chatally aliases to ally chat
  • Now you can send ally or clan chat messages from the command /clan chat <message> without entering the chat mode.
  • Added error messages in console for Rank permission configurations
  • Fixed a bug that kick players that doesn't have data cached
  • Added debugs
----------, May 26, 2023

Version changes:
  • Fixed PAPI placeholders not reloading with /papi reload
  • Now color characters '&' will not count to the /clan prefix command as characters to check for prefix length.
  • Added "enable-default-notifications" config section to set the clan notifications to false or true.
----------, May 26, 2023

Version changes:
  • Fixed a bug with new notification because of a async call.
  • Added placeholder %prefix% for display clan prefix.
----------, May 25, 2023

We have made some changes to the notification system.

IMPORTANT

In ranks.yml, replace " COLORS" with " COLOR" for each rank :)

Version changes:

  • Replaced the "COLORS" permission to allow tab complete, now is just "COLOR".
  • Added notifications when player join / exit the server.
    Code (Text):
    # Available placeholders
    # - %player%
    # - %clan%
    # - %prefix%
    # - %color%
    # - %rank-prefix%

    notifications:
      player-connect: '%prefix%&a%rank-prefix% %player% &fhas joined the server.'
      player-disconnect: '%prefix% %rank-prefix%&c%player% &fquit from the server.'
----------, May 23, 2023

I've made some adjustments to improve the clan chat system, you have all the information below :)

Thank you @PedroVilla32323 for report these bugs through our Discord.

Version changes:
  • Allied chat will now be displayed on all synchronised servers.
  • Clan chat and ally chat will now be displayed in the console.
  • You can now access the ally chat using "/clan chatally" directly.
  • Fixed a bug that prevented access to the clan chest.
  • Removed a message that was spamming when the pvp was cancelled.
P.S. Remember that we have a 40% OFF until Wednesday 24th.
----------, May 20, 2023

Hello again! After doing some testing on recent versions, I realised that multiversion support is more complicated than I thought, but everything should work fine now :)

40% OFF UNTIL WEDNESDAY 24TH
Due to recent inactivity, we would like to offer a discount for new buyers.
For all those who have purchased the plugin before, we have great plans for AdvancedClans ( and others) ^^

Version changes:
  • Added XMaterial support, now you need specify XMaterial type for all versions (legacy or newer).
  • The formula for calculating the required experience has been re-implemented for all versions of Java.

WARNING
You will need to change the materials name in all config files, check default config in the main page for an example.
----------, May 18, 2023

Hello everyone, we are back! We're sorry for the lack of attention to the plugin, it was a stressful few months of other work and none of us had a good time, but we're back!

Version changes:
  • Added 1.8 - 1.19 support (only work with latest version of each).
  • PlaceholderAPI has been updated to latest version.
  • RGB format in messages now appear properly in +1.16 versions.
  • "experience-needed-formula" in config.yml has been temporarily disabled for Java 15 or later.
Needed configuration updates:
Change "settings.colors-enabled" to:
Code (YAML):
settings:
    colors-enabled
:
    red
: true
    lime
: true
    green
: true
    magenta
: true
    purple
: true
    cyan
: true
    light_blue
: true
    light_gray
: true
    gray
: true
    orange
: true
    yellow
: true
Change "settings.colors-unlock-level" to:
Code (YAML):
settings:
    colors-unlock-level
:
    red
: 40
    green
: 30
    magenta
: 25
    cyan
: 20
    lime
: 15
    purple
: 12
    light_blue
: 10
    gray
: 8
    light_gray
: 5
    orange
: 3
    yellow
: 1
Change "settings.colors-slots" to:
Code (YAML):
settings:
    colors-slots
:
    red
: 24
    green
: 23
    magenta
: 21
    cyan
: 20
    lime
: 16
    purple
: 15
    light_blue
: 14
    gray
: 13
    light_gray
: 12
    orange
: 11
    yellow
: 10
Change "words.<color>" to:

Code (YAML):
words:
  red
: Red
  lime
: Green
  magenta
: Magenta
  purple
: Purple
  green
: Green
  cyan
: Cyan
  light_blue
: Light Blue
  blue
: Blue
  light_gray
: Light Gray
  gray
: Gray
  orange
: Orange
  yellow
: Yellow
  brown
: Brown

We are working on AdvancedClans Revamped v2, it should be ready for official release in summer, in the meantime we will keep v1 up to date.

P.S. If you find any errors, please let us know through our Discord.
----------, May 17, 2023

- Added support for Minecraft 1.16.2
- Added better debug messages
- Attempt to fix a rare issue with placeholders on join
----------, Aug 19, 2020

- Added RGB support to messages
- Added dynamic tab completions
- Added whitelist for clan pvp check on worlds
- Added admin command to enable pvp on all online clans /clan admin allpvp (on|off)
- Fixed Enderman Teleport Sound in 1.16
- Fixed PlaceholderAPI error - Code cleanup
----------, Aug 7, 2020

ADVANCED CLANS REVAMPED 1.16 SUPPORT

- Support with minecraft version 1.16
----------, Jul 20, 2020

ADVANCED CLANS REVAMPED 1.3.2 PATCH LOG:

- Fixed some error reported on the support discord (Ghost clan creation, nullpointers, redis sync init)
- Changed some internal lines
- Added new message when player data is wrong loaded (player kick)
----------, May 26, 2020

ADVANCED CLANS REVAMPED 1.3.1 PATCH LOG:

- Fixed an error while doing /clan admin reload with ranks.yml

MVDWPlaceholderAPI: Changed some methods.
----------, May 2, 2020

ADVANCED CLANS REVAMPED 1.3.0 PATCH LOG:

- Clan privacy: If clan privacy is opened, every player will be able to join the clan without an invitation and if the clan has slots available (When a clan is created, is setted to closed by default).
- Added /clan privacy <open/close> to change clan privacy.
- Added 2 new notifications to notifications system (when clan privacy is toggled)
- Added /clan admin forcejoin <player> <clan>, to force a player join that clan (it doesnt matter if the clan has or not available slots)
- Added /clan admin forcekick <player>, to kick a player from a clan.
- Added /clan admin changeclan <player> <newClan>, to set a new clan to a player, if he is in another one.
- Added %clans_privacy% and {clans_privacy} for Papi & MVDW placeholders.
- Added %privacy% placeholder for /clan list and /clan info GUIS.
- Added clan permission "PRIVACY" for using the command /clan privacy.
By default, setted to the coleader and leader.
----------, Apr 29, 2020

ADVANCED CLANS REVAMPED 1.2.8 PATCH LOG:

- Fixed ranks.yml setting to defaults
----------, Apr 28, 2020

ADVANCED CLANS REVAMPED 1.2.7 PATCH LOG:

- Fixed clan list GUI (Barrier items click)
- Now if you have enabled /clan pvp, the potions will make damage.
- Killing you with your own potion doesnt count as clan kill.
----------, Apr 28, 2020

ADVANCED CLANS REVAMPED 1.2.6 PATCH LOG:

- Fixed /clan admin reload not refreshing messages.yml, guis.yml and ranks.yml.
- Code improvement.
----------, Apr 27, 2020

The previous jar was bad uploaded.
----------, Apr 27, 2020

ADVANCED CLANS REVAMPED 1.2.5 PATCH LOG:

- Fixed an issue with EssentialsChat (Check customer discord to know more about this).
----------, Apr 26, 2020

ADVANCED CLANS REVAMPED 1.2.4 PATCH LOG:

- Added "illegal-characters" message path to messages.yml
- Fixed MVDW & PAPI placeholders some times not working.
- Fixed a bug with chat prefix.
- Added an AsyncPremiumPlayerChangeNickEvent (if premium server enabled) to reinforce the premium server feature of the plugin.
----------, Apr 26, 2020

ADVANCED CLANS REVAMPED 1.2.3 PATCH LOG:

- Fixed config option to automatically set the unlocked level when te clan reachs that level.
- Removed old config.yml paths without use.
- Internal file system changed (much better now)
----------, Apr 24, 2020

ADVANCED CLANS REVAMPED 1.2.2 PATCH LOG:

- Permissions inheritance error
----------, Apr 22, 2020

ADVANCED CLANS REVAMPED 1.2.1 PATCH LOG:

New commands:
- /clan reload has been changed to /clan admin reload
- /clan admin chat (Spy clan chats)
- /clan admin bank <clan> add <amount> (Add X amount to the bank of a clan)

Other:
- Now other members can't hurt another clan member by throwing a potion
- EventPriority setted to Highest on damage to avoid other plugin to kill clan members.
----------, Apr 22, 2020

ADVANCED CLANS REVAMPED 1.2.0 PATCH LOG:

Please, before updating the .jar normally, read the full changelog and understand that several changes were made. This version has to be tested a time to pass to a STABLE version.

guis.yml is now replacing the guis in config.yml, so you have to pass your guis styles to the new file.


- Added missing paths in messages.yml and config.yml (like color, etc that cause color features not work correctly).
- Added new messages.
- Added a check so new clans can't have an existing prefix in their names.
- Added an option in config.yml to requiere a clan prefix on creation of a clan, false by default. (/clan create <name> <prefix>)
- Added BETA version for the API
- Added a new Notification system, so you members get notifications when a clan event happens (this is toggleable per player).
- Added a /clan notifications <on/off> to toggle the notifications
- Added DIRECT support with MVDWPlaceholderAPI to aviod PlaceholderAPI issues on scoreboard like FeatherBoard.
- Added new placeholders
- %clans_balance% (Display the bank balance of the clan)
- %clans_level% (Display the clan level)
- %clans_required_experience% (Display the clan needed experience to level up)
- %clans_experience% (Display the current experience of a clan)
- Added a new file (guis.yml) so you can customize the menus easily (it was part of config.yml before).
- Added new admin commands:
- /clan admin bank balance <clan> (Show the balance of a clan).
- /clan admin bank set <clan> <amount> (Set the balance of a clan bank).
- Created an internal Rank system for clans, so you can create as many ranks as you want and give them different clan permissions.
- Added a new file (ranks.yml) so you can customize the ranks as you wish.
- Updated the members section of /clan info, so it aligns with the new Rank system.
- The back page now works in members menu.
- Fixed a lot of NullPointerExceptions due a database issue.
- Updated /clan promote and /clan demote so now it aligns with the new Rank system.
- The config option "max-mods-per-clan" is not available any more.
- The variable %mods% in members GUI doesnt work anymore.
- A lot of code cleanup.

API TUTORIAL:

Getting the API:

Code (Java):

RegisteredServiceProvider <AdvancedClansApi > provider = Bukkit. getServicesManager ( ). getRegistration (AdvancedClansApi. class ) ;
if (provider != null ) {
   AdvancedClansApi advancedClansApi = provider. getProvider ( ) ;
}  
 

API Methods:

Code (Java):
AdvancedClansApi. getClan ( String clanName ). Returns a simple Clan object.
AdvancedClansApi. getClan ( int id ). Returns a simple Clan object.
AdvancedClansApi. getClanPlayer ( String playerName ). Returns a simple ClanPlayer object.
AdvancedClansApi. getClan (Player player ). Returns a simple ClanPlayer object.
 
API Events:

Code (YAML):

- NotificationEvent (Called when a notification is sent to a Notificable player ).
- ClanPlayerKillEvent (Called when a ClanPlayer makes a kill ).
- ClanLevelUpEvent (Called when a Clan level up ).
- ClanCreateEvent (Callen when a new Clan is finally created ).
- AsyncPlayerDataLoadEvent (Called when a ClanPlayer data is loaded succesfully ).
- AsyncClanDataLoadEvent (Called when a Clan data is loaded succesfully ).
 
RANK SYSTEM EXPLANATION:

Code (YAML):

ranks
:
  leader
: #This string can not be repeated. This is not an important value, it can bee whatever you want
   id
: 2 #IMPORTANT: setted by default to match with the old rank system, to make database compatible. If you change that ids, you will bug the database, so only change this values if you are using the plugin for first time.
   display-name
: "&aLeader" #Display name of the rank
   prefix
: "&8[%color%**%clan%&8] &r" #Prefix that players with this rank will have
   ladderPosition
: 2 #The position of this rank in ladder (to /clan promote and /clan demote)
   permissions
: #List of permissions that the rank have. NOTE: if a lower rank has a X permission, all the ranks above this will heredate this permissions.
   - ' ALL'
 
To indicate the default rank, add the path "default: true" to the rank.
Also to indicate that a rank is the "leader" clan, set the ladderPosition to the highest value of the ladder.
The ladder order have to follow a simple rule: +1. Example:

You MUST do:

Code (YAML):

ranks
:
  leader
:
   ladderPosition
: 3
  coleader
:
   ladderPosition
: 2
  veteran
:
   ladderPosition
: 1
  member
:
   ladderPosition
: 0
 
You CAN NOT do:

Code (YAML):

ranks
:
  leader
:
   ladderPosition
: 50
  coleader
:
   ladderPosition
: 10
  veteran
:
   ladderPosition
: 2
  member
:
   ladderPosition
: 0
 
----------, Apr 19, 2020

AdvancedClans Revamped-1.1.4 Changelog:
  • Added the create regex to the config to prevent chinese or other languages issues.
  • Fixed some NullPointerExceptions
  • Added to default config the color menu size (rows)
----------, Apr 10, 2020

I forgot to upload some default values to the config, so now it fine :)
----------, Apr 6, 2020

AdvancedClans Revamped-1.1.3 Changelog:
  • Fixed some NullPointerExceptions
  • Fixed some issues when a Chat or Economy plugin isn't founded.
----------, Apr 5, 2020

AdvancedClans Revamped-1.1.2 Changelog:
  • Fixed an important problem with the last jar.
----------, Apr 2, 2020

Bug fixes:
» Solved an error when deleting a clan that was declared enemy of another clan.
» Solved an error with redis on synchronization when inviting a player

P.D: Redis synchronization is still on developing mode.

Added:
» Added name blacklist to prevent the creation of clans with certain
inappropriate name.
» Added item blacklist to prevent certain type of items in the clan chest.
----------, Jan 19, 2020

Bug fixes:
» Solved incompatibility with leaderheads command.
» Solved ConcurrentModificationException in the SaveTaskManager task.
» Solved an error with the clan base when you delete the config.yml.
----------, Jan 18, 2020

Bug fixes:
» Solved error with leaderheads. To use leaderheads support, please use placeholderapi hook of advancedclans with leaderheads.
----------, Jan 15, 2020

Now you can customize this things:
» Decoration item in GUIS
» Next and back pages item now have lore to configurate
» Next and back pages items need to be translated only on "menus.nextPage" and "menus.backPage".
» You can customize the error message when an invalid path is triggered
----------, Jan 14, 2020

IMPORTANT: This update is not necesary, only for those new buyers that have bought the plugin in the last 2 days.

Bug fixes:
» Fixed default config.
----------, Jan 12, 2020

Bug fixes:
» Solved some errors with the break ally and ally titles that were showing incorrect clan names

Added:
» Now you can choose the slots for every color on color selector GUI.
» Now you can choose the GUI size of color selector.
----------, Jan 10, 2020

Added:
» Now you can change the default color in "config > settings > default-color"
----------, Jan 10, 2020

Bug fixes:
» Solved an error that was not allowing people to configurate the slot system.
----------, Jan 5, 2020

Added:
» Created an option in config ("settings.anti-spam-kill") to prevent clan players spaming kills to level up the clan quickly. You can configurate all this feature on that path.
----------, Jan 1, 2020

Bug fixes:
» Solved an error in the members gui that, if the clan has a lot of members, this where not showed correctly on the GUI.

Now all GUIs are 100% more faster than the last version, you can spam on the clan list to pass throw the pages so fast, for example.
----------, Jan 1, 2020

Bug fixes:
» Solved an error on the onDisable method.
» Solved an small error with version manager.

Added:
» Now you can give individual permission for every feature of the plugin. Permissions are on the spigot page.
----------, Dec 28, 2019

I have uploaded an incorrect version, sorry :p
----------, Dec 20, 2019

Bug fixes:
» Solved server-sync false option.
----------, Dec 20, 2019

Added:
» 1.15 Spigot support.
» Now you can synchronice the data with redis, to use AdvancedClans on multiple servers at the same time. The redis host,password,port are configurable on the config. You also need to configurate "server-sync.enabled: true" and server-unique-name to enable this function
Note: This feature is still under development and I recommend not to use it right now, it might have some important bugs.
----------, Dec 16, 2019

Bug fixes:
» Fixed a bug with the alliance command that only allowed to send a single ally request.
» Now you can disable the debug messages in console with the config option settings -> debug: false (Only severe and warning will be shown)

Notes:
Im still working on the AdvancedClans synchronization update with MySQL, I'm going to try to release this version between Friday and Saturday.
Also, the next update will allow to leaders to change the name of their clan
----------, Nov 7, 2019

Bug fixes:
» Solved a NPE on player quit event.
» Solved an error that causes the clan chest not saving correctly (With Autoshutdown)
» Solved 1.12, 1.13 and 1.14 spigot version, tps drops caused by the skull skins on that version.

Added: (You don't need to reset the files.)
» Now you can translate the name of the colors on messages.yml (words)
» Now you can choose in which level the colours are unlocked (config.yml > settings.colors-unlock-level)
» Now you can add specific slots when a clan reach certain level (config.yml > settings.slots-per-level)

Important: Im working on the server synchronization for those that want to use AdvancedClans on entire networks. That update will be posted this week.
----------, Nov 4, 2019

Bug fixes:
» Solved an error on SQLite database.
» Added %clans_name_color% placeholder to replace the old %clan_name%. Now the first placeholder will be replaced by the clan name + the color and the normal name only the name.
----------, Nov 2, 2019

Bad upload of the last version, sorry :p
----------, Nov 2, 2019

Bug fixes:
» Solved a problem with lowercase names (Not importante)
» Added support to the clan color on placeholder %clans_name%
» Solved a delete with /clan disband
----------, Nov 2, 2019

NEW FEATURES:
» Bank Sytem
» Multibase for MySQL
» Database restructuration ( VERY IMPORTANT)

In this update you're gonna have to delete the database of AdvancedClans.
Yes, I know this sounds bad, but I had to make this change as soon as possible to have no limitations in the future, and from now on there are no limitations, also because of the multi-bases, and some problems I had, I was forced to do this.

Commands:
» Added /clan bank deposit <money>. Deposit money to the clan bank
» Added /clan bank withdraw <money>. Withdraw money from the clan bank.
» Added /clan bank balance. View the clan current balance.
» Added /clan bank logs. (Leader & Co-leader) View the clan bank logs orderer by recent date.
» Added /clan pinfo <player>. This will open the clan info menu of the player

Configuration & Messages:
» Clan bases are now separated for each server. This feature is for those servers that uses AdvancedClans with MySQL and want to have multiple servers with the plugin. The clan can have different bases depending the server.
IMPORTANT: You will need to configurate the "unique-server-name" on the config.yml to make this option work.

» Added 5 new options in the config.yml (you dont need to reset your config). This options are: clan bank minimum and maximum amount of withdraw and deposit, and a new and VERY IMPORTANT feature is the "unique-server-name". You will need to put an unique name for each server that is connected to the MySQL. For example:
- Survival-1
- Survival-2
- Survival-3

» Added a new gui to customize on the config.yml (Bank logs)
» Added new messages to translate on messages.yml (you dont need to reset your messages.yml)

Bug-fixes:
» Solved an error with version 1.13 and higher with tab-complete commands.
» Solved a bug on the clan info menu for minecraft version 1.11 and higher that was not displaying the ally & enemys item correctly.
» Internal code change.

Next-update:
» Implementation of Redis for cross server synchronisation with the clan-chat.
» clan admin command to change the leader of a clan
» Compatibility for UUID to prevent possible nick changes of players.



----------, Nov 1, 2019

Bug fixes:
» Solved an error with invalid characters and clan color name.
----------, Oct 22, 2019

Bug fixes:
» Solved an error with inventories on spigot 1.14
» Solved an internal code bug.


Added:
» New placeholder for the chat-prefix. (%advancedclans_prefix%)
» Option in config: "
use-placeholder-only: false (by default) " in the chat section. If true, this will remove the prefix by default on the player name, and you must add the placeholder to your chat plugin to get the prefix.
----------, Oct 22, 2019

Bug fixes:
» Solved an error when loading offline players data.
» Solved an error that causes clans have negative exp sometimes.

Added:
» First version of developer API.
» Custom methods of the API:

● ClansAPI#getClanOf(Player p): Clan;
● ClansAPI#getClanByName(String clan): Clan;
● ClansAPI#hasClan(Player p, boolean onJoin): boolean;

» Custom listeners of the API:

● ClanLevelUpEvent (Called when a clan levels-up)
● ClanPlayerKillEvent (Called when a clan-player kills other player)
● AsyncPlayerDataLoadEvent (Called when the data of a player is loaded succesfully)



----------, Oct 21, 2019

Bug fixes:
» Solved an error with some chat control plugins that duplicates the prefix on the chat.
» Solved an important error when offline players data where loaded. This causes several bugs with join, invite, leave , listeners, etc
----------, Oct 20, 2019

Bug fixes:
» Clan names no longer accept special characters.
» Solved an error in the database (MySQL & SQLite).
» Solved an error in chat prefixes that causes a NPE.
» Solved player deaths caused by envirnonment not counting to deaths in the clan.
» Changed some querys on the database to improve the security.
----------, Oct 19, 2019

Added:
» New config option "allow-name-in-colors". This will allow players to create clans with colors, for example, &1TEST. This will show the clan name in color. If the config option is set to false, the color code will not work anymore
----------, Oct 18, 2019

Bug fixes:
» Solved player custom names not displaying correctly.
» Solver a bug with slots in the migration system
----------, Oct 17, 2019

Bug fixes:
» Solved an error with the migrator. Now, it should work 100% (If you follow correctly the steps and the UUID of the players are registered in the server)

Added:
» Now clan names are case sensitive, this mean that the clan names can have uppercases and lowercases.
» Version checker in the console (on enable) to remind you if your AdvancedClans is up to date.
----------, Oct 16, 2019

Bug fixes:
» Fixed the config option "colors-enabled".
----------, Oct 16, 2019

Bug fixes:
» Fixed a sound problem in versions 1.12 / 1.13 & 1.14
» Removed the clan async save task log in console
----------, Oct 16, 2019

Bug fixes:
» Solved a NPE in the chat

Added:
» BETA Migration system from ClanSystem plugin to AdvancedClans (for any bugs contact me on my support discord)

Migrations steps:

1) Go to your plugin folder -> "AdvancedClans" and create a folder called "clans"
2) Inside the folder "clans" copy and paste all the files from the ClanSystem plugin (the clan files)
3) Start the server and use /clan migrate and the process will start
4) Delete the folder "clans" in your AdvancedClans plugin folder.
5) Stop the server and enjoy :)

Note: Dont use PLUGMAN plugin to reload the plugin, it will cause bugs.
----------, Oct 16, 2019

Bug fixes:
» Solved a problem with NPC of citizens plugin
» Solved an error in spigot 1.14.4 which causes the plugin disable.
----------, Oct 15, 2019

Bug fixes:
» Solved a problem with Vault prefixes.
» Solved an error in the default configuration file.
» Solved an error in the default messages file.

Added:
» Customization of the color selector GUI.
» Customization of the tops.
» Choose if the clan prefix will be appear before or after the vault prefix.
» Admin commands can be used in console.
----------, Oct 15, 2019

Resource Information
Author:
----------
Total Downloads: 392
First Release: Oct 15, 2019
Last Update: Apr 22, 2024
Category: ---------------
All-Time Rating:
74 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings