mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Switching from IRC to Discord
To offer us a better possibility to help you regarding issues or bugs, join us on discord https://discord.gg/ngZCzbU
This commit is contained in:
@ -160,7 +160,7 @@ public class InstallerFrame extends JFrame {
|
||||
} catch (Throwable ignore) {
|
||||
ignore.printStackTrace();
|
||||
}
|
||||
URL chat = new URL("http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF");
|
||||
URL chat = new URL("https://discord.gg/ngZCzbU");
|
||||
URLButton chatButton = new URLButton(chat, "Chat");
|
||||
bottomBar.add(chatButton);
|
||||
URL wiki = new URL("https://github.com/boy0001/FastAsyncWorldedit/wiki");
|
||||
|
@ -5,7 +5,7 @@
|
||||
# 请其他译者勿使用机器翻译。谢谢!
|
||||
|
||||
info:
|
||||
prefix: '&8(&4&l快异创世&8)&r&7'
|
||||
prefix: '&8(&4&lFAWE&8)&r&7'
|
||||
file_deleted: '%s0 已被删除。'
|
||||
schematic_pasting: '&7正在粘贴布局。此操作无法撤销。'
|
||||
lighting_propogate_selection: '&7光照已在 %s0 个区块内传播。(注:您可使用 //removelight 移除)'
|
||||
|
Reference in New Issue
Block a user