Skip to content

Commit

Permalink
Merge branch 'dev/feature' into feature/worldborder
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill310 authored Nov 23, 2024
2 parents e66412f + 541dc12 commit 181472b
Show file tree
Hide file tree
Showing 306 changed files with 12,835 additions and 3,279 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ dependencies {

implementation group: 'io.papermc.paper', name: 'paper-api', version: '1.21.3-R0.1-SNAPSHOT'
implementation group: 'com.google.code.findbugs', name: 'findbugs', version: '3.0.1'

// bundled with Minecraft 1.19.4+ for display entity transforms
implementation group: 'org.joml', name: 'joml', version: '1.10.5'

// Plugin hook libraries
implementation group: 'com.sk89q.worldguard', name: 'worldguard-legacy', version: '7.0.0-SNAPSHOT'
implementation group: 'net.milkbowl.vault', name: 'Vault', version: '1.7.3', {
exclude group: 'org.bstats', module: 'bstats-bukkit'
Expand Down
2 changes: 1 addition & 1 deletion skript-aliases
Loading

0 comments on commit 181472b

Please sign in to comment.