JustLazzy
  • JustLazzy
    • Discord
    • Youtube
  • 💸Paid Resources
    • 🏨 JL Motel
      • Installation
      • Adding new motel
      • Target
      • Player or Job own motel
      • Changelog
    • 🚶JL Multicharacter
  • 😱Free Resources
    • 💻JL Laptop
      • Installation
        • 🖥️General
        • 🏎️Boosting
      • Adding more apps
      • Notification
Powered by GitBook
On this page
  1. Paid Resources
  2. 🏨 JL Motel

Target

Configure the target

On version 1.0.1 you can configure your target for each motel.

Default Config

Config.Target = {
    stash = false,
    logout = true,
    outfit = false
}

Motel Config you can set the target per motel or it'll use the default config above

Target = {
    stash  = false,
    logout = true,
    outfit = false
},

Icon

Config.Icon = {
    stash = 'fas fa-briefcase',
    outfit = 'fas fa-tshirt',
    logout = 'fas fa-user',
    rent = 'fas fa-home',
    renew = 'fas fa-home',
    reclaim = 'fas fa-key',
    reset = 'fas fa-key',
    cancel = 'fas fa-ban'
}
PreviousAdding new motelNextPlayer or Job own motel

Last updated 3 years ago

You can change the icon as you need with

💸
fontawesome