This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Commit f88f88d 1 parent 55135db commit f88f88d Copy full SHA for f88f88d
File tree 2 files changed +4
-3
lines changed
src/main/java/io/github/puyodead1/rpbookgui
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >me.puyodead1</groupId >
7
7
<artifactId >RPBookGUI</artifactId >
8
- <version >2.9.8-rc5 </version >
8
+ <version >2.9.8-rc6 </version >
9
9
<name >RPBookGUI</name >
10
10
<repositories >
11
11
<repository >
28
28
<dependency >
29
29
<groupId >me.randomhashtags</groupId >
30
30
<artifactId >randompackage</artifactId >
31
- <version >16.5.2 </version >
31
+ <version >16.5.5 </version >
32
32
<scope >provided</scope >
33
33
</dependency >
34
34
</dependencies >
Original file line number Diff line number Diff line change 33
33
import io .github .puyodead1 .rpbookgui .utils .FileEnchantRarity ;
34
34
import io .github .puyodead1 .rpbookgui .utils .MetricsLite ;
35
35
import io .github .puyodead1 .rpbookgui .utils .RPBookGUIUtils ;
36
+ import me .randomhashtags .randompackage .RandomPackageAPI ;
36
37
import me .randomhashtags .randompackage .util .addon .RPAddon ;
37
38
38
39
public class RPBookGUI extends JavaPlugin {
@@ -129,7 +130,7 @@ public void InitMetrics() {
129
130
*/
130
131
private void InitRarities () {
131
132
final String separator = RPAddon .separator ;
132
- final String p = RPAddon . rpd + separator + "custom enchants" ;
133
+ final String p = RandomPackageAPI . randompackage . getDataFolder () + separator + "custom enchants" ;
133
134
final File folder = new File (p );
134
135
135
136
if (folder .exists ()) {
You can’t perform that action at this time.
0 commit comments