PlotSquared - Reinventing the plotworld
Go to file
zomb a26db46242 Pyromania
Adds block-ignition, which allows fire being set by players,
dispensers, explosions, and fireballs (if their origin is the same as
the plot that they land in)

Adds fire-spread, which allows fire to spread from lava and fire
spreading in general

Adds block-burn, which allows blocks to burn away
2016-03-15 21:59:01 -10:00
.github Update ISSUE_TEMPLATE.md 2016-03-07 11:24:36 -05:00
Bukkit Pyromania 2016-03-15 21:59:01 -10:00
Core Pyromania 2016-03-15 21:59:01 -10:00
gradle/wrapper Fix small Gradle things. 2016-02-22 23:30:49 -05:00
Sponge Various 2016-03-13 03:57:36 +11:00
target Fix #938 2016-03-07 19:37:53 +11:00
.gitignore a wild pom appears 2016-02-24 03:07:49 +11:00
build.gradle Use Metrics Dependency 2016-03-07 14:56:06 -05:00
gradle.properties Fixes 2016-02-27 21:07:42 +11:00
gradlew Fix small Gradle things. 2016-02-22 23:30:49 -05:00
LICENSE Create LICENSE 2014-10-30 16:23:09 +01:00
pom.xml Fixed bukkit dependency in maven 2016-03-12 23:37:45 -10:00
README.md Update README.md 2016-03-11 09:05:42 -05:00
settings.gradle Gradle / maven 2016-02-26 23:55:21 +11:00

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.

Server Owner

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.

Official Addons