Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yesdoes arkshop work cross-platform?
Config has a a ""GiveDinosInCryopods": true," optionHow do I set up the arkshop to deliver dinos in cryopod?
"Notes": {
"Type": "command",
"Description": "Notes Exploreurs",
"Price": 5000,
"Items": [
{
"Command": "cheat GiveAllExplorerNotes {eos_id}",
"DisplayAs": "Débloquer les Notes Exploreurs"
}
]
}
Remove the cheat from the command, and try adding the option below DisplayAs. "ExecuteAsAdmin": trueHello !
I did this :
"Notes": {
"Type": "command",
"Description": "Notes Exploreurs",
"Price": 5000,
"Items": [
{
"Command": "cheat GiveAllExplorerNotes {eos_id}",
"DisplayAs": "Débloquer les Notes Exploreurs"
}
]
}
it only works for admins, how do I make it work for everyone?
As soon as I use:Remove the cheat from the command, and try adding the option below DisplayAs. "ExecuteAsAdmin": true
Probably wrong JSON syntax.As soon as I use:
"ExecuteAsAdmin": true
Failure to reload the plugin![]()
Probably wrong JSON syntax.
"Notes": {
"Type": "command",
"Description": "Notes Exploreurs",
"Price": 5000,
"Items": [
{
"Command": "GiveAllExplorerNotes {eos_id}",
"DisplayAs": "Débloquer les Notes Exploreurs"
"ExecuteAsAdmin": true
}
]
}
You are missing a comma after the display as section"Notes": {
"Type": "command",
"Description": "Notes Exploreurs",
"Price": 5000,
"Items": [
{
"Command": "GiveAllExplorerNotes {eos_id}",
"DisplayAs": "Débloquer les Notes Exploreurs"
"ExecuteAsAdmin": true
}
]
}
Failure to reload the plugin
any idea what i'm doing wrong in the syntax?
You are missing a comma after the display as section
try with these 2 commands :omg I'm ashamed lol, I corrected it, but it still doesn't work I don't understand.
{
"Command": "GiveAllExplorerNotes",
"DisplayAs": "Donne toutes les notes"
},
{
"Command": "UnlockAllExplorerNotes",
"DisplayAs": "Débloque toutes les notes",
"ExecuteAsAdmin": true
}
omg it worked thank you so much!! so much thank you!!!try with these 2 commands :
JSON:{ "Command": "GiveAllExplorerNotes", "DisplayAs": "Donne toutes les notes" }, { "Command": "UnlockAllExplorerNotes", "DisplayAs": "Débloque toutes les notes", "ExecuteAsAdmin": true }
We use essential cookies to make this site work, and optional cookies to enhance your experience.