Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ClanCats
PluginGPL-3.0-only

ClanCats

Have clans on your Minecraft server

11
Downloads
1
Followers
3 months ago
Updated
📦
1
Versions
bukkitpaperspigot
Download Latestv1.0View on Modrinth

📖About ClanCats

ClanCats

Time

Commands:

  • /clan:
    • alias: /c
    • subcommands:
      • create:
        • you can only run this when you aren't in a clan
        • usage: /clan create
      • disband:
        • you can only run this when you are in a clan, and you're the owner
        • usage: /clan disband
      • invite:
        • you can only run this when you have owner/admin and there's players online with no clans
        • usage: /clan invite
      • accept:
        • you can only run this when you have received any invites to any clans (can be multiple, tab complete shows it)
        • usage: /clan accept
      • promote:
        • you can only run this, when you have at least admin, and there are players in the clan with member role that you can promote
        • usage: /clan promote
      • demote:
        • you can only run this if you have owner and there are admins in the clan that you can demote
        • usage: /clan demote
      • transfer:
        • you can only use this if you are not lonely in the clan
        • usage: /clan transfer
      • kick:
        • you can only use this if there are players in the clan with lower role than you (so admin can only kick members, owner can kick both admins and regular members)
        • usage: /clan kick
      • leave:
        • you can only use this if you are in a clan
        • usage: /clan leave
      • You will also need the permission clancats.command.clan. to run the command, not just the scenario I described earlier
    • by default this opens a gui containing members of the group
    • permission: clancats.command.clan
      Features:
    • you can't hit your clanmates
    • that's it

Building:

git clone https://github.com/JGJ52/ClanCats.git
cd ClanCats
mvn clean package

Include this plugin in your project:

<repository>
    <id>jgj52-repo</id>
    <url>https://maven.jgj52.hu/repository/maven-releases/</url>
</repository>
<dependency>
    <groupId>hu.jgj52</groupId>
    <artifactId>ClanCats</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>

Example to get the name of a clan that the player "player214" is in:

import hu.jgj52.clanCats.Types.Clan;
import org.bukkit.Bukkit;

Clan clan = Clan.fromPlayer(Bukkit.getPlayer("player214")); // this can be null if player does not have a clan!
String clanName = clan.getName();

you can use this to display it behind their name etc.

👥 Team & Contributors

jgj52
jgj52Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page