Skip to content

Commit 0d61e9b

Browse files
committed
RELEASE 3.6 --------------------
1 parent 0eba4bf commit 0d61e9b

4 files changed

Lines changed: 23 additions & 9 deletions

File tree

GithubChangelog.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
Use `/mwe` to open the config menu
22

3-
- MWEnhancements :
4-
- added keybinds for `/kill` & `/surface` commands, look into `options->controls->MWE` to set a key
5-
- add setting to hide Optfine hats
6-
- fix `/scangame` command during mythic hour for random kits
7-
- fix MW playtime on `/plancke` command showing twice the actual value
3+
- Enhancements :
4+
- add Mini Potion HUD : just a colored number with remaining duration of potion buffs
5+
- add option to render player head on ArrowHitHUD
6+
- add separate settings to show squad/warning icons on names
7+
- fix hitbox colors in replay
8+
- fix not showing a chat head on all chat messages
9+
- Mega Walls :
10+
- add Base Location HUD : shows in which base you are located
11+
- fix weird crash on certain clients when you hit someone in dm
812
- Hacker detector :
9-
- fix autoblock bypass #myau
10-
- fix 3 fastbreak false flags : when player has haste 2 but your client doesn't know, when looking at a golem abil, when double-mining in a particular config
13+
- add Killaura check through blocks and through players
14+
- add Killaura check attacking while eating/drinking
15+
- add Scaffold check
16+
- improve Autoblock check, Noslowdown check, Fastbreak check
17+
- fix chat compacting of flag message if the playername changes (for example when they gain levels in The Pit)
18+
- NoCheaters :
19+
- changed file with report data from `wdred.txt` -> `WDRList.json`, transfer should be automatic
20+
- fix not saving players to NoCheaters when using /wdr but don't have an API key
1121

1222
To install the mod you need to use forge and drop the .jar file in your `.minecraft\mods` folder.
1323
See more information about installation [here](https://github.com/Alexdoru/MegaWallsEnhancements#installation).

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Note : OrangeMarshall's Vanilla Enhancements is not compatible with this mod, th
4747
- **Arrow hit HUD** - HUD that displays the health of players when shooting them with a bow
4848
- **Squad HUD** - A mini tablist that will display only members of your squad
4949
- **Speed HUD** - HUD displaying your speed
50+
- **Mini Potion HUD** - just a colored number with remaining duration of potion buffs
5051
- **Chat heads** - Display heads of players in front of chat messages (disabled with Feather client)
5152
- **Cancel night vision** - Remove the blueish tint from night vision
5253
- **Clear view** - Stop rendering particles that are too close (75cm) to the screen for a better visibility
@@ -89,6 +90,7 @@ Allows you to customize the look of the f3+b hitboxes.
8990

9091
### Mega Walls features
9192

93+
- **Base Location HUD** - shows in which base you are located
9294
- **Creeper primed TNT HUD** - Displays the cooldown of the primed tnt when playing Creeper
9395
- **Energy display HUD** - Displays the amount of energy you have
9496
- **Kill cooldown HUD** - Displays the cooldown on the `/kill` command
@@ -121,7 +123,9 @@ Detects players using certain cheats and warns you about those players. It can a
121123
- **Autoblock check**
122124
- **Fastbreak check**
123125
- **Keepsprint check**
126+
- **Killaura check** - checks attacking through blocks and players, check attacking while eating/drinking
124127
- **Noslowdown check**
128+
- **Scaffold check**
125129

126130
### NoCheaters:
127131

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
apply plugin: 'net.minecraftforge.gradle.forge'
1414

15-
version = "3.5"
15+
version = "3.6"
1616
group = "fr.alexdoru"
1717
archivesBaseName = "[1.8.9] MegaWallsEnhancements"
1818

src/main/java/fr/alexdoru/megawallsenhancementsmod/MegaWallsEnhancementsMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class MegaWallsEnhancementsMod {
3737

3838
public static final String modid = "mwenhancements";
3939
public static final String modName = "MegaWallsEnhancements";
40-
public static final String version = "3.5";
40+
public static final String version = "3.6";
4141
public static final Logger logger = LogManager.getLogger(modName);
4242
public static File jarFile;
4343

0 commit comments

Comments
 (0)