edd18a7178
- Fix some block change issues (for some reason sending a chunk would sometimes reset any recent changes) - Send chunk changes for relight command - Have kick cmd kick the player from the server if they are kicked from the spawn plot - Plot size checks for downloading - Fix some potential integer overflow issues for large plots (>64K x 64K) - Fix some edge cases for plot move/copy |
||
---|---|---|
.github | ||
Bukkit | ||
Core | ||
gradle/wrapper | ||
Sponge | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
LICENSE | ||
pom.xml | ||
README.md | ||
settings.gradle |
PlotSquared
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, gamemodes, pvp status.
Whilst we provide a whole load of unique features, the biggest focus is to provide a lag-free and smooth experience.
Links
Server Owner
- Spigot Page
- WebChat/IRC: #IntellectualCrafters on irc.esper.net
- Wiki
- Website
Developer Resources
- [JavaDocs] Link Temporarily Unavailable
- [Build Server] Link Temporarily Unavailable
- [Maven Repo] Link Temporarily Unavailable
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.
If you prefer to use maven, a pom.xml
file is provided for working with the Bukkit part of the plugin.
Contributing
Feel free to contribute, if you feel like you can improve the plugin in any way. Make sure to test your code before sending it away from us, as committing broken code will block you from future contribution.