Мова

FoliaCore

FoliaCore

Modrinth

A essentialsx Alternative for Folia

459 завантажень 6 підписників оновлено 19d ago
остання v5.7-deathwish Modrinth
Folia Paper 1.21 – 26.1.2 EconomyGame-mechanicsManagement

FoliaCore v5.6 Blue Nightingale

FoliaCore is a Folia-first essentials and administration plugin for Minecraft servers that want one clean toolkit instead of many separate add-ons. It blends player convenience, staff utilities, teleports, moderation, visual polish, and permission control into a single package that feels intentionally built for regionalized servers.

Why server owners choose it

FoliaCore is made for servers that want the essentials experience without the usual clutter.

  • Built for Folia from the ground up.
  • Modern Paper command registration.
  • Modular feature toggles in config.yml.
  • Separate permission nodes for nearly every command.
  • Dynamic per-warp and per-kit access control.
  • A visually rich tab/sidebar blueprint in tab-sidebar.yml.
  • Modrinth update checks for easy release tracking.
  • No Vault economy layer, so the focus stays on gameplay, administration, and polish.

Why it feels better to use

The difference is not just technical. It is practical.

Players get fast access to homes, warps, kits, chat tools, mail, teleport requests, and small quality-of-life commands that reduce friction without turning the server into a plugin maze.

Staff get moderation, vanish, social spy, inventory tools, repair tools, time and weather control, anti-raid support, and clean access to the tools they actually need.

Developers and operators get something even more important: permission nodes that are easy to audit, easy to grant, and easy to document.

The new /foliacore help command also filters the command list by your permissions so staff and players can discover the tools they actually have.
The /foliacore reload command is included for operators who want to refresh configuration without restarting.

What is new in v5.6

This release updates the plugin branding to v5.6 Blue Nightingale and formalizes the permission tree in the plugin metadata. The result is a cleaner release story and a more complete server-side permission setup.

Notable changes:

  • Added a permission gate for /kit.
  • Added a permission-aware /foliacore help command and a /foliacore version command.
  • Added a /foliacore reload command for quick configuration refreshes.
  • Declared all core permission defaults in paper-plugin.yml.
  • Updated the runtime banner to v5.6.
  • Standardized the release version across the build files.
  • Reworked the docs so operators and developers can scan them quickly.

Installation

  1. Download the release jar.
  2. Put it in plugins/.
  3. Start the server once on Folia with Java 21.
  4. Edit plugins/FoliaCore/config.yml to enable or disable the systems you want.
  5. Edit plugins/FoliaCore/tab-sidebar.yml if you want the animated visual stack.
  6. Assign permissions per group or per player.

Permission design

The plugin follows a simple rule set.

  • Player-friendly commands default to true.
  • Staff, admin, destructive, or high-impact commands default to false.
  • Warp and kit access can be narrowed further with individual nodes.

Important patterns

  • /warp can be granted globally with foliacore.warp.all.
  • Specific warps can be granted with foliacore.warp.<warpname>.
  • /kit uses foliacore.kit.
  • Kits created by staff generate their own node, such as foliacore.kit.<kitname>.
  • Kit creation and deletion stay on foliacore.kit.admin.

Command and permission reference

Core and information

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /foliacore, /foliacore help | foliacore.help | true |
| /foliacore reload | foliacore.reload | false |
| /foliacore version | foliacore.version | true |

Social and chat

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /msg | foliacore.msg | true |
| /reply | foliacore.reply | true |
| /mail | foliacore.mail.send, foliacore.mail.read, foliacore.mail.clear | mixed |
| /nick | foliacore.nick, foliacore.nick.color | mixed |
| /realname | foliacore.realname | true |
| /block | foliacore.block | true |
| /unblock | foliacore.unblock | true |
| /chat | foliacore.chat.global, foliacore.chat.world, foliacore.chat.regional | true |
| /mute | foliacore.mute | false |
| /unmute | foliacore.unmute | false |
| /socialspy | foliacore.socialspy | false |
| /staffchat, /sc | foliacore.staffchat | false |

Teleport and travel

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /sethome | foliacore.sethome | true |
| /home | foliacore.home | true |
| /homes | foliacore.homes.list | true |
| /delhome | foliacore.delhome | true |
| /tpa | foliacore.tpa | true |
| /tpahere | foliacore.tpahere | true |
| /tpaccept | foliacore.tpaccept | true |
| /tpdeny | foliacore.tpdeny | true |
| /spawn | foliacore.spawn | true |
| /back | foliacore.back | true |
| /warp | foliacore.warp.all, foliacore.warp.<warpname> | mixed |
| /warps | foliacore.warps.list | true |
| /setwarp | foliacore.setwarp | false |
| /delwarp | foliacore.delwarp | false |
| /setspawn | foliacore.setspawn | false |
| /setfirstspawn | foliacore.setfirstspawn | false |
| /tp | foliacore.tp, foliacore.tp.others | false |
| /tphere | foliacore.tphere | false |
| /gps | foliacore.gps | true |

Teams and kits

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /team | foliacore.team.create, foliacore.team.disband, foliacore.team.invite, foliacore.team.accept, foliacore.team.leave, foliacore.team.kick | true |
| /kit | foliacore.kit | true |
| /createkit | foliacore.kit.admin | false |
| /delkit | foliacore.kit.admin | false |

