HomeJavaModsflok
flok
ModsJava

flok

by cloudwynn · on Modrinth

Flok is a fast, lightweight scripting plugin for Paper/Spigot servers. You write plain .fk files; no Java, no compile step, no restarts for most changes…

⬇ Download on Modrinth

Flok Engine

Performance-First Server Scripting for Modern Minecraft

Flok is a lightweight, high-performance scripting engine for Paper and Spigot servers (1.21+). Designed as a modern, safety-conscious alternative to traditional scripting plugins, Flok allows you to create custom mechanics, commands, and event handlers using a natural, easy-to-read syntax—without the overhead or server-freeze risks.

Why Choose Flok?

Key Features

Quick Start

  1. Drop Flok-1.0.jar into your plugins folder.
  2. Restart the server to generate the /plugins/Flok/scripts/ directory.
  3. Create a .fk file and start scripting!
on player-join:
    send "&aWelcome to the server, %player-name%!"
    if %first-join% is true:
        broadcast "&e%player-name% joined for the first time!"# 🐺 Flok Engine

Performance-First Server Scripting for Modern Minecraft

Flok is a lightweight, high-performance scripting engine for Paper and Spigot servers (1.21+). Designed as a modern, safety-conscious alternative to traditional scripting plugins, Flok allows you to create custom mechanics, commands, and event handlers using a natural, easy-to-read syntax—without the overhead or server-freeze risks.

Why Choose Flok?

Key Features

Quick Start

  1. Drop Flok-1.0.jar into your plugins folder.
  2. Restart the server to generate the /plugins/Flok/scripts/ directory.
  3. Create a .fk file and start scripting!
on player-join:
    send "&aWelcome to the server, %player-name%!"
    if %first-join% is true:
        broadcast "&e%player-name% joined for the first time!"

Documentation: https://flokdev-dev.github.io/flok/ Source Code: https://github.com/FlokDev-dev/flok

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more