You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
godmodeSelf = localeConfig.getString("godmode.self", "<yellow>God-Mode has been <value></yellow>");
85
+
godmodeOther = localeConfig.getString("godmode.other", "<yellow>God-Mode has been <value> for <target></yellow>");
86
+
godmodeGetSelf = localeConfig.getString("godmode.get.self", "<yellow>God-Mode is currently <value></yellow>");
87
+
godmodeGetOther = localeConfig.getString("godmode.get.other", "<yellow><target>'s God-Mode is currently <value></yellow>");
88
+
noItemsRepaired = localeConfig.getString("repair.no-items-repaired", "<gray>No items were able to be repaired</gray>");
89
+
invalidPlayer = localeConfig.getString("error.invalid-player", "<red>That is not a valid player. Please check your spelling and try again</red>");
90
+
noPermission = localeConfig.getString("error.no-permission", "<red>You do not have permission to run this command</red>");
91
+
mustBePlayer = localeConfig.getString("error.must-be-player", "<red>You must be a player to run this command</red>");
92
+
notEnoughArguments = localeConfig.getString("error.not-enough-arguments", "<red>You did not provide enough arguments. Please check your syntax and try again</red>");
93
+
invalidNumber = localeConfig.getString("error.invalid-number", "<red>Sorry, you did not enter a valid flyspeed, please try again</red>");
94
+
notInRange = localeConfig.getString("error.not-in-range", "<red>Sorry, you must provide a number between <min> and <max></red>");
95
+
invalidCommand = localeConfig.getString("error.invalid-command", "<red>Sorry, that subcommand is invalid. Please check your syntax and try again</red>");
96
+
cannotBeRepaired = localeConfig.getString("error.cannot-be-repaired", "<red>That item cannot be repaired</red>");
0 commit comments