1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 05:55:27 +01:00

Creative pay enabled by default

This commit is contained in:
Zrips 2023-09-25 16:36:42 +03:00
parent 75ca0929df
commit 016f29d3b1

View File

@ -489,7 +489,7 @@ public class GeneralConfigManager {
payNearSpawner = c.get("enable-pay-near-spawner", true);
c.addComment("enable-pay-creative", "Option to allow payment to be made in creative mode. This ignoring when a group has 'jobs.paycreative' permission.");
payInCreative = c.get("enable-pay-creative", false);
payInCreative = c.get("enable-pay-creative", true);
c.addComment("enable-pay-for-exploring-when-flying", "Option to allow payment to be made for exploring when player flies");
payExploringWhenFlying = c.get("enable-pay-for-exploring-when-flying", false);