You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/meteordevelopment/meteorbot/tickets/Ticket.java
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,16 @@
16
16
publicclassTicket {
17
17
publicstaticfinalProblem[] PROBLEMS = {
18
18
newProblem(
19
-
"Is there a 1.12.2 or forge version?",
20
-
"No and there never will be. You can use [Multiconnect](https://modrinth.com/mod/multiconnect) to connect to 1.12.2 servers."
19
+
"Can I use meteor for older versions? (1.17/1.16.5/1.12.2/1.8.9)",
20
+
"Meteor is written for the latest stable release of Minecraft. You can use [Multiconnect](https://modrinth.com/mod/multiconnect) if you want to connect to servers running other versions of Minecraft."
21
21
),
22
22
newProblem(
23
-
"Can I use OptiFine?",
24
-
"OptiFine is a Forge mod. There is a Fabric wrapper for it but it does not work well with other Fabric mods. Here are [OptiFine alternatives](https://gist.github.com/LambdAurora/1f6a4a99af374ce500f250c6b42e8754) for Fabric."
23
+
"Can I use OptiFine with Meteor?",
24
+
"OptiFine is a Forge mod. There is a Fabric wrapper for it but it does not work well with other Fabric mods and will never work with Meteor. Here are [OptiFine alternatives](https://gist.github.com/LambdAurora/1f6a4a99af374ce500f250c6b42e8754) for Fabric."
25
25
),
26
26
newProblem(
27
-
"Where is the mount bypass dupe?",
28
-
"For the mount bypass dupe to work the servers needs a very old version of illegalstacks plugin that almost no servers use. The code for it is available in this addon (https://github.com/MeteorDevelopment/meteor-mbd-addon)"
27
+
"How do I dupe with Meteor?",
28
+
"Finding dupes isn't an easy task. Public dupes get patched very quickly so alot of dupes are kept private. For this reason, Meteor has no built in duping modules/features."
29
29
),
30
30
newProblem(
31
31
"Does this client have New Chunks?",
@@ -36,8 +36,12 @@ public class Ticket {
36
36
"Follow the guide on the [Meteor FAQ](https://github.com/MeteorDevelopment/meteor-client/wiki/Installation)."
37
37
),
38
38
newProblem(
39
-
"Where is the Book Dupe/Player Rollback Dupe?",
40
-
"The Player Rollback dupe is **PATCHED** on any server that isn't vanilla. If you still want to try it, then download the latest dev build and download the appropriate addon \n[BookDupe](https://github.com/MeteorDevelopment/meteor-book-dupe-addon/releases/latest)"
39
+
"How to use the proxy system?",
40
+
"It works just like a normal socks proxy. If you don't know what a proxy is, then I suggest you [google it](https://letmegooglethat.com/?q=proxy) and find out."
41
+
),
42
+
newProblem(
43
+
"Why can't I talk in the Meteor Discord?",
44
+
"Due to the amount of users in the discord server increasing, public channels have been closed to only users who have roles. You can get a role by creating an account [here](https://meteorclient.com/account)"
0 commit comments