Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
Again #47
Dieser Commit ist enthalten in:
Ursprung
ff67f6343f
Commit
bf53194650
@ -7,7 +7,7 @@ authors: [Empire92]
|
||||
load: STARTUP
|
||||
loadbefore: [BannerBoard, WorldGuard, PlotSquared, AsyncWorldEdit, AsyncWorldEditInjector]
|
||||
database: false
|
||||
softdepend: [WorldGuard, MCore, Factions, GriefPrevention, Residence, Towny, PreciousStones]
|
||||
softdepend: [MCore, Factions, GriefPrevention, Residence, Towny, PreciousStones]
|
||||
permissions:
|
||||
fawe.plotsquared:
|
||||
default: true
|
||||
@ -58,7 +58,6 @@ permissions:
|
||||
worldedit.generation.pumpkins: true
|
||||
worldedit.generation.pyramid: true
|
||||
worldedit.generation.shape: true
|
||||
worldedit.biome.set: true
|
||||
worldedit.history.undo: true
|
||||
worldedit.history.redo: true
|
||||
worldedit.history.rollback: true
|
||||
|
@ -91,9 +91,7 @@ public class FaweSchematicHandler extends SchematicHandler {
|
||||
return false;
|
||||
}
|
||||
try {
|
||||
PlotSquared.debug("Saving " + path);
|
||||
File tmp = MainUtil.getFile(PlotSquared.get().IMP.getDirectory(), path);
|
||||
PlotSquared.debug(tmp);
|
||||
tmp.getParentFile().mkdirs();
|
||||
if (tag instanceof CompressedCompoundTag) {
|
||||
CompressedCompoundTag cTag = (CompressedCompoundTag) tag;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren