InteractiveBoard

MC Plugin InteractiveBoard 19.96
Touchscreen display in Minecraft [1.8.8 - 1.20.1]

  • Fixed not being able to create boards near one another at 90-degree angles.
  • Made the plugin not depend on worlds being loaded, this will speed up loading times and fix issues with other world management plugins.
This is the first of many upcoming updates to InteractiveBoard that will completely overhaul the plugin. This update focuses on switching to a completely packet based system and general performance improvements. Expect additional updates in the upcoming weeks.

  • Switched item frames to packets, now they don't exist in the actual world. This should remove any performance impact item frames entities might have had. This should also help with loading times.
  • Switched to a dynamic map id system, now InteractiveBoard no longer reserves any map ids and instead uses left over map ids that are not used by minecraft or other plugins. This change will stop map id bloat over time and allow for great support of older versions (1.8-1.10)
  • Improved the general responsiveness of the plugin, now any functions/clicks will register faster.
  • Improved the design of the board creation tool.
  • Added play sound function.
  • Added the first iteration of map-freeze avoidance system for older Minecraft versions (1.8-1.10). This does not yet support bungee/waterfall/velocity proxies or viabackwards/protocolsupport. Both of those things will get addressed in the future updates.
  • Added Glow Item Frame support, which can be toggled individually for every board in board configuration files. (Works on 1.17+)
  • Fixed a bug in board resets that would cause map duplication detection false positives
  • Fixed buttons not behaving as expected in cases when they are disabled due to a lack of permissions
  • Added automatic resolving of overlapping map ids, now in cases where there are duplicate boards/item frames using the same map InteractiveBoard will automatically detect that and replace the maps in those item frames.
  • Added font scale property that allows you to change the size of characters in Pixel Text object.
  • Added Pixel Text renderer that is useful for displaying text in a pixelated style. It is completely consistent between different operating systems/platforms and can be useful as a fallback on server configurations where TrueType font rendering doesn't work on java.
  • Added invisibility option that allows you to toggle the invisibility of item frames separately for every board config.
  • Added image updates, now images will refresh if the placeholder in their name/url changes.
  • Added 1.18.2 support
Top Bottom