Skip to content

Commit

Permalink
dev7, merge slib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed Sep 23, 2023
1 parent c1fea04 commit 397b8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SBA_VERSION=1.5.11-dev6-pr28
SBA_VERSION=1.5.11-dev7-pr30
PAPER_LEGACY_VERSION=1.16.5
BEDWARS_VERSION=0.2.30-SNAPSHOT
CLOUD_COMMANDS_VERSION=1.6.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public void fix(SBAConfig cfg) {
shopReplace("FIREWORK;", "FIREWORK_ROCKET;");
shopReplace("KNOCKBACK:", "knockback:");
shopReplace("ARROW_DAMAGE:", "power:");
shopReplace("ARROW_KNOCKBACK:", "punch:");
shopReplace("ARROW_KNOCKBACK:", "punch:");
shopReplace("ARROW_knockback:", "punch:");
shopReplace(": JUMP", ": jump_boost");
shopReplace(": REGENERATION", ": regeneration");
shopReplace(": SLOW", ": slowness");
Expand Down

0 comments on commit 397b8e7

Please sign in to comment.