Commit 8a7a235
Version - 1.2.1 (#237)
* Deploy as 1.2.1-SNAPSHOT
* Restructure platform modules (#236)
* add a parent platform gradle module
* add readme banner
* Add a few gh badges
* remove build tools
---------
Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com>
* Bump bungee to 1.21-R0.4 (#240)
* Option: Add static enum builder method (#239)
- Like the other option types
* Sync LunarClient Mods & Options (#241)
* Sync LunarClient Mods & Options
* Update version tags to 1.2.1
---------
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>
* Feature - Mod Status API (#243)
* Apollo Mod Status API
* Remove mod options loading logic from auto gen
* example: add mod status command
* Receive mod status from the handshake packet
* don't use WeakHashMap for options
* Markdown docs
* Fix hyperlinks
* Move mod status API into ModSettingsModule
* Option API improvements
* Remove debug
* add mod settings module tests
* Make global options protected
* Link mod available options in the mod status example
* example: remove debug
* Prepare for merge
* Feature - PayNow Module (#244)
* Add the pay now module
# Conflicts:
# common/src/main/java/com/lunarclient/apollo/player/ApolloPlayerManagerImpl.java
# docs/developers/lightweight/protobuf/getting-started.mdx
# gradle/libs.versions.toml
* Fix import order
* Update example message
* Paynow docs
* Dont deploy this branch
* Bump to 1.2.1 (#245)
---------
Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com>
Co-authored-by: Fx Morin <28154542+FxMorin@users.noreply.github.com>
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>1 parent 9dc9aec commit 8a7a235
File tree
250 files changed
+4813
-1046
lines changed- .github
- workflows
- api
- src/main/java/com/lunarclient/apollo
- event
- modsetting
- player
- mods
- impl
- module
- modsetting
- paynow
- tebex
- option
- player
- common/src/main/java/com/lunarclient/apollo
- mods
- module
- modsettings
- paynow
- network
- option
- config
- player
- docs/developers
- lightweight
- protobuf
- mods
- modules
- example
- bukkit
- api/src/main
- java/com/lunarclient/apollo/example/api
- debug
- impl
- mods
- module
- resources
- common
- src/main/java/com/lunarclient/apollo/example
- command
- module/impl
- util
- json
- src/main
- java/com/lunarclient/apollo/example/json
- module
- resources
- proto
- src/main
- java/com/lunarclient/apollo/example/proto
- module
- resources
- minestom/api
- gradle
- platform
- bukkit
- src
- main/java/com/lunarclient/apollo
- command
- listener
- metadata
- util
- wrapper
- platform-loader
- java/com/lunarclient/apollo/loader
- resources
- bungee
- src
- main/java/com/lunarclient/apollo
- command
- listener
- metadata
- util
- wrapper
- platform-loader
- java/com/lunarclient/apollo/loader
- resources
- folia
- src/main
- java/com/lunarclient/apollo
- command
- listener
- metadata
- wrapper
- resources
- minestom
- src/main/java/com/lunarclient/apollo
- command
- listener
- metadata
- util
- wrapper
- velocity
- src/main/java/com/lunarclient/apollo
- command
- listener
- metadata
- util
- wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
250 files changed
+4813
-1046
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 29 | | |
37 | 30 | | |
38 | 31 | | |
| |||
62 | 55 | | |
63 | 56 | | |
64 | 57 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
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 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
| 211 | + | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments