Releases: TobiasDeBruijn/HaroTorch
Releases · TobiasDeBruijn/HaroTorch
Release 2.2.1
v2.2.1
Release 2.2.0-9
This release is the same codebase as 2.2.0, but just has a workflow for a Java 8 jar. See V2.2.0 for release notes
Release 2.2.0
HaroTorch Version 2.2.0
Changelog
- Version bump to 2.2.0
- Added #3 : Config option to let non owners break a HaroTorch
- Added #2 : Config option to exclude mobs, Config option to only block Hostile mobs
- Added exclusion for EnderDragon
- Tested with 1.16.5
Update instructions
If you're already running another version of HaroTorch, you must add this to your existing config.yml:
#Should people be able to remove other people's torches. Default: false
allowRemoveNotOwnedTorch: false
#Should only hostile mobs be prevented from spawning. Default: true
#Note: Withers and Ender dragons are always spawnable
onlyBlockHostileMobs: true
# What mobs should be excluded from the block list
# Should NOT include minecraft: prefix!
#
# Example:
#
# mobsExcludeFromBlockList:
# - "zombie"
# - "zombie_pigman"
#
# It is important that the format matches what Minecraft itself uses!
mobsExcludeFromBlockList:
#Should people be able to remove other people's torches. Default: false
allowRemoveNotOwnedTorch: false
#Should only hostile mobs be prevented from spawning. Default: true
#Note: Withers and Ender dragons are always spawnable
onlyBlockHostileMobs: true
# What mobs should be excluded from the block list
# Should NOT include minecraft: prefix!
#
# Example:
#
# mobsExcludeFromBlockList:
# - "zombie"
# - "zombie_pigman"
#
# It is important that the format matches what Minecraft itself uses!
mobsExcludeFromBlockList:
Version 2.1.6
HaroTorch v2.1.6
Changes
- Fixed #1
Supported Minecraft Versions
- 1.16.2
- 1.16.3
- 1.16.4
Note: These version requirements are only for the /torch highlight
feature. The rest of the plugin will work for 1.16+!
2.1.5
HaroTorch v2.1.5
Changes
- Switched to PersistendDataHolder for identifying a torch before it is placed.
- Added translation options for torchTitle and torchLore
Compatible Minecraft Versions
- 1.16.2
- 1.16.3
- 1.16.4
2.1.4
HaroTorch v2.1.4
Changes
- Added support for 1.16.4
Upgrade Guide
Refer to the upgrade guide of previous versions if you are not on v2.1.4
Supported Minecraft Versions
- 1.16.2
- 1.16.3
- 1.16.4
Version 2.1.3
HaroTorch v2.1.3
Changes
- Changed the way language files are read to support every UTF-8 character. This allowed languages like Chinese to be used
Upgrade Guide
Refer to the upgrade guide of previous versions if you are not on v2.1.2
Supported Minecraft Versions
- 1.16.2
- 1.16.3
Version 2.1.2
HaroTorch v2.1.2
Changes
- Added support for language files
Use your own language file
- In
/plugins/HaroTorch-V2/Lang/
copy 'en.properties' and rename it to the language you want to add - Open the copy you just created and changes the messages to be what it should be in your language.
- In
/plugins/HaroTorch-V2/
openconfig.yml
and changeactiveLang="en"
to what you named your language file without file extension!
By default only English is shipped with HaroTorch. Additional language files can be downloaded here
If you have created your own language file and it is not yet available on this repository, or you think one should be changed, please send an email to [email protected]!
Upgrade guide
- Download
HaroTorch-2.1.2-RELEASE.jar
- Stop your Minecraft server
- Replace the old plugin with the new one.
- Open your config file
- Add
activeLang: "en"
- Add
- Save the config and start your server.
Supported Minecraft Versions
- 1.16.2
- 1.16.3
2.1.1
HaroTorch v2.1
Changes
- Fixed NullPointerException bug
Upgrade Guide [From v2.0]
- Download
HaroTorch-2.1.1-RELEASE.jar
- Stop your Minecraft server
- Replace the older version of HaroTorch 2.x with the new version
- Open your config file, and add
torchAoeParticleHeight: 10
after the last line, and save the file. - Start your Minecraft server again.
Compatible Minecraft Versions
- 1.16.2
- 1.16.3
Version 2.1
HaroTorch v2.1
Changes
- Added
/torch aoe
, which shows you the area of effect of the HaroTorch using particles - Added
/torch help
- Added
/torch version
- Fixed tab completion
Upgrade Guide
- Download
HaroTorch-2.1-RELEASE.jar
- Stop your Minecraft server
- Replace the older version of HaroTorch 2.x with the new version
- Open your config file, and add
torchAoeParticleHeight: 10
after the last line, and save the file. - Start your Minecraft server again.
Compatible Minecraft Versions
- 1.16.2
- 1.16.3