Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. package at.patrick.main;
  2.  
  3. public class msgs {
  4.  
  5.  
  6. public static String cmdnotfound = "§cThe Command was not found!";
  7. public static String buyprem = "§cBuy §6Premium §cto use this feature!";
  8. public static String bootsstaff = "§cYou must be a team member to use this feature..";
  9. public static String bootsyter = "§7To use this feature you have to be a §5YoutTube §7creator";
  10. public static String comingsoon = "§cThis Feature is currently in Development!";
  11.  
  12. public static String chatclear1 = "§7The §cChat §7was from §6";
  13. public static String chatclear2 = " §cgecleart§7!";
  14.  
  15. public static String clock1 = "§7The §cChat §7was from §6";
  16. public static String clock2 = " §cblocked§7!";
  17. public static String clock3 = "§cThe chat is currently disabled.";
  18.  
  19. public static String gms = "§7Your §eGameMode §7has been changed to §cSurvivle.";
  20. public static String gmc = "§7Your §eGamemode §7has been changed to §cCreative.";
  21. public static String gma = "§7Your §eGameMode §7has been changed to§cAdventure.";
  22. public static String gmspec = "§7Your §eGameMode §7has been changed to§cSpectator.";
  23.  
  24. public static String gadgetsrm = "§cAll gadgets have been removed!";
  25. public static String loveboots = "§7You put on §5Love Boots!";
  26. public static String fireboots = "§7You put on §cFire Boots!";
  27. public static String angryboots = "§7You put on §6Angry Boots!";
  28. public static String musicboots = "§7You put on §bMusic Boots!";
  29. public static String cloudboots = "§7You put on§7Smoke Boots!";
  30. public static String impboots = "§7You put on §4I§cM§6P§eU§2L§aS§b §3B§1O§9O§dT§5S!";
  31.  
  32. public static String tpspawn = "§aYou were teleported to §bSpawn";
  33. public static String tpbff = "§aYou were teleported to §cComing Soon";
  34. public static String tpcb = "§aYou were teleported to §eCity Build";
  35.  
  36. public static String hidershowall = "§aShow all players";
  37. public static String hiderhideall = "§cHide all players";
  38. public static String hiderhodenor = "§5Show only Youtuber and team members";
  39. public static String showallmsg = "§7All players will be shown!";
  40. public static String hiderteammsg = "§7Now only §5YouTuber§7, §cTeam-Mitglieder§7, and §6Premium-Plus §7will be displayed!";
  41. public static String hideallmsg = "§7There are now §call §7players hidden!";
  42.  
  43. public static String subtitle1 = "§r§6BuildFFA §f§lCOMING SOON";
  44. public static String subtitle2 = "§e§lCity Build §r§fnow §a§lONLINE";
  45. public static String subtitle3 = "§cmoderators §f§lapplication phase";
  46.  
  47. public static String poff = "§7Your §5Protector §7 has been §cdractivated§7!";
  48. public static String pon = "§7Your §5Protector §7 has been §aactivated§7!";
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement