PlotSquared - Reinventing the plotworld
Go to file
dordsor21 8a53b41b52
Improve ChunkListener class
- Add quicker method for getting chunks (not requiring a slow stream done by CB) but comment it out for now because we shouldn't need to do our own GC for loaded chunks; they're "handled much better by minecraft as of 1.14" (not really) meaning the required methods for testing if a chunk is allowed to be unloaded is not present. We instead must now rely on the ChunkUnloadEvent for setting if a chunk should be saved.
- Optimise the shouldSave method by not requiring access to injected classes frequently. Location#getPlot methods are not optimised for frequent usage in the same task.
2021-08-22 15:54:05 +01:00
.github Address style violations 2021-08-18 11:58:18 +02:00
Bukkit Improve ChunkListener class 2021-08-22 15:54:05 +01:00
Core Add option to "update" blocks that are altered in P2 queues. (#3200) 2021-08-19 20:30:38 +02:00
gradle Bump FAWE version 2021-08-17 22:43:47 +01:00
.editorconfig Initial annotation usage cleanup + EditorConfig 2021-01-09 22:28:41 +01:00
.gitignore Rewrite build scripts 2020-10-08 14:02:08 +02:00
build.gradle.kts 6.0.10 2021-08-19 20:51:51 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-07-25 03:11:07 +02:00
CONTRIBUTING.md Provide instruction about the .editorconfig 2021-05-20 00:26:35 +02:00
gradle.properties Update to gradle 7 2021-04-10 16:52:46 +02:00
gradlew Merge pull request #3136 from IntellectualSites/renovate/gradle-7.x 2021-07-02 17:58:00 +02:00
gradlew.bat Merge pull request #3136 from IntellectualSites/renovate/gradle-7.x 2021-07-02 17:58:00 +02:00
HEADER.txt Update licenses to 2021 2021-01-01 00:19:45 +01:00
LICENSE Update license header 2020-08-15 14:59:29 +02:00
plotsquared-logo.png Fix logo 2020-10-11 13:03:22 +02:00
README.md 1.17 (#3088) 2021-06-20 18:17:18 +02:00
renovate.json Add renovate.json 2020-12-20 21:24:38 +00:00
SECURITY.md Move to security advisory 2021-07-31 18:15:53 +02:00
settings.gradle.kts Opt in future proof gradle features 🚀 (#2950) 2021-04-30 09:50:22 +02:00


PlotSquared is a land and world management plugin for Minecraft. It includes several highly configurable world generators. You can create plots of land in existing worlds using plot clusters, or you can have a full world of plots.

For the end user, PlotSquared is packed with a tonne of cool features. It allows you to merge plots, and build together with your friends. You can also change a lot of plot specific settings in the form of flags. Such as: weather, time, game modes, pvp status.

Whilst we provide a whole load of unique features, the biggest focus is to provide a lag-free and smooth experience.

Developer Resources

Building

Gradle is the recommended way to build the project. Use ./gradlew build in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module.

Contributing

See here

Suggestions

Suggestions are welcome! We have a separate issue tracker for suggestions, that can be found in this repository.

Official Addons

Unmaintained or integrated into PlotSquared

Sponsors

Our official sponsor list can be found here.
If you are interested and want to be listed here, contact us.