Skip to content

Commit 0791ba2

Browse files
committed
🔨 chore: bump version
1 parent 31f2577 commit 0791ba2

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Changelog
2+
3+
This release is primarily spring-cleaning on the codebase to make it easier to update and maintain, given Hypixel's push for modern versions of Minecraft.
4+
5+
- Port to 1.21.11
6+
- Drop versions below 1.21.10
7+
- Hypixel (SkyBlock) will [only be supporting the two latest game drops](https://hypixel.net/threads/an-update-on-minecraft-versions-and-skyblock-going-forward.6053933), and as 1.21.10 was a hotfix for 1.21.9, we will only be supporting versions 1.21.10 onward.
8+
- Fix rank spoofing in chat messages
9+
- Change default spoofed rank
10+
- If you didn't know, the [`[OWNER]` rank was removed and replaced](https://hypixel.net/threads/team-update-one-unified-rank.5628609) with a singular "Hypixel Staff" rank, so the default spoofed rank has been updated to use this rank.
11+
12+
---
13+
14+
This is the modern version (`v2`), made for the latest versions of Minecraft. To see the legacy version (`v1`), made for 1.8.9, check out the [latest `v1` release](https://modrinth.com/mod/rankspoof/version/v1.1.2).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# mod properties
6-
mod.version=2.2.0
6+
mod.version=2.3.0
77
mod.group=dev.cxntered
88
mod.id=rankspoof
99
mod.name=RankSpoof

0 commit comments

Comments
 (0)