File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
src/main/kotlin/me/scoretwo/fastscript Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ repositories {
3434 maven {url ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
3535 maven {url ' https://oss.sonatype.org/content/repositories/snapshots' }
3636 maven {url ' https://repo.md-5.net/repository/public' }
37- maven {url ' http://mc3.roselle.vip:602/maven-repositories /' }
37+ maven {url ' http://repo.iroselle.com/snapshots /' }
3838 maven {url ' https://repo.extendedclip.com/content/repositories/placeholderapi/' }
3939 maven {url ' http://maven.aliyun.com/nexus/content/groups/public' }
4040 maven {url ' https://repo.spongepowered.org/maven' }
@@ -47,8 +47,8 @@ dependencies {
4747 implementation ' org.yaml:snakeyaml:1.27'
4848 implementation ' org.apache.commons:commons-lang3:3.10'
4949 implementation ' com.google.code.gson:gson:2.8.6'
50- implementation ' me.scoretwo:commons-syntaxes:1.2 -SNAPSHOT'
51- implementation ' me.scoretwo:commons-configuration:1.2 -SNAPSHOT'
50+ implementation ' me.scoretwo:commons-syntaxes:2.0 -SNAPSHOT'
51+ implementation ' me.scoretwo:commons-bukkit-config-yaml:2.0 -SNAPSHOT'
5252
5353 // Sponge
5454 implementation ' org.spongepowered:spongeapi:7.2.0'
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import me.scoretwo.fastscript.api.script.ScriptManager
55import me.scoretwo.fastscript.commands.CommandManager
66import me.scoretwo.fastscript.config.SettingConfig
77import me.scoretwo.fastscript.utils.Utils
8- import me.scoretwo.utils.configuration.patchs.getLowerCaseNode
98import java.io.File
109import java.io.IOException
1110import java.io.InputStream
@@ -30,7 +29,7 @@ class FastScript(main: FastScriptMain) {
3029 instance = this
3130 CONSOLE = main.CONSOLE
3231 printLogo()
33- println (" FastScript 正在初始化..." )
32+ println (" [ FastScript | INIT] 正在初始化..." )
3433
3534 dataFolder = main.getDataFolder()
3635 classLoader = main.getPluginClassLoader()
@@ -80,10 +79,10 @@ class FastScript(main: FastScriptMain) {
8079 }
8180
8281 /* *
83- * 用于随机点亮 FastScript 的 Logo.
84- * 该创意来源于 TrMenu
85- * @author Arasple
86- */
82+ * 用于随机点亮 FastScript 的 Logo.
83+ * 该创意来源于 TrMenu
84+ * @author Arasple
85+ */
8786 fun printLogo () = arrayOf(
8887 " ___________ __ _________ .__ __ " ,
8988 " \\ _ _____/____ _______/ |_/ _____/ ___________|__|______/ |_ " ,
You can’t perform that action at this time.
0 commit comments