RandomBox 2.7.4

Details

  • Filename
    RandomBox.jar
  • Uploaded by
  • Uploaded
    Mar 17, 2020
  • Size
    153.09 KB
  • Downloads
    176
  • MD5
    79d73258b31417cd6e8fb0a19fc3b266

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

Changes since 2.5.7:

  • Fixed 'IllegalArgumentException: Cannot measure distance between world_the_end and world' in /givebox @p command
  • Added spanish translation by zuhir
  • Added customModelData setting for boxes and dropped items. To use it, you must run on 1.14+ and specify "customModelData: 123" in the root of the box configuration (to apply data on the box) or in the dropped item section (to apply data on the dropped item). You can see an example in the default config in the plugin JAR.
  • Added MIT license for the source code.
  • Added message 'boxWasDroppedToGround' to player when box was dropped onto ground when player inventory is full. You need to add this message to locale files, if they already exist. Alternatively you can copy this message from default locales in plugin JAR.
  • Added possibility to specify player head texture in dropped items. To do this, 'item' must be PLAYER_HEAD (SKULL_ITEM for 1.12 and lower), and 'texture' must specify base64 texture value. You can see example in default boxconfig in plugin JAR.
  • Tested box opening and head textures on 1.8 and 1.15
  • When using /givebox its now possble to drop box at player location if player inventory is full. To enable this behaviour, add to config.yml: dropBoxWhenNotEnoughSpace: true
  • Build for Java 8
  • Sources are now included in JAR file
  • Source code was slightly refactored and reformatted
  • Classes were repackaged and renamed
  • Metrics were removed since it does not work :)
  • Removed item glow which uses invalid enchantment id, replaced with enchantment LUCK
  • Allow using new enchantments in config (like mending)
  • Default box config adapted for 1.13+ (changed item ids and sound ids)
  • Fixed parsing of animated filler period and rolling periods