diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-09 16:19:24 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-09 16:19:24 -0400 |
commit | 5086fb4a007925e4edc236d80211f4a0288dfa82 (patch) | |
tree | a515de6fc23c2b5c4c51d935d83bbfcb4753a4c4 /src/main/resources/config.yml | |
parent | fix Top.java (diff) | |
download | kenshinshideandseek-5086fb4a007925e4edc236d80211f4a0288dfa82.tar.gz kenshinshideandseek-5086fb4a007925e4edc236d80211f4a0288dfa82.tar.bz2 kenshinshideandseek-5086fb4a007925e4edc236d80211f4a0288dfa82.zip |
refactor placeholders
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 45261a3..75658b6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -142,6 +142,12 @@ prefix: gameover: '&aGame Over > &f' warning: '&cWarning > &f' +# This plugin has support for custom placeholders with PlaceholderAPI. If you make a mistake when creating a placeholder, +# the plugin may tell you an error. Below you can change what could appear as an error message. +placeholder: + incorrect: "{Error}" + noData: "{No Data}" + # This is the section if you want a standard "waiting for players" lobby. You can specify # the standard countdown length under [countdown] (min 10 seconds). Then once the lobby gets to a size specified # by [changeCountdown], the timer will automatically go to 10 seconds. [min] is the minimum players |