forked from Simnation/Main
ed
This commit is contained in:
parent
37d26ced90
commit
ac8e6565c6
2 changed files with 8 additions and 7 deletions
|
@ -475,7 +475,7 @@ Config.ThemeParkOwnedSettings = {
|
|||
disablesell = false, -- enable this if you want disable sell function from managment menu
|
||||
disabletransfer = false, -- enable this if you want disable transfer function from managment menu
|
||||
acepermissionsforusemanagmentmenu = {enable = false, permission = "themepark.managment"}, -- enable this if you want to use ace permissions
|
||||
jobpermissionsforusemanagmentmenu = {enable = false, jobname = "themepark"}, -- enable this if you want to use job permissions (you need create job with name themepark or change the job title to something else)
|
||||
jobpermissionsforusemanagmentmenu = {enable = true, jobname = "skyline"}, -- enable this if you want to use job permissions (you need create job with name themepark or change the job title to something else)
|
||||
identifierspermissionsforusemanagmentmenu = false, -- enable this if you want to use identifiers permissions
|
||||
permissionsviaidentifiers = { -- permisisontypes - license, steam, xbox, live, discord, ip
|
||||
{permissiontype = "steam", permisisondata = "steam:11000013cc73739"}, -- this is example line
|
||||
|
|
|
@ -270,8 +270,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Galerie",
|
||||
"light_icon": "/public/img/Apps/light_mode/galery.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/galery.webp",
|
||||
"light_icon": "/public/img/Apps/light_mode/gallery.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/gallery.webp",
|
||||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "gallery",
|
||||
|
@ -290,7 +290,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Rechner",
|
||||
"icon": "/public/img/Apps/calculator.png",
|
||||
"light_icon": "/public/img/Apps/light_mode/calculator.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/calculator.webp",
|
||||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "calculator",
|
||||
|
@ -406,7 +407,7 @@
|
|||
"disallowJobs": []
|
||||
},
|
||||
{
|
||||
"name": "Nachrichten",
|
||||
"name": "Messanger",
|
||||
"light_icon": "/public/img/Apps/light_mode/message.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/message.webp",
|
||||
"default": true,
|
||||
|
@ -571,8 +572,8 @@
|
|||
},
|
||||
{
|
||||
"name": "Jobs",
|
||||
"light_icon": "/public/img/Apps/light_mode/jobs.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/jobs.webp",
|
||||
"light_icon": "/public/img/Apps/light_mode/jobsapp.webp",
|
||||
"dark_icon": "/public/img/Apps/dark_mode/jobsapp.webp",
|
||||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "job_list",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue