-
Posts
1,554 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 221 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.
- 221 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?
-
Hi, sorry I didn't see this request. Are you using plugin named Prevent Looting? People have reported this issue and using that plugin. If you are using this plugin, just add the shortname "marketplace" into the excluded items list in the config and enable it.
-
No worries at all, thanks for being cool about it.
-
Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
-
@RustyW and @Neighigh, so sorry for this error, indeed I am an idiot. I found the error which was my fault. It wasn't anything you guys were doing wrong. Next and all future updates will work seamlessly now I have identified the issue. Thanks for your patience and help.
-
- 391 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
Changed Status from Pending to Work in Progress
-
Yes it works when plugin loads from scratch, but when trying to copy the config on an update it throws and error because you have some invisible characters in your profile name, maybe put in by the editor you use. I will show you what I mean when back at the PC.
-
Hey, I did some testing and found that you have invisible characters in your profile names on HeliSignals. "直升机(精英)": { "Helicopter display name": "直升机(精英)", There is invisible characters and the chinese characters seem to break the plugin too. Did you get errors when you updated the plugin when it loads?