File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/main/java/to/us/tf/absorptionshields Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >to.us.tf</groupId >
88 <artifactId >AbsorptionShields</artifactId >
9- <version >1.0 </version >
9+ <version >1.1 </version >
1010 <properties >
1111 <maven .compiler.source>1.8</maven .compiler.source>
1212 <maven .compiler.target>1.8</maven .compiler.target>
1616 <id >paper-repo</id >
1717 <url >https://repo.destroystokyo.com/repository/maven-public/</url >
1818 </repository >
19- <repository >
20- <id >tech-repo</id >
21- <url >https://repo.techcable.net/content/groups/public/</url >
22- </repository >
2319 </repositories >
2420 <build >
2521 <finalName >${project.name} </finalName >
Original file line number Diff line number Diff line change 2121public class AbsorptionShields extends JavaPlugin
2222{
2323 ConfigManager configManager ;
24+ ShieldUtils shieldUtils ;
25+
26+ public ShieldUtils getShieldUtils ()
27+ {
28+ return shieldUtils ;
29+ }
2430
2531 public void onEnable ()
2632 {
27- ShieldUtils shieldUtils = null ;
33+
2834 try
2935 {
3036 shieldUtils = new ShieldUtils (this );
You can’t perform that action at this time.
0 commit comments