What is That? icon

What is That? -----

Shows what block you are looking at!




Added colorPercentEnd in the values.yml wherever colorPercent is used:

changes to values.yml:
Code (YAML):
 crop_age_1 : " {colorByPercent}\uD83C\uDF31 {age}/{maxAge}{colorByPercentEnd}"
  crop_age_2
: " {colorByPercent} {age}/{maxAge}{colorByPercentEnd}"
  crop_age_3
: " {colorByPercent} {age}/{maxAge}{colorByPercentEnd}"
  crop_age_4
: " {colorByPercent} {age}/{maxAge}{colorByPercentEnd}"
  honey_level
: " {colorByPercent}\uD83D\uDC1D {honeyLevel}/{honeyMaxLevel}{colorByPercentEnd}"
  smelt_time
: " {colorByPercent}⌛ {secondsRemaining}s{colorByPercentEnd}"

percent_color
:
# other
- <orange> # to <yellow>
----------, May 14, 2025

Fixed:
  • Error spam when looking at container blocks
  • Block and Entity blacklist not reloading by the reload command
Note:
  • if you REALLY wish to use 1.21.4, remove SPLASH and LINGERING_POTION in blacklisted_entities and add in POTION instead
----------, May 11, 2025

New:
  • BossBar only: progress changes based on entity health
  • BossBar only: progress changes based on block break progress
  • Updated to 1.21.5 (prior versions unsupported)
  • New config options:
  • `core.bstats`, changes whether or not bStats is enabled
  • `block-blacklist`, allows blacklisting blocks
  • `entity-blacklist`, allows blacklisting entities
  • `core.update-delay`, changes the delay between bar updates
  • `blocks.break-progress`, whether block break progress should affect bossbar
  • `entities.health-progress`, whether entity health should affect bossbar
Fixed:
  • Shulker box not being treated as item container
Errors on 1.21.5
Note:
either delete existing config or add these:
Code (YAML):
# The MATERIAL of the blocks to ignore, https://jd.papermc.io/paper/1.21.5/org/bukkit/material/package-summary.html
block-blacklist
:
 - BARRIER
  - LIGHT
  - STRUCTURE_BLOCK
  - STRUCTURE_VOID
# the ENTITY_TYPE of entities to ignore, https://jd.papermc.io/paper/1.21.5/org/bukkit/entity/EntityType.html
entity-blacklist
:
 - ITEM
  - ITEM_DISPLAY
  - BLOCK_DISPLAY
  - INTERACTION
  - EVOKER_FANGS
  - EXPERIENCE_BOTTLE
  - EXPERIENCE_ORB
  - EXPERIENCE_BOTTLE
  - EXPERIENCE_ORB
  - FALLING_BLOCK
  - LIGHTNING_BOLT
  - MARKER
  - SPLASH_POTION
  - LINGERING_POTION
  - FIREBALL
  - SMALL_FIREBALL
  - SHULKER_BULLET
  - FIREWORK_ROCKET
  - EYE_OF_ENDER
  - SNOWBALL
  - ENDER_PEARL
  - DRAGON_FIREBALL
  - SPECTRAL_ARROW
  - ARROW
  - TRIDENT
  - WITHER
  - ENDER_DRAGON
at the end of the config.yml
Code (Text):
health-progress: true # BossBar only as of now, changes the progress of the bossBar according to health of entity
in `entities:`
Code (Text):
break-progress: true # BossBar only as of now, but shows progress of the block being broken (can be smooth or not depending on update delays)
in `blocks:`
Code (Text):
bstats: true # whether to enable bsStats or not (recommended to keep on)
update-delay: 5 # How frequently to update the BossBar, (in ticks)
in `core:`
----------, May 6, 2025

Fixed:
  • Fix Loading of addons
----------, Apr 9, 2025

New:
  • Fix Actionbar
  • Re-added commands using Brigadier
  • Added WITPlugin interface to API (docs will be reworked)

Changes:
  • /wit enable/disable changed to /wit toggle
  • Info now shows all tools that can be used to break block
  • Used player#raycast instead of manually coded logic

Note:
  • Please remove the "compatibilities:" section from config.yml and delete en_us.json
----------, Apr 9, 2025

New:
Moved to components.

Removed:
en_us.yml

API is under rework
No compatibilities included
PlaceholderAPI compat works, block/entities names will appear as their translation keys, this cannot be fixed without hardcoding to english.
----------, Apr 7, 2025

New:
  • can add own display types using API (doc being updated)
  • added
    to values.yml (seperator)

Fixed:
  • plugin not loading without PlaceholderAPI
----------, Jan 30, 2025

New:
  • values.yml to modify all prefixes/suffixes

Fixed:
  • handlers,informations not being disabled/enabled by /reload
  • error spam when looking at entities while using items adder
  • placeholders not working in "hidden" mode
  • hidden mode not disabling bossbar
----------, Jan 23, 2025

New:
  • reload command also reloads Translations.

Fixed:
  • translation file not being changed even after changing "vanilla_lang" in config.yml.
----------, Jan 18, 2025

New:
  • PlaceholderAPI support:
    • %wit_looking_at%: returns the "Name" of what player is looking at
    • %wit_looking_at_prefix%: returns entire "Prefix Info" of what the player is looking at
    • %wit_looking_at_suffix%: returns entire "Suffix Info" of what the player is looking at
    • %wit_looking_at_info%: returns the complete text that would be normally displayed on the bossbar
  • Modes: "normal" makes the plugin behave normally, and "hidden" hides the bossbar/actionbar but still does the update (players can still individually use /wit disable/enable, which stops these updates for said player)

Fixes:
  • Fixed error spam when looking at an entity while having ItemsAdder installed
  • Fixed "reload" not appearing in command tab-complete

Changes to config.yml:

Code (YAML):
core :
  # These values cannot be in decimal form!
  entitydistance
: 25 # The max distance the plugin will show entity bossbar in (in blocks)
  blockdistance
: 25 # The max distance the plugin will show block bossbar in (in blocks)
  vanilla_lang
: "en_us" # The language file to use (lang files are vanilla_ + name_here + .json, in this case vanilla_en_us.json
  mode
: "normal" #the mode of the plugin (normal or hidden) (hidden mode will hide the bossbars, is useful when you want to display info somewhere else)
----------, Jan 11, 2025

Changed:
- Removed mtlang, now uses Minetorios deviceName

Fixes:
- Fixed error when looking at EliteMobs NPC's
----------, Jan 4, 2025

New:
- Added Actionbar mode (per-player)
- Command: /wit type <actionbar/bossbar>
- permisson: wit.default (wit.toggledisplay has been replaced with wit.default)
- New reload command:
- Reloads main configuration
- permission: wit.reload

API Changes:
- Allow removing Handlers
----------, Jan 2, 2025

New:
  • Added ValhallaRaces compatibility

Removed:
  • NG+ info in vmmo (this did not do anything)

Changes to config.yml:
Code (YAML):
# [!EXPERIMENTAL] ValhallaMMMO Compatibility
# https://www.spigotmc.org/resources/valhallammo-1-19-1-21-4.94921/
valhallammo
:
  enabled
: true
  levelinfo
: true # Show player level
  raceinfo
: true # Show player race (If Valhalla Races is installed: https://www.spigotmc.org/resources/valhallaraces-valhallammo-add-on-fantasy-roleplay-create-your-own-races-and-classes.103321/)
or delete your current config.yml!

*This was a late release! i was gonna push this on the day i left for prep but forgot, thankfully i still had the file on my android, so here it is.A
----------, Dec 16, 2024

New:
  • Added experimental Nexo compatibility (NOT TESTED)

Patched:
  • Fixed an issue where missing translation caused error spam in console

Additions to config.yml:
Code (YAML):
# [!EXPERIMENTAL] Nexo compatibility
# https://polymart.org/resource/nexo.6901
nexo
:
  blocks
:
    enabled
: true
  entities
:
    enabled
: true
or delete your current config.yml!
----------, Dec 11, 2024

New:
  • Use mojang lang files for vanilla block/entities
  • change language file thats being used through the config.yml!

Changes to config.yml:
Code (YAML):
core :
  # These values cannot be in decimal form!
  entitydistance
: 25 # The max distance the plugin will show entity bossbar in (in blocks)
  blockdistance
: 25 # The max distance the plugin will show block bossbar in (in blocks)
  vanilla_lang
: "en_us" # The language file to use (lang files are vanilla_ + name_here + .json, in this case vanilla_en_us.json
or delete your current config.yml!
----------, Dec 8, 2024

New:
  • Slimefun compat! now shows stored energy and produced energy (doesn't support multiblocks yet)
  • LiteFarm Compat! now shows time till fully grown.

Patched:
  • rare extra | being added to text in bossbar

Additions to config.yml:
Code (YAML):
# Slimefun compatibility
# https://github.com/Slimefun/Slimefun4
slimefun
:
  enabled
: true
  storedenergyinfo
: true # Show the stored energy inside machine
  energygeninfo
: true # Show how much energy generators are generating

# LiteFarm compatibility
# https://www.spigotmc.org/resources/%E2%AD%90litefarm%E2%AD%90-1-16-1-21-%E2%9A%A1level-system-new-update%E2%9A%A1.112359/
litefarm
:
  enabled
: true
  growthinfo
: true # Show time till grown
or delete your current config.yml!
----------, Dec 8, 2024

New:
- API! now you can add your own handlers for entities/blocks (YOU CANT OVERRIDE EXISTING HANDLERS!)
- Config option to toggle preferred tool display for blocks.

Patched:
- Fixed | being prefixed to block when it doesn't have a preferred tool

delete your current config or add "toolinfo: true" to blocks:
----------, Dec 2, 2024

New:
- TNT time till explosion
- Blocks preferred Tool (only shows most preferred tool, not all tools that block can be broken with)

Patched:
- Fixed entities not showing

delete your current config or add "tntinfo: true" to entities:
----------, Dec 1, 2024

Patched:
- Fixed being able to see entities through blocks
- Fixed being able to see Operator Blocks like Barrier, Structure Void and so on
----------, Nov 30, 2024

New:
- Added ValhallaMMO compatibility

Patched:
- Double Lv: and Double health display for AuraMobs plugin compatibility

Remember to delete your old config.yml to add the new options in!
----------, Nov 27, 2024

New:
- Added EliteMobs compat
- Added Aura Mobs compat
- Addded Aura Skills compat (Not Tested)
- Added new config options to change the check distance for blocks & entities
Remember to delete your old config.yml to add the new options in!
----------, Nov 26, 2024

Patch:
- Fixed plugin completely
- Added Mover translation

WARNING:
- DO NOT DOWNLOAD VERSIONS 1.3.0-1.3.1 THEY ARE BROKEN

Remember to remove mt_lang.yml so it can be regened
----------, Nov 24, 2024

Patch:
- Fixed console spam when used with Minetorio
----------, Nov 24, 2024

New:
- Optimized the plugin so it will lag less!
- Added Experimental Items Adder compatibility
- Added more Translations to lang_vanilla.yml
- Added config options related to items adder

Please remember to delete lang_vanilla.yml and config.yml so that new entries can be generated!
----------, Nov 24, 2024

New:
- Added config.yml to enable toggling certain features
- Added Farmland hydration indicator, spawner entity indicator, beacon effect indicator, note block instrument/note/octave indicator
- added boss bar for entities
- added villager profession indicator, time left to become adult for baby entities indicator, pet owner indicator, leash indicator and health indicator

Please remember to delete lang_vanilla.yml so that new entries can be generated!
----------, Nov 23, 2024

new:
- Show remaining smelt time for Furnace, Blast Furnace and Smoker
- Show total items in a container
- Show honey contained in a bee nest/hive
- Show crop growth stage
- Add missing translations for Wheat, carrot, potato, beetroot, pumpkin stem, melon stem, seaweed
(reupload due to file not being downloadable)
----------, Nov 22, 2024

new:
- Show remaining smelt time for Furnace, Blast Furnace and Smoker
- Show total items in a container
- Show honey contained in a bee nest/hive
- Show crop growth stage
- Add missing translations for Wheat, carrot, potato, beetroot, pumpkin stem, melon stem, seaweed
----------, Nov 22, 2024

Commands to enable/disable the bossbar have been added:
/wit enable
/wit disable

Permission:
wit.toggledisplay
----------, Nov 21, 2024

Resource Information
Author:
----------
Total Downloads: 599
First Release: Nov 21, 2024
Last Update: May 14, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings