Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Selective Render Plots
SRP 1.1.0 works with Selective Render 1.9.0. This client update does not require a new server bridge.
Selective Render Plots is the optional server bridge that connects Selective Render clients to exact PlotSquared regions. It supports merged and irregular plots represented by multiple PlotSquared cuboids.
The project provides separate downloads for Paper and Fabric servers. Install only the JAR that matches your server platform. The bridge performs no rendering by itself: every player using the feature needs Selective Render on their Fabric client.
Requirements
Client:
- Minecraft 1.20.1 with Fabric Loader
- Selective Render 1.8.0 or newer (1.9.0 recommended)
- Fabric API and Sodium as required by Selective Render
Paper server:
- Paper 1.20.1 or a compatible Bukkit implementation
- Java 17
- PlotSquared 7.x, tested with 7.3.9
Fabric server:
- Minecraft 1.20.1 with Fabric Loader 0.15.11 or newer
- Fabric API 0.92.2+1.20.1
- The ArdaCraft PlotSquared Fabric port, tested with 7.3.9-SNAPSHOT
- The Multiworld, Stimuli, and WorldEdit/FAWE dependencies required by that PlotSquared build
The regular Bukkit PlotSquared JAR cannot be used on a Fabric server.
Installation
- Paper: place
selective-render-plots-paper-VERSION.jarinplugins/. - Fabric: place
selective-render-plots-fabric-VERSION.jarinmods/. - Install Selective Render and its client dependencies for every player who will use the feature.
- Restart the server after installation.
The common JAR is not an installable server mod or plugin.
Usage
The integration is part of Selective Render's client-side command tree. /sr abbreviates
/selectiverender, p abbreviates plot, and s abbreviates save.
/sr p
/sr p [minY] [maxY] [xzMargin]
/sr p clear
/sr p s NAME [minY] [maxY] [xzMargin]
/sr padds the plot under the player to temporary isolation. Using it again on an active plot removes only that plot, allowing several plots to be rendered together./sr p clearclears the complete temporary plot group.- Optional Y values set inclusive vertical bounds, may be outside normal build height, and default
to the client's configured minimum (initially
-100) and maximum400when omitted. - A positive
xzMarginexpands the complete plot shape and a negative value shrinks it; omitting the margin keeps the exact PlotSquared boundaries. Invalid margins that erase the shape are rejected. - Saving creates one normal named Selective Render preset and immediately activates it, even when an irregular plot contains several internal cuboids.
Only the first plot in an empty selection automatically enables isolation. Turn rendering off with
/sr t to collect more plots while seeing the full world, then toggle it on when ready.
Temporary plot groups remain available across reconnects and dimension changes during the current Minecraft session while staying separate per server or world and dimension. Saved plot presets use Selective Render's normal local, server- and dimension-specific configuration.
Permissions and behavior
The permission is selectiverender.plot.solo. Paper permissions can be managed through standard
Bukkit permission plugins such as LuckPerms. On Fabric, access follows the permission handling of
the ArdaCraft PlotSquared stack.
With LuckPerms on Fabric, grant this node explicitly. On Paper, use the same grant if the permission
policy overrides the plugin default or access is denied:
/lp user PLAYER permission set selectiverender.plot.solo true.
Selective Render Plots only answers an explicit request from a permitted client with plot block boundaries. It does not modify chunks, plots, collisions, render distance, world state, or network chunk loading. Responses are capped at 256 cuboids per logical plot.
Rendering behavior and its limitations belong to the Selective Render client. The bridge uses Selective Render protocol version 2; the optional X/Z margin is applied client-side.
Contact: pengwing.ac@gmail.com.
Licensed under GPL-3.0-only. PlotSquared is a separate GPL-3.0 runtime dependency and is not included in the distributed JARs.


