Skip to content

Commit

Permalink
Merge pull request #32 from BlitzOffline/master
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzOffline authored Aug 21, 2022
2 parents a291914 + 0b6410c commit 9d02c04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ messages:
#
#
# » Priorities
# Priorities are used to define which format gets used if the user has access
# are used to define which format gets used if the user has access
# to multiple, they are listed from lowest to highest, 1 being lowest and above being highest.
# Meaning highest priority format (in the example below 2), will be applied to the player
# if they have access to both.
#
#
# » Format Types
# Format types are used to allow for further customisations when it comes to display
# are used to allow for further customisations when it comes to display
# join and quite message, for instance using the "RANDOM" format type you are able to
# execute a random action specified inside the format, thus randomizing join/quit messages
# "DEFAULT" format type being the format type as you have known from before, "VANISH" format
Expand Down Expand Up @@ -217,7 +217,7 @@ formats:
priority: 1
type: 'VANISH'
# Special modifier only available to the vanish format!
# Indicates whether or not the check should be inverted
# Indicates whether the check should be inverted
# true = sends a message when vanished, vice versa
inverted: false
join:
Expand All @@ -230,10 +230,9 @@ formats:
placeholder-cache:
# The interval in ticks to refresh the placeholder cache. 20 ticks = 1 second.
# If you change this value, the server will need to be restarted to apply the changes.
update-interval: 60
update-interval: 10
# List of placeholders that should be cached. The list does update on /fjoin reload.
placeholders:
- "%player_name%"
- "%luckperms_prefix%"

# If you want bstats to track your server leave this enabled,
Expand Down

0 comments on commit 9d02c04

Please sign in to comment.