Skip to content

Releases: TobiasDeBruijn/HaroTorch

Release 2.2.1

10 May 19:44
Compare
Choose a tag to compare
v2.2.1

Release 2.2.0-9

03 Feb 08:25
Compare
Choose a tag to compare

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

02 Feb 09:32
Compare
Choose a tag to compare

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

17 Nov 09:49
Compare
Choose a tag to compare

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

12 Nov 17:01
Compare
Choose a tag to compare

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

07 Nov 17:12
Compare
Choose a tag to compare

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

07 Oct 20:32
Compare
Choose a tag to compare

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

07 Oct 11:46
Compare
Choose a tag to compare

HaroTorch v2.1.2

Changes

  • Added support for language files

Use your own language file

  1. In /plugins/HaroTorch-V2/Lang/ copy 'en.properties' and rename it to the language you want to add
  2. Open the copy you just created and changes the messages to be what it should be in your language.
  3. In /plugins/HaroTorch-V2/ open config.yml and change activeLang="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

  1. Download HaroTorch-2.1.2-RELEASE.jar
  2. Stop your Minecraft server
  3. Replace the old plugin with the new one.
  4. Open your config file
    • Add activeLang: "en"
  5. Save the config and start your server.

Supported Minecraft Versions

  • 1.16.2
  • 1.16.3

2.1.1

07 Oct 08:21
Compare
Choose a tag to compare

HaroTorch v2.1

Changes

  • Fixed NullPointerException bug

Upgrade Guide [From v2.0]

  1. Download HaroTorch-2.1.1-RELEASE.jar
  2. Stop your Minecraft server
  3. Replace the older version of HaroTorch 2.x with the new version
  4. Open your config file, and add torchAoeParticleHeight: 10 after the last line, and save the file.
  5. Start your Minecraft server again.

Compatible Minecraft Versions

  • 1.16.2
  • 1.16.3

Version 2.1

06 Oct 20:37
Compare
Choose a tag to compare

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

  1. Download HaroTorch-2.1-RELEASE.jar
  2. Stop your Minecraft server
  3. Replace the older version of HaroTorch 2.x with the new version
  4. Open your config file, and add torchAoeParticleHeight: 10 after the last line, and save the file.
  5. Start your Minecraft server again.

Compatible Minecraft Versions

  • 1.16.2
  • 1.16.3