HomeJavaModsSimpleCrawling
SimpleCrawling
ModsJava

SimpleCrawling

by Ladakx · on Modrinth

A lightweight crawling plugin with double-shift activation, reload support, configurable messages, and API hooks for developers.

⬇ Download on Modrinth
SimpleCrawling — screenshot 1

🧎 SimpleCrawling

A lightweight crawling plugin with double-shift activation, reload support, and API hooks for developers.

SimpleCrawling Screenshot

Bukkit Spigot Paper Purpur Folia


📖 OVERVIEW & HOW IT WORKS

SimpleCrawling adds manual crawling to your server in a clean and intuitive way. It works perfectly for survival, roleplay, adventure maps, stealth systems, minigames, and any server that wants a manual crawling mechanic without unnecessary complexity.

How Does It Work? SimpleCrawling listens for a quick double sneak (shift) input. When a player triggers crawling, the plugin places them into a crawl state and keeps that state active while they move. If the player toggles crawling off, disconnects, or the plugin is disabled, the crawling session is stopped safely.

No bloated setup, no unnecessary complexity, just a practical crawling mechanic with useful API support.


✨ PLUGIN FEATURES


⚙️ COMMANDS & PERMISSIONS

Command Permission Description
/simplecrawling reload or /scrawl reload simplecrawling.reload Reloads the plugin config and message file (Default: OP)

🛠️ CONFIGURATION

The configuration is straightforward and gives you full control:


💻 DEVELOPER API

SimpleCrawling includes a robust API for plugin developers who want to control crawling through code or restrict it in certain areas.

Methods:

plugin.startCrawling(player);
plugin.stopCrawling(player);
plugin.isCrawling(player);

plugin.forceStartCrawling(player);
plugin.forceStopCrawling(player);

Events:

Both events are cancellable, meaning other plugins can easily prevent a player from starting or stopping a crawl when needed.

Example Usage:

@EventHandler
public void onStart(PlayerStartCrawlingEvent event) {
    if (event.getPlayer().hasPermission("crawl.blocked")) {
        event.setCancelled(true);
    }
}

🔗 LINKS & SUPPORT

If you encounter any issues or need help with the API, feel free to reach out!

Discord     Documentation



SUPPORT THE PROJECT

Ko-fi     Patreon

PayPal: emsockz1@gmail.com


Plugin Statistics

bStats
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more