messages.yml

messages:
  general:
    prefix: '&6[&e&lSlot&6]'
    no-permission: '{PREFIX} &cYou do not have permission to do that.'
    reload: '{PREFIX} &7The configuration files have been reloaded.'
  slot:
    purchased: '{PREFIX} &7Slot purchased for &6${PRICE} &7for &f{DURATION}&7.'
    max_slots_reached: "{PREFIX} &cYou must wait {DURATION} before purchasing another slot."
    expired: '{PREFIX} &7Your sponsored slot has now expired.'
    insufficient_funds: '{PREFIX} &7You cannot afford that slot.'

    message_no_slot: "{PREFIX} &7You must purchase a Sponsored Slot to do this."
    type_message: "{PREFIX} &7Type your custom message in chat ({MAX_LENGTH} max characters). Type 'cancel' to cancel."
    message_cancelled: "{PREFIX} &7Cancelled!"
    message_too_long: "{PREFIX} &7Your message is too long, it must be no longer than {MAX_LENGTH} characters."
    message_set: '{PREFIX} &7Slot message set to &e{MESSAGE}&7.'

Last updated