- 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
This commit is contained in:
Jesse Boyd
2016-03-31 20:48:46 +11:00
parent dbdd9f9e5a
commit edd18a7178
15 changed files with 151 additions and 131 deletions

View File

@ -33,7 +33,6 @@ import java.util.UUID;
/**
* PlotSquared API.
* <br>
* @version API 3.3.2
* <br>
* Useful classes:<br>
* @see BukkitUtil
@ -42,7 +41,7 @@ import java.util.UUID;
* @see com.intellectualcrafters.plot.object.Location
* @see PlotArea
* @see PS
* @version 3.3.1
* @version 3.3.3
>>>>>>> origin/master
*/
public class PlotAPI {