-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
838507c
commit 9c52265
Showing
8 changed files
with
1,336 additions
and
1,272 deletions.
There are no files selected for viewing
387 changes: 208 additions & 179 deletions
387
src/main/java/world/bentobox/upgrades/UpgradesManager.java
Large diffs are not rendered by default.
Oops, something went wrong.
506 changes: 255 additions & 251 deletions
506
src/main/java/world/bentobox/upgrades/api/Upgrade.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,644 changes: 839 additions & 805 deletions
1,644
src/main/java/world/bentobox/upgrades/config/Settings.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name: Upgrades | ||
main: world.bentobox.upgrades.UpgradesAddon | ||
version: ${version}${build.number} | ||
api-version: '1.16' | ||
api-version: '1.20' | ||
repository: "BentoBoxWorld/Upgrades" | ||
metrics: true | ||
icon: GOLD_INGOT | ||
|
||
authors: | ||
- Guillaume-Lebegue | ||
- tastybento | ||
|
||
softdepend: BSkyBlock, AcidIsland, CaveBlock, SkyGrid, AOneBlock, Level, Limits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,4 +169,4 @@ entity-group-icon: | |
group1: CHICKEN_SPAWN_EGG | ||
|
||
command-icon: | ||
lambda-upgrade: GRASS | ||
lambda-upgrade: GRASS_BLOCK |