Skip to content

Releases: LoneDev6/RPGhuds

1.2.0-r2

31 Mar 17:04

Choose a tag to compare

1.2.0-r2

1.2.0

18 Jan 13:55
6c80d38

Choose a tag to compare

Update README.md

1.1.0b

31 Aug 14:51

Choose a tag to compare

Fixed some things.
To apply them please edit also your files and run /iazip
List of changes:
04d6534

1.1.0

29 Nov 15:38

Choose a tag to compare

Warning: this update needs ItemsAdder 2.4.23 because of some HUDs related fixes.

Please delete these folders then run /iazip
ItemsAdder/data/items_packs/rpghuds/
ItemsAdder/data/resource_pack/assets/rpghuds/

Various changes

  • new HUDs: quiver, arrow_target
  • new /rpghuds reload command
  • compressed images, deleted unused images, moved all the characters images inside a single folder to avoid duplication of the image files
  • now offset x won't be in the rpghuds folder of ItemsAdder, it will be configurable in config.yml of RPGhuds itself.
  • removed useless player_stat from all huds
  • edited some images (added blank space before or after, this is the new method to add separation between HUD texts)
  • added up/down arrow notification on balance change
  • code refactoring

fixes:

  • removed useless code
  • some optimizations
  • fixed Y coords not working as intended #1

1.0.0-beta5

08 Nov 18:08

Choose a tag to compare

Various fixes

- micro-optimization of MoneyHud
- removed wrong cmd alias

1.0.0-beta4

08 Nov 17:33

Choose a tag to compare

Various fixes

  • fixed "java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1" when issuing /rpghuds command
  • fixed "NoSuchMethodError: 'java.lang.Object dev.lone.itemsadder.api.FontImages.FontImageWrapper.getInternal()'"
  • fixed wrongly named png files and removed old unused png files
  • added an error message when the money placeholder is not correctly recognized

1.0.0-beta1

04 Nov 17:01

Choose a tag to compare

  • Missing assets fixes
  • Wrong API compilation