File tree Expand file tree Collapse file tree
src/main/java/eu/vironlab/simpleitemlib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737
3838package eu .vironlab .simpleitemlib ;
3939
40- import org .apache .commons .lang .RandomStringUtils ;
4140import org .bukkit .Bukkit ;
4241import org .bukkit .NamespacedKey ;
4342import org .bukkit .entity .Player ;
5453
5554public final class SimpleItemLib extends JavaPlugin implements Listener {
5655
57-
5856 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" );
6158 public Map <String , SimpleItemStack > simpleItemStacks = new HashMap <>();
6259
6360 public static SimpleItemLib getInstance () {
@@ -122,4 +119,5 @@ public void handleDrop(PlayerDropItemEvent e) {
122119 }
123120 }
124121 }
122+
125123}
You can’t perform that action at this time.
0 commit comments