mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-29 23:14:03 +00:00
Default per player schematics to false
This commit is contained in:
@@ -102,7 +102,7 @@ public class Settings extends Config {
|
|||||||
})
|
})
|
||||||
public String CLIPBOARD = "clipboard";
|
public String CLIPBOARD = "clipboard";
|
||||||
@Comment("Each player has his or her own sub directory for schematics")
|
@Comment("Each player has his or her own sub directory for schematics")
|
||||||
public boolean PER_PLAYER_SCHEMATICS = true;
|
public boolean PER_PLAYER_SCHEMATICS = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user