HaroTorch icon

HaroTorch -----

Modded's MegaTorch, on Spigot




HaroTorch v2.5.0

Changes
  • Fixed #18 (Torch bounds check would stop if a torch wasn't in range, rather than checking the rest)
  • Removed /torch convert, I don't think anyone is still using HaroTorch v1 anymore
  • Updated Apache Commons IO
----------, Jan 2, 2023

HaroTorch v2.4.4

What's Changed

Full Changelog: https://github.com/TobiasDeBruijn/HaroTorch/compare/2.4.3...2.4.4
----------, Oct 13, 2022

HaroTorch v2.4.3

Changes
- Updated for Minecraft 1.18
----------, Dec 11, 2021

HaroTorch v2.4.2
- Fixed a bug where /torch aoe could crash the server
- Fixed a bug where in 1.17.1 the highlighted torches would not dissapear ( /torch highlight)
----------, Aug 23, 2021

HaroTorch v2.4.0

Changes

- Compatibility with Minecraft 1.17
- Reworked configuration file
- Added option for using a square rather than a circle for the HaroTorch. Set
shapeCircle to false in the configuration file to use this.
----------, Jun 13, 2021

HaroTorch v2.3.1
- Fixed GitHub #11: Trapdoors can no longer be openend/closed when a torch is ontop of them
- Fixed a bug where blocks with a torch ontop could burn up
- Fixed a bug where a block with a torch on the side could be broken (This has some implications, since I just check if a torch is on the side, not if it is actually attached to the block, expect this to change in a future update)
- Added anonymous metrics: player count, memory usage, Minecraft version, OS, java version and timezone
----------, Jun 5, 2021

HaroTorch v2.3.0
- GitHub #10
- Added a command cooldown
- Particles from /torch aoe are now client-side only.

Upgrade guide
To use the new command cooldown, add the following to your config.yml:

# Command cooldown in seconds. Default: -1. -1 to disable.
commandCooldown: -1
----------, May 26, 2021

HaroTorch v2.2.3
- Fixed Github #7: Torches can now no longer be broken by piston movement
- Added an update checker so you'll know when a new version of HaroTorch is available
- Fixed Github #8: /torch aoe particle spawning in the nether. Particles will now spawn at the y height of the torch, and above and below it (rather than only above). This only applies when the torch is in the nether.
----------, May 13, 2021

HaroTorch v2.2.2
- Version compatibility: Switched to using reflection rather than the classes directly. This means that the plugin should be compatible with most future versions without much change.
- Torch limits: You can now limit the amount of torches a player is allowed to place down.

Update guide
You'll need to change two files to be able to use the new torch limits.

Append the following to config.yml:
# How many torches are players allowed to place down
# Set to -1 to disable
torchPlaceLimit: 5

Append the following to en.properties:
torchLimitReached=You have reached the limit of torches you are allowed to place down! You have placed %PLACED_TORCHES%/%TORCH_LIMIT% torches!

If you are using a different language, make sure you update that respective language file too!

Java compatibility
As of this version, Java 8 support has been dropped. If you want to use HaroTorch v2.2.2+, you'll have to use at least Java 11.
----------, May 13, 2021

Fixes Github issue #5.
- Magma cubes and ghasts could still spawn with a haro torch placed
----------, May 10, 2021

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, there are some things you need to do to before updating. Please see https://github.com/TheDutchMC/HaroTorch/releases/tag/2.2.0-2

Java Version Error
If you run into a Java version error, please download the correct jar for your java version here: Release Release 2.2.0-9 ยท TheDutchMC/HaroTorch (github.com)

I compile all my plugins with Java 11, though it appears some people are still on Java 8. This is what causes the issue.
----------, Feb 2, 2021

Changes:
- Fixed https://github.com/TheDutchMC/HaroTorch/issues/1

Supported Versions
- 1.16.2
- 1.16.3
- 1.16.4
Version requests can be made here: https://github.com/TheDutchMC/HaroTorch/issues
----------, Nov 17, 2020

Changes
- Added language file option for torchTitle and torchLore, as requested in the Discussion of this resource.

Notes
- In torchLore, %TORCH_RADIUS% can be used to put the torch radius in the lore.
- In torchTitle color codes can be used, e.g &a for aqua
----------, Nov 12, 2020

This update brings support for Minecraft 1.16.4

Go to https://thedutchmc.nl/wiki/#!/wiki/plugins/harotorch/index.md to see all supported Minecraft versions.
----------, Nov 7, 2020

All languages using UTF-8 characters are now supported.

For more details: https://github.com/TheDutchMC/HaroTorch/releases/tag/2.1.3

Thank you for using HaroTorch!
----------, Oct 7, 2020

Changes
- Added support for multiple languages.

How-to and upgrade guide: https://github.com/TheDutchMC/HaroTorch/releases/tag/2.1.2

For support or questions: https://discord.com/invite/BrhNg7z
----------, Oct 7, 2020

See https://github.com/TheDutchMC/HaroTorch/releases/tag/2.1.1 for update details, upgrade guide and supported versions
----------, Oct 7, 2020

For update notes and upgrade guide see: https://github.com/TheDutchMC/HaroTorch/releases/tag/2.1

It is important that you follow the upgrade guide!
----------, Oct 6, 2020

HaroTorch v2.0
A complete rewrite of HaroTorch v1

Modded's MegaTorch, on Spigot

Features
  • Torch can be any block
  • Torch prevents mob spawns in a configurable range
  • Spawners and zombie-villager infections are not affected
  • Custom recipe for the Torch
  • Torch highlighting with /torch highlight
  • Better storage format
  • Conversion from v1 to v2 with /torch convert
Compatible Minecraft Versions
Final note
I am actively working on adding more commands, improving existing ones, and rewriting commands from v1 which are currently missing. Make sure you check back here regularly :)
----------, Sep 30, 2020

I've been a little busy (and lazy), so here is the 1.15.2 version of HaroTorch :)
----------, Mar 23, 2020

Changelog:
- Optimization of 1.5
----------, Sep 8, 2019

Hey people!

I've been doing some work on HaroTorch whenever I've had time, hereby the first results. I do not remember exactly what was in the previous version, but for what I remember, here's the changelog:

  • Phantoms and Slimes are now affected
  • ALOT of optimization
  • Commands added: /ht list, /ht check, /ht aoe. See /ht help for an explanation!
  • Changed the Torch to a white stained glass block. (why? this was a big request by the player's of Haro's server; will be configurable)
  • Spawners are no longer affected
  • The Wither is no longer affected
Incompatibilities with the previous update:
  • If you had unplaced torches, these will no longer be placable.
  • Old HaroTorches should continue to function, but cannot be moved
This should be the only incompatibility. There should none in the future either.

Enjoy the plugin :D
----------, Sep 8, 2019

Resource Information
Author:
----------
Total Downloads: 2,490
First Release: Aug 5, 2019
Last Update: Jan 2, 2023
Category: ---------------
All-Time Rating:
7 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings