Skip to content

Commit

Permalink
fix: title and wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Jul 3, 2023
1 parent 7521596 commit 4b72d0c
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ public final class MainConfig extends ATConfig {
*/
public MainConfig() throws Exception {
super("config.yml");
}

@Override
public void addDefaults() {
instance = this;

setTitle(new Title().withWidth(100).addSolidLine()
.addLine("-<( AdvancedTeleport )>-", Title.Pos.CENTER)
.addLine("Made by Niestrat99 and Thatsmusic99", Title.Pos.CENTER)
Expand All @@ -125,14 +131,9 @@ public MainConfig() throws Exception {
"teleport plugins.")
.addLine("")
.addLine("SpigotMC - https://www.spigotmc.org/resources/advanced-teleport.64139/")
.addLine("Wiki - https://github.com/Niestrat99/AT-Rewritten/wiki")
.addLine("Wiki - https://tm-holly.gitbook.io/advancedteleport/")
.addLine("Discord - https://discord.gg/mgWbbN4")
.addSolidLine());
}

@Override
public void addDefaults() {
instance = this;

addComment("Another comment at the very top for all you lads :)");
addDefault("use-basic-teleport-features", true, "Features", """
Expand Down

0 comments on commit 4b72d0c

Please sign in to comment.