Moved PlayerScore
This commit is contained in:
parent
7573ca71c5
commit
bb01068080
|
|
@ -1,7 +1,7 @@
|
|||
package com.alttd.fishingevent.commands.fish_subcommands;
|
||||
|
||||
import com.alttd.fishingevent.commands.SubCommand;
|
||||
import com.alttd.fishingevent.objects.PlayerScore;
|
||||
import com.alttd.fishingevent.scoreboard.PlayerScore;
|
||||
import com.alttd.fishingevent.scoreboard.ScoreboardManager;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.text.minimessage.MiniMessage;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package com.alttd.fishingevent.objects;
|
||||
package com.alttd.fishingevent.scoreboard;
|
||||
|
||||
import com.alttd.fishingevent.fish.Fish;
|
||||
import org.bukkit.entity.Player;
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
package com.alttd.fishingevent.scoreboard;
|
||||
|
||||
import com.alttd.fishingevent.fish.Fish;
|
||||
import com.alttd.fishingevent.objects.PlayerScore;
|
||||
import net.kyori.adventure.text.minimessage.MiniMessage;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.entity.Player;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user