Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Fixes #221
If WE wants to add it as well, it's up to them. I asked but wiz was hostile about it.
Dieser Commit ist enthalten in:
Ursprung
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.
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren