-
Posts
1,770 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
Changed Status from Pending to Work in Progress
-
Thanks, I can confirm the issue is in your config. For default/vanilla loot items please remove the Display Name. This should be left blank otherwise they won’t stack with other vanilla items. Only put in a Display name for custom items. The error was my fault because previously my item creation method was wrong and display names are only needed for custom items. Remove the names and your loot will stack fine.
-
@SlayersRust please join my Discord and hit me up on there, I have a version you can test which I think should fix this for you. https://discord.gg/9fADUuDp
-
Thank you for the detailed report. I will be looking into this today. The dev of DropEvent has also reached out to me so I am seeing if there is any conflict. Although, if it still does it while that plugin is not loaded that would point to mine. But I cannot reproduce the issue. I will work on it in a bit and update you.
-
- 255 comments
-
- #bradley
- #bradleyapc
- (and 17 more)
-
- 255 comments
-
- #bradley
- #bradleyapc
- (and 17 more)
-
Changed Status from Pending to Closed
-
No need to add a new thread with the same issue as the one you already commented in.
-
Changed Status from Pending to Work in Progress
-
There's not going to be any updates to fix things like this while the re-write is in process. I'm afraid you will have to wait until the re-write is out which will get rid of issues like this anyway.
-
Players can claim horses they dont own at ranch/large barn
ZEODE replied to KingSizeKevin's Support Request in Support
Strange, I tested this before updating and it was working flawlessly. I will have another look over the weekend as I am at work and not home for a couple days. -
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Players can claim horses they dont own at ranch/large barn
ZEODE replied to KingSizeKevin's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Players can claim horses they dont own at ranch/large barn
ZEODE replied to KingSizeKevin's Support Request in Support
I will check this out, I haven't changed the logic for mounting horses, but will fix this asap. -
- 410 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
- 410 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.2
-
These errors happen when the helicopter glitches under or is spawned under the map. If this is happening when the heli spawns, then you can play with the config setting and increase it to make sure helis spawn above high points in the map: It can also happen in some cases if your heli speed is very high. In these cases, either make the helicopter move slower or you can try increasing these values to keep the heli from glitching under the map: See how you get on with that.
-
Changed Status from Pending to Not a Bug
-
This is not an issue with my plugin, you must have another plugin that acts on supply signals which is conflicting and causing the dupe. Same with Bradley Drops. What other plugins do you use which do things with supply signals?
-
Ah ok, so its not from my plugin, maybe you could have led with that . You need to look for a plugin that is creating that item, because during the entity creation, the plugin is calling to add it to the save list (entity.enableSaving = true), but I guess isn't handling it properly when it is destroyed.
-
I don't know why they would come back for you, the update to the plugin fixed the save list issue so it no longer saves them. Nobody else has reported them coming back or new errors.
-
I don't understand what you are asking