Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 4959a20

Browse files
committed
Updates
1 parent 6f97683 commit 4959a20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
maven("https://repo.purpurmc.org/snapshots")
1111
maven("https://jitpack.io")
1212
maven {
13-
url = uri("https://maven.pkg.github.com/saturn745/LuaLink") // TODO: Change to the LuaLink organization
13+
url = uri("https://maven.pkg.github.com/lualink/LuaLink") // TODO: Change to the LuaLink organization
1414
}
1515
}
1616

src/main/resources/paper-plugin.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ main: xyz.galaxyy.lualink.addons.example.LuaLinkExampleAddon
66
description: A LuaLink addon example
77
api-version: "1.20"
88
dependencies:
9-
- name: LuaLink
10-
required: true
11-
bootstrap: false
9+
server:
10+
LuaLink:
11+
required: true
12+
load: BEFORE

0 commit comments

Comments
 (0)