Skip to content

Commit

Permalink
bump vital api
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 22, 2024
1 parent 4587aa3 commit 30b38d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ triumph-cmd = "2.0.0-ALPHA-10"
tirumph-gui = "3.1.7"
jetbrains = "24.1.0"
kyori = "4.17.0"
vital = "2.0"
vital = "2.0.1"

# Paper
paperweight = "1.7.1"
Expand Down
14 changes: 7 additions & 7 deletions src/main/resources/crates/CrateExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@ Crate:
# The name of the item to display in the gui.
DisplayName: "<green>Fancy Shield"
# The enchants to display in the gui.
DisplayItem: 'shield'
DisplayItem: "shield"
# A list of patterns: https://jd.papermc.io/paper/1.21/org/bukkit/block/banner/PatternType.html
Patterns:
- 'HALF_HORIZONTAL:RED'
- 'RHOMBUS_MIDDLE:BLACK'
- 'STRIPE_TOP:RED'
- 'STRIPE_BOTTOM:WHITE'
- 'STRIPE_MIDDLE:BLACK'
- 'CIRCLE_MIDDLE:WHITE'
- "HALF_HORIZONTAL:RED"
- "RHOMBUS_MIDDLE:BLACK"
- "STRIPE_TOP:RED"
- "STRIPE_BOTTOM:WHITE"
- "STRIPE_MIDDLE:BLACK"
- "CIRCLE_MIDDLE:WHITE"
# Prize settings
Settings:
# The custom model data of the item, -1 is disabled.
Expand Down

0 comments on commit 30b38d6

Please sign in to comment.