Utility and staff tools

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /calc | foliacore.calc | true |
| /trash, /dispose | foliacore.trash | true |
| /workbench, /wb | foliacore.workbench | true |
| /hat | foliacore.hat | true |
| /enderchest, /ec | foliacore.enderchest, foliacore.enderchest.others | mixed |
| /ping | foliacore.ping, foliacore.ping.others | mixed |
| /scoreboard, /sidebar | foliacore.scoreboard.toggle | true |
| /feed | foliacore.feed, foliacore.feed.others | mixed |
| /fly | foliacore.fly, foliacore.fly.others | mixed |
| /heal | foliacore.heal, foliacore.heal.others | mixed |
| /god | foliacore.god, foliacore.god.others | mixed |
| /repair | foliacore.repair, foliacore.repair.all, foliacore.repair.others, foliacore.repair.others.all | mixed |
| /give | foliacore.give | false |
| /clear | foliacore.clear, foliacore.clear.others | mixed |
| /invsee | foliacore.invsee | false |
| /gamemode, /gms, /gmc, /gma, /gmsp | foliacore.gamemode, foliacore.gamemode.others | mixed |

Administration and control

| Command | Permission node(s) | Default |
| --- | --- | --- |
| /broadcast | foliacore.broadcast | false |
| /time | foliacore.time | false |
| /weather | foliacore.weather | false |
| /status | foliacore.status | false |
| /clearchat | foliacore.clearchat, foliacore.clearchat.bypass | mixed |
| /vanish | foliacore.vanish | false |
| /antiraid | foliacore.admin.antiraid | false |
| /ban | foliacore.ban, foliacore.ban.exempt | mixed |
| /tempban | foliacore.tempban, foliacore.ban.exempt | mixed |
| /unban | foliacore.unban | false |
| /kick | foliacore.kick, foliacore.kick.exempt | mixed |
| /mute | foliacore.mute | false |
| /unmute | foliacore.unmute | false |
| /marker | foliacore.marker.set, foliacore.marker.delete, foliacore.marker.list | false |

Visual systems

tab-sidebar.yml is the optional visual blueprint for server owners who want more than plain text.

It covers:

  • Tab header and footer animation.
  • Sidebar layouts and line control.
  • Nametags, belowname, bossbars, and ping spoofing.
  • Fonts, sprites, placeholders, and output formatting.
  • Toggle persistence for per-player visual settings.

For developers and server admins

FoliaCore is clean to reason about because the code is split across clear surfaces:

  • FoliaCore.java handles registration.
  • Command classes enforce permission checks.
  • Managers handle persistence and runtime logic.
  • The plugin descriptor now publishes the permission defaults directly.

That makes the plugin easier to audit, easier to document, and easier to grant to the right people.

TrueCloud Hosting sponsors FoliaCore.

  • Pricing: $0.50 per GB RAM.
  • Contact for more details: +8801989208751.
  • If someone wants to help as a contributor, send them here.

Final note

If you want a Folia-friendly essentials suite that is practical first and polished second, FoliaCore is built for exactly that space.

Enjoy the release, and shape the server around it.

Версії

Release
5.7-deathwish
folia, paper · 1.21, 1.21.1, 1.21.2 · 19d ago
# FoliaCore v5.7-deathwish — The Deathwish Update Welcome to **FoliaCore v5.7-deathwish**, the most robust and stable release of our native, multi-threaded…
18
Release
5.6.1
folia, paper · 1.21, 1.21.1, 1.21.2 · 19d ago
## FoliaCore v5.6.1 Patch Release This patch updates FoliaCore to resolve critical scheduler and thread-safety bugs on Folia regional server…
4
Release
v5.6
folia · 1.21, 1.21.1, 1.21.2 · 1mo ago
i just fixed an exception bug. but, i really dont know why i put 5.6 instead of 3.6. i think were in future now. jave fun
53
Release
v-3.3-Dark-Angel
paper · 26.1, 26.1.1, 26.1.2 · 1mo ago
# 🌙 FoliaCore v-3.3 - Dark Angel The shadow guardian's edge. v-3.3 brings **player-controlled display toggles** to Dark Angels everywhere. ## ✨ What's…
12
Release
v-3-Nightingale
paper · 26.1, 26.1.1, 26.1.2 · 1mo ago
New in this build Added /calc command for inline math expressions (example: /calc 10*4). Added animated tab system with configurable method names and frame…
7
Release
v2.6.1-hotfix
paper · 26.1, 26.1.1, 26.1.2 · 1mo ago
FoliaCore v2.6.1 Hotfix - Overdrive Overhauled Fixed Vault is now optional at startup instead of crashing when the Vault API class is missing Economy…
8
Release
v2.6-Overhauled-Overdrive
paper · 26.1, 26.1.1, 26.1.2 · 1mo ago
FoliaCore v2.6 Overhauled-Overdrive What changed Added Modrinth update checking through the Folia async scheduler Ops now receive an in-game update prompt with…
8
Release
v2.5-Overhauled
folia · 1.21, 1.21.1, 1.21.2 · 1mo ago
53
Beta
1.0-PRE-RELEASE
folia · 1.21, 1.21.1, 1.21.2 · 7mo ago
### FoliaCore v1.0 Pre-Release This is the first feature-complete pre-release of FoliaCore. All features are built to be Folia-native, using asynchronous…
155

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити FoliaCore

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.