mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
[API] Fix package naming
This commit is contained in:
@@ -2,7 +2,7 @@ package com.earth2me.essentials.commands;
|
||||
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.User;
|
||||
import net.ess3.essentials.api.events.UserToggleGodmodeEvent;
|
||||
import net.ess3.api.events.UserToggleGodmodeEvent;
|
||||
import org.bukkit.Server;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package net.ess3.essentials.api.events;
|
||||
package net.ess3.api.events;
|
||||
|
||||
import com.earth2me.essentials.User;
|
||||
import org.bukkit.event.Cancellable;
|
Reference in New Issue
Block a user