PlotSquared/Bukkit
Alexander Krivács Schrøder 941821e453 Convert all PlotBlocks to BaseBlocks in the BasicLocalBlockQueue
The `BukkitLocalQueue` only supports using one of the sets (the removed `baseBlocks` variable in `BasicLocalBlockQueue` was the deciding factor for which one won out) which led to issues with missing blocks when trying to use both types at the same time, such as in the `HybridPlotManager`s `clearPlot` method, where `PlotBlock` is used to fill in the various layers, while the`createSchemAbs` method uses `BaseBlock` for its data.
2019-06-03 16:24:59 -04:00
..
src/main Convert all PlotBlocks to BaseBlocks in the BasicLocalBlockQueue 2019-06-03 16:24:59 -04:00
build.gradle Commented out Multiverse-Core and Bump to 1.14.1 2019-05-17 14:26:47 -04:00