Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed May 9, 2024
1 parent 0690ebc commit 1742808
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,9 @@ dependencies {

ItemStack hand = player.getInventory().getItemInMainHand();
LevelToolsItem tool = LevelToolsUtil.createLevelToolsItem(hand);
tool.

setLevel(69);
tool.

setXp(420);
player.

getInventory().

setItemInMainHand(tool.getItemStack());
tool.setLevel(69);
tool.setXp(420);
player.getInventory().setItemInMainHand(tool.getItemStack());

// Events

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ repositories {
}

dependencies {
implementation 'de.tr7zw:item-nbt-api:2.12.3'
implementation 'de.tr7zw:item-nbt-api:2.12.4'
implementation 'com.github.Redempt:RedLib:6.6.1'
implementation 'com.github.Redempt:Crunch:2.0.3'
implementation 'com.github.cryptomorin:XSeries:9.9.0'
implementation 'com.github.Revxrsal.Lamp:common:3.2.0'
implementation 'com.github.Revxrsal.Lamp:bukkit:3.2.0'
implementation 'com.github.cryptomorin:XSeries:9.10.0'
implementation 'com.github.Revxrsal.Lamp:common:3.2.1'
implementation 'com.github.Revxrsal.Lamp:bukkit:3.2.1'
implementation 'com.github.Sven65:Item-Names:1.0.2'
implementation 'org.bstats:bstats-bukkit:3.0.2'

Expand Down

0 comments on commit 1742808

Please sign in to comment.