WhatIsThis - Identify the block or entity being looked at | 1.13 - 1.21.5| Multi-Language support | icon

WhatIsThis - Identify the block or entity being looked at | 1.13 - 1.21.5| Multi-Language support | -----

Displays in local language: supports Slimefun4, Nova, Nexo, ItemsAdder, MythicMobs & Citizens




This update is for Spigot / Minecraft 1.21.3+ and is compiled using Spigot API 1.21.5 and Java 21.

Updates:

1. Due to changes in the API this version is only supported on servers running 1.21.3 - 1.21.5.

2. Add support for Citizens plugin.

3. Update language files to 1.21.5 adding support for Kyrgyz


Change Log
=========
  • update to spigot api 1.21.5
  • update lang files to 1.21.5
  • add support for Kyrgyz language
  • add support for Citizens plugin
  • update Nova dependency to 0.18.1
  • update itemsadder repo info and update dependency to 4.0.9
  • update Nexo dependency to 1.4.0
  • update MythicMobs dependency to 5.8.2

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Apr 28, 2025

This update is for Spigot / Minecraft 1.21.3+ and is compiled using Spigot API 1.21.4 and Java 21.

Updates:

1. Due to changes in the API this version is only supported on servers running 1.21.3 - 1.21.4.

2. Add support for Nexo plugin.

3. Fix bug with LIGHT_BLOCKs.

4. Update language files to 1.21.4 to support new blocks, e.g. Pale Oak


Change Log
=========
  • update to spigot api 1.21.4
  • bug fix to ignore light blocks
  • update lang files to 1.21.4
  • add support for HNO_NO and PLS languages
  • API - remove BOAT and CHESTBOAT as variants as boat types are now entities
  • API - GENERIC_MAX_HEALTH is now MAX_HEALTH
  • API - fix tag ITEMS_TRIM_TEMPLATES being removed
  • add support for Nexo
  • update api-version to 1.21.3 in plugin.yml

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 19, 2024

This update is for Spigot / Minecraft 1.21 and is compiled using Spigot API 1.21 and Java 21.

Updates:

1. Due to changes in the API this version is only supported on servers running 1.21.

2. Identify item variants when placed in item frames such as music discs and smithing trims.

3. Mooshroom and tropical fish variants now display correctly.

4. Fix exception when targeting ender dragon.

5. End crystals now display and translate correctly.

6. Update language files to 1.21.


Change Log
=========
  • update to spigot api 1.21
  • update deprecated code in NovaHandler
  • fix mooshroom and tropical fish variants
  • add chest boat variants
  • add chiselled bookshelves
  • add music discs (when in item frames)
  • update lang files to 1.21
  • add smithing trim names (when in item frame)
  • add potion names (when in item frame)
  • add goat horns (when in item frames)
  • fix exception when targeting ender dragon
  • update api-version to 1.21 in plugin.yml


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jul 23, 2024

This update is for Spigot / Minecraft 1.20.6 and is compiled using Spigot API 1.20.6 and Java 21.

Updates:

1. Drop support for Craftory Tech as project is abandoned and not supported on 1.20.

2. Add wolf variants.

3. More paintings will be added in 1.21, so the name of the art is now displayed when targeting paintings.

4. Drop support for older versions of Minecraft and require a minimum of Java 21.

5. Remove version workarounds and deprecated code.

6. Update language files to 1.20.6.


Change Log
=========
  • update deprecated scoreboard#registerNewObjective (since 1.19.2)
  • update deprecated TextComponent code in ActionBar class
  • remove workarounds for older Minecraft versions
  • add wolf variants
  • update lang files to 1.20.6
  • add support for Viossa language
  • update pom.xml and workflow files for compilation with java 21
  • update deprecated URL code in version checker
  • update api-version to 1.20.6
  • drop support for Craftory Tech
  • refactor spigot version checker to remove potential resource leak
  • add painting variants


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 2, 2024

This update is for Spigot / Minecraft 1.17.1 - 1.20.4 and is compiled using Spigot API 1.20.4 and Java 17.

Note that this is probably the final release to support the older versions of Minecraft.

Updates:

1. New option in config to display the facing direction and open/closed status of trapdoors.
Code (YAML):
Trapdoor:
  display_state
: false
2. The ray size has been shrunk to improve the accuracy when targeting entities.

3. If an item placed inside an item frame has a custom name, that will now be displayed in place of the generic name.

