Commit 88099c9
Version - 1.2.8 (#292)
* Deploy as `1.2.8-SNAPSHOT`
* Add `ALLOW_DIG_AND_USE` to Combat Module (#290)
* Add CombatModule#ALLOW_ATTACK_AND_USE
* Update supported versions docs for the ALLOW_ATTACK_AND_USE option
* Rename to `allow-dig-and-use` & add anticheat callout
* Update combat.mdx
---------
Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com>
* Add `ServerlinkModule#LEGACY_BUTTON_PLACEMENT` & `ServerLinkModule#MODERN_BUTTON_PLACEMENT` (#291)
* Optimizations (#294)
* Optimize `EventBus#post`
* Optimize packet broadcasting
* Optimize `Option#getKey`
* Optimize `ApolloWorld#getPlayers`
* Optimize `NetworkOptions#sendOption`
* Avoid streams in packet/recipient conversions
* Remove dead repo
* Add `CombatModule#DISABLE_BLOCK_MISS_PENALTY` (#297)
* StaffMod Module Improvements - Add `enabledByDefault` (#296)
* Add `StaffModModule#enableStaffMods(recipients, mods, enabledByDefault)` & `StaffModModule#enableAllStaffMods(recipients, enabledByDefault)`
* Apply changes from optimizations PR
* Feature - Markers Module (#293)
* Add Marker API classes
* Marker Module Impl
* Add examples and docs
# Conflicts:
# example/bukkit/json/src/main/java/com/lunarclient/apollo/example/json/util/JsonPacketUtil.java
# example/bukkit/proto/src/main/java/com/lunarclient/apollo/example/proto/util/ProtobufPacketUtil.java
* Rename loot chest example to display block example
* Publish branch
* add marker overview gif
* add overview gif to marker docs
* Relocate compact mode callout
* Remove dead repo
* Update markers gif
* Use apollo-protos 0.2.0
* Apply changes from optimizations PR
* Remove temp publish
---------
Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com>
* Sync LunarClient Mods & Options (#298)
* Sync LunarClient Mods & Options
* Update version tags to 1.2.8
---------
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>
* Bump to 1.2.8 (#299)
---------
Co-authored-by: Trentin <25537885+TrentinTheKid@users.noreply.github.com>
Co-authored-by: LunarClient Bot <lc-bot@moonsworth.com>1 parent 85242ac commit 88099c9
109 files changed
Lines changed: 4142 additions & 270 deletions
File tree
- api/src
- bukkit/java/com/lunarclient/apollo
- bungee/java/com/lunarclient/apollo
- folia/java/com/lunarclient/apollo
- main/java/com/lunarclient/apollo
- event
- mods
- impl
- module
- combat
- marker
- display
- target
- serverlink
- staffmod
- option
- minestom/java/com/lunarclient/apollo
- velocity/java/com/lunarclient/apollo
- common/src/main/java/com/lunarclient/apollo
- module
- beam
- border
- chat
- coloredfire
- cooldown
- cosmetic
- entity
- glow
- hologram
- limb
- marker
- nametag
- nickhider
- notification
- paynow
- richpresence
- serverlink
- staffmod
- stopwatch
- team
- tebex
- title
- tntcountdown
- vignette
- waypoint
- network
- option
- docs
- developers
- lightweight
- json
- protobuf
- mods
- modules
- public/modules/marker
- example/bukkit
- api/src/main
- java/com/lunarclient/apollo/example/api
- module
- resources
- common/src/main/java/com/lunarclient/apollo/example
- command
- module/impl
- json/src/main
- java/com/lunarclient/apollo/example/json
- module
- util
- resources
- proto/src/main
- java/com/lunarclient/apollo/example/proto
- module
- util
- resources
- gradle
- platform
- bukkit/src
- main/java/com/lunarclient/apollo
- wrapper
- platform-loader/resources
- bungee/src
- main/java/com/lunarclient/apollo
- platform-loader/resources
- folia/src/main
- java/com/lunarclient/apollo
- wrapper
- resources
- minestom/src/main/java/com/lunarclient/apollo
- wrapper
- 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.
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | | - | |
| 148 | + | |
| 149 | + | |
141 | 150 | | |
142 | 151 | | |
143 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
| 225 | + | |
222 | 226 | | |
223 | | - | |
224 | 227 | | |
| 228 | + | |
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
| |||
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
128 | 162 | | |
129 | 163 | | |
130 | 164 | | |
| |||
169 | 203 | | |
170 | 204 | | |
171 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
172 | 228 | | |
173 | 229 | | |
174 | 230 | | |
| |||
0 commit comments