mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-10 01:24:43 +02:00
.github
Bukkit
Core
Sponge
gradle
.gitignore
LICENSE
README.md
build.gradle
gradle.properties
gradlew
pom.xml
settings.gradle

Notify core of all world loading regardless of generator Optimize plot area fetching Fix plot delete not deleting the plot until restart Fix plot unclaim not removing the owner on any cached plots Change gradle output directory Fix plotme conversion sometimes not copying over the floor/main blocks
4 lines
185 B
INI
4 lines
185 B
INI
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
org.gradle.configureondemand=true
|
|
org.gradle.parallel=true |