Ursprung
985f11e968
Commit
33d6a9ad53
@ -261,7 +261,7 @@ AUTO_CHECKER_RESULT_FORBIDDEN_ITEM_NBT=§7Forbidden Item NBT: [{0}, {1}, {2}] ->
|
||||
AUTO_CHECKER_RESULT_TELEPORT_HERE=§7Teleport to block
|
||||
AUTO_CHECKER_RESULT_AFTER_DEADLINE=§cThe deadline has expired: {0}
|
||||
|
||||
AI_START=§7The AI is synthesizing a "§e{}§7"... Please wait.
|
||||
AI_START=§7The AI is synthesizing a "§e{0}§7"... Please wait.
|
||||
AI_FINISH=§7The AI has finished synthesizing. It can be found in your Clipboard.
|
||||
AI_ERROR=§cAn error occurred while synthesizing the schematic. Please try again later or look at the current date.
|
||||
AI_NO_STEAMIES=§cYou have no Steamies. Please buy some Steamies in the shop.
|
@ -31,7 +31,7 @@ import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
public class AprilCommand extends SWCommand {
|
||||
private static final Random random = new Random();
|
||||
private static final Random random = new Random("AprilCommand".hashCode());
|
||||
|
||||
public AprilCommand() {
|
||||
super("ai");
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren