Skip to content

Commit f71ba85

Browse files
committed
Increase version to 2.7.0
1 parent fa5c511 commit f71ba85

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ This is my fork of jedk1's JedCore addon for ProjectKorra.
33
Download releases [here](https://github.com/plushmonkey/JedCore/releases).
44

55
## Changelog
6+
### 2.7.0
7+
- Update to ProjectKorra 1.8.7. It should continue to work with previous versions as well.
8+
- Improve MetalArmor and MetalFragments.
9+
- Fix MetalArmor so it properly detects if the player sourced metal blocks.
10+
- Add config option to MetalArmor for setting the duration of the resistance.
11+
- Fix MetalArmor so it actually reads the config values.
12+
- Fix NullPointerException with MetalArmor.
13+
- Fix MetalFragments so it aligns the falling block with the actual block. This fixes the bug where it would always drop the block into an item.
14+
- Fix NullPointerException with MetalFragments.
15+
- Improve MetalHook.
16+
- Fix MetalHook cooldown activation.
17+
- Add configuration option for setting total hook count for MetalHook. This can be used to set a concrete action that ends MetalHook and forces it to go on cooldown. Set it to 0 to disable it.
18+
- Improve MetalHook so it can be activated while sprinting. Toggling sprint off and on will end the ability still.
19+
- Improve FireComet region checks.
20+
- Add a region protection check to FireComet to prevent players from walking into protected regions while it's charged.
21+
- Add a region protection check to FireComet to prevent it from damaging players in protected areas.
22+
- Add configuration option to not Drain TempBlocks. It could be used to create flowing water.
23+
- Improve bending board.
24+
- When boards are disabled or if a player toggles their board off, set their scoreboard back to the main server-controlled scoreboard. This allows players to be found on teams when their board is disabled.
25+
- Fix an exception that occurs when bending board is disabled.
26+
- Stop Backstab from activating out of melee range.
27+
- Fix Combustion blowing up burning furnaces.
28+
- Fix container duplication exploit.
29+
- Handle offhand while removing items from inventory.
30+
- This fixes a bug where DaggerThrow could be used without consuming arrows.
31+
632
### 2.6.5
733
- Fix version check so it works with Java 9.
834
- Significantly improve some collision checks.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jedk1</groupId>
66
<artifactId>jedcore</artifactId>
7-
<version>2.6.5-Spigot1.12.2-PK1.8.6</version>
7+
<version>2.7.0-Spigot1.12.2-PK1.8.7</version>
88
<packaging>jar</packaging>
99
<name>JedCore</name>
1010

@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.projectkorra</groupId>
3636
<artifactId>projectkorra</artifactId>
37-
<version>1.8.6</version>
37+
<version>1.8.7</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
</dependencies>
@@ -69,4 +69,4 @@
6969
<properties>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
</properties>
72-
</project>
72+
</project>

0 commit comments

Comments
 (0)