mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Warn before update restart
This commit is contained in:
parent
037714ab76
commit
a26cf574de
@ -46,7 +46,7 @@ public class Updater {
|
|||||||
Fawe.debug("Updated FAWE to " + versionString + " @ " + pendingFile);
|
Fawe.debug("Updated FAWE to " + versionString + " @ " + pendingFile);
|
||||||
String url = "https://empcraft.com/fawe/cl?" + Integer.toHexString(Fawe.get().getVersion().hash);
|
String url = "https://empcraft.com/fawe/cl?" + Integer.toHexString(Fawe.get().getVersion().hash);
|
||||||
new Message().prefix().text("A FAWE update is available:")
|
new Message().prefix().text("A FAWE update is available:")
|
||||||
.text("\n&8 - &a/fawe update &8 - &7Update the plugin")
|
.text("\n&8 - &a/fawe update &8 - &7Updates the plugin and restarts the server to apply the changes")
|
||||||
.cmdTip("fawe update")
|
.cmdTip("fawe update")
|
||||||
.text("\n&8 - &a/fawe changelog")
|
.text("\n&8 - &a/fawe changelog")
|
||||||
.cmdTip("fawe changelog")
|
.cmdTip("fawe changelog")
|
||||||
|
Loading…
Reference in New Issue
Block a user