Commit d155e01
Version - 1.1.6 (#183)
* Deploy as 1.1.5-SNAPSHOT
* Lightweight (#162)
* WIP: lightweight docs
* Lightweight doc revamp
* Simple touch-ups
* Switch methods to tabs
* Attempt to fix tabs
* Close tabs
* again
* Revert tabs
* Attempt to add tabs once more
* Add tab import
* Fix tab import
* Add lightweight-wrapper & lightweight-example modules
* Register "lunar:apollo" for player detection
* Add protobuf repo section
* Remove lightweight-wrapper & lightweight-example
* Add the Apollo repository & protobuf-java-util as dependency to docs
* Use correct `
* Fix typo
---------
Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com>
* fix: ClassCastException for Color conversion in newer Java versions (#161)
* fix: ClassCastException for Color conversion in newer Java versions
This commit corrects the issue by converting the Color object to its RGB hex string representation.
* fix: Restore HEX string compatibility while retaining Color object support
This commit addresses the regression introduced in the previous fix that enabled Color object usage but broke HEX string compatibility. The code has been adjusted to ensure that both HEX strings (e.g., "#FFFFAA00") and Color objects (e.g., Color.RED) can be used interchangeably when setting color values in options.set(). This fix ensures backward compatibility with the previous behavior while retaining the ability to use Color objects without causing a ClassCastException.
* Throw RuntimeException for invalid Color types
---------
Co-authored-by: ItsNature <matej.bucaric@gmail.com>
* make player an audience (#163)
* Deploy as 1.1.6-SNAPSHOT
* Feature - Tebex Module (#167)
* Implement Tebex module
* Rename TebexCheckoutSupportType to TebexEmbeddedCheckoutSupport & add basket id parameter to the tebex command
* basketId -> basketIdent
* Remove callout & doc page
---------
Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com>
* Feature - Add Tebex locale field (#174)
* Add locale field to the tebex module
* Add seperate method to not break the API
* Use correct locale arg
* Lightweight: Documentation (#172)
* Add a bunch of lightweight examples
* Add more examples
* Even more examples...
* More examples & prepare for example plugin merge
* Fix adventure usages
* Testable state
* Add more notes
* Add switch implementation command
* Finish more examples, start working on markdown
* Spotless fixes
* Update beam.mdx with new examples
* Finish team examples
* More markdown work
* Add missing import to chat.mdx
* Move builders outside tabs again
* Fix remaining serialization issues
* Add more markdown examples
* Add hologram & limb examples
* move builders inside API tab, add nametag, nickhider & notification examples
* Finish proto examples
* Remove object utils
* add temp layout
* Finish all Json Examples
* Add Tebex module locale field to lightweight examples
* The merge!
* Start lightweight.mdx rewrite
* Close tab
* Import callout
* ADd modsettings examples
* richpresence, serverrule, staffmod, stopwatch, title, tntcountdown, tranfser, vignette & waypoint markdown examples
* Protobuf Lightweight Documentation
* Minor changes
* Updating player world code & markdown, packet enrichment & minor parameter fixups
* Fix links
* Fix the fixed links
* Spotless fixes
* Add lightweight callout to intro
* add intro to meta json
* Finish JSON lightweight docs
* Remove old lightweight.mdx
* Link usage methods, add module examples note
* resolve callout issue?
* Rebuild
* Team markdown examples
* update callout
* update callout
* remove placeholder text
* Remove build status
* Replace Component#appendNewLine with Component.append(Component.newline()) for backwards compatibility
* Default implementation type to API
* Remove protobuf-java-util dependency
* Final touch-ups
* fix typo
* Wording Change
* Lightning -> Lighting
* Use Futures for Roundtrip example & implement timeout
* Mark player data fields with `@Nullable`
---------
Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com>
* Feature - Add packet spam debug command example (#177)
* add spam packet debug command
* decrease delay on packet spam
* improve spam packets command
---------
Co-authored-by: ItsNature <matej.bucaric@gmail.com>
* Sync LunarClient Mods & Options (#181)
* Sync LunarClient Mods & Options
* Update version tags to 1.1.6
---------
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>
* Bump to 1.1.6 (#182)
---------
Co-authored-by: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com>
Co-authored-by: Hugo <58655174+Rhodless@users.noreply.github.com>
Co-authored-by: Connor <vectrixu+gh@gmail.com>
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>1 parent 11600a8 commit d155e01
File tree
252 files changed
+12216
-1282
lines changed- api/src/main/java/com/lunarclient/apollo
- event/player
- mods/impl
- module/tebex
- player
- bukkit-example
- src/main
- java/com/lunarclient/apollo/example
- api
- examples
- listeners
- utilities
- common
- commands
- debug
- module
- modules
- impl
- debug
- json
- examples
- listeners
- proto
- examples
- listeners
- resources
- bukkit/src
- main/java/com/lunarclient/apollo
- platform-loader/resources
- bungee/src
- main/java/com/lunarclient/apollo
- platform-loader/resources
- common/src/main/java/com/lunarclient/apollo
- module/tebex
- player
- docs
- developers
- lightweight
- json
- protobuf
- mods
- modules
- internals
- velocity/src/main/java/com/lunarclient/apollo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
252 files changed
+12216
-1282
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
121 | 132 | | |
122 | 133 | | |
123 | 134 | | |
| |||
Lines changed: 35 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 | | |
70 | 90 | | |
71 | 91 | | |
| |||
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
91 | | - | |
| 111 | + | |
92 | 112 | | |
93 | | - | |
| 113 | + | |
94 | 114 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 | | |
99 | 119 | | |
100 | 120 | | |
| |||
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
109 | 129 | | |
110 | 130 | | |
111 | 131 | | |
| |||
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
117 | | - | |
118 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
119 | 140 | | |
120 | 141 | | |
121 | 142 | | |
| |||
145 | 166 | | |
146 | 167 | | |
147 | 168 | | |
148 | | - | |
149 | | - | |
| 169 | + | |
| 170 | + | |
150 | 171 | | |
151 | 172 | | |
152 | 173 | | |
| |||
165 | 186 | | |
166 | 187 | | |
167 | 188 | | |
168 | | - | |
169 | | - | |
| 189 | + | |
| 190 | + | |
170 | 191 | | |
171 | 192 | | |
172 | 193 | | |
| |||
Lines changed: 35 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 | | |
70 | 90 | | |
71 | 91 | | |
| |||
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
91 | | - | |
| 111 | + | |
92 | 112 | | |
93 | | - | |
| 113 | + | |
94 | 114 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 | | |
99 | 119 | | |
100 | 120 | | |
| |||
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
109 | 129 | | |
110 | 130 | | |
111 | 131 | | |
| |||
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
117 | | - | |
118 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
119 | 140 | | |
120 | 141 | | |
121 | 142 | | |
| |||
145 | 166 | | |
146 | 167 | | |
147 | 168 | | |
148 | | - | |
149 | | - | |
| 169 | + | |
| 170 | + | |
150 | 171 | | |
151 | 172 | | |
152 | 173 | | |
| |||
165 | 186 | | |
166 | 187 | | |
167 | 188 | | |
168 | | - | |
169 | | - | |
| 189 | + | |
| 190 | + | |
170 | 191 | | |
171 | 192 | | |
172 | 193 | | |
| |||
Lines changed: 39 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 | | |
70 | 90 | | |
71 | 91 | | |
| |||
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
91 | | - | |
| 111 | + | |
92 | 112 | | |
93 | | - | |
| 113 | + | |
94 | 114 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
98 | 118 | | |
99 | 119 | | |
100 | 120 | | |
| |||
103 | 123 | | |
104 | 124 | | |
105 | 125 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
109 | 129 | | |
110 | 130 | | |
111 | 131 | | |
| |||
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
117 | | - | |
118 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
119 | 140 | | |
120 | 141 | | |
121 | 142 | | |
| |||
145 | 166 | | |
146 | 167 | | |
147 | 168 | | |
148 | | - | |
149 | | - | |
| 169 | + | |
| 170 | + | |
150 | 171 | | |
151 | 172 | | |
152 | 173 | | |
| |||
165 | 186 | | |
166 | 187 | | |
167 | 188 | | |
168 | | - | |
169 | | - | |
| 189 | + | |
| 190 | + | |
170 | 191 | | |
171 | 192 | | |
172 | 193 | | |
| |||
185 | 206 | | |
186 | 207 | | |
187 | 208 | | |
188 | | - | |
189 | | - | |
| 209 | + | |
| 210 | + | |
190 | 211 | | |
191 | 212 | | |
192 | 213 | | |
| |||
195 | 216 | | |
196 | 217 | | |
197 | 218 | | |
198 | | - | |
199 | | - | |
| 219 | + | |
| 220 | + | |
200 | 221 | | |
201 | 222 | | |
202 | 223 | | |
| |||
0 commit comments