4. Fix exception on servers running 1.17 - 1.19 due to the Hatchable interface not existing.


Change Log
=========
  • reduce ray size to improve targeting of entities
  • display custom name of entities in item frames
  • fix exception caused by Hatchable not existing pre 1.20
  • add optional state data for trapdoors
  • change pom.xml to get oraxen from jitpack

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Mar 13, 2024

This update is for Spigot / Minecraft 1.17.1 - 1.20.4 and is compiled using Spigot API 1.20.4 and Java 17.

Updates:

1. New option in config to display item frame content.
Code (YAML):
ItemFrame:
  display_content
: false

2. New option in config to change the bossbar style to either solid (default) or segmented
Code (YAML):
Display:
  bossbar
:
    # Style refers to the number of segments the bar is divided into. Valid options are 1, 6, 10, 12 and 20.
    style
: 1

3. The custom.yml file now supports entities allowing entity and block names to be overridden.

4. New option in config to blacklist custom plugin blocks and entities.
Code (YAML):
# List of custom blocks and entities that will be ignored by the plugin.
Ignore
:
  Slimefun
:
 - Ancient Altar

5. The custom block/entity plugin prefix can now be set per plugin. The {PREFIX} placeholder, if present, will be replaced by the plugin name.
Code (YAML):
Display:
  prefix_custom_blocks
:
    enabled
: true
    prefix
: '&7 [&f {PREFIX }&7 ] '
    Slimefun
: '&7 [< #ff00ff>{PREFIX}&7] '
    MythicMobs
: '&7 [&bMM&7 ] '

6. New option in config to display the age of crops.
Code (YAML):
# Enable only if you want to display the growth percentage of crops.
Crops
:
  display_growth
: false

7. Improved support for Oraxen furniture and entity based models. The plugin may no longer work with older versions of Oraxen as we've updated to use the 1.164.0 API.

8. Added new placeholder for entity name %whatisthis_entityname%

9. Existing placeholders for resource name and location now recognise entities as well as blocks.

Note that there is an issue using the entity placeholders when used with DecentHolograms as DH runs some tasks asynchronously. HolographicDisplays does not have the issue.


Change Log
==========
  • remove upload to Jfrog artifactory from workflow as Jfrog is no longer free
  • fix exception caused by MythicMobs as vanillaMobs.yml does not have display name set by default
  • add option to display item frame content
  • fix bug with blacklisted worlds
  • placeholders should respect blacklisted worlds
  • add placeholder for entity name
  • make boss bar style configurable
  • fix exception if ItemsAdder entities API is unavailable
  • placeholder for entity location
  • placeholder for entity resource name
  • custom.yml now supports entities
  • add blacklist for custom plugin blocks and entities
  • make prefix (name of plugin and/or colour) configurable, e.g. set colour per resource
  • add option to display age of crops
  • update version of supported plugins
  • improve support for Oraxen furniture and entities
  • update lang files to 1.20.4


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 8, 2023

This update is for Spigot / Minecraft 1.17.1 - 1.120.1 and is compiled using Spigot API 1.20.1 and Java 17.

Minor update to add support for Nova 0.14.2 (required for servers running 1.20.1).

Change Log
=========
  • update deprecated code in NovaHandler to add support for 0.14.2
  • display Oraxen block names using title case
  • update versions of supported plugins and dependencies

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jul 7, 2023

This update is for Spigot / Minecraft 1.17.1 - 1.120.1 and is compiled using Spigot API 1.20.1 and Java 17.

Minor update to add support for 1.20 blocks and entities.

Adds an option to completely disable the display of blocks or entities. Use the keyword "ALL" to ignore all blocks or all entities.
Code (YAML):
IgnoreBlocks :
- ALL
IgnoreEntities
:
- ALL
Fixes bug (GitHub #8) affecting 1.17 and 1.18 servers where an exception gets logged to the console when targeting boats.

Change Log
=========

  • add option to disable either blocks or entities
  • fix #8 - getBoatType method did not exist pre 1.19
  • update language files to 1.20.1
  • update versions of supported plugins and dependencies
Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 22, 2023

This update is for Spigot / Minecraft 1.17.1 - 1.19.3 and is compiled using Spigot API 1.19.3 and Java 17.

This minor update adds a timeout option for the scoreboard and bossbar displays. The default time remains as 3 seconds. Example scoreboard config below.
Code (YAML):
Display:
  scoreboard
:
    enabled
: true
    on_sneak
: false
    # Maximum number of ticks that scoreboard remains visible (default 60 = 3 seconds)
    timeout
: 60
Other changes are listed are listed in the change log.

Change Log
=========

  • add configurable timeout options for scoreboard and bossbar
  • update GitHub Actions workflow to use GitHub cli
  • tidy up comments in default config
  • get drops for Nova blocks, localising display names
  • update language files to 1.19.3
  • update versions of all plugin dependencies


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4


----------, Mar 2, 2023

This update is for Spigot / Minecraft 1.17.1 - 1.19.2 and is compiled using Spigot API 1.19.2 and Java 17.

This update contains a fairly major change in that the method for targeting blocks has been rewritten. It now uses the ray tracing feature in place of the Player#getTargetedBlock method.

One of the benefits of using ray tracing is that it can identify targeted entities as well as blocks.

So this update includes the ability to display the names of targeted entities in the same way as currently done with blocks.

Common entities can be ignored in the same way as blocks by adding the names to a list in the config file.

Other features added are:

1. Support for RGB/hex colours on the ActionBar, and for the custom plugin prefix. Any of the following formats is supported:
Code (YAML):
actionbar :
    # textcolor: yellow
    # textcolor: '&b&l'
   textcolor
: < #ff00ff>
2. Option to ignore a custom plugin, e.g.Nova has its own version of WAILA utilising a resource pack, so it may be desirable to ignore Nova blocks if you prefer to use their method

3. Option to blacklist worlds where you may not want block or entity information displayed.

Change Log
==========
  • add support for entities
  • add RGB/hex colour support for ActionBar
  • identify players by name
  • identify player_heads by owner
  • add RGB/hex colour support for custom plugin prefix
  • cache the actionbar and prefix colours
  • add option to ignore plugins, e.g. nova
  • add option to blacklist worlds
  • add support for MythicMobs


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 2, 2022

This update is for Spigot / Minecraft 1.17.1 - 1.19.2 and is compiled using Spigot API 1.19.2 and Java 17.

This update provides a workaround for a bug in the BlockIterator method. Although harmless it would occasionally spam the console with a java exception when using the placeholders.


Both Oraxen and Nova have had recent API changes requiring some small updates to the code. Therefore to support these plugins:
  • Oraxen now requires a minimum version of 1.140.0
  • Nova now requires a minimum version of 0.10.

The Mojang language/translation files have been updated to 1.19.2.


Change Log
==========
  • remove kotlin dependencies from pom (included with Nova)
  • update slimefun dependency to RC-32
  • catch exception caused by BlockIterator
  • update spigot dependency to 1.19.2
  • update other dependency versions
  • update translations to 1.19.2
  • update oraxen handler due to api change, require 1.140.0
  • update nova handler due to api change, require 0.10


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Aug 31, 2022

This update is for Spigot / Minecraft 1.17.1 - 1.19 and is compiled using Spigot API 1.19 and Java 17.

This update adds a custom configuration file, which can be enabled in the config.yml, and is used to override the display value returned by Minecraft or by one of the supported custom block plugins.

Code (YAML):
CustomData:
    enabled
: false
Language files have been updated for 1.19.

Change Log
==========
  • update maven shade plugin to 3.3.0
  • add plugin name to EnumLang console messages
  • add optional custom config file
  • new CustomData class
  • update spigot API to 1.19
  • remove dependency on deprecated commons-lang
  • update language files to 1.19
  • add config option to enable/disable custom.yml


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 14, 2022

This update is for Spigot / Minecraft 1.17.1 - 1.18.2, and is compiled using Spigot API 1.18.2 and Java 17.

This update contains a major refactor of the code related to item drops. Blocks that drop a variable amount of an item now display the range that it drops rather than the actual amount of the item that it would have dropped.

A config option has been added to display the block information only if the player is sneaking. This can be set for each display method. For example,
Code (YAML):
scoreboard:
    enabled
: true
    on_sneak
: true
Additional placeholders were requested that give the location of the targeted block.
Code (YAML):
%whatisthis_location%
%whatisthis_locationX%
%whatisthis_locationY%
%whatisthis_locationZ%
 
All language files updated to 1.18.2.

Some code improvements and bug fixes - see change log for details.


Change Log
==========
  • major refactor of code around item drops
  • blocks that drop variable amount of an item now display the full range that it drops
  • delete InconsistentDropItems enum
  • add ItemDropRanges enum
  • relocate 2 scoreboard specific methods from DataHandler class to ScoreboardHandler
  • tidy up custom block checks
  • add option to only display if player is sneaking
  • add placeholder of block location
  • fix chorus fruit and snow layers not displaying correct drops
  • fix drops displayed in chat not being translated
  • add 1.18.2 language file updates


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Apr 23, 2022

This update is for Spigot / Minecraft 1.17.1 and 1.18.1, and is compiled using Spigot API 1.18.1 and Java 17.

This update adds support for Craftory-Tech custom blocks.

2022-02-18_17.38.10.png


Change Log
=========
  • add craftory support
  • add separate handler classes for slimefun and itemsadder
  • make custom block display method names consistent
  • improve code in datahandler class
  • update bstats to 3.0.0

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Feb 19, 2022

This update is for Spigot / Minecraft 1.17.1 and 1.18.1, and is compiled using Spigot API 1.18.1 and Java 17.

This update requires minimum Java 17.

Comments in YAML files is now supported in Spigot 1.18.1 so the default config.yml now includes comments for each entry. No changes will be made to existing config.yml files, any existing comments will be retained.

The code supporting Nova custom blocks has been updated to use the new Nova API for version 0.8. The minimum version of Nova supported is now 0.8.

Change Log
=========
  • add comments to default config.yml
  • update to java 17
  • update plugin dependencies oraxen, itemsadder, nova, papi, slimefun4
  • refactor code to use nova 0.8 API
  • nova block names are translated to player's locale provided nova supports that language
  • GitHub repo default branch changed to 'main'

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jan 18, 2022

This update is for Spigot / Minecraft 1.17.1 and 1.18.1, and is compiled using Spigot API 1.18.1 and Java 16.

Minor update to include the language file updates for 1.18, and to update the dependency plugin versions and Spigot API for 1.18.1.

Change Log
=========
  • update to Spigot API 1.18.1
  • update plugin dependency versions
  • add language files updates for 1.18.1

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 12, 2021

This update is for Spigot / Minecraft 1.17.1, and is compiled using Spigot API 1.17.1 and Java 16.

Support for Oraxen custom blocks has been added. I've tested custom blocks based on NoteBlocks, Mushroom Stems and Barrier blocks which work with or without the resource pack.

The use of other block models may require further updates - if this is the case please let me know on Discord.


Change Log
=========
  • add support for Oraxen custom blocks
  • rename UtilsKT class to NovaHandler

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Nov 18, 2021

This update is for Spigot / Minecraft 1.17+, and is compiled using Spigot API 1.17.1 and Java 16.

Support for ItemsAdder blocks has been added.

The config.yml has been updated to include an option to prefix custom block names with the resource name providing the block.
Code (YAML):
Display:
  prefix_custom_blocks
:
    enabled
: true
    prefix
: '&7 [&f {PREFIX }&7 ] '
This will display, for example, `[Nova] Planter` if the block being targeted is the Planter block provided by Nova.

Placeholder support has been added (thanks to DonKolia for the suggestion/testing). The PlaceholderAPI plugin is required and should be enabled in the config if placeholders are to be used.

The Spigot page has been updated with the placeholder details and the default configuration file fully updated and commented.

Fix bug with 'auto-display' where 'use' permission was not checked.


Change Log
==========
  • add ItemsAdder support
  • add option to prefix custom block with resource name
  • check player has 'use' permission in player move listener
  • add grass_block and netherrack to default list of ignored blocks
  • add placeholders for block name and resource name
  • create workflow for GitHub Actions
  • add nova maven info to pom
  • create maven repo on jfrog


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Oct 31, 2021

This update is for Spigot / Minecraft 1.17+, and is compiled using Spigot API 1.17.1 and Java 16.

An 'auto_display' option has been added to the config.
Code (YAML):
Display:
  auto_display
: true
By enabling 'auto_display' the block information will automatically update just by looking at a different block without the need for commands or clicking. As plugins run server side, having 'auto-display' enabled may impact performance depending on the server hardware, software and the number of players online.

The 'auto_display' option is disabled by default, so when the server starts the 'player move' listener is not registered. To enable the 'auto-display' option the server will need to be restarted so that the listener is correctly registered.

The config also includes a list of blocks that should be ignored when targeted by the player. These blocks will not display anything, so the list could include common blocks like GRASS_BLOCK and NETHERRACK as well as AIR and WATER.
Code (YAML):
IgnoreBlocks :
- AIR
- CAVE_AIR
- WATER
- GRASS_BLOCK

Support for the plugin Nova (by xenondevs) has been added.
2021-10-17_00.19.48.png


Change Log
==========
  • add auto display feature
  • repackage listeners
  • register move listener only if auto display is enabled
  • standardise the code for each display option
  • add list of blocks to ignore to config
  • add support for Nova


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Oct 18, 2021

This update is for Spigot / Minecraft 1.17, and is compiled using Spigot API 1.17 and Java 16.

Change Log
=========
  • update to Slimefun RC-28 (thanks to variananora for the PR)
  • update lang files to 1.17.1

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Sep 7, 2021

This update is for Spigot / Minecraft 1.17, and is compiled using Spigot API 1.17 and Java 16.

Following Mojang's decision to require Java 16 for Minecraft 1.17+, this plugin also now requires a minimum Java version of 16.

From version 4.0 of this plugin, it requires servers to be running a minimum of Java 16 and Minecraft/Spigot 1.17+.

The legacy version of the plugin, v3.4, is supported on Minecraft/Spigot 1.13.2 through to 1.16.5.

There is no functional difference between version 3.4 and version 4.0 - the changes in this release only relate to Minecraft 1.17 and to Java 16.

If you are not upgrading to Java 16 for a while, and intend to stay on v3.4, you may want to stop the plugin nagging you about the new update by setting the update checker to false in the config
Code (YAML):
check_for_update : false

Change Log
=========
  • update to require Java 16
  • update Spigot to 1.17
  • update api-version to 1.17
  • update slimefun4 to RC-24
  • update bstats to 2.2.1
  • update lang files to 1.17
  • add azalea leaves and flowering azalea leaves to list of blocks that can drop zero items
  • remove redundant code relating to MC 1.13

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jun 21, 2021

This update is for Spigot / Minecraft 1.13.2 - 1.16.5, and is compiled using Spigot API 1.16.5.

This update adds an option to display the block and drops information in chat. Thanks to SlimeDog for the suggestion.

The dropped items information can be toggled on/off in the config.yml.
Code (YAML):
Display:
  chat
:
    enabled
: false
    name_color
: GREEN
    drop_color
: RED
    show_drops
: true
The bossbar text colour now includes all the normal chat colour options.

If the scoreboard display option is enabled, the plugin will now attempt to restore a player's existing scoreboard when it exits.

Change Log
=========
  • bossbar text should use ChatColor not BarColor
  • add option to display info in chat
  • option to not display drops in chat
  • respect existing scoreboard when wt scoreboard is enabled

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Mar 11, 2021

This update is for Spigot / Minecraft 1.13.2 - 1.16.5, and is compiled using Spigot API 1.16.5.

A minor revision which updates the Mojang language files to 1.16.5, and updates the Slimefun and bstats dependencies to their current releases.

Change Log
=========
  • convert project to Maven
  • shade bstats and remove old metrics class
  • update bstats to 1.8
  • update Slimefun dependency to RC-20
  • update language files to 1.16.5

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Feb 15, 2021

Compiled and tested on Spigot 1.16.4 with Slimefun4 Dev738.

Updates the language files to 1.16.4.

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Nov 3, 2020

Updates the language files to 1.16.2.

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Aug 14, 2020

This update is for Spigot / Minecraft 1.13 - 1.16.1, and is compiled using Spigot API 1.16.1.

This update provides support for Minecraft 1.16.1 by updating the language files to include the new nether items.

Change Log
=========
  • update language files to 1.16.1
  • add twisting and weeping vines to variable drop items
  • refactor action bar to remove deprecated method
  • update bstats to 1.7

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jul 1, 2020

This update is for Spigot / Minecraft 1.13 - 1.15.1, and is compiled using Spigot API 1.15.1.

This is a small update which fixes the console error when starting the server when the plugin fails to check if there is a new update available on Spigot.

The nms code has been replaced by using the Chat Component API. The action bar is now available on all servers running 1.13 to 15.1.


Change Log
=========
  • fix version checker
  • replace nms with chat component api
  • allow servers on 1.13 to use action bar
Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jan 17, 2020

This update adds support for Minecraft/Spigot 1.15.

Version 2.8 will run on Minecraft/Spigot version 1.13 to 1.15, although the action bar option is not available on 1.13.

Change Log
=========
  • added support for 1.15
  • updated nms to support multiple versions
  • fix for large_fern not dropping seeds (MC-160123)
  • fix for attached stems not dropping seeds (MC-136360)
  • fix language translation not working if Slimefun4 is enabled
  • update language files to 1.15

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Dec 17, 2019

This is a bug fix release.

It fixes an issue where changes to the config file were being lost when running the /wt reload command. Thanks to Resley Nation for the report.
----------, Oct 4, 2019

This update is for Minecraft / Spigot 1.13 and 1.14.

This update includes support for the machines and items in the plugin Slimefun4 . Big thanks to TheBusyBiscuit, for this.


Change Log
=========
  • added support for slimefun4
  • updated language files to 1.14.4


Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Oct 2, 2019

This update adds a toggle command is enable and disable the right-click option without needing to manually edit the config.yml file.

Both the reload and toggleclick commands can now be run on the console.

Change Log
=========

  • New /wt toggleclick command
  • Allow console to run toggleclick and reload command
  • Add permission based auto tab-completer for commands
  • Update language files to 1.14.3

Please report any issues found preferably on GitHub or Discord - https://discord.gg/wFYSAS4
----------, Jul 4, 2019

Change Log
=========
1. Add option to right-click with empty hand. Set item to AIR on NONE in the config.yml.

2. Update the simplified language files to Minecraft 1.14.2.
----------, May 28, 2019

This update is for Minecraft / Spigot 1.13 and 1.14.

The update includes options to display the targeted block using the ActionBar or the BossBar as well the default scoreboard option. The ActionBar option is only available on Minecraft / Spigot 1.14+.

The text colour for the messages and the BossBar colour can be set in the config.yml.

Change Log:
=========
1) add option to use ActionBar (1.14 only)
2) add option to use BossBar
3) code refactor to cater for multiple display options
4) allow display options to be configured independently in the config.yml
5) update bStats to version 1.5 for Minecraft / Spigot 1.14.

