FunctionalClans ➢ Extensive clan system [1.12 - 1.20] icon

FunctionalClans ➢ Extensive clan system [1.12 - 1.20] -----

Allows players to join clans and flexibly customize the clan for themselves.




Changes in Version 2.1.8

Bug fixes:
  • Fixed pop-up error when shutting down/restarting the plugin


The author of the update: Kepchyk1101

Have you found a bug? Write to Discord!

----------, May 5, 2024

Changes in Version 2.1.7

Bug fixes:

  • Fixed a bug where it was possible, having a Fire Spell on the sword, to give a clansman pvp mode with the pvp mode turned off in the clan.
  • Fixed a bug where arrows caused damage to clansmen with pvp mode turned off in the clan.
  • Changing the pvp mode and changing the clan type via the GUI is now asynchronous. (I heard someone's tps dropped due to auto-clickers)
  • Code editing and optimization

The author of the update: Kepchyk1101

Have you found a bug? Write to Discord!
----------, Apr 28, 2024

Changes in Version 2.1.6
  • DB errors logging & some code refactor
The author of the update: Kepchyk1101

Have you found a bug? Write to Discord!
----------, Apr 20, 2024

Changes in Version 2.1.5

Bug fixes:
  • Fix a bug with the addition of members to the clan

The author of the update: beacmc


Have you found a bug? Write to Discord!

----------, Feb 13, 2024

Changes in Version 2.1.4

Bug fixes:

  • Database fix
The author of the update: beacmc

Have you found a bug? Write to Discord!
----------, Jan 27, 2024

Changes in Version 2.1.3

Updates:

  • Adding MySQL Support
The author of the update: beacmc

Have you found a bug? Write to Discord!
----------, Jan 24, 2024

1.20.4 menu fix in version 2.1.2

Minor bug fixes:
  • Fixed the menu on minecraft version 1.20.4+
  • Fixed incorrect line display after the clan status change
The author of the update: Kepchyk1101

Have you found a bug? Write to Discord!
----------, Jan 16, 2024

Minor bug fixes in Version 2.1.1

Minor bug fixes:

  • fixed onPlayerHit stacktrace

The author of the update: bezumnui

Have you found a bug? Write to Discord!
----------, Dec 15, 2023

Changes in Version 2.0.1

Updates:
  • SQLiInjection fix!
  • You can toggle clan pvp now!
  • You can't create a clan if a clan with the same name but different formatting already created.
    E.g: You getting error while creating &4MyClan, because &2MyClan already created.
  • If you toggle gui.active to false you'll get help menu by /c|
  • You will get error message if you try to use GUI with version < 1.14.0_R1
config.yml:
new permissions:
new setting (gui included):

language (gui_lang_en.yml):



The author of the update: bezumnui

Have you found a bug? Write to Discord!
----------, Dec 11, 2023

Changes in Version 2.0.1


New features:

  • Use /c or /c menu to invoke the GUI:
    A GUI menu has been added

    [​IMG]
  • SalaryManager
    Added integration with the SalaryManager plugin, now taxes within the clan work
    ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,>>> SalaryManager <<<

    [​IMG]
  • Code optimization
Bugfixes:
  • Minor bugs with information output have been fixed

The author of the update: bezumnui

Have you found a bug? Write to Discord!
----------, Dec 7, 2023

Changes in Version 1.0.5.7

Bugfixes:

  • Fixed a bug with /clan settings sethome. When lang: en, the message was displayed incorrectly, the bug is fixed
    Code (YAML):
    It was before [-]:
         sethome
    :
          errors
    :
            e
    : '&b/clan settings sethome - Set clan home point'
          message
    :
          msg
    : '&a set clan home'

    Change, when fixing a bug [+]
    :
          sethome
    :
          errors
    :
            e
    : '&b/clan settings sethome - Set clan home point'
          message
    :
            msg
    : '&a set clan home

New features:
[!] If you are upgrading from older versions you will have to manually add new values to the files I have listed below. Or recreate them! If you have any questions, please contact the discord server!!!

  • Added a delay when teleporting /clan home. And also added protection, if the player is beaten or he moves teleport to /clan home will be canceled
    Code (YAML):
    # If home: 1 (teleportation), then set the teleportation delay (the time after which the player teleports to the house).
    # Time in seconds.
    # (default: 3)
    home_delay
    : 3
    # If home: 1 (teleportation), then allow to move when teleporting to the clan house
    # When setting 1 - if the player moves or takes damage, the teleport will be canceled!
    # When set to 0 - the player can move and take damage, teleport will not be canceled
    # (default: 1)
    home_protection_tp
    : 1

    Code (YAML):
    en :
      ...
           home
    :
          errors
    :
            e
    : '&a/clan home - Clan Home'
            e1
    : '&aThe clan has no home'
          message
    :
            msg
    : '&a Teleported to clan home'
            msg1
    : '&a Clan home coordinates : World:&6 %fc_player_clan_home-world% &a:&6%fc_player_clan_home-x% &a:&6%fc_player_clan_home-y% &a:&6%fc_player_clan_home-z%'
            msg2
    : '&aTeleportation via %s seconds...'
            msg3
    : '&aTeleportation canceled. You`re moving.'


    ru
    :
      ...
           home
    :
          errors
    :
            e
    : '&a/clan home - Клановый дом'
            e1
    : '&aУ клана нет кланового дома'
          message
    :
            msg
    : '&aВы телепортировались в клановый дом'
            msg1
    : '&aКоординаты кланового дома : Мир:&6 %fc_player_clan_home-world% &a:&6%fc_player_clan_home-x% &a:&6%fc_player_clan_home-y% &a:&6%fc_player_clan_home-z%'
            msg2
    : '&aТелепортация через %s секунд...'
            msg3
    : '&aТелепортация отменена. Вы двигаетесь.'



    Have you found a bug? Write to Discord!
----------, Nov 20, 2023

Changes in Version 1.0.5.6

Bugfixes:

  • Fixed a bug with the creation of a clan
Have you found a bug? Write to Discord!
----------, Sep 9, 2023

Changes in Version 1.0.5.5

Bugfixes:

  • Fixed a bug with entering pages in /clan list
  • Fixed a bug with text output on the first and last page /clan list
  • Fixing minor bugs

New features:

  • Added a setting for displaying event notifications to the clan chat. Now you can disable messages about the player's exit from the clan, etc.
Code (YAML):
# *** CHAT ***
# Setting up a chat
# ************************

# Displays a notification to the clan chat about the event that occurred.
# The event that occurred comes after the "_" character.
# For example, chat_leader is a notification about the change of the leader in the clan
chat_message
: true
chat_social
: true
chat_status
: true
chat_home
: true
chat_type
: true
chat_leader
: true
chat_rename
: true
chat_invite
: true
chat_kick
: true
chat_addrank
: true
chat_removerank
: true
chat_leave
: true
chat_allyadd
: true
chat_allyremove
: true

Have you found a bug? Write to Discord!
----------, Aug 8, 2023

Changes in Version 1.0.5.4

Bugfixes:
  • Fix a minor bug related to PlaceholderAPI
Have you found a bug? Write to Discord!
----------, Jul 22, 2023

Changes in Version 1.0.5.3

Bugfixes:
  • Removed false output to console [ERROR] test
  • Fixed a bug with PlaceholderAPI display for offline players
  • Fixed an empty message when entering the /clan command if a player is not in a clan

New features:

  • The PlaceholderAPI system has been redesigned and new features have been added
Have you found a bug? Write to Discord!
----------, Jul 19, 2023

Changes in Version 1.0.5.2

Bugfixes:
  • Fixed bug with Placeholders (fc_my, fc_top, fc_stats)
  • Minor bug fixes

New features:

  • Added a new parameter to the config that allows you to configure even more flexibility Placeholders
Code (YAML):
# If the placeholder is empty, then in place of the placeholder will output
# [EXPLANATION] For example, we use the placeholder %fc_player_clan_name% - displays the name of the clan in which the player consists,
# if the player does not belong anywhere, then outputs placeholder_null
# For example: The player is in a clan named TEST, in place of %fc_player_clan_name% -> TEST
# if the player is not a member of the clan in place of %fc_player_clan_name% -> ''
# --- I hope that I explained it clearly, if you have any questions, please contact Discord
placeholder_null
: ''
# If the placeholder specified in placeholder_null_list is empty, it will output
placeholder_null_list_symbol
: 'Улыбнись, эт пасхалка'
# List of placeholders for which placeholder_null_list_symbol is valid
# Example: placeholder_null_list: ['fc_player_clan_name', 'fc_clan_name_uid_', 'fc_all_count_clans', 'fc_top', 'fc_stats', 'fc_my']
placeholder_null_list
: [ ]
Changes:
  • The output of /clan, /c help, /c settings. Has become clearer

Have you found a bug? Write to Discord!
----------, Jul 1, 2023

Changes in Version 1.0.5.1

Bugfixes:
  • Fixed a bug with the output of placeholders, placeholders now support colors
Have you found a bug? Write to Discord!
----------, Jun 7, 2023

Changes in Version 1.0.5

Bugfixes:
  • Fixing minor bugs
Have you found a bug? Write to Discord!
----------, May 28, 2023

Changes in Version 1.0.5

Bugfixes:
  • Fixed a bug with tabCompleter

New features:

  • Added new parameters for interacting with placeholders
    Code (YAML):
    # *** PlaceholderAPI ***
    # Configuring Placeholder Display
    # *******************************

    # Common space for all placeholders
    placeholder_space
    : false
    # Prefix for placeholders
    placeholder_prefix
    : ' ['
    # Suffix for placeholders
    placeholder_suffix
    : ' ]'
    # A list of placeholders on which the prefix and suffix are valid
    # They are not covered by the placeholder_space parameter
    # Specify the placeholder name in quotation marks, for example: ['fc_player_clan_name', 'fc_clan_name_uid_', 'fc_all_count_clans', 'fc_top', 'fc_stats', 'fc_my']
    # %fc_top_<name/count>_<rating, members(top), kills, deaths, kdr>_<max/min>_<Place in the top>% -> fc_top
    # %fc_stats_<name/count>_<rating, members(top), kills, deaths, kdr>_<max/min>_<Place in the top>% -> fc_stats
    # %fc_my_<top/stats>_<count/number>_<rating, members(top), kills, deaths, kdr>_<max/min>% -> fc_my
    placeholder_list
    : [ ]
Have you found a bug? Write to Discord!
----------, May 21, 2023

Changes in Version 1.0.4

Bugfixes:
  • Fix minor bugs
  • Fixed admin commands
Changes:
  • Commands changed /clan (message, status, social, type, sethome, removehome, role, setrole) -> /clan settings (message, status, social, type, sethome, removehome, role, setrole)
  • Redesigned error output system
  • The message.yml file has been changed and the update related to messages has been completed
  • Redesigned /clan command, added /clan help command

Have you found a bug? Write to Discord!
----------, May 15, 2023

Changes in Version 1.0.3

Bugfixes:
  • Fixed bug with saving messages in message.yml
New features:
  • Added new parameter to config.yml
    Code (YAML):
    # Displaying a message when changing the permission for a rank
    message_setrole
    : false


  • Added an option to use HEX colors in the message.yml
  • Added ability to use PlaceholderAPI in message.yml
Changes:
  • Completely redesigned message system
----------, May 8, 2023

Changes in Version 1.0.2

Bugfixes:
  • Fixed a bug with the clan cash
New features:
  • Added top clans
  • Added top clan members
  • Added more than 50 placeholders
Changes:
  • Was %fc_name% became %fc_player_clan_name%
  • Updated message.yml
  • Minor changes to config.yml


Have you found a bug? Write to discord
----------, Apr 24, 2023

----------, Apr 4, 2023

The final version, which means the beta development of the plugin is completed and it can be used

Added:
Removed:
And many more small details
----------, Apr 2, 2023

Added dependency on storage
Added savings now you can adjust the cost of some parameters in the configuration (for example: the cost of creating a clan)
Added an alliance system
Added KDR system
Added verification system
Correction of minor errors, updating and adding databases. Adding several new commands
----------, Mar 19, 2023

Resource Information
Author:
----------
Total Downloads: 10,832
First Release: Mar 12, 2023
Last Update: May 5, 2024
Category: ---------------
All-Time Rating:
28 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings