Skip to content

Commit 70435be

Browse files
committed
Readme update and crash template for issues
1 parent 0866557 commit 70435be

2 files changed

Lines changed: 75 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Crash
2+
description: Report a crash.
3+
title: '[Crash] '
4+
labels: crash
5+
body:
6+
- type: textarea
7+
id: mods
8+
attributes:
9+
label: Mod list
10+
description: List of mods
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: reproducing
15+
attributes:
16+
label: Steps to reproduce
17+
description: How do you trigger this bug?
18+
render: bash
19+
validations:
20+
required: true
21+
- type: input
22+
id: mod-version
23+
attributes:
24+
label: Meteor Plus Version
25+
validations:
26+
required: true
27+
- type: input
28+
id: mc-version
29+
attributes:
30+
label: Minecraft Version
31+
validations:
32+
required: true
33+
- type: input
34+
id: logs
35+
attributes:
36+
label: Logs (https://mclo.gs)
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: operating-systems
41+
attributes:
42+
label: Operating System
43+
options:
44+
- macOS
45+
- Windows
46+
- Linux
47+
validations:
48+
required: true
49+
- type: checkboxes
50+
id: prerequisites
51+
attributes:
52+
label: Before submitting a crash report
53+
options:
54+
- label: |
55+
This crash wasn't already reported.
56+
required: true
57+
- label: |
58+
This is a valid crash.
59+
required: true

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
An addon for <a href="https://github.com/MeteorDevelopment/meteor-client">Meteor client</a> that adds many blatant features.
77
<br>
88
<a href="https://anticope.pages.dev/addons/?addon=MeteorClientPlus%2FMeteorPlus"><img src="https://img.shields.io/badge/verified%20addon-yes-brightgreen" alt="Verified Addon"></a>
9-
<a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/minecraft%20version-1.18.2 -- 1.21.3-brightgreen" alt="Minecraft version"/></a>
9+
<a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/minecraft%20version-1.20.4 -- 1.21.4-brightgreen" alt="Minecraft version"/></a>
1010
<a href="https://github.com/Nekiplay/MeteorClientPlus/releases"><img src="https://img.shields.io/github/downloads/MeteorClientPlus/MeteorPlus/total" alt="Downloads"/></a>
1111
<a href="https://github.com/Nekiplay/MeteorClientPlus/stargazers"><img src="https://badgen.net/github/stars/MeteorClientPlus/MeteorPlus" alt="GitHub stars"/></a>
1212
<br>
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
## PvE Modules
23-
| Module | Description | Bypasses |
23+
| Module | Description | Bypasses anti cheats |
2424
|------------------------|-----------------------------------------------|-------------------------------|
2525
| **Flight+** | **Flight for Anti-Cheats** | **Matrix, Spartan, Vulcan** |
2626
| **Speed+** | **Speed for Anti-Cheats** | **Matrix, ACC, Vulcan, NCP** |
@@ -36,11 +36,11 @@
3636
| **Auto Obsidian Farm** | **Automatically farm obsidian in AFK** | |
3737

3838
## PvP Modules
39-
| Module | Description | Bypasses |
40-
|---------------|--------------------------------------------------------|----------|
41-
| **Velocity+** | **Velocity for Anti-Cheats** | **Grim** |
42-
| **Anti Bot** | **Ignores bots for KillAura, ESP, Tracers** | |
43-
| **Teams** | **Does not beat teammates on BedWars and other modes** | |
39+
| Module | Description | Bypasses anti cheats |
40+
|---------------|--------------------------------------------------------|----------------------|
41+
| **Velocity+** | **Velocity for Anti-Cheats** | **Grim** |
42+
| **Anti Bot** | **Ignores bots for KillAura, ESP, Tracers** | |
43+
| **Teams** | **Does not beat teammates on BedWars and other modes** | |
4444

4545
## Integrations
4646
| Module | Description |
@@ -49,22 +49,25 @@
4949
| **Xaero's MiniMap** | **Support baritone control on context** |
5050

5151
## Commands
52-
| Command | Description | Bypasses |
53-
|-----------|------------------------|-----------------------------------------|
54-
| **eclip** | **Vertical clip** | **Matrix, Wraith, Spartan, Negativity** |
55-
| **gpt** | **Use ChatGPT module** | |
52+
| Command | Description | Bypasses anti cheats |
53+
|----------------|---------------------------------------------------|-----------------------------------------|
54+
| **eclip** | **Vertical clip** | **Matrix, Wraith, Spartan, Negativity** |
55+
| **gpt** | **Use ChatGPT module** | |
56+
| **clearinv** | **Clear inventory exploit not work after 1.20.3** | **NCP** |
57+
| **rawitemid** | **Get raw item id for holograms module** | |
58+
| **rawblockid** | **Get raw block id for custom blocks module** | |
5659

5760

5861
## Meteor Client improvements
5962
| Module | Enhancements |
6063
|----------------------|---------------------------------------------------------------------|
61-
| **Freecam** | **Added good baritone control via Freecam** |
64+
| **Freecam** | **Added baritone control via Freecam** |
6265
| **Waypoints** | **Added display of distances in label names, sorting, name search** |
6366
| **BetterTooltips** | **Translations for BetterTooltips** |
6467
| **Break Indicators** | **Added percentage render** |
6568

6669
## Meteor Client fixes
67-
| Module | Fix |
70+
| Module | Fixed problem |
6871
|---------------|---------------------------------------------|
6972
| **Auto Tool** | **No work in creative mode** |
7073
| **KeyBinds** | **Allow binding function to LMB, RMB, ESC** |

0 commit comments

Comments
 (0)