Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ['SelfCheckIn'] = { -- Self check in settings.
  2. ['Enabled'] = true; -- Set to true to enable. Standard licenses can use the self checkin, but can not customize it.
  3.  
  4. ['Gamepass'] = false; -- Set to gamepass number in a table to enable. Only allows users with certain gamepass to use self checkin. (must be a table or false -> ex: {assetId,assetId})
  5. ['RoomTypes'] = false; -- Set to a table of room types to enable. Only allows users to check themselves in to specified rooms. ex: {'Standard Suite','Premium Suite'}
  6. ['ShowNotOwned'] = true; -- Set to false to disable. Shows users all room types available, regardless if they own the connected gamepass.
  7. };
  8.  
  9. ['ShutdownOnUpdate'] = true; --If set to true, your server will shut down when CheckMeIn is updated, to install the update. (wip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement