T2C-AutoResponse/src/main/java/net/t2code/autoresponse/Spigot/config/languages/MSG.java

26 lines
988 B
Java

// This claas was created by JaTiTV
// -----------------------------
// _____ _____ _ _ _____
// / ____/ ____| | | |_ _|
// | | | | __| | | | | |
// | | | | |_ | | | | | |
// | |___| |__| | |__| |_| |_
// \_____\_____|\____/|_____|
// -----------------------------
package net.t2code.autoresponse.Spigot.config.languages;
public class MSG {
// EN
protected static String EN_ReloadStart = "[prefix] &6Plugin is reloaded...";
protected static String EN_ReloadEnd = "[prefix] &2Plugin was successfully reloaded.";
protected static String EN_NoPermissionForCommand = "[prefix] &cFor &b[cmd] &cyou lack the permission &6[perm]&c!";
// DE
protected static String DE_ReloadStart = "[prefix] &6Plugin wird neu geladen...";
protected static String DE_ReloadEnd = "[prefix] &2Plugin wurde erfolgreich neu geladen.";
protected static String DE_NoPermissionForCommand = "[prefix] &cF[ue]r &b[cmd] &cfehlt dir die Permission &6[perm]&c!";
}