Skip to content

Commit

Permalink
更改包名
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Jan 13, 2025
1 parent 800bdb6 commit 38b3866
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>FestiveFirework</groupId>
<artifactId>FestiveFirework</artifactId>
<version>1.2.2.1</version>
<version>1.2.3</version>
<packaging>jar</packaging>

<name>FestiveFirework</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.sugarmgp.festivefirework;

import io.github.sugarmgp.festivefirework.Command.MainCommand;
import io.github.sugarmgp.festivefirework.Util.TimerManager;
import io.github.sugarmgp.festivefirework.command.MainCommand;
import io.github.sugarmgp.festivefirework.util.TimerManager;
import org.bukkit.Bukkit;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.plugin.java.JavaPlugin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package io.github.sugarmgp.festivefirework.Command;
package io.github.sugarmgp.festivefirework.command;

import io.github.sugarmgp.festivefirework.FestiveFirework;
import io.github.sugarmgp.festivefirework.Util.FireworkUtil;
import io.github.sugarmgp.festivefirework.Util.TimerManager;
import io.github.sugarmgp.festivefirework.util.FireworkUtil;
import io.github.sugarmgp.festivefirework.util.TimerManager;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.command.Command;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.sugarmgp.festivefirework.Util;
package io.github.sugarmgp.festivefirework.util;

import io.github.sugarmgp.festivefirework.FestiveFirework;
import org.bukkit.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.sugarmgp.festivefirework.Util;
package io.github.sugarmgp.festivefirework.util;

import org.bukkit.entity.Firework;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.sugarmgp.festivefirework.Util;
package io.github.sugarmgp.festivefirework.util;

import com.google.common.base.Charsets;
import io.github.sugarmgp.festivefirework.FestiveFirework;
Expand Down

0 comments on commit 38b3866

Please sign in to comment.