Skip to content

Commit 101a740

Browse files
Update links
1 parent 358e36c commit 101a740

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/main/java/com/fancyinnovations/fancyfriend/events

src/main/java/com/fancyinnovations/fancyfriend/events/Events.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
4141
"To add a blank line in a hologram, use `<r>` on a new line.").queue();
4242

4343
case "clickable" -> event.getHook().editOriginal(
44-
"Holograms currently aren't clickable themselves, but [here's](<https://fancyplugins.de/docs/fh-clickable-holograms.html>) a workaround.")
44+
"Holograms currently aren't clickable themselves, but [here's](<https://docs.fancyinnovations.com/fancyholograms/tutorials/clickable-holograms/>) a workaround.")
4545
.queue();
4646

4747
case "converters" -> {
@@ -57,7 +57,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
5757
}
5858

5959
case "docs" -> event.getHook().editOriginal(
60-
"Here are the FancyPlugins docs: <https://fancyplugins.de/docs/welcome.html>").queue();
60+
"Here are the FancyPlugins docs: <https://docs.fancyinnovations.com/>").queue();
6161

6262
case "dw" -> event.getHook().editOriginal(
6363
"\"Didn't/doesn't work\" explains almost nothing. Please provide info (screenshots, error messages, etc) for proper help.")
@@ -72,7 +72,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
7272
case "geyser" -> event.getHook().editOriginal(geyserMsg).queue();
7373

7474
case "interactions" -> event.getHook().editOriginal(
75-
"See [this page](<https://fancyplugins.de/docs/fn-tutorials-new-interaction-system.html>) on how to add interactions to an NPC.")
75+
"See [this page](<https://docs.fancyinnovations.com/fancynpcs/tutorials/action-system/>) on how to add interactions to an NPC.")
7676
.queue();
7777

7878
case "manual-holo" -> event.getHook().editOriginal("""
@@ -83,7 +83,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
8383
4. Run `/fancyholograms reload` after saving the file""").queue();
8484

8585
case "multiline" -> event.getHook().editOriginal(
86-
"See [this page](<https://fancyplugins.de/docs/fn-multiple-lines.html>) on how to make an NPC name have multiple lines.")
86+
"See [this page](<https://docs.fancyinnovations.com/fancynpcs/tutorials/multiple-lines/>) on how to make an NPC name have multiple lines.")
8787
.queue();
8888

8989
case "noping" -> noPing(event);

0 commit comments

Comments
 (0)