# # ____ _ _ ____ _ _ _ _ #| __ ) ___| |_| |_ ___ _ __/ ___|| | ___ ___ _ __ (_)_ __ __ _ __ _| || | #| _ \ / _ \ __| __/ _ \ '__\___ \| | / _ \/ _ \ '_ \| | '_ \ / _` | \ \ / / || |_ #| |_) | __/ |_| || __/ | ___) | |__| __/ __/ |_) | | | | | (_| | \ V /|__ _| #|____/ \___|\__|\__\___|_| |____/|_____\___|\___| .__/|_|_| |_|\__, | \_/ |_| # |_| |___/ # Want to add new translations or fix existing ones? Please let us know on Discord (https://discord.gg/AS46VGT) or GitHub! # All supported languages: https://github.com/Nuytemans-Dieter/BetterSleeping/tree/v3.0.0/src/main/resources/lang # CONFIGURATION GUIDE: # Using colors: # The symbol '&' is used for color codes # For SPIGOT ONLY in 1.16+: RGB support in one of the following formats: $(RED,GREEN,BLUE)$ OR &#RRGGBB # RED, GREEN and BLUE range from 0 to 255 # RR, GG and BB follow the hex color codes, from 00 to ff # Any message can be disabled by setting the text to "ignored" or "", an example can be found below # some_setting: "ignored" # another_setting: "" # SINGULAR / PLURAL # BetterSleeping supports singular and plural nouns # This requires 3 contents: a (supported!) placeholder that will be replaced by a number, the singular form and the plural form # Example: [.player.players] --> will be replaced by the corresponding amount. This placeholder must be supported by the provided message. # In this specific case: # When is equal to 1: everything between the [] will be replaced by player # When is NOT equal to 1: everything between the [] will be replaced by players # Note: For this, you can use any placeholder that is replaced by a number (see below) # How to use square brackets? [ and ] # BetterSleeping uses those to distinguish singular and plural words so you cannot directly use [ and ]. # However, you can use |( and )| instead, they will be replaced by [ and ] respectively # |( This )| will become [ This ]. # PLACEHOLDERS # # Replaced by: The player who receives the message # Can be used in: All messages support this # Example: When user Freddy_Krueger receives any message, is replaced by Freddy_Krueger # # Replaced by: The player who did an action # Can be used in: bed_enter_broadcast, enough_sleeping # Example: When user Freddy_Krueger goes to bed, is replaced by Freddy_Krueger # # Replaced by: The amount of sleeping players # Can be used in: bed_enter_message, bed_enter_broadcast, enough_sleeping, skipping_canceled # Example: When 10 people are online and 4 are sleeping, is replaced by 4 # # Replaced by: The amount of sleeping players that have to sleep in order to skip the night # Can be used in: bed_enter_message, bed_enter_broadcast, enough_sleeping # Example: When 4 players need to sleep, is replaced by 4 # # Replaced by: The amount of extra sleeping players that are needed # Can be used in: bed_enter_message, bed_enter_broadcast, enough_sleeping, skipping_canceled # Example: When 4 players are sleeping but 6 are needed, is replaced by 2 #