feat: 修改包名

修改包名
This commit is contained in:
2022-08-06 01:22:51 +08:00
parent a502e76ab2
commit f860fc2695
24 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
package cn.hamster3.core.proxy;
package cn.hamster3.plugin.core.proxy;
import cn.hamster3.core.common.constant.ConstantObjects;
import cn.hamster3.plugin.core.common.constant.ConstantObjects;
import net.md_5.bungee.api.plugin.Plugin;
public class HamsterCorePlugin extends Plugin {

View File

@@ -1,3 +1,3 @@
name: HamsterCore-Proxy
main: cn.hamster3.core.proxy.HamsterCorePlugin
main: cn.hamster3.plugin.core.proxy.HamsterCorePlugin
version: ${version}