mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
commit
feb1d17ba4
@ -46,7 +46,7 @@ public class mcMMO extends JavaPlugin
|
|||||||
* Donate via paypal to nossr50@gmail.com (A million thanks to anyone that does!)
|
* Donate via paypal to nossr50@gmail.com (A million thanks to anyone that does!)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static String maindirectory = "plugins + File.separator + mcMMO";
|
public static String maindirectory = "plugins" + File.separator + "mcMMO";
|
||||||
File file = new File(maindirectory + File.separator + "config.yml");
|
File file = new File(maindirectory + File.separator + "config.yml");
|
||||||
public static final Logger log = Logger.getLogger("Minecraft");
|
public static final Logger log = Logger.getLogger("Minecraft");
|
||||||
private final mcPlayerListener playerListener = new mcPlayerListener(this);
|
private final mcPlayerListener playerListener = new mcPlayerListener(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user