### Configuration file for Notifications ### # Whether to show a notifiation when a player joins enable_player_join_notification = true # Whether to show a notifiation when a player leaves enable_player_quit_notification = true # Whether to show a notifiation when the server starts enable_server_start_notification = true # Whether to show a notifiation when the server stops enable_server_stop_notification = true # Whether to show custom notifications from plugins enable_other_plugin_notifications = true # How many ticks the fade-in effect should take fade_in_ticks = 30 # How many ticks the fade-out effect should take fade_out_ticks = 30 # How many ticks a notification should stay # Note: if you click the notification it will go away before the ticks have ended ;) stay_ticks = 120 # The horizontal speed of the notifications when fading in fade_in_move_speed_horizontal = 0 # The vertical speed of the notifications when fading in fade_in_move_speed_vertical = -1 # The horizontal speed of the notifications when fading out fade_out_move_speed_horizontal = 0 # The vertical speed of the notifications when fading out fade_out_move_speed_vertical = -1 # Where to show the notifications # Can be: topleft, topright, bottomleft, bottomright notification_corner = bottomright