Fixed the lore of 'Set Maximum Players' item in setup menu.
Changes in config.yml
Code (YAML):
# Should we display some particles above Murderer and Detective character's fellows? # Particles are only going to be displayed to current character, not to innocents or non-fellows. Fellow-Particles: # Set empty string to disable particles. # Format: RED:GREEN:BLUE:PARTICLE_SIZE Detective: "0:0:255:1" Murderer: "255:0:0:1"
# How much the particle should be displayed above the character's current location? Y-Offset: 2.5
# For instance, now every 1 tick the particles above the characters will be displayed. Interval: 2