Archived
0

Merge branch 'master' of https://github.com/Aberdeener/Modules into Aberdeener-master

This commit is contained in:
David Panić
2019-04-17 20:42:07 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ command chatonly {
perm utils.chat.chatonly; perm utils.chat.chatonly;
[empty] { [empty] {
run chatonly; run chatonly;
help Shows that you're onlu able to chat, nothing else.; help Shows that you're only able to chat, nothing else.;
type player; type player;
} }
} }

View File

@@ -25,7 +25,7 @@ import com.redstoner.modules.Module;
import net.nemez.chatapi.click.Message; import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File) @Commands(CommandHolderType.File)
@Version(major = 5, minor = 0, revision = 2, compatible = 4) @Version(major = 5, minor = 0, revision = 3, compatible = 4)
public class Discord implements Module { public class Discord implements Module {
private MysqlTable table; private MysqlTable table;
@@ -115,7 +115,7 @@ public class Discord implements Module {
} }
new Message(sender, null).appendText("\n&cRedstoner&7 has a &2Discord&7 Now! \nClick ") new Message(sender, null).appendText("\n&cRedstoner&7 has a &2Discord&7 Now! \nClick ")
.appendLinkHover("&e" + inviteLink, inviteLink, "&aClick to Join").appendText("&7 to join. \n\nTo sync you rank, copy ") .appendLinkHover("&e" + inviteLink, inviteLink, "&aClick to Join").appendText("&7 to join. \n\nTo sync your rank, copy ")
.appendSuggestHover("&e" + token, token, "&aClick to Copy").appendText("&7 into &3#rank-sync&7.\n").send(); .appendSuggestHover("&e" + token, token, "&aClick to Copy").appendText("&7 into &3#rank-sync&7.\n").send();
} }