File tree 5 files changed +6
-8
lines changed
src/com/tisawesomeness/minecord
5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.tisawesomeness</groupId >
4
4
<artifactId >minecord</artifactId >
5
- <version >0.17.0 </version >
5
+ <version >0.17.1 </version >
6
6
7
7
<repositories >
8
8
<repository >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class Bot {
44
44
public static final String github = "https://github.com/Tisawesomeness/Minecord" ;
45
45
public static final String terms = "https://minecord.github.io/terms" ;
46
46
public static final String privacy = "https://minecord.github.io/privacy" ;
47
- private static final String version = "0.17.0 " ;
47
+ private static final String version = "0.17.1 " ;
48
48
public static final String jdaVersion = "5.0.0-beta.13" ;
49
49
public static final String mcVersion = "1.20" ;
50
50
public static final Color color = Color .GREEN ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public enum ExtraHelpPage {
29
29
"UUID Input Help" ,
30
30
"Show help for NBT formats for UUIDs" ,
31
31
new String [0 ],
32
- "A [UUID](https://minecraft.gamepedia.com /Universally_unique_identifier) (Universally Unique IDentifier) is a player's unique ID.\n " +
32
+ "A [UUID](https://minecraft.wiki/w /Universally_unique_identifier) (Universally Unique IDentifier) is a player's unique ID.\n " +
33
33
"UUIDs can be in any format shown in `{&}uuid`.\n " +
34
34
"\n " +
35
35
"**Short**: `f6489b797a9f49e2980e265a05dbc3af`\n " +
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public String[] getLegacyAliases() {
25
25
return new String []{"code" , "chat" };
26
26
}
27
27
28
- private static final String img = "https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/7/7e/ Minecraft_Formatting.gif" ;
28
+ private static final String img = "https://minecraft.wiki/images/ Minecraft_Formatting.gif?2311f " ;
29
29
30
30
public Result run (SlashCommandInteractionEvent e ) {
31
31
Original file line number Diff line number Diff line change 18
18
@ AllArgsConstructor
19
19
public class Profile {
20
20
21
- private static final String MOJANG_STUDIOS_CAPE_URL = "https://textures.minecraft.net/texture/" +
22
- "9e507afc56359978a3eb3e32367042b853cddd0995d17d0da995662913fb00f7" ;
23
- private static final URL FIXED_MOJANG_CAPE_URL = UrlUtils .createUrl ("https://static.wikia.nocookie.net/" +
24
- "minecraft_gamepedia/images/5/59/Mojang_Cape_(texture).png" );
21
+ private static final String MOJANG_STUDIOS_CAPE_URL = "https://minecraft.wiki/images/Mojang_Studios_Cape_%28Texture%29.png?7450c" ;
22
+ private static final URL FIXED_MOJANG_CAPE_URL = UrlUtils .createUrl ("https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/59/Mojang_Cape_(texture).png" );
25
23
26
24
/**
27
25
* The player's current username
You can’t perform that action at this time.
0 commit comments