Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 17 hours ago
Updated 3 weeks ago
SKCore
The shared foundation every SK plugin depends on. Drop this in first or nothing else loads without it.
What it provides
- Player database - persistent storage for balances, points, keys, stats, and all per-player data across the suite
- GUI framework - the inventory-menu engine all SK menus share (one shared listener, no conflicts)
- Config loader - YAML loader that keeps your comments and inline notes when new options are added on update
- Vault bridge - exposes the economy to any Vault-aware plugin on the server
- Colour handling - MiniMessage and legacy hex support across all child plugins
- Command spam guard - configurable rate limiter applied server-wide
Commands
| Command | Description |
|---|---|
/points |
View your point balance |
/points pay <player> <amount> |
Send points to a player |
/points give/take/set <player> <amount> |
Admin balance management |
/skcore reload |
Reload config without restart |
/skcore import-skript <category> |
Import data from a legacy Skript setup |
Permissions
| Node | Default | Description |
|---|---|---|
skcore.points.pay |
everyone | Send points to others |
skcore.admin |
op | Administrative access |
skcore.bypass-cooldown |
op | Skip command spam limit |
Requirements
- Minecraft: 1.21.x
- Server: Spigot or Paper
- Optional: Vault (exposes economy to other plugins), PlaceholderAPI
Installation
- Drop
SKCore.jarinto your/pluginsfolder - Restart the server
- Configure
plugins/SKCore/settings.yml - Add any other SK plugins and they auto-detect SKCore on startup


