Skip to content

0.1.0-SNAPSHOT

Compare
Choose a tag to compare
@GamerDuck123 GamerDuck123 released this 05 Jun 05:01
· 18 commits to main since this release
  • Fixed infinite hearts bug with /withdraw
  • End Crystals now registers as a player kill (Player who places it gets the kill)
  • Heart Canaster can now have Custom Model Data attached to it
  • Heart Canaster can now use colors, including hex codes

To update add the following value to the config under HeartCanaster:

CustomModelData: 0

In the config, HeartCanaster should look something like this:

HeartCanaster:
  AmountGive: 2.0
  Item:
    Material: PLAYER_HEAD
    CustomModelData: 0
    DisplayName: "Heart Canaster"
    Lore:
    - "Right click this item to get a heart"
  RecipeEnabled: true
  Recipe:
    Type: Shaped
    Contents:
    - "*:DIAMOND"
    - "-:GOLDEN_APPLE"
    Shape:
    - "***"
    - "*-*"
    - "***"

Also add the following line to your messages.properties

CannotBeNegativeNumber=&cNumber can't be negative