ClansLite | 1.21.3 SUPPORT! | icon

ClansLite | 1.21.3 SUPPORT! | -----

A simple clans plugin for Minecraft | Now supporting Folia |




ClansLite Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Permissions

Code (YAML):

name
: ClansLite
version
: 1.5.4
commands
:
  clan
:
    description
: Create, delete and manage clans!
    usage
: "Usage: /clan [create|disband|invite|kick|info|list|prefix|transfer|ally|enemy|sethome|delhome|home|points|playerpoints]"
    aliases
:
     - clans
      - c
      - cl
  topclans
:
    description
: View the top clans on the server.
    usage
: "Usage: /topclans"
    aliases
:
     - topc
      - tc
  clanadmin
:
    description
: Admin commands for clans.
    usage
: "Usage: /clanadmin [save|reload|about]"
    permission
: clanslite.admin
    aliases
:
     - ca
      - cla
  clanchat
:
    description
: Send a message to your clan members only.
    usage
: "Usage: /clanchat <message>"
    aliases
:
     - clanc
      - cchat
      - chat
  clanchatspy
:
    description
: Allows admins to see ALL clan chat messages.
    usage
: "Usage: /clanchatspy"
    aliases
:
     - cs
      - ccs
      - spy
  clanchest
:
    description
: Protect your clan chests.
    usage
: "Usage: /clanchest [lock|unlock|accesslist|buylock]"
    aliases
:
     - cchest
      - cch
      - cht

permissions
:

  clanslite.maxclansize.group1
:
    default
: true
    description
: "The default tiered group size permission."

  clanslite.*
:
    default
: op
    description
: "The main permission that allows access to ALL ClansLite features (Admin features included)."
    children
:

      clanslite.admin
:
        description
: "The admin permission that grants ALL admin features."
        children
:
          clanslite.chat.spy
:
            default
: op
            description
: "The permission to use the `/clanchatspy` command and feature."
          clanslite.update
:
            default
: op
            description
: "The permission to receive in game notification if a plugin update is available."
          clanslite.maxclansize.*
:
            default
: op
            description
: "The ability to have an unlimited number of clan members."
          clanslite.points.listall
:
            default
: op
            description
: "The ability to use the `/clan playerpoints listall` command to see all players points."

          clanslite.command.chat
:
            default
: true
            description
: "The ability to use the `/clanchat <message>` command."

          clanslite.command.chest.*
:
            default
: true
            description
: "The ability to use all `/clanchest` commands."
            children
:
              clanslite.command.chest.accesslist
:
                default
: true
                description
: "The ability to use the `/clanchest accesslist` command."
              clanslite.command.chest.buylock
:
                default
: true
                description
: "The ability to use the `/clanchest buylock` command."
              clanslite.command.chest.lock
:
                default
: true
                description
: "The ability to use the `/clanchest lock` command."
              clanslite.command.chest.unlock
:
                default
: true
                description
: "The ability to use the `/clanchest unlock` command."

          clanslite.command.clan.*
:
            default
: true
            description
: "The ability to use all `/clan` commands."
            children
:
              clanslite.command.clan.ally
:
                default
: true
                description
: "The ability to use the `/clan ally` command."
              clanslite.command.clan.create
:
                default
: true
                description
: "The ability to use the `/clan create` command."
              clanslite.command.clan.delhome
:
                default
: true
                description
: "The ability to use the `/clan delhome` command."
              clanslite.command.clan.disband
:
                default
: true
                description
: "The ability to use the `/clan disband` command."
              clanslite.command.clan.enemy
:
                default
: true
                description
: "The ability to use the `/clan enemy` command."
              clanslite.command.clan.home
:
                default
: true
                description
: "The ability to use the `/clan home` command."
              clanslite.command.clan.info
:
                default
: true
                description
: "The ability to use the `/clan info` command."
              clanslite.command.clan.invite
:
                default
: true
                description
: "The ability to use the `/clan invite` command."
              clanslite.command.clan.join
:
                default
: true
                description
: "The ability to use the `/clan join` command."
              clanslite.command.clan.kick
:
                default
: true
                description
: "The ability to use the `/clan kick` command."
              clanslite.command.clan.leave
:
                default
: true
                description
: "The ability to use the `/clan leave` command."
              clanslite.command.clan.list
:
                default
: true
                description
: "The ability to use the `/clan list` command."
              clanslite.command.clan.playerpoints
:
                default
: true
                description
: "The ability to use the `/clan playerpoints` command."
              clanslite.command.clan.points
:
                default
: true
                description
: "The ability to use the `/clan points` command."
              clanslite.command.clan.prefix
:
                default
: true
                description
: "The ability to use the `/clan prefix` command."
                children
:
                  clanslite.command.clan.prefix.prefixcolors
:
                    default
: true
                    description
: "The ability to add colours and styling to the clan prefix."
              clanslite.command.clan.pvp
:
                default
: true
                description
: "The ability to use the `/clan pvp` command."
              clanslite.command.clan.sethome
:
                default
: true
                description
: "The ability to use the `/clan sethome` command."
              clanslite.command.clan.top
:
                default
: true
                description
: "The ability to use the `/clan top` command."
              clanslite.command.clan.transfer
:
                default
: true
                description
: "The ability to use the `/clan transfer` command."

          clanslite.bypass.*
:
            default
: op
            description
: "The master bypass permission that allows bypassing of ALL internal limits and protections."
            children
:
              clanslite.bypass.homecooldown
:
                default
: op
                description
: "The ability to bypass the `/clan home` cooldown timer."
              clanslite.bypass.homedelay
:
                default
: op
                description
: "The ability to bypass the `/clan home` warm up delay timer."
              clanslite.bypass.chatcooldown
:
                default
: op
                description
: "The ability to bypass the `/clanchat <message>` cooldown timer."
              clanslite.bypass.chests
:
                default
: op
                description
: "The ability to bypass the protections on any locked chests."
              clanslite.bypass.pvp
:
                default
: op
                description
: "The ability to bypass the friendly fire status set by a clan."
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PlaceholderAPI
Full list of current available placeholders:

To be able to use these The latest release of PlaceholderAPI MUST be installed! Without it, only the {CLAN} will be available for use with EssentialsX Chat.

  • %clansLite_pluginVersion%
  • %clansLite_pluginAuthor%
  • %clansLite_baseServerVersion%
  • %clansLite_serverPackage%
  • %clansLite_clanName%
  • %clansLite_clanPrefix%
  • %clansLite_friendlyFire%
  • %clansLite_clanHomeSet%
  • %clansLite_clanMembersSize%
  • %clansLite_clanAllySize%
  • %clansLite_clanEnemySize%
  • %clansLite_playerPointBalance%
  • %clansLite_clanPointBalance%
  • %clansLite_clanChestMaxAllowed%
  • %clansLite_clanChestCurrentLocked%
  • %clansLite_topClanName_<number>%
  • %clansLite_topClanValue_<number>%
  • %clansLite_topPlayerName_<number>%
  • %clansLite_topPlayerValue_<number>%

NO PAPI ECLOUD DOWNLOAD IS REQUIRED! ALL PLACEHOLDERS ARE INTERNAL TO CLANSLITE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Resource Information
Author:
----------
Total Downloads: 26,048
First Release: Oct 26, 2021
Last Update: Nov 27, 2024
Category: ---------------
All-Time Rating:
40 ratings
Find more info at patreon.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings