Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ScalaPlot
PluginLicenseRef-All-Rights-Reserved

ScalaPlot

Plot management plugin with custom world generation

549
Downloads
2
Followers
4 months ago
Updated
📦
13
Versions
decorationminigameworldgenbukkitfoliapaperpurpurspigot
Download Latestv1.2.1View on Modrinth

📖About ScalaPlot

ScalaPlot

ScalaPlot is a comprehensive plot management plugin for Paper/Folia Minecraft servers. It provides a complete solution for creating, managing, and building in a protected plot world, with extensive features including WorldEdit integration, a web-based map, and robust permission controls.

A valid premium key can be bought here

Features

  • Custom Plot World Generation: Automatically generates a world with configurable plot and road sizes.
  • Plot Management: Players can easily claim, teleport to, and get information about plots.
  • Collaboration: Plot owners can add or remove other players as members to build together.
  • Plot Protection: Full protection against unauthorized building and griefing.
  • Fine-Grained Control: Use plot flags to control specific actions like block breaking (break) and placing (place).
  • Plot Rating System: Allows players to rate each other's plots on a scale of 1 to 5.
  • Integrated WorldEdit: A suite of WorldEdit commands are built-in, allowing players to use commands like /p walls, /p copy, and /p paste within their plot boundaries.
  • Web Map (Premium): An integrated web server that displays a live, browsable map of the plot world.
  • Map Rendering (Premium): Manually or automatically render the world to keep the web map up-to-date.
  • Admin Utilities: Powerful admin commands for managing any plot.
  • Folia Compatible: Designed to run efficiently on modern Folia servers.
  • Multi-Language: Supports multiple languages, easily configurable.
  • Automatic Swastika Detection: Protects your server from inappropriate builds. (Cooming soon)

Installation

  1. Download the latest release from the releases page.
  2. Place the Plot-X.X.X.jar file into your server's plugins directory.
  3. Restart your server. The plugin will generate the necessary configuration files.
  4. Configure the plugin by editing plugins/Plot/config.yml.
  5. (Optional) If using a multiverse plugin, ensure the plot_world in config.yml matches the name of your plot world.

Configuration

The main configuration is located in plugins/Plot/config.yml.

# Available languages: de_DE, en_US, fr_FR, it_IT, ru_RU, es_ES, pl_PL.
language: en_US

# The name of the world where plots are located.
plot_world: world

# Plot and road dimensions. Deleting the plot world folder is required for changes to take effect.
plot_size: 100
road_size: 2

# --- Premium Features ---

# A valid key is required to enable premium features.
premium_key: ""

# Periodic rendering settings for the web map.
render:
  auto_start: false
  interval_minutes: 30

# Configuration for the web server.
webserver:
  enabled: true
  host: 0.0.0.0
  port: 8080

Commands & Permissions

The main command is /plot (or its alias /p).

Command Description Permission Default
/plot claim Claims the nearest available plot. plot.claim true
/plot tp Teleports to your plot. plot.tp true
/plot info Shows information about the current plot. plot.info true
/plot add <player> Adds a player as a member to your plot. plot.add true
/plot remove <player> Removes a member from your plot. plot.remove true
/plot flag set <flag> <true/false> Sets a flag (e.g., break, place) for your plot. plot.flag true
/plot rate <1-5> Rates the plot you are currently in. plot.rate true
/plot reset (beta, can cause crash) Resets your plot to its original state. plot.reset true

WorldEdit Commands

Command Description Permission Default
/plot wand Gives you the WorldEdit selection wand. plot.worldedit.wand true
/plot pos1 Sets your first selection point. plot.worldedit.pos1 true
/plot pos2 Sets your second selection point. plot.worldedit.pos2 true
/plot set <material> Sets all blocks in your selection. plot.worldedit.set true
/plot walls <material> Builds walls around your selection. plot.worldedit.walls true
/plot fill <material> Fills the entire plot with a material. plot.worldedit.fill true
/plot copy Copies your selection. plot.worldedit.copy true
/plot paste Pastes your copied selection. plot.worldedit.paste true
/plot undo Undoes your last WorldEdit action. plot.worldedit.undo true

Admin Commands

Command Description Permission Default
/plot admin reset(beta, can cause crash) Resets the plot you are standing in. plot.admin op
/plot admin setowner <player> Sets a new owner for the current plot. plot.admin op
/plot admin delete (not working, marked for removal) Deletes the plot and its contents. plot.admin op
/plot render <start/stop> Starts or stops map rendering. scalaplot.render op
/plot mirror <count> Duplicates a plot across a number of nearby plots. plot.admin.mirror op
(Bypass) Allows building/breaking anywhere. plot.bypass op

License & Usage Terms

This plugin is free to use with optional paid features. The source code and all intellectual property remain the exclusive property of the author. All rights are reserved.

Ownership & License

By downloading or obtaining this plugin, you acquire ownership of a licensed copy.
This license is limited, non-exclusive, and non-transferable. You do not gain rights to the source code or the plugin itself beyond this license.

Restrictions

You may not:

  • Redistribute, sell, or share this plugin or its premium features
  • Modify, decompile, or reverse engineer the plugin
  • Bypass premium or license systems

Premium Features

Paid features are available under a valid license. Sharing or leaking access is strictly prohibited.

Anti-Piracy & Support

Cracked, leaked, or modified versions are not supported and may stop working at any time. Support is only provided for legitimate copies.

Acceptance

By using this plugin, you agree to these terms. If you do not agree, do not use it.

© 2026 All rights reserved.

👥 Team & Contributors

Scalamobile
ScalamobileOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page