if (command.getName().equals("banplox")){
if (sender instanceof Player){
Player player = (Player) sender;
BanList banList = getServer().getBanList(BanList.Type.NAME);
int minute = 60*1000;
Date date = new Date(System.currentTimeMillis() + minute);
banList.addBan(player.getDisplayName(), ChatColor.DARK_RED + "You've been cheating", date, null );
player.kickPlayer(ChatColor.DARK_RED + "You've been cheating");
}
}
Cześć to znowu ja, aspirujący programista.mp4 i zapalony zpolszczacz(?).ogg wszystkiego co się da. Czy da się ustawić język tego:
na polski? Chodzi mi o "You are banned from this server! Reason: ... Your ban will be removed on ..."
Pytanie
C4LLM3P3T3R 4
if (command.getName().equals("banplox")){ if (sender instanceof Player){ Player player = (Player) sender; BanList banList = getServer().getBanList(BanList.Type.NAME); int minute = 60*1000; Date date = new Date(System.currentTimeMillis() + minute); banList.addBan(player.getDisplayName(), ChatColor.DARK_RED + "You've been cheating", date, null ); player.kickPlayer(ChatColor.DARK_RED + "You've been cheating"); } }Cześć to znowu ja, aspirujący programista.mp4 i zapalony zpolszczacz(?).ogg wszystkiego co się da. Czy da się ustawić język tego:
na polski? Chodzi mi o "You are banned from this server! Reason: ... Your ban will be removed on ..."
Edytowane przez C4LLM3P3T3ROdnośnik do komentarza
https://skript.pl/temat/35894-zmiana-j%C4%99zyka/Udostępnij na innych stronach
10 odpowiedzi na to pytanie
Rekomendowane odpowiedzi