Jump to content

Recycler Box & Virtual 2.4.1

$9.99
   (2 reviews)

2 Screenshots

Recommended Comments



tamwilson1979

Posted

hi is it posable to add the industrial stuff to the box ? 

Marte6

Posted

Hi! Sure you can!

  • Love 1
DocNorris

Posted (edited)

Hi, I was wondering how this mod works when spawning a box in. Do the players need to provide there own box and when entering the command then it coverts it to a recycler or does it just spawn a box in every time the command is entered ? I had a similar mod that gives them the box when entering the command and people were abusing it spawning 100s in then recycling them ? Also is there a way to stop them using it in a during a raid ? Thanks

Edited by DocNorris
Marte6

Posted

You need the permission "recyclerbox.use" to use the command, it will spawn a box on your inventary, I recommend just give the permission to admins and put the box on a shop or kits, I will make a config for stop on raid soon.

Marte6

Posted

I can make a config to make the player transform a box in hands on the recycler too, will updade soon.

  • Like 1
Marte6

Posted

1 hour ago, DocNorris said:

Hi, I was wondering how this mod works when spawning a box in. Do the players need to provide there own box and when entering the command then it coverts it to a recycler or does it just spawn a box in every time the command is entered ? I had a similar mod that gives them the box when entering the command and people were abusing it spawning 100s in then recycling them ? Also is there a way to stop them using it in a during a raid ? Thanks

Hi, I just uploaded a new version with the requested features, just need to wait the aprovall.

  • Love 1
DocNorris

Posted

Thanks for the update, I was wondering if you could add a virtual recycler option as well ?

Marte6

Posted

12 minutes ago, DocNorris said:

Thanks for the update, I was wondering if you could add a virtual recycler option as well ?

I will keep that in mind for the next update.

  • Love 1
Marte6

Posted

On 10/2/2024 at 9:41 AM, DocNorris said:

Thanks for the update, I was wondering if you could add a virtual recycler option as well ?

Hi! Just uploaded new version with this feature!

  • Like 1
DeutscherRitterPlatz

Posted

In the video, I noticed that items drop directly to the ground as soon as you leave the virtual box. Does this happen just in the video, or is it always like this? Or do the items move to the inventory instead? If not, could this be changed so that items go to the inventory first and only drop to the ground if the inventory is full?

Marte6

Posted

2 minutes ago, DeutscherRitterPlatz said:

In the video, I noticed that items drop directly to the ground as soon as you leave the virtual box. Does this happen just in the video, or is it always like this? Or do the items move to the inventory instead? If not, could this be changed so that items go to the inventory first and only drop to the ground if the inventory is full?

In the current version, when you close the virtual box with items inside, they drop directly to the ground. So, it's always a good idea to grab the items before closing it. However, in the next version, there will be an option to send the items to your inventory before they fall to the ground. If your inventory is full, only then will the items drop.

  • Like 1
DeutscherRitterPlatz

Posted

13 minutes ago, Marte6 said:

In the current version, when you close the virtual box with items inside, they drop directly to the ground. So, it's always a good idea to grab the items before closing it. However, in the next version, there will be an option to send the items to your inventory before they fall to the ground. If your inventory is full, only then will the items drop.

We’re excited for the new version!
I have a suggestion for improvement: it would be fantastic if custom items could also be supported. Specifically, it would be great to extend the blacklist to allow Skin IDs as well.

Example for the enhanced blacklist:

"Blacklisted Items & SkinIDs": [ 
    "lmg.m249",
    "3873232" 
]

 

Marte6

Posted

5 minutes ago, DeutscherRitterPlatz said:

We’re excited for the new version!
I have a suggestion for improvement: it would be fantastic if custom items could also be supported. Specifically, it would be great to extend the blacklist to allow Skin IDs as well.

Example for the enhanced blacklist:

"Blacklisted Items & SkinIDs": [ 
    "lmg.m249",
    "3873232" 
]

 

That's a great idea! I’ll try to implement that in the new version within the next few days as well

DeutscherRitterPlatz

Posted (edited)

2 hours ago, Marte6 said:

That's a great idea! I’ll try to implement that in the new version within the next few days as well

Very nice! Here is a small addendum for the German community. It can, of course, be adjusted. ^^
 

lang.RegisterMessages(new Dictionary<string, string>
			{
				["RecyclerTitle"] = "RECYCLERBOX",
				["RecyclerSubtitle"] = "Gegenstände werden sofort recycelt",
				["RecyclerItemMissingMsg"] = "Recyclerbox: Du hast keine große Holzkiste in der Hand. (Blau hinterlegt)",
				["RecyclerCreatedMsg"] = "Recyclerbox: Die Kiste wurde in ein Recyclerbox umgewandelt.",
				["RecyclerAlreadyMsg"] = "Recyclerbox: Diese Kiste ist bereits eine Recyclerbox.",
				["NotAllowed"] = "Du hast keine Berechtigung, diesen Befehl zu benutzen.",
				["GotRecyclerbox"] = "Die Recyclerbox ist deinem Inventar gutgeschrieben worden.",
				["Denied Privilege"] = "Du kannst momentan nicht recyceln, du befindest dich in einem fremden Bauradius.",
				["Denied Swimming"] = "Du kannst momentan nicht recyceln, während Du schwimmst.",
				["Denied Falling"] = "Du kannst momentan nicht recyceln, während Du im freienfall bist.",
				["Denied Mounted"] = "Du kannst momentan nicht recyceln, während Du auf einem Fahrzeug sitzt.",
				["Denied Wounded"] = "Du kannst momentan nicht recyceln, während Du verletzt bist.",
				["Denied Ship"] = "Du kannst momentan nicht recyceln, da Du dich auf einem Schiff befindest.",
				["Denied Elevator"] = "Du kannst momentan nicht recyceln, da Du dich im Aufzug befindest.",
				["Denied Balloon"] = "Du kannst momentan nicht recyceln, da Du dich im Ballon befindest.",
				["Denied Safe Zone"] = "Du kannst momentan nicht recyceln, da Du dich in einer sicheren Zone befindest.",
				["Denied Hook Denied"] = "Du kannst momentan nicht recyceln.",
				["RecycleDropped"] = "Alle Gegenstände wurden ins Inventar übertragen oder auf den Boden gedroppt.",
			}, this, "de");

You forgot to add the message: RecycleDropped.
 

Edited by DeutscherRitterPlatz
  • Love 1
Marte6

Posted

1 hour ago, DeutscherRitterPlatz said:

Very nice! Here is a small addendum for the German community. It can, of course, be adjusted. ^^
 

lang.RegisterMessages(new Dictionary<string, string>
			{
				["RecyclerTitle"] = "RECYCLERBOX",
				["RecyclerSubtitle"] = "Gegenstände werden sofort recycelt",
				["RecyclerItemMissingMsg"] = "Recyclerbox: Du hast keine große Holzkiste in der Hand. (Blau hinterlegt)",
				["RecyclerCreatedMsg"] = "Recyclerbox: Die Kiste wurde in ein Recyclerbox umgewandelt.",
				["RecyclerAlreadyMsg"] = "Recyclerbox: Diese Kiste ist bereits eine Recyclerbox.",
				["NotAllowed"] = "Du hast keine Berechtigung, diesen Befehl zu benutzen.",
				["GotRecyclerbox"] = "Die Recyclerbox ist deinem Inventar gutgeschrieben worden.",
				["Denied Privilege"] = "Du kannst momentan nicht recyceln, du befindest dich in einem fremden Bauradius.",
				["Denied Swimming"] = "Du kannst momentan nicht recyceln, während Du schwimmst.",
				["Denied Falling"] = "Du kannst momentan nicht recyceln, während Du im freienfall bist.",
				["Denied Mounted"] = "Du kannst momentan nicht recyceln, während Du auf einem Fahrzeug sitzt.",
				["Denied Wounded"] = "Du kannst momentan nicht recyceln, während Du verletzt bist.",
				["Denied Ship"] = "Du kannst momentan nicht recyceln, da Du dich auf einem Schiff befindest.",
				["Denied Elevator"] = "Du kannst momentan nicht recyceln, da Du dich im Aufzug befindest.",
				["Denied Balloon"] = "Du kannst momentan nicht recyceln, da Du dich im Ballon befindest.",
				["Denied Safe Zone"] = "Du kannst momentan nicht recyceln, da Du dich in einer sicheren Zone befindest.",
				["Denied Hook Denied"] = "Du kannst momentan nicht recyceln.",
				["RecycleDropped"] = "Alle Gegenstände wurden ins Inventar übertragen oder auf den Boden gedroppt.",
			}, this, "de");

You forgot to add the message: RecycleDropped.
 

I've just finished making the changes you requested:

  • Added an option for a skin blacklist.
  • Added an option to send items from the virtual recycler directly to the inventory.
  • Added German translation.

Let me know if everything works as expected!

Marte6

Posted (edited)

Fixed RecycleDropped!

Edited by Marte6
DeutscherRitterPlatz

Posted

35 minutes ago, Marte6 said:

I've just finished making the changes you requested:

  • Added an option for a skin blacklist.
  • Added an option to send items from the virtual recycler directly to the inventory.
  • Added German translation.

Let me know if everything works as expected!

That was quick, thank you for implementing it! 😉

  • Love 1
DeutscherRitterPlatz

Posted

I have another idea for your plugin:
Would it be interesting to support the small box as well? "box.wooden"
The skinner who created the large wooden box also has a small version.

Link: https://steamcommunity.com/sharedfiles/filedetails/?id=2988594458

P.S.: You don’t have to implement all my suggestions, as other buyers may have different opinions.
However, I find the idea interesting, as it allows users to choose which box they prefer. 
And I believe that no plugin currently available on the market has the option "Large and Small Box."

  • Like 1
Marte6

Posted (edited)

5 minutes ago, DeutscherRitterPlatz said:

I have another idea for your plugin:
Would it be interesting to support the small box as well? "box.wooden"
The skinner who created the large wooden box also has a small version.

Link: https://steamcommunity.com/sharedfiles/filedetails/?id=2988594458

P.S.: You don’t have to implement all my suggestions, as other buyers may have different opinions.
However, I find the idea interesting, as it allows users to choose which box they prefer. 
And I believe that no plugin currently available on the market has the option "Large and Small Box."

It’s not difficult, and I'll take a look at it tomorrow.
I think I might add more box options as well.

Edited by Marte6
  • Like 1
DeutscherRitterPlatz

Posted (edited)

27 minutes ago, Marte6 said:

It’s not difficult, and I'll take a look at it tomorrow.
I think I might add more box options as well.

Other boxes are also not a bad idea. However, since only the small and large boxes can currently be skinned, the other boxes are likely unsuitable. Instead, one could use the fridge, Vending Machine. If you use a box without a skin, it can easily be confused with regular boxes and there’s no need to go overboard ^^ Unless it's really requested by the community, I think the small and large boxes are already a good choice.

Edited by DeutscherRitterPlatz
  • Haha 1
Marte6

Posted

On 10/8/2024 at 1:13 AM, DeutscherRitterPlatz said:

I have another idea for your plugin:
Would it be interesting to support the small box as well? "box.wooden"
The skinner who created the large wooden box also has a small version.

Link: https://steamcommunity.com/sharedfiles/filedetails/?id=2988594458

P.S.: You don’t have to implement all my suggestions, as other buyers may have different opinions.
However, I find the idea interesting, as it allows users to choose which box they prefer. 
And I believe that no plugin currently available on the market has the option "Large and Small Box."

Hey there!

Great minds think alike! 🎉 I just uploaded an update with the small box option. It's like we were on the same wavelength!

Thanks for the link, and keep those awesome ideas coming. Who knows what we'll cook up next?

DeutscherRitterPlatz

Posted

7 hours ago, Marte6 said:

Hey there!

Great minds think alike! 🎉 I just uploaded an update with the small box option. It's like we were on the same wavelength!

Thanks for the link, and keep those awesome ideas coming. Who knows what we'll cook up next?

Thank you for the update; we can also confirm that it works on carbon. ❤️

  • Love 1
dylanstar12

Posted

Would it be possible to have a permission based recycle speed config added? Plugin looks good just don't want instant recycling

Marte6

Posted

15 minutes ago, dylanstar12 said:

Would it be possible to have a permission based recycle speed config added? Plugin looks good just don't want instant recycling

Yes, it's possible to add a delay to the recycling process. I can implement a permission-based configuration that allows for customized recycle speeds, so it won't be instant.

 

  • Love 1
Marte6

Posted

1 hour ago, dylanstar12 said:

Would it be possible to have a permission based recycle speed config added? Plugin looks good just don't want instant recycling

Done!

New Features:

Configurable Recycling Delays:

Introduced two new permissions: recyclerbox.delay1 and recyclerbox.delay2.

Players with these permissions will experience a delay when recycling items. The delays can be configured in the plugin settings.

Default delay durations are set in the configuration:

DelayForPermission1: Sets the recycling delay for players with the recyclerbox.delay1 permission (default is 1 second).

DelayForPermission2: Sets the recycling delay for players with the recyclerbox.delay2 permission (default is 2 seconds).

  • Love 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Marte6's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.