Advertisement
GoodestEnglish

Untitled

Apr 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. public String zh_tw_activated_bank_protection = "§7[§9招集令§7] §b§l銀行守護者 §e啟動! 銀行被擊殺! 但不會被奪走任何資金!";
  2. public String en_us_activated_bank_protection;
  3.  
  4. public String zh_tw_activated_bank_protection_enemy = "§7[§9招集令§7] §c對方使用了 §b§l銀行守護者 §c! 此次擊殺銀行但無法獲得任何金錢!";
  5. public String en_us_activated_bank_protection_enemy;
  6.  
  7. public String zh_tw_killed_bank = "§e我方 §a{0} §e成功擊殺了敵方的銀行! 該玩家從敵方銀行身上奪走了 §6§l{1}$§e !";
  8. public String en_us_;
  9.  
  10. public String zh_tw_killed_bank_enemy = "§c敵方擊殺了我方的銀行! 我方有一半的錢§6§l({0}$) §c從銀行裡消失了! 現在剩餘 §6§l{1}$§c !";
  11. public String en_us_killed_bank_enemy;
  12.  
  13. public String zh_tw_deathmatch_killed = "§7[§4極限淘汰§f§l模式§7] §c我方死了一個人, 核心血量減少了 20 滴!";
  14. public String en_us_deathmatch_killed;
  15.  
  16. public String zh_tw_get_money_by_killing = "§e你獲得了 §6{0}元§7 (擊殺)";
  17. public String en_us_get_money_by_killing;
  18.  
  19. public String zh_tw_kill_message = "{0} {1}§8[§f{2}§8]§7 被 §a{3} {4}§8[§f{5}§8] §7擊殺了!";
  20. public String en_us_kill_message;
  21.  
  22. public String zh_tw_kill_message_no_killer = "{0} {1}§8[§f{2}§8]§7 死亡了!";
  23. public String en_us_kill_message_no_killer;
  24.  
  25. public String zh_tw_cannot_break_castle = "§c你不能破壞陣營!";
  26. public String en_us_cannot_break_castle;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement