Releases: MrMicky-FR/FastInv
Releases · MrMicky-FR/FastInv
Version 3.1.0
Version 3.0.4
- Add Adventure API components support
Version 3.0.3
- Add
getCorners()
method (#5)
Version 3.0.2
- Fix error when disabling and enabling a plugin with FastInv
Version 3.0.1
- Fix duplicated slots
- Prevent ghost inventory on Minecraft 1.13+
- Prevent NullPointerException in ItemBuilder with Material.AIR
Version 3.0
- Removed the update/task system. If you need one just use the
onOpen
andonClose
to create a similar one like thisBukkitTask task = getServer().getScheduler().runTaskTimer(this, () -> {}, 10, 10); inv.addCloseHandler(e -> task.cancel());
- Removed the 'builder' style: methods like
addItem
now returnvoid
(more lines will keep your code cleaner and will not kill you) - Split the FastInv class in 2 class (3 with the ItemBuilder)
- Remove the async support, if you need it you can really easily do one yourself (this prevent the creation of
Runnable
everywhere) - Renamed most of the methods to match Bukkit names
- Removed the FastInv events, now it just use the Bukkit events
- Add
removeItem(int slot)
andremoveItems(int... slots)
, it's cleaner than adding anull
item - Improved
ItemBuilder
- If you have any problem with this new version you can contact me on my Discord server