mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fixes #221
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:
parent
6bc3dd2293
commit
aab9958932
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user