# SimpleLogin by RossRao
#----------------------------------------------------------------------
# Available Placeholders: %player%, %playerdisplayname%, %prefix%,
# %world%
# You may also use ANY Placeholder from PlaceholderAPI
#
# Available Sounds:
# (Older Versions)
https://www.spigotmc.org/wiki/cc-sounds-list/
# (Newer Versions)
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#
# To disable an option, simply set it to "NONE"
#----------------------------------------------------------------------
prefix: '&8[&9&lSimpleLogin&8]'
no_permission: '%prefix% &cYou do not have permission to do that!'
reload_message: '&8<&a&l*&8> &7SimpleLogin: &aReloaded'
unknown_argument: '&8<&c&l*&8> &cThat argument does not exist, silly.'
player_not_online: '&8<&c&l*&8> &cThat player is not Online at the moment.'
# Join/Quit Messages
firstjoin_message: '&8<&a&l*&8> &a&n%player%&r &ahas joined the Server for the First Time! &8<&a&l*&8>'
join_message: '&8<&a&l+&8> &a%player%'
quit_message: '&8<&c&l-&8> &c%player%'
# Sounds
firstjoinsound: 'NONE'
joinsound: 'NONE'
# Titles
titles_enabled: false
firstjointitle: '%prefix%'
firstjoinsubtitle: '&fWelcome to the Server, %player%&r!'
jointitle: '%prefix%'
joinsubtitle: '&fWelcome back to the Server, &n%player%&r!'
# Commands
# Do NOT put a / before the command
join_command: 'NONE'
join_console_command: 'NONE'
first_join_command: 'NONE'
first_join_console_command: 'NONE'
quit_command: 'NONE'
quit_console_command: 'NONE'
# Fireworks
join_firework: false
firstjoin_firework: true
# MOTD
firstjoin_motd_enabled: true
join_motd_enabled: true
# You may add as many lines as you wish!
firstjoin_motd:
- '&8<&a&l*&8> &aWelcome to the Server, %playerdisplayname%&r&a! &8<&a&l*&8>'
- '&7'
- ' &f- &7Rules: &f/rules'
- ' &f- &7Discord: &fdiscord.gg/'
- ' &f- &7Website: &fwebsite.com'
- '&7'
- '&7&oYou have not played before.'
join_motd:
- '&8<&b&l*&8> &bWelcome back to the Server, %playerdisplayname%&r&b! &8<&b&l*&8>'
- '&7'
- ' &f- &7Discord: &fdiscord.gg/'
- ' &f- &7Website: &fwebsite.com'
- ' &f- &7Current World: &f%world%'
- '&7'
- '&7&oYou have played before.'