mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 13:45:14 +01:00
Actually removed Constants class
This commit is contained in:
parent
f89bda6b5d
commit
2f01671f72
@ -1,13 +0,0 @@
|
|||||||
package world.bentobox.bentobox;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Contains the plugin constants.
|
|
||||||
* @author tastybento
|
|
||||||
*/
|
|
||||||
public class Constants {
|
|
||||||
|
|
||||||
private Constants() {}
|
|
||||||
|
|
||||||
// The spawn command (Essentials spawn for example)
|
|
||||||
public static final String SPAWNCOMMAND = "spawn";
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user