-
Posts
1,379 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
"give500rp-0": { "Command (if set, ignore item)": [ "curr rp give {userId} 500", ], "Shortname": "", "Skin ID": 645763, "Amount": 1, "Item Name": "", "Display Name": "500 RP Transfer", "Is Blueprint": false, "Icon URL (if skin not 0)": "you need to put some icon url here", "Price": 10000, "Price Per Purchase Multiplier": 1.0, "Multiply Price Per Daily (true) Or Per Wipe (false) Purchases": true, "Show Description Field": false, "Discount Permission (value)": {}, "Required Permission": "", "Display Blacklist Permission": "", "Daily Buy Max": 0, "Wipe Buy Max": 0, "Cooldown Between Purchases (in seconds, 0 to disable)": 0 },
-
it's not that it affects it. The rust by itself just spawns regular bradleys, not from mine plugin.
-
Changed Status from Pending to Closed Changed Fixed In to 1.6.9
-
Hey. It's due to weird implementation of Oxide warnings that have nothing to do in functionality. There is no strict rule to which option true or false should developers use and there are situations like that. You can go to the my plugins, search for OnEntityTakeDamage and replace all return false; to return true; In the same way it can be made in SimplePVE/NoDecay so change it from true to false and it will work the same way. But replace only on one side of the plugin, so from false to true, or from true to false. This should fix your issue.
-
You've updated plugin to most recent version which is almost full rewrite. newest version contain alternative crtate lock method which is more performant than regular one. It unlocks crates after a while (time in cofniguration). You can change it back to fireballs in config.
-
Option to disable NPCs will be present in next update, probably today.
-
I dont understand your problem, can you describe it a little bit more please?
-
Missed this, sorry. I can't track everything on each page and from comment section all i get is one-time message. If you want to be kept in track with features/fixes, please create ticket. Cool idea. I am also thinking about auto find feature that will consume 1-X "survey charges" and will find you the deposit you wanted in 100% if you have enough survey charges. Depends on your input it could be easy, or almost impossible. Don't want to add lock-on thing as it will make players to spam the button which will do a lot of useless calculations and generations.
-
Install CarbonAliases There is no way that CarbonAliases can stall your server. Extension is open-source and you can check the code, all it does it helps compiling plugin + works with ImageLibrary, so it has no real usage after plugin compilation. Will try to implement full support for new npsc this week. Sorry for no release of that before, but couldn't find time.
-
Freezing at one spot after buying
ThePitereq replied to WickedSchnitzel's Support Request in Support
Hey. you sure there is no error in console? -
Changed Status from Pending to Closed
-
Hey! I think we were talking about it on discord. Let's keep it there, closing this one
-
Default display means that recipe is displayed without any input in default recipe list. it isnt an permission. to show unlisted recipes you need to search them.
-
there is different version of extension and plugin to install that extension.
-
Hey! Have you updated the Carbon Aliases? There was an update to carbon that added one field and i had to add it to extension too.