Catzy44 / FunnyGuilds

🏹 FunnyGuilds is a fully customizable RPG plugin that allows you to create guilds

Home Page:https://funnyguilds.dzikoysk.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FunnyGuilds

Build Status Version Discord Online Discord Percentage of issues still open

📋 About

FunnyGuilds is an amazing, fully customizable RPG plugin that allows you to create guilds

Website: FunnyGuilds
Community: Discord
Wiki: Wiki (PL/EN)

🇵🇱 Potrzebujesz polskiej wersji tego opisu? Znajdziesz ją tutaj :poland:


🎮 Supported MC versions

1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3, 1.19.4, 1.20.1

🖥️ Supported server platforms

Spigot, Paper, Purpur


🚀 Download

⚓ Releases (1.8.8-1.19.3)

  • get the latest stable version here (for now the last FunnyGuilds 4.x release)

⌛ Branch 4.x (1.8.8-1.20.1)

  • support for FunnyGuilds 4.x has been discontinued and will be completely dropped when FunnyGuilds 5.x will be released
  • only severe security related issues and bugs will likely cause an update for FunnyGuilds 4.x, no new features will be added
  • you can still use the latest 4.x build

⏳ Branch 5.x (1.16.5-1.20.1)

  • ⚠️ nightly versions may be unstable, use them at your own risk - you can check current list of problems related to 5.x here
  • ⚠️ FunnyGuilds 5.x is incompatible with FunnyGuilds 4.x - use only if you are building your server from the grounds up using FunnyGuilds 5.x - updating from 4.x could cause data corruption or its loss
  • explore the newest features and fixes of the nightly versions

🪝 Hooks

FunnyGuilds hooks (optionally) into plugins listed below:


⚙️ Maven

<!-- Releases -->
<repository>
    <id>reposilite-repository</id>
    <url>https://maven.reposilite.com/releases</url>
</repository>

<!-- Snapshots (nightly) -->
<repository>
    <id>reposilite-snapshots-repository</id>
    <url>https://maven.reposilite.com/snapshots</url>
</repository>
<!-- Release -->
<dependency>
    <groupId>net.dzikoysk.funnyguilds</groupId>
    <artifactId>plugin</artifactId>
    <version>4.12.0</version>
    <scope>provided</scope>
</dependency>

<!-- Snapshot (nightly) -->
<dependency>
    <groupId>net.dzikoysk.funnyguilds</groupId>
    <artifactId>plugin</artifactId>
    <version>4.12.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

📈 Usage stats

Current statistics (since FunnyGuilds 3.9.x): BStats
The best reported statistics (on MCStats):

Servers Players Users Guilds
1158 12 336 1 034 312 16 973

About

🏹 FunnyGuilds is a fully customizable RPG plugin that allows you to create guilds

https://funnyguilds.dzikoysk.net

License:Apache License 2.0


Languages

Language:Java 97.8%Language:Kotlin 2.2%