Skip to content

Commit 94a7a90

Browse files
committed
Updated copyright notice
1 parent 06259e2 commit 94a7a90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+188
-40
lines changed

src/main/java/xyz/yourboykyle/secretroutes/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/config/SRMConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/config/huds/CurrentRoomHUD.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/config/huds/RecordingHUD.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/GuildEvents.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.events;
222

323
import net.minecraftforge.client.event.ClientChatReceivedEvent;

src/main/java/xyz/yourboykyle/secretroutes/events/OnBlockBreak.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnBlockPlace.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnChatReceive.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnEnterNewRoom.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnGuiRender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnItemPickedUp.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnMouseInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnPlaySound.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnPlayerInteract.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnPlayerTick.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnRecievePacket.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnSecretComplete.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.events;
222

323
import xyz.yourboykyle.secretroutes.Main;

src/main/java/xyz/yourboykyle/secretroutes/events/OnSendPacket.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.events;
222

323
import net.minecraft.client.Minecraft;

src/main/java/xyz/yourboykyle/secretroutes/events/OnServerTick.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/OnWorldRender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/events/ServerTickEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/APIUtils.java

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.utils;
222

323

@@ -51,15 +71,18 @@ public static byte addMember(){
5171
}
5272
}
5373
}catch (Exception e){
54-
LogUtils.error(e);
74+
ChatUtils.sendChatMessage("§cSomething went wrong adding user to DB.");
75+
LogUtils.errorNoShout(e);
5576
}
5677

5778
}catch (Exception e){
58-
LogUtils.error(e);
79+
ChatUtils.sendChatMessage("§cSomething went wrong adding user to DB.");
80+
LogUtils.errorNoShout(e);
5981
}
6082

6183
}catch (Exception e){
62-
LogUtils.error(e);
84+
ChatUtils.sendChatMessage("§cSomething went wrong adding user to DB.");
85+
LogUtils.errorNoShout(e);
6386
}
6487

6588
return -1;

src/main/java/xyz/yourboykyle/secretroutes/utils/BlockUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/ChatUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/ConfigUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/FileUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/GuiUitls.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*

src/main/java/xyz/yourboykyle/secretroutes/utils/HashingUtils.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.utils;
222

323
import net.minecraft.client.Minecraft;

src/main/java/xyz/yourboykyle/secretroutes/utils/JsonUtils.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3+
* Copyright 2025 yourboykyle & R-aMcC
4+
*
5+
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along
18+
* with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package xyz.yourboykyle.secretroutes.utils;
222

323
import com.google.gson.JsonObject;

src/main/java/xyz/yourboykyle/secretroutes/utils/LogUtils.java

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Secret Routes Mod - Secret Route Waypoints for Hypixel Skyblock Dungeons
3-
* Copyright 2024 yourboykyle & R-aMcC
3+
* Copyright 2025 yourboykyle & R-aMcC
44
*
55
* <DO NOT REMOVE THIS COPYRIGHT NOTICE>
66
*
@@ -39,15 +39,18 @@ public static void info(String msg) {
3939
}
4040

4141
public static void error(Exception error) {
42+
errorNoShout(error);
43+
if(Minecraft.getMinecraft().thePlayer != null) {
44+
sendChatMessage(EnumChatFormatting.DARK_RED+"Error caught by Secret Routes. Check latest logs at .minecraft/logs/SecretRoutes/LATEST-{date}.log. SEND THIS FILE IN #SUPPORT IN THE DISCORD FOR HELP. ("+ error.getLocalizedMessage()+")");
45+
}
46+
}
47+
public static void errorNoShout(Exception error) {
4248
StringWriter sw = new StringWriter();
4349
PrintWriter pw = new PrintWriter(sw);
4450
error.printStackTrace(pw);
4551
String stackTrace = sw.toString();
4652

4753
appendToFile("====================\n[ERROR] " + stackTrace);
48-
if(Minecraft.getMinecraft().thePlayer != null) {
49-
sendChatMessage(EnumChatFormatting.DARK_RED+"Error caught by Secret Routes. Check latest logs at .minecraft/logs/SecretRoutes/LATEST-{date}.log. SEND THIS FILE IN #SUPPORT IN THE DISCORD FOR HELP. ("+ error.getLocalizedMessage()+")");
50-
}
5154
}
5255

5356
public static void appendToFile(String msg) {
@@ -60,4 +63,6 @@ public static void appendToFile(String msg) {
6063
e.printStackTrace();
6164
}
6265
}
66+
67+
6368
}

0 commit comments

Comments
 (0)