mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Added debug command to start/stop task
This commit is contained in:
parent
ea60f471ad
commit
c0acc4310c
2 changed files with 12 additions and 10 deletions
|
@ -862,7 +862,7 @@ public class PlotMain extends JavaPlugin implements Listener {
|
|||
Settings.MAX_PLOTS = config.getInt("max_plots");
|
||||
Settings.SCHEMATIC_SAVE_PATH = config.getString("schematics.save_path");
|
||||
|
||||
Settings.OFFLINE_MODE = config.getBoolean("uuid.offline");
|
||||
Settings.OFFLINE_MODE = config.getBoolean("UUID.offline");
|
||||
Settings.UUID_FROM_DISK = config.getBoolean("uuid.read-from-disk");
|
||||
|
||||
Settings.REQUIRE_SELECTION = config.getBoolean("worldedit.require-selection-in-mask");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue