Permissions - CraptiCraft-Development/ClansLite-Wiki GitHub Wiki

Permissions

ClansLite comes with permissions. (Some are granted by default, to revoke those, simply negate them within your permissions plugin.)

name: ClansLite
version: '1.6.0'

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.*:
    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: op
            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: op
            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."

Home Page

Click Here

⚠️ **GitHub.com Fallback** ⚠️