# This value is not configurable. It shows the platform you are using.
platform:"Bukkit"
# Show additional information in console. It helps us at IntellectualSites to find out more about an issue.
# Leave it off if you don't need it, it can spam your console.
debug:false
# Redstone related settings
redstone:
# Disable redstone in unoccupied plots
disable-unoccupied:false
# Disable redstone when all owners/trusted/members are offline
disable-offline:false
# Detect and cancel invalid pistons on the edge of plots (e.g. placed with WorldEdit)
detect-invalid-edge-pistons:false
# UUID settings
# DO NOT EDIT them unless you know what you are doing.
uuid:
# Force using offline UUIDs (it usually detects the right mode)
offline:false
# Force using lowercase UUIDs
force-lowercase:false
# How many UUIDs that may be stored in the cache
uuid-cache-size:100000
# Rate limit (per 10 minutes) for background UUID fetching from the Mojang API
background-limit:200
# Rate limit (per 10 minutes) for random UUID fetching from the Mojang API
impromptu-limit:300
# Timeout (in milliseconds) for non-blocking UUID requests (mostly commands)
non-blocking-timeout:3000
# Timeout (in milliseconds) for blocking UUID requests (events)
blocking-timeout:10
# Whether or not PlotSquared should read from the legacy database
legacy-database-support:true
# Whether or not PlotSquared should return Unknown if it fails to fulfill a request
unknown-as-default:true
# Whether or not automatic background caching should be enabled. It is HIGHLY recommended to keep this turned on. This should only be disabled if the server has a very large number of plots (>100k)
background-caching-enabled:true
# Whether the PaperMC service is enabled
service-paper:true
# Whether the LuckPerms service is enabled
service-luckperms:true
# Whether the Bukkit service is enabled
service-bukkit:true
# Whether the EssentialsX service is enabled
service-essentialsx:true
# Enable or disable parts of the plugin
# Note: A cache will use some memory if enabled
enabled-components:
# The database stores all the plots
database:true
# Events are needed to track a lot of things
events:true
# Commands are used to interact with the plugin
commands:true
# Whether we should notify you about updates or not.
update-notifications:true
# Stores user metadata in a database
persistent-meta:true
# Getting a rating won't need the database
rating-cache:true
# Allow WorldEdit to be restricted to plots
worldedit-restrictions:true
# Allow economy to be used to sell, claim or buy plots.
economy:true
# Expiry will clear old or simplistic plots
plot-expiry:false
# Processes chunks (trimming, or entity/tile limits)
chunk-processor:false
# Kill mobs on roads (Chicken, Cow, etc.)
kill-road-mobs:false
# Also kill any road mobs that are being ridden, or are leashed
kill-owned-road-mobs:false
# Kill items on roads (Stick, Paper, etc.)
kill-road-items:false
# Kill vehicles on roads (Boat, Minecart, etc.)
kill-road-vehicles:false
# Notify a player of any missed plot comments upon plot entry
comment-notifier:false
# Let players claim entire worlds with PlotSquared
worlds:false
# Actively purge invalid database entries
database-purger:false
# Delete plots when a player is banned.
# Note: This only works with the /minecraft:ban command. Any punishment plugin is not supported.
ban-deleter:false
# Allows PlaceholderAPI placeholders to be used in captions, flags, etc.
external-placeholders:true
# Make road regeneration persistent across restarts
persistent-road-regen:true
# Enable the `/plot component` preset GUI
# Read more about components here: https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Plot-Components
# See https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Schematic-on-Claim for more information.
schematics:
# Whether schematic based generation should paste schematic on top of plots, or from Y=1
paste-on-top:true
# Whether schematic based road generation should paste schematic on top of roads, or from Y=1
paste-road-on-top:true
# If schematics that do not match a plot's size should be pasted anyway
# - This will still only paste a schematic with a plot's bounds.
# - If a schematic is too big, it will cut off, and if too small, will not full the plot.
paste-mismatches:true
# Update checker settings
updatechecker:
# How often to poll for updates (in minutes)
poll-rate:360
# Only notify console once after an update is found
notify-once:true
# General settings
general:
# Display scientific numbers (4.2E8)
scientific:false
# Replace wall when merging
merge-replace-wall:true
# Blocks that may not be used in plot components
# Checkout the wiki article regarding plot components before modifying: https://github.com/IntellectualSites/PlotSquared-Documentation/wiki/Plot-Components