Created
November 12, 2019 22:32
-
-
Save m00nwtchr/e02a4c6f0c7c083a9042a613befda339 to your computer and use it in GitHub Desktop.
Default config for the Press F mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Configuration file | |
| general { | |
| # The command to be executed, use %s in place of username | |
| S:command=/give %s minecraft:diamond 32 | |
| # Amount of minutes until another death can trigger | |
| I:deathCooldown=2 | |
| # The message the players have to send, non-case-sensitive | |
| S:message=F | |
| # Amount of minutes after death the players have to send the message | |
| I:minutesAfterDeath=1 | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment