File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eternalcore-core/src/main/java/com/eternalcode/core/feature/skull Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Versions {
23
23
const val HIKARI_CP = " 6.3.2"
24
24
25
25
const val LITE_COMMANDS = " 3.10.2"
26
- const val LITE_SKULL_API = " 1.3 .0"
26
+ const val LITE_SKULL_API = " 2.0 .0"
27
27
28
28
const val GUAVA = " 33.4.8-jre"
29
29
const val GSON = " 2.13.1"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class SkullCommand {
31
31
@ Execute
32
32
@ DescriptionDocs (description = "Gives you a skull of player" , arguments = "<player>" )
33
33
void execute (@ Context Player sender , @ Arg (SkullNicknameArgument .KEY ) String name ) {
34
- this .skullAPI .acceptSyncSkullData (name , skull -> {
34
+ this .skullAPI .acceptSkullData (name , skull -> {
35
35
ItemStack namedSkull = ItemBuilder .skull ()
36
36
.name (Component .text (name ))
37
37
.texture (skull .getValue ())
You can’t perform that action at this time.
0 commit comments