Skip to content

Commit 5c11521

Browse files
committed
fix: 1st startup message issues
1 parent 5e0af11 commit 5c11521

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

singularity-api/src/main/java/singularity/modules/ModuleManager.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ protected PluginDescriptorFinder createPluginDescriptorFinder() {
9797
"&a&m&l %newline%" +
9898
"&cDisable &ethis message in the &bmain-config.yml%newline%" +
9999
"&a&m&l %newline%" +
100-
"&6Our &b&lWiki&7: &bhttps://wiki.plas.host/en/streamline/modules%newline%" +
101-
"&6Our &9&lDiscord&7: &bhttps://dsc.gg/streamline%newline%" +
100+
"&6Streamline &b&lWiki&7: &bhttps://wiki.plas.host/streamline/modules.html%newline%" +
101+
"&6Streamline &9&lDiscord&7: &bhttps://dsc.gg/streamline%newline%" +
102102
"&6Drak&7'&6s &c&lSpigotMC &6Page&7: &bhttps://www.spigotmc.org/resources/authors/393831%newline%" +
103+
"&6Drak&7'&6s &c&lModrinth &6Page&7: &bhttps://modrinth.com/user/MrDrak%newline%" +
103104
"&a&m&l "
104105
;
105106

0 commit comments

Comments
 (0)