If WE wants to add it as well, it's up to them. I asked but wiz was hostile about it.
This commit is contained in:
dordsor21 2021-01-09 21:52:50 +00:00
parent 6bc3dd2293
commit aab9958932
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -459,6 +459,16 @@ public final class WorldEdit {
return getConfiguration().getWorkingDirectoryPath().resolve(path);
}
//FAWE
/**
* Gets the path to the folder in which schematics are saved by default
*
* @return Path to the schematic folder
*/
public Path getSchematicsFolderPath() {
return getWorkingDirectoryPath(getConfiguration().saveDir);
}
/**
* Get the direction vector for a player's direction.
*