Alpha 1.0 RC02

Changelog:
  - Some visibility changes (Developers)
  - Added the Luck command.
  - Added some extra backend shortcuts
This commit is contained in:
Paldiu
2022-03-31 19:30:10 -05:00
parent 73affcf4c4
commit 93ee1e2c43
17 changed files with 221 additions and 9 deletions

View File

@ -57,7 +57,7 @@ public record PlayerHandler(FeelingLucky plugin) implements Listener {
playerLuckMap.put(player, container);
}
public void updatePlayer(Player player, Luck luck) {
public static void updatePlayer(Player player, Luck luck) {
playerLuckMap.replace(player, luck);
}
}