Migrates the entire package nomenclature to be more direct and straightforward. (#17)

Signed-off-by: Paul Reilly <pawereus@gmail.com>
This commit is contained in:
Paldiu
2023-08-01 22:34:18 -05:00
committed by GitHub
parent e1a6b5e587
commit 21463c50fe
146 changed files with 595 additions and 608 deletions

View File

@ -1,6 +1,6 @@
package me.totalfreedom.corvo;
package fns.corvo;
import me.totalfreedom.base.Patchwork;
import fns.patchwork.base.Patchwork;
import org.bukkit.plugin.java.JavaPlugin;
public class Corvo extends JavaPlugin

View File

@ -1,4 +1,4 @@
package me.totalfreedom.corvo.listener;
package fns.corvo.listener;
import io.papermc.paper.event.block.BlockBreakBlockEvent;
import org.bukkit.event.EventHandler;