Rewrite build scripts

Co-Authored By: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
N0tMyFaultOG
2020-09-20 22:42:13 +02:00
committed by Alexander Söderberg
parent 544d57c720
commit ec23fcdd75
540 changed files with 829 additions and 745 deletions

View File

@ -23,6 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.plotsquared.bukkit.generator;
import com.plotsquared.core.PlotSquared;

View File

@ -23,6 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.plotsquared.bukkit.generator;
import com.plotsquared.core.generator.AugmentedUtils;

View File

@ -23,6 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.plotsquared.bukkit.generator;
import com.plotsquared.bukkit.queue.GenChunk;

View File

@ -23,6 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.plotsquared.bukkit.generator;
import com.plotsquared.bukkit.util.BukkitUtil;