Plugin Base v1.2

Details

  • Filename
    Plugin Base.jar
  • Uploaded by
  • Uploaded
    Jan 6, 2020
  • Size
    36.25 KB
  • Downloads
    297
  • MD5
    ddb0ab25f1162a8641923c5449952a3d

Supported Bukkit Versions

  • 1.14

Changelog

Version 1.2

  • Added InventoryManager.java and ItemCreator.java
  • Added getBlocksBetweenLocations(Location location1, Location location2), getSmallerLocation(Location location1, Location location2), getBiggerLocation(Location location1, Location location2), and isLocationUnderBlocks(Location location)
  • Added Darkness effect

 

Version 1.1

  • Added SoundEmitter.java
  • Added broadcast to administrators when an error message is sent to the console
  • Added broadcast
  • Added emitParticles(..., DustOptions dustOptions, ...) and emitParticles(..., BlockData blockData, ...) to add support for particles Particle.REDSTONE, Particle.ITEM_CRACK, Particle.BLOCK_CRACK and Particle.BLOCK_DUST. There is also a new error message when trying to spawn these particles without the necessary information. NOTE: This does not yet work for continuous emission

 

Version 1.0

  • Initial release