Clans icon

Clans -----

A very simple clan system



Code (YAML):
# %clans_clan_name%
# %clans_clan_name_with_space_prefix% # A clan name with space at the start
# %clans_clan_name_with_space_suffix% # A clan name with a space in the end
# %clans_clan_name_with_filter% # A clan name that will return a "clan-name-no-clan" message if the player doesn't have a clan
# %clans_clan_owner%
# %clans_clan_member_count%
# %clans_clan_home_set%
# %clans_clan_balance%

Code (YAML):
# clans.use - /clan, /clan info
# clans.leave - /clan leave
# clans.create - /clan create
# clans.disband - /clan disband
# clans.invite - /clan invite
# clans.kick - /clan kick
# clans.join - /clan accept/decline
# clans.chat - /clan chat
# clans.withdraw - /clan withdraw
# clans.deposit - /clan deposit
# clans.home - /clan home
# clans.home.set - /clan sethome

Code (YAML):

# Clans Configuration

# PlaceholderAPI:
# %clans_clan_name%
# %clans_clan_name_with_space_prefix% # A clan name with space at the start
# %clans_clan_name_with_space_suffix% # A clan name with a space in the end
# %clans_clan_name_with_filter% # A clan name that will return a "clan-name-no-clan" message if the player doesn't have a clan
# %clans_clan_owner%
# %clans_clan_member_count%
# %clans_clan_home_set%
# %clans_clan_balance%

# Permissions:
# clans.use - /clan, /clan info
# clans.leave - /clan leave
# clans.create - /clan create
# clans.disband - /clan disband
# clans.invite - /clan invite
# clans.kick - /clan kick
# clans.join - /clan accept/decline
# clans.chat - /clan chat
# clans.withdraw - /clan withdraw
# clans.deposit - /clan deposit
# clans.home - /clan home
# clans.home.set - /clan sethome

# General
message-prefix
: '&7 [&cClans&7 ] '
clan-top-size
: 10
clan-max-members
: 50 # 0 To disable

# Clan creation
clan-create
:
  charge-price
: true
  vault-price
: 10000
  min-name-length
: 1
  max-name-length
: 16

# Formats
formats
:
  clan-chat
: '&7 [ %clans_clan_name%&7] &r!player_name&7: !message'
  clan-deposit
: '&7 [ %clans_clan_name%&7] &e!player_name &ahas deposited !amount'
  clan-withdraw
: '&7 [ %clans_clan_name%&7] &e!player_name &chas withdrawn !amount'
  clan-name-no-clan
: '&cNo clan'
  clan-top
: '&7 #!rank !clan_name&r &7- &a$!clan_balance'

# Localization
messages
:
  no-permission
: '&cYou cannot use this command.'
  clan-exists
: '&cA clan with this name already exists.'
  already-in-a-clan
: '&cYou are already in a clan.'
  not-in-a-clan
: '&cYou are not in a clan.'
  clan-create-name-mismatch
: '&cClan name length is too small of too large! Length : !min_name_length-!max_name_length.'
  clan-created
: '&aYou have created %clans_clan_name% &aclan.'
  clan-disbanded
: ' %clans_clan_name% &cclan was disbanded.'
  clan-home-set
: '&aClan home set.'
  clan-home-not-set
: '&cClan home is not set.'
  clan-invite-sent
: '&aInvite sent.'
  clan-invite
: '&e&lCLAN INVITE! &fYou have been invited to %clans_clan_name%&f. Use &a/clan accept &for &c/clan decline'
  clan-invite-declined
: '&cYou have declined a clan invite.'
  clan-no-pending-invites
: '&cYou have no pending invites.'
  clan-create-not-enough-money
: '&cYou need !clan_create_price to create a clan.'
  clan-max-members
: '&cYour clan has no member slots available.'
  clan-not-enough-money
: '&cThe clan balance does not have enough funds.'
  player-joined-clan
: '&e!player_name &ahas joined %clans_clan_name%&f.'
  player-left-clan
: '&e!player_name &chas left %clans_clan_name%&f.'
  player-kicked
: '&e!player_name &cwas kicked from the clan.'
  player-not-found
: '&cPlayer not found.'
  player-already-in-a-clan
: '&cPlayer is already in a clan.'
  player-invite-pending
: '&cPlayer already has a pending invite.'
  player-not-enough-money
: '&cYou do not have enough funds.'
  teleporting-home
: '&eTeleporting ...'
  top-clans
: '&e&lTOP CLANS:'
  usage
:
    clan-create
: '&cUsage : /clan create <clan name>'
    clan-invite
: '&cUsage : /clan invite <player name>'
    clan-chat
: '&cUsage : /clan chat <message>'
    clan-deposit
: '&cUsage : /clan deposit <amount>'
  help
: # Command will show all the messages, however they all do require a unique ID
    1
: '&e/clan info &7- &fInformation about your clan'
    2
: '&e/clan top &7- &fTop clans'
    3
: '&e/clan leave &7- &fLeave your clan'
    4
: '&e/clan create &7- &fCreate a clan'
    5
: '&e/clan disband &7- &fDisband your clan'
    6
: '&e/clan invite &7- &fInvite a player to your clan'
    7
: '&e/clan kick &7- &fKick a player from your clan'
    8
: '&e/clan accept &7- &fAccept an invite to the clan'
    9
: '&e/clan decline &7- &fDecline an invite to the clan'
    10
: '&e/clan deposit &7- &fDeposit funds to the clan'
    11
: '&e/clan withdraw &7- &fWithdraw funds from the clan'
    12
: '&e/clan chat &7- &fChat with your clan members'
    13
: '&e/clan home &7- &fTeleport to your clan home'
    14
: '&e/clan sethome &7- &fSet your clan home'
  info
:
    1
: '&eClan name : %clans_clan_name%'
    2
: '&eClan balance : &a$%clans_clan_balance%'
    3
: '&eClan owner : &c%clans_clan_owner%'
    4
: '&eClan members : &a%clans_clan_member_count%'
    5
: '&eClan home : &a%clans_clan_home_set%'
 
Resource Information
Author:
----------
Total Downloads: 207
First Release: Jan 3, 2024
Last Update: Jan 5, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings