Skip to content

Commit

Permalink
傻逼插件,你改你妈的蛋,天天改
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Mar 19, 2024
1 parent 88f87da commit 980af15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=ink.ptms.um
version=1.0.1
taboolib_version=6.1.0
version=1.0.2
taboolib_version=6.1.1-beta12
4 changes: 3 additions & 1 deletion project/implementation-v5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ dependencies {
api(project(":project:common"))
compileOnly("com.electronwill.night-config:core-conversion:6.0.0")
compileOnly("com.electronwill.night-config:core:3.6.6")
compileOnly("public:MythicMobs5:5.0.4")
// 你改你妈个蛋,我爱说实话
// compileOnly("public:MythicMobs5:5.0.4")
compileOnly(fileTree("libs"))
compileOnly("ink.ptms:nms-all:1.0.0")
compileOnly("org.yaml:snakeyaml:1.26")
compileOnly("ink.ptms.core:v11802:11802-minimize:mapped")
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package ink.ptms.um.impl5

import com.electronwill.nightconfig.core.CommentedConfig
import io.lumine.mythic.api.config.MythicConfig
import io.lumine.mythic.bukkit.utils.config.file.FileConfiguration
import org.bukkit.configuration.file.FileConfiguration
import io.lumine.mythic.core.config.MythicConfigImpl
import taboolib.library.configuration.ConfigurationSection
import taboolib.library.reflex.Reflex.Companion.getProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal class MobType(val source: MythicMob) : MobType {
get() = source.displayName.get()

override val entityType: String
get() = source.entityType
get() = source.entityType.name

override val config: ConfigurationSection
get() = MobConfiguration(source.config)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal class Skill5(obj: Any) : Skill {

class Trigger(obj: Any) : Skill.Trigger {

val source = obj as SkillTrigger
val source = obj as SkillTrigger<*>

override val name: String = source.getProperty<String>("name")!!
}
Expand Down

0 comments on commit 980af15

Please sign in to comment.