File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/main/java/eu/vironlab/simpleitemlib Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
package eu .vironlab .simpleitemlib ;
39
39
40
- import org .apache .commons .lang .RandomStringUtils ;
41
40
import org .bukkit .Bukkit ;
42
41
import org .bukkit .NamespacedKey ;
43
42
import org .bukkit .entity .Player ;
54
53
55
54
public final class SimpleItemLib extends JavaPlugin implements Listener {
56
55
57
-
58
56
private static SimpleItemLib instance ;
59
- public final String keyString = RandomStringUtils .random (64 );
60
- public final NamespacedKey key = new NamespacedKey (this , keyString );
57
+ public final NamespacedKey key = new NamespacedKey (this , "FUST4H61ML8Qx0gP53CAFQX97YE2BIaK" );
61
58
public Map <String , SimpleItemStack > simpleItemStacks = new HashMap <>();
62
59
63
60
public static SimpleItemLib getInstance () {
@@ -122,4 +119,5 @@ public void handleDrop(PlayerDropItemEvent e) {
122
119
}
123
120
}
124
121
}
122
+
125
123
}
You can’t perform that action at this time.
0 commit comments