Commit 64bd275
committed
A big cleanup
- Simplified commands a lot, new API (breaking)
- Command API uses wrapper types now
- CommandNode got yeeted
- No platform command code needed anymore (for consuming plugins)
- Restructured sponge implementation
- Started Sponge API8 implementation
- Moved a lot of classes to kotlin
Use Component instead of TextComponent
Added Sponge8KickService and other small fixes
Added Usage and Description to the help command output
fixed duplicate subcommand alias printing
Commands now register properly on Velocity (Sponge needs some work)
Signed-off-by: STG-Allen <ajacob715@gmail.com>
More cleanup, converted AnvilNukkit to Kotlin
small stuff
More work on Sponge8
Moved to new math lib, more cleanup
Removed platform-specific modules
Move towards using Adventure where possible
Revert "Move towards using Adventure where possible"
This reverts commit e7949f9.
[0.4] Remove TString (#37)
* Yeetus deletus 'TString'
* Fix minor issues with PaginationService
* Cleanup StringTextService
* Cleanup Sponge7TextService, fix binding issue with NukkitTextService
* Cleanup javadoc
* Removed BasicPluginInfo
* Fix requested changes
* Fix javadoc in TextService
* More stuff
* More work
* Can't forget those pesky bindings
* Fix appendJoining not properly appending and joining
* Rename our Component to DBComponent for now (until a better name is decided on) to not conflict with kyori's Component
* Oops, forgot these
* Fix even more stuff
* Fix imports
* Small final fixes
Co-authored-by: Alexander Staeding <alexanderstaeding@gmail.com>
tmp
Convert parts of the api to Kotlin
un-get sponge 8
Revert changes to coremember classes, fix some other issues
Actually revert indentation in datastore and coremember package
oops
Remove accidental code
gotta remember those imports
Mistakes were made
Moar fix
Clean up guice modules
tmp1 parent 10bc39d commit 64bd275
File tree
231 files changed
+5977
-10390
lines changed- anvil-api
- src/main
- java/org/anvilpowered/anvil
- api
- command
- coremember
- datastore
- misc
- server
- util
- base
- datastore
- plugin
- kotlin/org/anvilpowered/anvil/api
- command
- misc
- plugin
- server
- util
- anvil-bungee
- src/main
- java/org/anvilpowered/anvil/bungee
- command
- listener
- module
- kotlin/org/anvilpowered/anvil/bungee
- command
- regedit
- module
- server
- util
- anvil-common
- src/main
- java/org/anvilpowered/anvil
- api
- common
- command
- coremember
- entity
- misc
- module
- plugin
- util
- kotlin/org/anvilpowered/anvil/common
- command
- regedit
- entity
- module
- plugin
- server
- util
- anvil-md5
- src/main/java/org/anvilpowered/anvil/md5/util
- anvil-nukkit
- src/main
- java/org/anvilpowered/anvil/nukkit
- command
- listener
- module
- kotlin/org/anvilpowered/anvil/nukkit
- command
- regedit
- entity
- module
- server
- util
- anvil-spigot
- src/main
- java/org/anvilpowered/anvil/spigot
- command
- entity
- module
- util
- kotlin/org/anvilpowered/anvil/spigot
- command
- regedit
- entity
- module
- server
- util
- anvil-sponge
- anvil-sponge-7
- src/main/kotlin/org/anvilpowered/anvil/sponge7
- command
- listener
- module
- server
- util
- anvil-sponge-8
- src/main
- kotlin/org/anvilpowered/anvil/sponge8
- command
- listener
- module
- server
- util
- resources/META-INF
- anvil-sponge-common
- src/main/kotlin/org/anvilpowered/anvil/sponge
- entity
- module
- util
- src/main
- java/org/anvilpowered/anvil/sponge
- command
- entity
- listener
- module
- util
- kotlin/org/anvilpowered/anvil/sponge
- command/regedit
- server
- anvil-velocity
- src/main
- java/org/anvilpowered/anvil/velocity
- command
- listener
- module
- util
- kotlin/org/anvilpowered/anvil/velocity
- command
- regedit
- module
- server
- util
- gradle/wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
231 files changed
+5977
-10390
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 157 | | |
167 | 158 | | |
168 | 159 | | |
| |||
Lines changed: 0 additions & 82 deletions
This file was deleted.
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 24 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | 29 | | |
33 | | - | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
0 commit comments