ibaton / bukkit-openhab-plugin

Eclipse Public License 2.0
5 stars 5 forks source link

Update to 1.18 and fix OH -> MC redstone changes #6

Open davidmhewitt opened 2 years ago

davidmhewitt commented 2 years ago

Fixes #4

This updates to the latest Bukkit API, and we state this in plugin.yml so Bukkit doesn't complain about legacy plugins. Also updated the version of all dependencies.

The websocket messages come in on another thread, so we have to schedule the lever update on the main Bukkit thread to prevent issues.