-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
능력이 안불러와집니다 #102
Comments
입니다. |
능력이 안불러와지는 또다른걸 찾아왔습니다. ` import com.github.noonmaru.psychics.Ability class GarenPerseveranceConcept : AbilityConcept() {
} class GarenPerseverance : Ability() {
// if(event.damage > concept.stopMinDamage) {
} 지운게 더 많은 것 같은데 도대체 어디서 문제가 발생한건지... |
제가 더 심각한듯[14:54:21 WARN]: java.io.IOException: 현재 연결은 사용자의 호스트 시스템의 소프트웨어의 의해 중단되었습니다 |
이건 또 뭐징? ㅎㅎ [14:38:57 WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************ |
근데 글씨에 요놈 있는데 뭐임?[14:38:43 WARN]: [ProtocolLib] Version (MC: 1.16.4) has not yet been tested! Proceed with caution. |
제가 올려놓은 이슈(능력을 만들고 yml파일 제작을 했으나, 파일이 불러와지지 않는 오류)와는 관계없는 내용인 듯 합니다. |
이 문제는 딱히 큰 문제는 아닙니다. 지금으로써는 작동이 되지만 미래를 위해 Java 11을 미리 쓰는것을 추천합니다. |
이제는 페이퍼가 1.17로 넘어가면서 11이 아닌 자바 16을 권장하고 있습니다. |
능력 파일도 제대로 넣었고, yml도 넣었는데,
이렇게 뜨면서 능력이 안불러와지네요
코드는 아래와 같습니다
`
package me.hinoto04.asherangersfocus
import com.github.noonmaru.psychics.ActiveAbility
import com.github.noonmaru.psychics.AbilityConcept
import com.github.noonmaru.psychics.attribute.EsperStatistic
import com.github.noonmaru.psychics.item.isPsychicbound
import com.github.noonmaru.psychics.tooltip.TooltipBuilder
import com.github.noonmaru.tap.config.Config
import org.bukkit.ChatColor
import org.bukkit.Material
import org.bukkit.Sound
import org.bukkit.entity.Arrow
import org.bukkit.event.EventHandler
import org.bukkit.event.Listener
import org.bukkit.event.entity.EntityShootBowEvent
import org.bukkit.event.player.PlayerEvent
import org.bukkit.inventory.ItemStack
class AsheRangersFocusConcept : AbilityConcept() {
}
class AsheRangersFocus : ActiveAbility() {
}
`
The text was updated successfully, but these errors were encountered: