mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Small spelling fix
This commit is contained in:
parent
3499706018
commit
954c38be82
@ -1,8 +1,5 @@
|
|||||||
package com.gamingmesh.jobs.commands.list;
|
package com.gamingmesh.jobs.commands.list;
|
||||||
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
@ -760,8 +760,8 @@ public class GeneralConfigManager {
|
|||||||
"Players will no longer need to click on furnace to get paid from it after server restart");
|
"Players will no longer need to click on furnace to get paid from it after server restart");
|
||||||
FurnacesReassign = c.get("ExploitProtections.Furnaces.Reassign", true);
|
FurnacesReassign = c.get("ExploitProtections.Furnaces.Reassign", true);
|
||||||
c.getW().addComment("ExploitProtections.Furnaces.MaxDefaultAvailable",
|
c.getW().addComment("ExploitProtections.Furnaces.MaxDefaultAvailable",
|
||||||
"Defines max avaible furnaces each player can have to get paid from",
|
"Defines max available furnaces each player can have to get paid from",
|
||||||
"This can be ovveriden with jobs.maxfurnaces.[amount] permission node");
|
"This can be overridden with jobs.maxfurnaces.[amount] permission node");
|
||||||
FurnacesMaxDefault = c.get("ExploitProtections.Furnaces.MaxDefaultAvailable", 20);
|
FurnacesMaxDefault = c.get("ExploitProtections.Furnaces.MaxDefaultAvailable", 20);
|
||||||
|
|
||||||
c.getW().addComment("ExploitProtections.BrewingStands.Reassign",
|
c.getW().addComment("ExploitProtections.BrewingStands.Reassign",
|
||||||
@ -769,9 +769,9 @@ public class GeneralConfigManager {
|
|||||||
"Players will no longer need to click on brewing stand to get paid from it after server restart");
|
"Players will no longer need to click on brewing stand to get paid from it after server restart");
|
||||||
BrewingStandsReassign = c.get("ExploitProtections.BrewingStands.Reassign", true);
|
BrewingStandsReassign = c.get("ExploitProtections.BrewingStands.Reassign", true);
|
||||||
c.getW().addComment("ExploitProtections.BrewingStands.MaxDefaultAvailable",
|
c.getW().addComment("ExploitProtections.BrewingStands.MaxDefaultAvailable",
|
||||||
"Defines max avaible brewing stands each player can have to get paid from",
|
"Defines max available brewing stands each player can have to get paid from",
|
||||||
"Set to 0 if you want to disable this limitation",
|
"Set to 0 if you want to disable this limitation",
|
||||||
"This can be ovveriden with jobs.maxbrewingstands.[amount] permission node");
|
"This can be overridden with jobs.maxbrewingstands.[amount] permission node");
|
||||||
BrewingStandsMaxDefault = c.get("ExploitProtections.BrewingStands.MaxDefaultAvailable", 20);
|
BrewingStandsMaxDefault = c.get("ExploitProtections.BrewingStands.MaxDefaultAvailable", 20);
|
||||||
|
|
||||||
c.getW().addComment("ExploitProtections.General.PlaceAndBreakProtection",
|
c.getW().addComment("ExploitProtections.General.PlaceAndBreakProtection",
|
||||||
@ -781,7 +781,7 @@ public class GeneralConfigManager {
|
|||||||
|
|
||||||
c.getW().addComment("ExploitProtections.General.KeepDataFor",
|
c.getW().addComment("ExploitProtections.General.KeepDataFor",
|
||||||
"For how long in days to keep block protection data in data base", "This will clean block data which ones have -1 as cooldown value",
|
"For how long in days to keep block protection data in data base", "This will clean block data which ones have -1 as cooldown value",
|
||||||
"Data base cleannup will be performed on each server startup");
|
"Data base cleanup will be performed on each server startup");
|
||||||
BlockProtectionDays = c.get("ExploitProtections.General.KeepDataFor", 14);
|
BlockProtectionDays = c.get("ExploitProtections.General.KeepDataFor", 14);
|
||||||
|
|
||||||
c.getW().addComment("ExploitProtections.General.GlobalBlockTimer", "All blocks will be protected X sec after player places it on ground.");
|
c.getW().addComment("ExploitProtections.General.GlobalBlockTimer", "All blocks will be protected X sec after player places it on ground.");
|
||||||
|
Loading…
Reference in New Issue
Block a user