-
Posts
3,428 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
You can add a custom item using the chat command. For example: /tbadditem <Display Name> <item shortname> <skin id> <max quantity> /tbadditem "Gold Nugget" battery.small 2405961582 5 The only thing with custom items is that it uses the defaut image from the shortname. I may update this in the future.
-
1. I will change it to function using the propper hooks if they are released. I did this as an interim method so I could get it working. Has been running on my server since wipe and it appears to be working well. 2. The plugin includes all items in the configuration file, including the ones you mentiond. They are easy to disable and once done, won't need to be done again unless there is a major change to the config. 3. Turning off chat messages only stops the message "You are no longer fishing" and "You are now fishing". The purple casket message will always appear, as will the messages when a player tries to pick up an item, open a container or move items around in their inventory while fishing. Hope this helps.
-
Version 2.0.4
286 downloads
Buried beneath the deep blue oceans of rust lay a trove of lost treasures. This plugin introduces a casket system for fishing that your players will absolutely love! FishingTreasure is a plugin that uses the newly introduced fishing mechanic in Rust, to provide your players with the chance to obtain a casket. When opened, the casket will roll on the loot table 3 times, rewarding the players with 3 random items of varying rarity. Fully customisable loot system that automatically adds all new items to the game (configurable). Items can also be manually added via the config or a chat command in game. Supports custom items with unique DisplayNames and skins. Includes 3 tiers of rarity – common, rare and elite. Each can have its drop chance configured to the desired rarity. Hotspot system that allows for areas to be added as a "hot spot", which increases the drop chance of a casket by a multiplier (configurable). fishingtreasure.admin – allows users to spawn caskets, add items, force an update of items and remove items. { "General Settings": { "Base chance of obtaining a casket when catching a fish [%]": 3.0, "Permission based chance modifiers [1.0 = 100% increase to the base chance value]": {}, "Loot rolls per casket": 3, "Casket info": { "shortname": "halloween.lootbag.medium", "skin": 2560835553, "displayName": "casket" }, "Sounds when opened": { "Common": "assets/prefabs/misc/halloween/lootbag/effects/bronze_open.prefab", "Rare": "assets/prefabs/misc/halloween/lootbag/effects/silver_open.prefab", "Epic": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab" }, "Should this plugin handle the item splitting for caskets? [set to false if using a stacks plugin]": false }, "Hotspot Settings": { "Enable fishing treasure hotspots": false, "Name the hotspot shows when it appears on the map": "Fishing Treasure Hotspot", "Sphere darkness": 6, "Hotspot size": 50.0, "Minimum time a hotspot can be alive for [seconds]": 1600.0, "Maximum time a hotspot can be alive for [seconds]": 2000.0, "Delay between hotspot deployments [seconds]": 3600.0, "Minimum modifier that will be applied to a hotspot": 1.0, "Maximum modifier that will be applied to a hotspot": 4.0, "Should the hotspot check to see if players have entered/left the zone and notify them?": true, "If monitoring for players, how often should we check for players in the hotspot?": 1.0 }, "SkillTree settings": { "Set to true if you want to add the FishingTreasure buff to the skill tree": true, "Maximum level for the modifier buff": 5, "Chance increase per level for finding caskets [0.2 = 20%]": 0.2 }, "Loot Table": { "Common": { "enabled": true, "tableWeight": 100, "loot": [ // Loot here ] }, "Rare": { "enabled": true, "tableWeight": 25, "loot": [ // Loot here ] }, "Epic": { "enabled": true, "tableWeight": 10, "loot": [ // Loot here ] } } } /casket - spawns a casket in the users inventory API object OnCalculateFishingTreasureChance(BasePlayer, float highestMod) - Used to override the default casket chance.$15.00 -
Changed Status from Pending to Not a Bug
-
Ive written an extended plugin that will extend the functionality, allow for this. Add me on discord and I will flick you a copy (along with some basic instructions) when i wake up tomorrow. im the new guy#0001
-
Hey mate, I thought I replied to this already but apparently not haha. The best way to achieve this would be via the kits plugin - create a kit with the desired items then run a command to give the kit to a player upon redemption using the console command option.
-
Add my disc so I can watch/troubleshoot it over a stream. im the new guy#0001
-
Changed Status from Pending to Not a Bug
-
Np. Let me know how you go with unloading all plugins on your server and running only the recyclers plugin
-
Did you check your config file to see if the values above were set correctly? I just did another test on a freshly made server, both with and without other mods running and it seems to work. The issue could be another plugin on your server. Might be worth unloading all plugins (o.unload *) and then load recyclers plugin so it is the only plugin running on your server, then test to see if the problem persists.
-
If M3 is opening up your recycler, it sounds like you have bound M3 to +use. Need to unbind that. Also check that your config has the option set to true for picking up recyclers.
-
Just did a test, seems to be working.
-
There isn't a menu or a prompt. If you press M3 in while holding a hammer in your hand, it will remove the item from the world and spawn it in your inventory with durability loss.
-
You dont use remover tool, you use a hammer or hammer gun and use mouse 3 while looking at it.
-
Changed Status from Pending to Not a Bug
-
Version 1.0.13
1,706 downloads
This plugin allows for your players to receive or purchase personal recyclers that they can place inside of their base. The primary benefit of this plugin vs other similar plugins, is that this plugin will restrict usage of the recyclers to only a user or their team (configurable), and has commands built in that will allow players to purchase it directly via payment gateways like Tebex etc. It will also work with the VIP Token plugin, allowing for a token to be purchased and traded in game, providing the consumer with a redeemable recycler. The plugin itself is fairly straight forward - players type the command into chat, which will provide them with a recycler item. This item is a reskinned box, and will be placed using the box prefab, but once deployed, it will spawn a recycler in with the same positioning as the box, then despawn the box. Recyclers can also be picked up using a hammer or toolgun by pressing mouse 3. Features Automatically clears data on map wipe. Allows players to keep their unredeemed recyclers between wipes (configurable). Prevents other players from accessing the recycler (configurable). Team mate support (configurable). Configurable starting amount of recyclers. Additional recycler(s) are accrued upon a map wipe, if the player had not redeemed their recycler (configurable). External payment gateway support, allowing for you to sell individual recyclers to your players. VIP Tokens support. Check below for the configuration example. Can pick up own recyclers using your hammer/toolgun and mouse 3. Recyclers will lost max condition each time they are picked up to prevent players from deploying them while grinding the roads (configurable). Permissions personalrecycler.use personalrecycler.admin personalrecycler.place personalrecycler.use commands /recyclers - will print out how many recyclers a player has left to redeem. /redeemrecycler - will spawn a recycler in the players inventory and deduct a recycler from their redeemable count. /crecycler - Will pickup the targeted recycler (requires a hammer to be wielded) if the player has permission. Players with this permission will automatically get the configured number of starting recyclers upon using the commands for the first time, and will have have recyclers added to their redemption pool at the start of each wipe (configurable). personalrecycler.admin commands /addrecycler <player name> - will increase the amount of redeemable recyclers a player has by 1. /clearrecyclers <player name> - will remove all of the saved recycler IDs from the data file, making all of their recyclers publically accessible. /clearrecyclerdata - removes all of the saved recycler IDs from the data file, making all recyclers publically accessible. (Console command) subtractrecycler <target> <optional: amount> - removes recyclers from the players available recyclers pool. API This plugin allows for you to add a command to a payment gateway such as Tebex, or via my VIP Tokens plugin. The command is structured as below: addrecycler <Steam ID> <quantity> Most payment gateways required the player to log in with their steam ID. An example command using tebex would be: addrecycler {id} 1 This would add 1 recycler for the steam ID of the account that logged into Tebex. You can also add this as a VIP Token. See configuration options below: "recycler": { "name": "Personal Recycler", "days_to_add": 0, "vip_group": null, "vip_description": "Allows you to place a personal recycler that only you can access.", "remove_tokens_on_wipe": false, "token_item": { "name": "Recycler Token", "skin": 2544601457, "item_shortname": "radiationresisttea.pure" }, "_command": { "command": "addrecycler {id} 1", "message": "You redeemed a recycler token.", "public_message": null, "hook": false } } As you can see, the command follows Tebex's variable style, using {id} to capture the players steam ID. If you require help setting this up with VIP Tokens, or need any assistance with anythign else, feel free to send me a PM. Enjoy!$4.99- 75 comments
- 6 reviews
-
- #recycler
- #monetization
- (and 5 more)
-
Changed Status from Pending to Not a Bug