Tweak nukkit plot chat

This commit is contained in:
Jesse Boyd
2018-06-09 15:37:49 +10:00
parent 9ed5847c0a
commit ce3e3be59e
2 changed files with 8 additions and 7 deletions

View File

@ -111,7 +111,9 @@ public class ExpireManager {
.text("\n - ").color("$3").text("Remind later (/plot set keep 1d)").color("$2").suggest("/plot set keep 1d")
.tooltip("/plot set keep 1d")
.text("\n - ").color("$3").text("Keep this (/plot set keep true)").color("$2").suggest("/plot set keep true")
.tooltip("/plot set keep true");
.tooltip("/plot set keep true")
.text("\n - ").color("$3").text("Don't show me this").color("$2").suggest("/plot toggle clear-confirmation")
.tooltip("/plot toggle clear-confirmation");
msg.send(pp);
}
});