Did you see my last post about removing the sectors with "Blueprint": "'"No error, i do /shop i see my shop /points i see my points in game but when i type /kit it crashes the game
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Did you see my last post about removing the sectors with "Blueprint": "'"No error, i do /shop i see my shop /points i see my points in game but when i type /kit it crashes the game
Still, it crashes. If u get my config to work id pay you money. https://pastebin.com/T1FxuCUD
When i go in and type /kit i crash
When i go in and type /kit i crash
Still, it crashes. If u get my config to work id pay you money. https://pastebin.com/T1FxuCUD
"shipgaleon":{
"Type":"ship",
"Description":"Galleon Ship",
"Price":35000,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Galleon/Ship_BP_Galleon.Ship_BP_Galleon'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullGalleon_BP.ShipHullGalleon_BP'"
},
"shipbergantine":{
"Type":"ship",
"Description":"Bergantine Ship",
"Price":2500,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Brigantine/Ship_Brigantine.Ship_Brigantine'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullBrigantine_BP.ShipHullBrigantine_BP'"
},
"shipsloop":{
"Type":"ship",
"Description":"Sloop Ship",
"Price":1500,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Sloop/Ship_BP_Sloop.Ship_BP_Sloop'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSloop_BP.ShipHullSloop_BP'"
},
"shipsschooner":{
"Type":"ship",
"Description":"Schooner Ship",
"Price":500,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Schooner/Ship_BP_Schooner.Ship_BP_Schooner'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSchooner_BP.ShipHullSchooner_BP'"
},
typing /kit still crashesVisual the problem is around 296-305 he has incorrect json coding for the plugin. The json would validate fine, but it crashed on /shop because the code didnt know how to read the config when it comes the shop item named "items".
This should work. I corrected the issue. https://pastebin.com/iTnqi8dg
@Snowy Donate to awesome content creators of the website if you want to pay anyone.![]()
i donated to get this plugin, im not gonna donate again if it doesnt work right? I have 0 knowledge on how to make it work, obviously some one as experienced as you cant even make it work, if the plugin content creator fixed it for me i would donate more but he hasnt even answered yettyping /kit still crashes
Honestly, you shouldn't donate just to get this plugin.i donated to get this plugin, im not gonna donate again if it doesnt work right? I have 0 knowledge on how to make it work, obviously some one as experienced as you cant even make it work, if the plugin content creator fixed it for me i would donate more but he hasnt even answered yet
Sorry there boss I missed one of the errors. I tested it on my test server and everything is good.i donated to get this plugin, im not gonna donate again if it doesnt work right? I have 0 knowledge on how to make it work, obviously some one as experienced as you cant even make it work, if the plugin content creator fixed it for me i would donate more but he hasnt even answered yet
"shipgaleon":{
"Type":"ship",
"Description":"Ship Galleon",
"Price":5000,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Galleon/Ship_BP_Galleon.Ship_BP_Galleon'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullGalleon_BP.ShipHullGalleon_BP'"
},
"shipbrigantine":{
"Type":"ship",
"Description":"Ship Brigantine",
"Price":3000,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/BuildingTest/BrigantineShipBuildingTest_BP.BrigantineShipBuildingTest_BP'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullBrigantine_BP.ShipHullBrigantine_BP'"
},
"shipsloop":{
"Type":"ship",
"Description":"Ship Sloop",
"Price":500,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Sloop/Ship_BP_Sloop.Ship_BP_Sloop'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSloop_BP.ShipHullSloop_BP'"
},
"shipsschooner":{
"Type":"ship",
"Description":"Ship Schooner",
"Price":1500,
"BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Schooner/Ship_BP_Schooner.Ship_BP_Schooner'",
"BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSchooner_BP.ShipHullSchooner_BP'"
},
The Galleon was in the config to start with wasn't it?i got it. all ships working and tested.
Code:"shipgaleon":{ "Type":"ship", "Description":"Ship Galleon", "Price":5000, "BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Galleon/Ship_BP_Galleon.Ship_BP_Galleon'", "BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullGalleon_BP.ShipHullGalleon_BP'" }, "shipbrigantine":{ "Type":"ship", "Description":"Ship Brigantine", "Price":3000, "BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/BuildingTest/BrigantineShipBuildingTest_BP.BrigantineShipBuildingTest_BP'", "BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullBrigantine_BP.ShipHullBrigantine_BP'" }, "shipsloop":{ "Type":"ship", "Description":"Ship Sloop", "Price":500, "BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Sloop/Ship_BP_Sloop.Ship_BP_Sloop'", "BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSloop_BP.ShipHullSloop_BP'" }, "shipsschooner":{ "Type":"ship", "Description":"Ship Schooner", "Price":1500, "BlueprintShip":"Blueprint'/Game/Atlas/Vehicles/Ships/Schooner/Ship_BP_Schooner.Ship_BP_Schooner'", "BlueprintHull":"Blueprint'/Game/Atlas/Structures/ShipHulls/ShipHullSchooner_BP.ShipHullSchooner_BP'" },
still not working. /kit just crashesSorry there boss I missed one of the errors. I tested it on my test server and everything is good.
https://pastebin.com/Q4hGhUiB
I am using the latest everything, re downloading everything today lolyou using the latest api and code? also what error are you getting i tried the config and it works perfect on mine
Seems like the error comes from permissions plugin. Do you even have them installed?I am using the latest everything, re downloading everything today lol
here crash https://pastebin.com/Sv8pv04a
Seems like the error comes from permissions plugin. Do you even have them installed?
I DONT EVEN HAVE THAT PLUGIN LOL OK THANKSSeems like the error comes from permissions plugin. Do you even have them installed?
We use essential cookies to make this site work, and optional cookies to enhance your experience.