You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat(plugin): add support for surf-npc integration in PaperPluginSurf
- update version to 2.0.5 in build.gradle.kts
- introduce installSurfNpc property in PaperPluginSurfExtension
- add withSurfNpc method to enable surf-npc integration
- conditionally add surf-npc dependencies in PaperPluginSurfPlugin
Copy file name to clipboardExpand all lines: surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/api/gradle/platform/paper/plugin/PaperPluginSurfExtension.kt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ open class PaperPluginSurfExtension @Inject constructor(objects: ObjectFactory)
Copy file name to clipboardExpand all lines: surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/api/gradle/platform/paper/plugin/PaperPluginSurfPlugin.kt
0 commit comments