File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/net/thenextlvl/hologram Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929
3030dependencies {
3131 paperweight.paperDevBundle(" 1.21.10-R0.1-SNAPSHOT" )
32- implementation(" net.thenextlvl.core :i18n:3.2.2 " )
32+ implementation(" net.thenextlvl:i18n:1.0.0 " )
3333 implementation(" net.thenextlvl:nbt:3.0.1" )
3434 implementation(" org.bstats:bstats-bukkit:3.1.0" )
3535 implementation(project(" :api" ))
Original file line number Diff line number Diff line change 11package net .thenextlvl .hologram ;
22
3- import core .i18n .file .ComponentBundle ;
43import io .papermc .paper .plugin .lifecycle .event .types .LifecycleEvents ;
54import net .kyori .adventure .key .Key ;
65import net .thenextlvl .hologram .command .HologramCommand ;
76import net .thenextlvl .hologram .controller .PaperHologramController ;
87import net .thenextlvl .hologram .listener .ChunkListener ;
98import net .thenextlvl .hologram .listener .HologramListener ;
9+ import net .thenextlvl .i18n .ComponentBundle ;
1010import org .bstats .bukkit .Metrics ;
1111import org .bukkit .plugin .ServicePriority ;
1212import org .bukkit .plugin .java .JavaPlugin ;
You can’t perform that action at this time.
0 commit comments