Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
[Bukkit] Make the WE data folder it isn't created.
Dieser Commit ist enthalten in:
Ursprung
f4d5173451
Commit
f068a7491f
@ -90,6 +90,8 @@ public class WorldEditPlugin extends JavaPlugin implements TabCompleter {
|
||||
public void onEnable() {
|
||||
this.INSTANCE = this;
|
||||
|
||||
getDataFolder().mkdirs();
|
||||
|
||||
WorldEdit worldEdit = WorldEdit.getInstance();
|
||||
|
||||
loadAdapter(); // Need an adapter to work with special blocks with NBT data
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren