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
|
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
|
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
|
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
|
identifierspermissionsforusemanagmentmenu = false, -- enable this if you want to use identifiers permissions
|
||||||
permissionsviaidentifiers = { -- permisisontypes - license, steam, xbox, live, discord, ip
|
permissionsviaidentifiers = { -- permisisontypes - license, steam, xbox, live, discord, ip
|
||||||
{permissiontype = "steam", permisisondata = "steam:11000013cc73739"}, -- this is example line
|
{permissiontype = "steam", permisisondata = "steam:11000013cc73739"}, -- this is example line
|
||||||
|
|
|
@ -270,8 +270,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Galerie",
|
"name": "Galerie",
|
||||||
"light_icon": "/public/img/Apps/light_mode/galery.webp",
|
"light_icon": "/public/img/Apps/light_mode/gallery.webp",
|
||||||
"dark_icon": "/public/img/Apps/dark_mode/galery.webp",
|
"dark_icon": "/public/img/Apps/dark_mode/gallery.webp",
|
||||||
"default": true,
|
"default": true,
|
||||||
"category": "apps",
|
"category": "apps",
|
||||||
"redirect": "gallery",
|
"redirect": "gallery",
|
||||||
|
@ -290,7 +290,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Rechner",
|
"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,
|
"default": true,
|
||||||
"category": "apps",
|
"category": "apps",
|
||||||
"redirect": "calculator",
|
"redirect": "calculator",
|
||||||
|
@ -406,7 +407,7 @@
|
||||||
"disallowJobs": []
|
"disallowJobs": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Nachrichten",
|
"name": "Messanger",
|
||||||
"light_icon": "/public/img/Apps/light_mode/message.webp",
|
"light_icon": "/public/img/Apps/light_mode/message.webp",
|
||||||
"dark_icon": "/public/img/Apps/dark_mode/message.webp",
|
"dark_icon": "/public/img/Apps/dark_mode/message.webp",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
@ -571,8 +572,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Jobs",
|
"name": "Jobs",
|
||||||
"light_icon": "/public/img/Apps/light_mode/jobs.webp",
|
"light_icon": "/public/img/Apps/light_mode/jobsapp.webp",
|
||||||
"dark_icon": "/public/img/Apps/dark_mode/jobs.webp",
|
"dark_icon": "/public/img/Apps/dark_mode/jobsapp.webp",
|
||||||
"default": true,
|
"default": true,
|
||||||
"category": "apps",
|
"category": "apps",
|
||||||
"redirect": "job_list",
|
"redirect": "job_list",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue