File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/kotlin/me/scoretwo/fastscript/config Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ repositories {
3333 maven {url ' https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
3434 maven {url ' https://oss.sonatype.org/content/repositories/snapshots' }
3535 maven {url ' https://repo.md-5.net/repository/public' }
36+ maven {url ' http://mc3.roselle.vip:602/maven-repositories/' }
3637 maven {url ' https://repo.extendedclip.com/content/repositories/placeholderapi/' }
3738 maven {url ' http://maven.aliyun.com/nexus/content/groups/public' }
3839 maven {url ' https://repo.spongepowered.org/maven' }
@@ -45,7 +46,8 @@ dependencies {
4546 implementation ' org.yaml:snakeyaml:1.27'
4647 implementation ' org.apache.commons:commons-lang3:3.10'
4748 implementation ' com.google.code.gson:gson:2.8.6'
48- implementation fileTree(dir : ' libs' , includes : [' *.jar' ])
49+ implementation ' me.scoretwo:commons-language:1.0-SNAPSHOT'
50+ implementation ' me.scoretwo:commons-configuration:1.0-SNAPSHOT'
4951
5052 // Sponge
5153 implementation ' org.spongepowered:spongeapi:7.2.0'
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import me.scoretwo.fastscript.FastScript
44import me.scoretwo.fastscript.api.script.options.ScriptOption
55import me.scoretwo.fastscript.utils.Utils
66import me.scoretwo.utils.configuration.patchs.getLowerCaseNode
7- import me.scoretwo.utils.language.save
87import java.io.File
98
109class SettingConfig (file : File ): Config(file) {
You can’t perform that action at this time.
0 commit comments