Skip to content

Commit 169126b

Browse files
ItsNatureTrentinTheKidLunarClientBot
authored
Version - 1.2.5 (#268)
* Deploy as 1.2.5-SNAPSHOT * Lightweight(JSON): Add serverbound & roundtrip packets examples (#264) * lightweight(json): add serverbound & roundtrip packets examples * change wording * change wording --------- Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com> * Update license year (#266) * Team Example Improvements (#265) * Better team example: filter hidden players, send location & display name only if outside player view distance * example(team): update default max distance * Implement CooldownStyle (#267) * Feature - Server Links (#261) * Add base ServerLinkModule # Conflicts: # docs/developers/lightweight/protobuf/getting-started.mdx # gradle/libs.versions.toml * server links api (WIP) * add the json & proto examples * add markdown docs * update serverlink docs * update paths in notification module example * update server link overview img * update overview desc * update component usage docs * Update version tags to 1.2.5 * Update license year * Fix conflicts * Remove extra line --------- Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> * Implement `ModSettingsModule#requestInstalledMods` (#269) * Sync LunarClient Mods & Options (#270) * Sync LunarClient Mods & Options * Update version tags to 1.2.5 --------- Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com> * Bump to 1.2.5 (#271) --------- Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com> Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>
1 parent 2c64e0d commit 169126b

585 files changed

Lines changed: 4492 additions & 961 deletions

File tree

Some content is hidden

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

api/src/bukkit/java/com/lunarclient/apollo/BukkitApollo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/bungee/java/com/lunarclient/apollo/BungeeApollo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/folia/java/com/lunarclient/apollo/FoliaApollo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/Apollo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/ApolloPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/api/ApiRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/api/ApiRequestType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/api/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/api/ApiServiceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/lunarclient/apollo/async/Future.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of Apollo, licensed under the MIT License.
33
*
4-
* Copyright (c) 2023 Moonsworth
4+
* Copyright (c) 2026 Moonsworth
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)