Releases: darksoulq/WhatIsThat
Releases · darksoulq/WhatIsThat
v1.4.3
v1.4.2
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
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
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
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
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
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: