Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
435dcfceba
Commit
ed9aa9082d
@ -26,6 +26,7 @@ import de.steamwar.bungeecore.inventory.SWListInv;
|
|||||||
import de.steamwar.bungeecore.inventory.SWStreamInv;
|
import de.steamwar.bungeecore.inventory.SWStreamInv;
|
||||||
import de.steamwar.bungeecore.sql.SteamwarUser;
|
import de.steamwar.bungeecore.sql.SteamwarUser;
|
||||||
import de.steamwar.bungeecore.sql.Tutorial;
|
import de.steamwar.bungeecore.sql.Tutorial;
|
||||||
|
import de.steamwar.bungeecore.util.Chat19;
|
||||||
import de.steamwar.command.SWCommand;
|
import de.steamwar.command.SWCommand;
|
||||||
import de.steamwar.command.TypeValidator;
|
import de.steamwar.command.TypeValidator;
|
||||||
import net.md_5.bungee.api.ProxyServer;
|
import net.md_5.bungee.api.ProxyServer;
|
||||||
@ -52,7 +53,7 @@ public class TutorialCommand extends SWCommand {
|
|||||||
|
|
||||||
@Register("rate")
|
@Register("rate")
|
||||||
public void rate(ProxiedPlayer player) {
|
public void rate(ProxiedPlayer player) {
|
||||||
player.chat("/tutorial rate");
|
Chat19.chat(player, "/tutorial rate");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Register("rate")
|
@Register("rate")
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren