Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Jens98

The ultimate clan experience for Minecraft 1.21.6

Report ClanSystem-v1?

Beta
1.24.9

Jens98 released ClanSystem-v1 version 1.24.9 on July 1, 2025

ClanSystem Update: Database, Redis & Config

  • Database now supports MySQL & SQLite (auto fallback to SQLite)
  • Redis cache support: Set database.redis.enabled to true for Redis-based cache
  • New: database.type config (mysql/sqlite) in database.json
  • All DB access via interface, safer and more robust
  • Startup log shows DB type, cache type (ExpiringMap/Redis), status, and config source
  • All cache/DB ops are null-safe
**Default config:**
- database.type: mysql
- database.mysql.host: localhost
- database.mysql.port: 3306
- database.mysql.database: database
- database.mysql.username: username
- database.mysql.password: password
- database.redis.enabled: false
- database.redis.host: localhost
- database.redis.port: 6379
- database.redis.password: ""
- database.redis.database: 0

Information

Published onJuly 1, 2025
Downloads1

Platforms

Paper Paper (1.21-1.21.6)

Dependencies

Paper Paper
Edit Plugin Dependencies: Paper