Compare commits

..

No commits in common. "467476a573306120b85f61f17fc501d0446595ab" and "0831ad4b2fe056de436cd96edf6b208899689101" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -37,16 +37,16 @@ public class Config {
configOut += "\n\n# Allow players other than the owner to get the items?\n";
configOut += "allowOtherPlayers=";
configOut += allowOtherPlayers ? "true" : "false";
configOut += "\n\n# The message to display when trying to get items from another player's death chest and allowOtherPlayers=false\n";
configOut += "\n\n# The message to display when trying to get items from another player's death chest and allowOtherPlayers=false";
configOut += "notAllowedMessage=";
configOut += notAllowedMessage;
configOut += "\n\n# Whether to give respawning players an obituary item\n";
configOut += "giveObituary=";
configOut += giveObituary ? "true" : "false";
configOut += "\n\n# The message to display when no suitable location for a death chest could be found and the items have been dropped\n";
configOut += "\n\n# The message to display when no suitable location for a death chest could be found and the items have been dropped";
configOut += "dropMessage=";
configOut += dropMessage;
configOut += "\n\n# How to display the death chest location\n";
configOut += "\n\n# The message to display when no suitable location for a death chest could be found and the items have been dropped";
configOut += "locationMessage=";
configOut += locationMessage;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 B

After

Width:  |  Height:  |  Size: 757 B