- Joined
- Mar 26, 2019
- Messages
- 7
Has anyone notice that the interval time can not be changed? i changed it to every 60mins But continues to give the points every 5 mins
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!"General": {If I remember correctly, it worked. What is your config setting?
"General": {If I remember correctly, it worked. What is your config setting?
Just posting this here for visibility as I go to sleep - also getting the Error 1114. Explained it a bit more in my post, here.
I tried using this verification method you suggested, it found one error but im still getting the same problem with the shop, error 1114, and it crashed my server, so had to remove it. I would like to put it back in any suggestions?
what settings were off on the server side of thingsnvm problem was server side thanks again for fixing the file
you need to connect the shop plugin to a MySQL database for cluster points to workGood evening, could someone tell me how I configure the store so that the points work in a cluster? that is, if the players have 2000 on one map and travel to another, they continue to have those same 2000 points, thank you very much in advance
i fixed shop 1 page thanxThat is not a config.json error. Is a MySQL player kit json error. Check your players for an invalid json entry in the MySQL player kits
try changing all the blueprints by taking out the red bithello this is my current config and its not putting in resources that are purchased your the buy command..it says it was purchased but then nothing goes into inventory but the dinos work when purchased. how can i fix this
ty that workedtry changing all the blueprints by taking out the red bit
"Blueprint": "\"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'\"",
should be like
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'",
your one
"Honey": {
"Type": "item",
"Description": "10 Honey",
"MinLevel": 1,
"MaxLevel": 155,
"Price": 100,
"Items": [
{
"Quality": 1,
"Amount": 10,
"Blueprint": "\"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Honey.PrimalItemConsumable_Honey'\"",
"ForceBlueprint": false
}
]
},
my one looks like this
"cem": {
"Description": "Cementing Paste (400)",
"Items": [{
"Amount": 400,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ChitinPaste.PrimalItemResource_ChitinPaste'",
"ForceBlueprint": false,
"Quality": 0.0
}
],
"Price": 150,
"Type": "item"
},
this might fix your problem
Isnt that the same as what i have entered or am i missing something ?JSON:"chibi-allo":{ "Type":"item", "Description":"Allosaurus chibi", "Price":4500, "Items":[ { "Quality":0, "ForceBlueprint":false, "Amount":1, "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/ChibiDinos/PrimalItemSkin_ChibiDino_Allosaurus.PrimalItemSkin_ChibiDino_Allosaurus'" } ] },
We use essential cookies to make this site work, and optional cookies to enhance your experience.