Skip to content

Commit

Permalink
ensure schematics folder is present, added to initial resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Famous_Longwing authored and Famous_Longwing committed Feb 20, 2024
1 parent 9561dca commit ae476fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added resources/schematics/.includeme
Empty file.
1 change: 1 addition & 0 deletions src/me/EtienneDx/RealEstate/RealEstate.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class RealEstate extends JavaPlugin
BukkitCommandManager manager;
public final static String pluginDirPath = "plugins" + File.separator + "RealEstate" + File.separator;
final static String languagesDirectory = RealEstate.pluginDirPath + "languages";
final static String schematicDirectory = RealEstate.pluginDirPath + "schematics";
public static boolean vaultPresent = false;
public static boolean worldEditPresent = false;
public static Economy econ = null;
Expand Down

0 comments on commit ae476fd

Please sign in to comment.