Any issues can be reported on Discord, GitHub, or the Discussion tab.
----------, May 23, 2019

This update is specifically for Minecraft / Spigot 1.14, but is also supported on 1.13.2. It includes the updated Mojang language files for 1.14 and relies more on Block#getDrops() which is less bugggy in 1.14.

Change Log:
  • update language files to 1.14
  • update item list that can sometimes drop zero items
  • always load en_us lang file as a fallback if there is no available translation
  • revert change to drop 1.13 support and add a separate enum class for 1.13
  • refactor of the item drop code including switching from common-lang3 to use google guava
Any issues please report on GitHub or Discord.
Thanks.
----------, May 4, 2019

Added a configuration option to only load the language files that you require. If you know your players only use a particular language, then just load that one language file. This will be more efficient when the server loads.

I would recommend also loading the default English language in case the translation is not present in the local language file.
So, for example, if you only wanted Spanish then your config option would look like this:
Code (YAML):
LoadLanguage :
- es_es
- en_us
----------, Apr 3, 2019

Version 2.0 Multi-language update

This update is to add multi-language support. The jar file size has increased due mostly to the inclusion of the Mojang client language files. These have been simplified as far as possible, by removing everything apart from block and item names, to use as little space as necessary.

The plugin will now display the item details in the same language the player is using locally. If the name has not been set in the local language file, then it will revert to "en_us" and display the English equivalent.

Change Log:
  • include simplified Mojang language files
  • add DataHandler class to process the translations and text formatting
  • removed colour codes from 'drop' items to allow more room for the name
  • add EnumLang class (thanks Meow J) to handle lang files
----------, Feb 24, 2019

The main changes in this update are adding the option to change the selection tool from a STICK to any other item, and the ability to use the /wt command underwater.

Change Log:
  • add config option to change stick
  • add reload command to reload config
  • add permission check for whatisthis.admin to reload
  • allow seeing through water
  • update version checker
  • add license
----------, Feb 21, 2019

Resource Information
Author:
----------
Total Downloads: 26,642
First Release: Feb 20, 2019
Last Update: Apr 28, 2025
Category: ---------------
All-Time Rating:
13 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings