# SimpleLogin by RossRao
#----------------------------------------------------------------------
# Available Placeholders: %player%, %playerdisplayname%, %prefix%,
# %world%
# You may also use ANY Placeholder from PlaceholderAPI
#
# Available Sounds:
https://www.spigotmc.org/wiki/cc-sounds-list/
#
# 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.'
# 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: 'LEVEL_UP'
joinsound: 'NOTE_PLING'
spawn_sound: 'NOTE_PLING'
# Titles
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'
# Spawn
spawn_on_join: true
teleported_to_spawn: '&8<&a&l*&8> &aYou have been teleported to the Spawn!'
spawn_set: '&8<&a&l*&8> &aYou have successfully set the Server Spawn Point!'
location:
==: org.bukkit.Location
world: Spawn
x: 0
y: 100
z: 0
pitch: 0
yaw: 0