Skip to content

Releases: darksoulq/WhatIsThat

v1.4.3

04 Jan 16:51
Compare
Choose a tag to compare

Changed:

  • Removed mtlang, now uses Minetorios deviceName

Fixes:

  • Fixed error when looking at EliteMobs NPC's

v1.4.2

02 Jan 15:19
Compare
Choose a tag to compare

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

v1.4.1

16 Dec 17:31
Compare
Choose a tag to compare

New:

  • Added ValhallaRaces compatibility

Removed:

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

Changes to config.yml:

# [!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

v1.4.0

11 Dec 17:58
Compare
Choose a tag to compare

New:

  • Added experimental Nexo compatibility (NOT TESTED)

Patched:

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

Additions to config.yml:

# [!EXPERIMENTAL] Nexo compatibility
# https://polymart.org/resource/nexo.6901
nexo:
  blocks:
    enabled: true
  entities:
    enabled: true

or delete your current config.yml!

v1.3.8

08 Dec 12:50
Compare
Choose a tag to compare

New:

  • Slimefun compat! now shows stored energy and produced energy (doesn't support multiblocks yet)
  • Litefarm Compat! now shows time till funny grown.

Patched:

  • rare extra | being added to text in bossbar

Additions to config.yml:

# 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!

v1.3.9

08 Dec 15:18
d310702
Compare
Choose a tag to compare

New:

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

Changes to config.yml:

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!

v1.3.7

02 Dec 15:12
Compare
Choose a tag to compare

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:

v1.3.6

01 Dec 12:32
Compare
Choose a tag to compare

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:

V1.3.5

30 Nov 18:30
Compare
Choose a tag to compare

Patched:

  • Fixed being able to see entities through blocks
  • Fixed being able to see Operator Blocks like Barrier, Structure Void and so on

v1.3.4

27 Nov 10:24
Compare
Choose a tag to compare

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!