PlotSquared icon indicating copy to clipboard operation
PlotSquared copied to clipboard

PlotSquared - Reinventing the plotworld

Results 276 PlotSquared issues
Sort by recently updated
recently updated
newest added

## Overview ## Description Pistons are now able to break blocks when pushing against a plot border or plot area border ## Submitter Checklist - [x] Make sure you are...

Feature

I personally would be a bigger fan of something like ``` private static final Set SNOW_BLOCKS = Stream.of(Material.values()) .filter(material -> material.name().contains("SNOW")) .filter(Material::isBlock) .collect(Collectors.toSet()); ``` Maintainability would be better in that...

Enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/IntellectualSites/PlotSquared). ## Open These updates have all been...

Renovate

### Server Implementation Paper ### Server Version 1.18.2 ### Describe the bug on merged plots you can not set alias for a long time. no teleport or placeholder, but reassign...

Bug
Approved

### Server Implementation Paper ### Server Version 1.16.5 ### Describe the bug If you have the permission ''plots.admin.flight" and you are in survival or adventure mode and you can fly...

Enhancement

## Overview Fixes #3514 ## Description Applies light updates to blocks with light values on chunk generation using a populator and WorldEdits World#applySideEffects-method. Draft, as sometimes that doesn't seem to...

Bugfix

### Server Implementation Paper ### Server Version 1.19 ### Describe the bug Gave players the plots.merge.9 permission node, but with auto-merge enabled they can still create a plot of ANY...

Bug
Approved

### Server Implementation Paper ### Server Version 1.19 ### Describe the bug PlotSquared doesn't work with mini message from Paper. I have to use 1.19 in my build files, if...

Requires Testing

## Overview Fixes #3176 ## Description This should add all language files to the debugpaste. ### This currently doesn't work! The response is always, that a *file list* needs to...

Feature
on-hold

## Overview Adds a Plot Flag that enables players to disable beacon effects from other plots Fixes #3626 ## Description Adds the new Plot Flag "beacon-effects" to toggle beacon effects...

Feature