Added support for Block Entities (Boats, Minecarts, item frames, etc.) + Implement our own updater
Added support for Boats, Minecarts, Paintings, Item Frames (Placeable Entities) Please note: you need to use the entity name for these! For example: CHEST_MINECART is named MINECART_CHEST as entity. You can use /insights block to get a valid config entry.
/insights block now shows seperate message for invalid blocks
Implement our own updater, which updates the plugin via GitHub releases (much faster!)
Please update your messages.yml with the appropiate entries:
Code (YAML):
# Update checker update:
available: |-
&8&m
--------------=&r&8
[&b&l Insights Update&r &8
]&m=
--------------- &3Current version: &b%old% &3New version: &b%new% &3Release info: &b%info% &8&m
-------------------------------------------------
downloading: |-
&8&m
--------------=&r&8
[&b&l Insights Update&r &8
]&m=
--------------- &3A new version of Insights will be downloaded and installed after a restart!
&3Current version: &b%old% &3New version: &b%new% &3Release info: &b%info% &8&m
-------------------------------------------------
download_failed: "&cFailed to download version %new% of Insights. Please update manually." download_success: "&3Insights has been downloaded and will be installed on the next restart."
and:
Code (YAML):
insights: # Message send when a user executed /insights block with an invalid block invalid_block: "&cInsights currently doesn't support the block in your hand, please report this if you think this is in error."