Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 7fe7724

Browse files
committed
2.12.1
- Fixed ElementSphere Fire crash - Updated README.md
1 parent 08fde3c commit 7fe7724

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Join our [Discord](https://discord.gg/gh9MfDmwZm) to discuss the plugin, suggest
55

66
## Changelog
77

8+
### 2.12.1
9+
- Fixed URL being outdated in /b version
10+
- Fixed IceWall not working on snow and ice blocks from the config
11+
- Fixed WaterFlow using the wrong instructions
12+
- Fixed LavaFlux making permanent stone when duration is less than cleanup
13+
- Fixed MudSurge duping the center block
14+
- Fixed MudSurge creating the blocks offset of 0.5 blocks
15+
- Added new supported blocks to MudSurge
16+
- Made MudSurge's brown blocks appear in a random order
17+
- Fixed ElementSphere Fire crash
18+
819
### 2.12.0
920
- Added death messages for all abilities
1021
- Made all combos configurable with configurable instructions as well

src/com/jedk1/jedcore/ability/avatar/elementsphere/ESFire.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ public ESFire(Player player) {
5656
if (bPlayer.isOnCooldown("ESFire")) {
5757
return;
5858
}
59-
if (RegionProtection.isRegionProtected(this, player.getTargetBlock(getTransparentMaterialSet(), (int) range).getLocation())) {
60-
return;
61-
}
6259
setFields();
6360
start();
6461
if (!isRemoved()) {

0 commit comments

Comments
 (0)