Skip to content

Commit

Permalink
refactor: 迁移 Home
Browse files Browse the repository at this point in the history
  • Loading branch information
nostalfinals committed Jan 17, 2025
1 parent 4cf3f61 commit f1543db
Show file tree
Hide file tree
Showing 34 changed files with 748 additions and 659 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ repositories {
maven("https://maven.nostal.ink/repository/maven-public")
maven("https://maven.playpro.com/")
maven("https://repo.opencollab.dev/main/")
maven("https://repo.codemc.io/repository/maven-snapshots/")
}

configurations.all {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
}
with(extensions.getByType<PlutoDependencyHandlerExtension>()) {
downloadIfRequired(libs.cloud.paper)
downloadIfRequired(libs.anvilGui)
downloadIfRequired(libs.bundles.mccoroutine.paper)
downloadIfRequired(provider { compose.runtime })
downloadIfRequired(provider { compose.runtimeSaveable })
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package ink.pmc.essentials

const val BYPASS_HOME_LIMIT = "essentials.home.bypass"

const val HOMES_OTHER = "essentials.home.other"

const val DEMO_WORLD_BYPASS = "essentials.demoworld.bypassw"

const val HEAD_COST_BYPASS = "essentials.head.cost.bypass"
Loading

0 comments on commit f1543db

Please sign in to comment.