-
Posts
1,615 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
Oxide logs to file automatically, just look in oxide/logs directory for the one with that days date on it Nothing to do with DisableSandbox
-
Are you able to supply your log from that server startup or day ? It worked fine for me, but another person also said it didn't work but I can't see why.
-
Changed Status from Pending to Not a Bug
-
"Use extra loot table (NOTE: Total of crate loot + extra items cannot exceed 12)": false, If you want to add extra loot, this needs to be true
-
Hi, thanks. Sorry to hear you are having this issue. To begin with, can you please post your config file so I can check that and work from there? Thanks.
-
Changed Status from Pending to Work in Progress
-
- 72 comments
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
Hi, sorry you are having trouble. The support section is really the place for support issues. But things to check: 1. Are you hitting the terminal with the hammer? 2. Are you using Vending machines option? If so are they empty when you are trying to pick up with hammer? 3. Are the marketplaces you are trying to pick up within TC Auth range/Building priv range?
- 72 comments
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 72 comments
-
- 1
-
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
I would recommend adding the item in the shop rather than using the command. The shop probably already has control built in for players with full inventories and other issues. The commands are written with use in chat by players and admins rather than shops. add the the Bradley Drop custom signal item instead, the skinID’s for all the default items are on the plugin page.
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
I will investigate it later, it can be ignored if it’s not affecting the functionality of the plugin. I must need to add an additional null check in there. It’ll be sorted in the next update.
-
And idea when and how the damage occurs?
-
Changed Status from Pending to Not a Bug
-
Check your Prevent Looting config dude: "ExcludeEntities": [ "mailbox.deployed", "dropbox.deployed", "markettermininal" ], You misspelled "marketterminal", correct this and it works fine
-
Ahhhhh, ok. Yeah if you ent kill a market it will cause that error. The next update will fix the NRE spam on those cases. So the plugin sounds as though it’s working fine. The prevent looting issue must be a config issue though, I’ll let u know when I get back to the pc.
-
Thanks for posting your prevent looting config, that all looks ok. Please post your Personal Marketplace config too so I can test with the same settings as you use to verify where any error might be originating from. Later I will release an update to improve error handling and prevent future issues.
-
The error message means there is an entry in your data file which relates to either a Marketplace or Vending machine which no longer exists in the world. This can happen if you have used Ent Kill command to remove someone’s Marketplace or Vending machine. If you’re saying all Marketplaces have all their vending machines, then there must be a Marketplace in the data file which no longer exists in the world.
-
Please post your prevent looting config if possible. There must be an error, because it’s working fine on my test server with prevent looting with markrtterminal.
-
Have you checked all Marketplaces placed by players? I’d bet there is one somewhere with one or more Vending machines missing. This is what is causing the error you are seeing. I checked on my test server earlier with Prevent Looting, using the same config as you. And I can confirm adding "marketterminal" to the PreventLooting config fixes the issue.
-
Hi, sorry I told you to place "marketplace" in PreventLooting config, actually it should be "marketterminal". So it should look like this: "ExcludeEntities": [ "mailbox.deployed", "dropbox.deployed", "marketplace" ], As far as the error goes, I have had one other person with the same error, I am currently looking into it. Does the plugin work OK otherwise? Any issues with any of the marketplaces? Are you using the vending machine option?