File tree Expand file tree Collapse file tree 5 files changed +25
-12
lines changed
src/main/java/net/techcable/spawnshield Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 2020 <scope >provided</scope >
2121 <optional >true</optional >
2222 </dependency >
23+ <!-- The current version of TechUtils doesn't include Yamler -->
24+ <dependency >
25+ <groupId >net.cubespace</groupId >
26+ <artifactId >Yamler-Core</artifactId >
27+ <version >2.3.1-SNAPSHOT</version >
28+ <scope >compile</scope >
29+ </dependency >
2330 <!-- Classpath Scanning -->
2431 <dependency >
2532 <groupId >org.reflections</groupId >
Original file line number Diff line number Diff line change 2222 */
2323package net .techcable .spawnshield ;
2424
25- import lombok . RequiredArgsConstructor ;
26- import net .techcable . techutils . yamler . InternalConverter ;
27- import net .techcable . techutils . yamler . converter . Converter ;
25+
26+ import net .cubespace . Yamler . Config . Converter . Converter ;
27+ import net .cubespace . Yamler . Config . InternalConverter ;
2828
2929import java .lang .reflect .ParameterizedType ;
3030
Original file line number Diff line number Diff line change 2828import lombok .AccessLevel ;
2929import lombok .Getter ;
3030import lombok .Synchronized ;
31+ import net .cubespace .Yamler .Config .Comments ;
32+ import net .cubespace .Yamler .Config .Config ;
33+ import net .cubespace .Yamler .Config .InvalidConfigurationException ;
34+ import net .cubespace .Yamler .Config .InvalidConverterException ;
3135import net .techcable .spawnshield .BlockMode ;
3236import net .techcable .spawnshield .SpawnShield ;
3337import net .techcable .spawnshield .Utils ;
3438import net .techcable .spawnshield .compat .ProtectionPlugin ;
3539import net .techcable .spawnshield .compat .Region ;
36- import net .techcable .techutils .collect .Pair ;
37- import net .techcable .techutils .yamler .Comments ;
38- import net .techcable .techutils .yamler .Config ;
39- import net .techcable .techutils .yamler .InvalidConfigurationException ;
40- import net .techcable .techutils .yamler .InvalidConverterException ;
4140import org .bukkit .Bukkit ;
4241import org .bukkit .World ;
4342
Original file line number Diff line number Diff line change 2323package net .techcable .spawnshield .config ;
2424
2525import com .google .common .base .Throwables ;
26+ import net .cubespace .Yamler .Config .Comments ;
27+ import net .cubespace .Yamler .Config .Config ;
28+ import net .cubespace .Yamler .Config .InvalidConfigurationException ;
2629import net .techcable .spawnshield .SpawnShield ;
27- import net .techcable .techutils .collect .Pair ;
28- import net .techcable .techutils .yamler .Comments ;
29- import net .techcable .techutils .yamler .Config ;
30- import net .techcable .techutils .yamler .InvalidConfigurationException ;
3130import org .bukkit .Bukkit ;
3231import org .bukkit .ChatColor ;
3332import org .bukkit .World ;
Original file line number Diff line number Diff line change 2828 <id >elmakers-repo</id >
2929 <url >http://maven.elmakers.com/repository/</url >
3030 </repository >
31+ <repository >
32+ <id >md5-repo</id >
33+ <url >http://repo.md-5.net/content/groups/public/</url >
34+ </repository >
3135 </repositories >
3236 <modules >
3337 <module >api</module >
7478 <pattern >org.reflections</pattern >
7579 <shadedPattern >net.techcable.spawnshield.libs.reflections</shadedPattern >
7680 </relocation >
81+ <relocation >
82+ <pattern >net.cubespace.Yamler</pattern >
83+ <shadedPattern >net.techcable.spawnshield.libs.yamler</shadedPattern >
84+ </relocation >
7785 </relocations >
7886 </configuration >
7987 </execution >
You can’t perform that action at this time.
0 commit comments