Skip to content

Commit 357c108

Browse files
ehylogigglingbed
authored andcommitted
update ticket options
some of these were a little old and I added a new one, please let me know if you want me to change anything
1 parent 75438d2 commit 357c108

File tree

1 file changed

+12
-8
lines changed
  • src/main/java/meteordevelopment/meteorbot/tickets

1 file changed

+12
-8
lines changed

src/main/java/meteordevelopment/meteorbot/tickets/Ticket.java

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
public class Ticket {
1717
public static final Problem[] PROBLEMS = {
1818
new Problem(
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."
2121
),
2222
new Problem(
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."
2525
),
2626
new Problem(
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."
2929
),
3030
new Problem(
3131
"Does this client have New Chunks?",
@@ -36,8 +36,12 @@ public class Ticket {
3636
"Follow the guide on the [Meteor FAQ](https://github.com/MeteorDevelopment/meteor-client/wiki/Installation)."
3737
),
3838
new Problem(
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+
new Problem(
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)"
4145
)
4246
};
4347

0 commit comments

Comments
 (0)