-
Posts
4,857 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
Glad it's sorted though! -
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
Config option: "Allow players with god mode to receive xp?" -
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
No issues on my server. Rust 2026-06-01 15-39-06.mp4 -
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
Do you have: - God mode on - skilltree.xp permission -
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
Are you receiving items as though you are opening presents? -
Would be worth trying with all other plugins unloaded except for FishingContest, EventHelper and Imagelibrary.
-
the xp isnt granted when using the xp injection items.
imthenewguy replied to hairybeanstalk's Support Report in Support
How are you creating the items? Can you take a quick video for me? -
That is so strange. They are running the same code lol.
-
With version 1.0.13?
-
I see the issue. Pushed an update.
-
Pushed the update. Its a lang issue.
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.12
-
Pushed an update that optimizes the plugin a bit and fixes this issue.
-
Might be worth adding a few more comments along the method to see where it turns to infinity. It would be something dividing the value by 0.
-
Yeah that's a weird one. Might be worth joining my discord and asking if any other server owners have experienced the same issue as you. From my end, there shouldn't be any issues with the integration. The noise from users would a lot louder if there was.
-
- 1,597 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
From the patch notes: Updated quality crafter to limit the slots to the native MaxSlots value. I am adding a config option to the next release to allow for it to function like it did before. Its intention was always to cap out at the items native max slots though. There has been no update for BetterChat in 2 months, and nothing from the previous update changed the integration for it, and it's working on other servers. Its either a config issue or you may have accidentally given the notitles permission.
-
- 286 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
This plugin doesn't handle stacking. The spices (default) is based on an apple, so if your server is allowing stacks of apples to hit 1000, but allowing sulfur (sugar) to stack to 10,000, then you need to adjust your stack sizes to suit through your stacks plugin.
- 1 reply
-
- 1
-
-
Where did you place those debug lines? infinity usually happens when you divide a double or float by 0.
-
What others got a reply since you posted this support request? I've been away most of the weekend... I have added a message on the devs discussion page. Best way forward would be to stop it from his end using the isEventPlayer hook. Would offer support for all my plugins as well as Killyous.
-
Hey mate, I have a number of combat event plugins that run on PVE servers. Apparently this plugin is applying effects to those players while at the event. Are you able to add the isEventPlayer(BasePlayer player) hook call before applying any conditions to the player and cancel if receiving a non-null value? Would offer support for all of my event plugins as well as a number of other devs that use the same method.