mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-14 03:14:42 +02:00
.github
Bukkit
src
main
java
resources
build.gradle.kts
Core
gradle
.editorconfig
.gitignore
.whitesource
CODE_OF_CONDUCT.md
HEADER.txt
LICENSE
README.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
plotsquared-logo.png
renovate.json
settings.gradle.kts

* fix: Standardize projectile permissions - Let all projectiles (not just splash potions) have a permissions check on throwing - Fixes snowballs, eggs, etc. being able to be thrown when not added to the plot, etc. - Fixes #2986 (splash potions only able being to be thrown when also added to the plot) - Remove the specialized code for egg hatching as now eggs are cancelled entirely - Remove the non-standard plots.projectile.unowned and plots.projectile.other permissions in favor of the standard admin ones * docs: Add back deprecated projectile permissions * docs: Update Core/src/main/java/com/plotsquared/core/permissions/Permission.java Co-authored-by: Alex <mc.cache@web.de> Co-authored-by: Alex <mc.cache@web.de>