File tree Expand file tree Collapse file tree 13 files changed +46
-53
lines changed
java/simplexity/simplebucketmobs Expand file tree Collapse file tree 13 files changed +46
-53
lines changed Original file line number Diff line number Diff line change 1
- version = " 0.1 "
1
+ version = " 0.2 "
2
2
3
3
plugins {
4
4
`java- library`
@@ -12,14 +12,10 @@ java {
12
12
13
13
repositories {
14
14
maven(" https://repo.papermc.io/repository/maven-public/" )
15
- maven(" https://oss.sonatype.org/content/groups/public/" )
16
- maven(" https://repo.maven.apache.org/maven2/" )
17
- maven(" https://repo.purpurmc.org/snapshots/" )
18
15
}
19
16
20
17
dependencies {
21
- compileOnly(" io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT" )
22
- paperDevBundle(" 1.19.4-R0.1-SNAPSHOT" )
18
+ paperweight.paperDevBundle(" 1.20-R0.1-SNAPSHOT" )
23
19
}
24
20
25
21
tasks {
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs ;
1
+ package simplexity .simplebucketmobs ;
2
2
3
- import adhdmc .simplebucketmobs .command .CommandHandler ;
4
- import adhdmc .simplebucketmobs .command .subcommand .Debucket ;
5
- import adhdmc .simplebucketmobs .command .subcommand .Reload ;
6
- import adhdmc .simplebucketmobs .config .Config ;
7
- import adhdmc .simplebucketmobs .config .Locale ;
8
- import adhdmc .simplebucketmobs .config .Texture ;
9
- import adhdmc .simplebucketmobs .listener .BucketMob ;
3
+ import simplexity .simplebucketmobs .command .CommandHandler ;
4
+ import simplexity .simplebucketmobs .command .subcommand .Debucket ;
5
+ import simplexity .simplebucketmobs .command .subcommand .Reload ;
6
+ import simplexity .simplebucketmobs .config .Config ;
7
+ import simplexity .simplebucketmobs .config .Locale ;
8
+ import simplexity .simplebucketmobs .config .Texture ;
9
+ import simplexity .simplebucketmobs .listener .BucketMob ;
10
10
import net .kyori .adventure .text .minimessage .MiniMessage ;
11
11
import net .kyori .adventure .text .serializer .gson .GsonComponentSerializer ;
12
12
import net .kyori .adventure .text .serializer .plain .PlainTextComponentSerializer ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .command ;
1
+ package simplexity .simplebucketmobs .command ;
2
2
3
- import adhdmc .simplebucketmobs .util .Message ;
4
- import adhdmc .simplebucketmobs .util .Permission ;
3
+ import simplexity .simplebucketmobs .util .Message ;
5
4
import org .bukkit .command .Command ;
6
5
import org .bukkit .command .CommandSender ;
7
6
import org .bukkit .command .TabExecutor ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .command ;
1
+ package simplexity .simplebucketmobs .command ;
2
2
3
- import adhdmc .simplebucketmobs .util .Permission ;
3
+ import simplexity .simplebucketmobs .util .Permission ;
4
4
import org .bukkit .command .CommandSender ;
5
5
6
6
import java .util .List ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .command .subcommand ;
1
+ package simplexity .simplebucketmobs .command .subcommand ;
2
2
3
- import adhdmc .simplebucketmobs .command .SubCommand ;
4
- import adhdmc .simplebucketmobs .listener .BucketMob ;
5
- import adhdmc .simplebucketmobs .util .Message ;
6
- import adhdmc .simplebucketmobs .util .Permission ;
3
+ import simplexity .simplebucketmobs .command .SubCommand ;
4
+ import simplexity .simplebucketmobs .listener .BucketMob ;
5
+ import simplexity .simplebucketmobs .util .Message ;
6
+ import simplexity .simplebucketmobs .util .Permission ;
7
7
import org .bukkit .command .CommandSender ;
8
8
import org .bukkit .entity .Player ;
9
9
import org .bukkit .inventory .EquipmentSlot ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .command .subcommand ;
1
+ package simplexity .simplebucketmobs .command .subcommand ;
2
2
3
- import adhdmc .simplebucketmobs .SimpleBucketMobs ;
4
- import adhdmc .simplebucketmobs .command .CommandHandler ;
5
- import adhdmc .simplebucketmobs .command .SubCommand ;
6
- import adhdmc .simplebucketmobs .util .Message ;
7
- import adhdmc .simplebucketmobs .util .Permission ;
3
+ import simplexity .simplebucketmobs .SimpleBucketMobs ;
4
+ import simplexity .simplebucketmobs .command .CommandHandler ;
5
+ import simplexity .simplebucketmobs .command .SubCommand ;
6
+ import simplexity .simplebucketmobs .util .Message ;
7
+ import simplexity .simplebucketmobs .util .Permission ;
8
8
import org .bukkit .command .CommandSender ;
9
9
10
10
import java .util .List ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .config ;
1
+ package simplexity .simplebucketmobs .config ;
2
2
3
- import adhdmc .simplebucketmobs .SimpleBucketMobs ;
4
- import adhdmc .simplebucketmobs .util .Message ;
3
+ import simplexity .simplebucketmobs .SimpleBucketMobs ;
4
+ import simplexity .simplebucketmobs .util .Message ;
5
5
import org .bukkit .configuration .file .FileConfiguration ;
6
6
import org .bukkit .entity .EntityType ;
7
7
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .config ;
1
+ package simplexity .simplebucketmobs .config ;
2
2
3
- import adhdmc .simplebucketmobs .SimpleBucketMobs ;
4
- import adhdmc .simplebucketmobs .util .Message ;
3
+ import simplexity .simplebucketmobs .SimpleBucketMobs ;
4
+ import simplexity .simplebucketmobs .util .Message ;
5
5
import org .bukkit .configuration .InvalidConfigurationException ;
6
6
import org .bukkit .configuration .file .FileConfiguration ;
7
7
import org .bukkit .configuration .file .YamlConfiguration ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .config ;
1
+ package simplexity .simplebucketmobs .config ;
2
2
3
- import adhdmc .simplebucketmobs .SimpleBucketMobs ;
4
- import net .kyori .adventure .text .Component ;
5
- import net .kyori .adventure .text .serializer .plain .PlainTextComponentSerializer ;
3
+ import simplexity .simplebucketmobs .SimpleBucketMobs ;
6
4
import net .minecraft .nbt .CompoundTag ;
7
5
import net .minecraft .nbt .Tag ;
8
6
import org .bukkit .configuration .ConfigurationSection ;
Original file line number Diff line number Diff line change 1
- package adhdmc .simplebucketmobs .listener ;
1
+ package simplexity .simplebucketmobs .listener ;
2
2
3
- import adhdmc .simplebucketmobs .SimpleBucketMobs ;
4
- import adhdmc .simplebucketmobs .config .Config ;
5
- import adhdmc .simplebucketmobs .config .Texture ;
6
- import adhdmc .simplebucketmobs .util .Message ;
7
- import adhdmc .simplebucketmobs .util .Permission ;
3
+ import simplexity .simplebucketmobs .SimpleBucketMobs ;
4
+ import simplexity .simplebucketmobs .config .Config ;
5
+ import simplexity .simplebucketmobs .config .Texture ;
6
+ import simplexity .simplebucketmobs .util .Message ;
7
+ import simplexity .simplebucketmobs .util .Permission ;
8
8
import com .mojang .brigadier .exceptions .CommandSyntaxException ;
9
9
import net .kyori .adventure .text .Component ;
10
10
import net .kyori .adventure .text .minimessage .tag .resolver .Placeholder ;
14
14
import org .bukkit .*;
15
15
import org .bukkit .block .Block ;
16
16
import org .bukkit .block .BlockFace ;
17
- import org .bukkit .craftbukkit .v1_19_R3 .entity .CraftLivingEntity ;
17
+ import org .bukkit .craftbukkit .v1_20_R1 .entity .CraftLivingEntity ;
18
18
import org .bukkit .entity .*;
19
19
import org .bukkit .event .EventHandler ;
20
20
import org .bukkit .event .EventPriority ;
You can’t perform that action at this time.
0 commit comments