Version 4.305

Details

  • Filename
    PlotSquared-Bukkit-4.305.jar
  • Uploaded by
  • Uploaded
    Jul 27, 2019
  • Size
    3.35 MB
  • Downloads
    4,163
  • MD5
    503e43c124778e94b78bf4bb3277a002

Supported Bukkit Versions

  • 1.14
  • 1.13

Changelog

Heyo,

 

some time passed by from our last release. This version supports Bukkit 1.13 and 1.14. A lot of things have been added or changed in the meantime, I will add a changelog below (hopefully I don't forgot something o.o).

 

Note: If you encounter issues or need assistance, visit us on our discord , we will help you out.

Donations are appreciated but a kind review on  Spigot does it as well, if you can't or won't donate :)

 

Changelog:

 

Update notifications for updates
Add support for PaperMC async chunk generation
Add hide-info flag to hide /plot info
Add server-plot flag (Allows that the server owns the plot)
Fixed forced lowercased plot schematics
Make /plot help categories translatable
Make interval flags (heal, feed, etc.) returning a better format
Fixed /plot home for merged plots with multiple owners
Add plot likes/dislikes
Updated to Gradle 5.4
Fixed chunks being kept loaded
Add proper checks for nether/end worlds
Fixed false messages for single plot worlds
Fixed addsign.js script
Fixed armor stand removal of foreign plots by explosions
Optimize single plot world generation, should take tens of milliseconds now
Fixed debugimportworld
Add option to disable teleport on claim
Fixed item frames being editable on plots marked as done
Added Javadocs (available on our Jenkins)
Updated internal versioning (/plot plugin)
Added Paper as platform
Fixed issue with road generation on unlink
Fixed issue with border changes on merge
Converted PlotBlocks to BaseBlocks in BasicLocalqueue
Extract air blocks into variable to reduce unnecessary function calls
Cache conversions to BaseBlock and fix leaky abstraction
Pass the PlotArea into the PlotManager
Remove PlotArea parameter from the PlotManager method calls
Have PlotAreas create their own PlotManager
Fixed plot walls after running regenallroads
Allow running road regeneration on a single region
Added full 1.14 support
Fixed permissison scope issues from outdated plugin.yml
Added kelp-grow flag
Fixed odd issue with placing water on other plots
Updated /plot debugpaste using easier names now
Lots of reformatting, renaming, refactoring and other "minors" I did not document