-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Fixes: * fix default casino crate * update fallback sound
- Loading branch information
1 parent
46e6dba
commit d9a9f49
Showing
5 changed files
with
174 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
paper/src/main/java/com/badbones69/crazycrates/tasks/crates/other/AbstractCrateManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
package com.badbones69.crazycrates.tasks.crates.other; | ||
|
||
public abstract class AbstractCrateManager {} | ||
import com.badbones69.crazycrates.CrazyCrates; | ||
import org.bukkit.plugin.java.JavaPlugin; | ||
|
||
public abstract class AbstractCrateManager { | ||
|
||
protected final CrazyCrates plugin = JavaPlugin.getPlugin(CrazyCrates.class); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters