RUST Furnace Splitter v2.5.2

No permission to download
You can download a maximum of 0 files within 24 hours
Furnace Splitter makes the hassle of preparing furnaces a thing of the past. Simply put your ores into the furnace and they will be split up into a configurable amount of stacks.

The specified stack amount is saved for each player and the type of furnace they're using. This means that you can split into 3 stacks in small furnaces and 15 stacks in large furnaces without having to change between them everytime you're using a different furnace.

As seen above as well, you can also turn the plugin on and off so you can still do your own configurations if you need to.

The plugin doesn't only work on furnaces. It also works on campfires and refineries.

WARNING STACK SIZES CANNOT & SHOULD NOT EXCEED 700 MILLION!!! Anything over 700 million, the small furnace, small oil refinery, and BBQ Grill tend not to split them at that point and has to be done manually.

Chat Commands​

These commands allow the player to turn on/off the Furnace Splitter options, by default this is set to on.

  • /fs -- Shows the status and help options
  • /fs on -- To enable Furnace Splitter
  • /fs off -- To disable Furnace Splitter

Permissions​

This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
  • furnacesplitter.use -- Allows player to use the furnace splitting functionality

Configuration​

The settings and options can be configured in the FurnaceSplitter file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
Code:
Please, Log in or Register to view codes content!

Localization​

The default messages are in the FurnaceSplitter file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
Code:
Please, Log in or Register to view codes content!

Developer API​

Code:
Please, Log in or Register to view codes content!
Possible return values from MoveSplitItem are:

  • Ok - The full stack was inserted successfully.
  • FilledSlots - Partial amount of the stack was inserted successfully, remaining amount is left in the input Item.
  • NotEnoughSlots - The amount of available slots are smaller than the input parameter totalStacks.
The returned JObject's values from GetOvenInfo are:

  • ETA: Total seconds to smelt everything in the furnace.
  • FuelNeeded: Required amount of fuel to smelt everything in the furnace.
Example: Inserting the first cookable found in the player's inventory into the furnace they're looking at
Code:
Please, Log in or Register to view codes content!
Author
Box2
Downloads
0
Views
19
First release
Last update
Rating
0.00 star(s) 0 ratings

Similar resources

Программа для автоматического разделения SMD-файла на несколько частей
0.00 star(s) 0 ratings
Downloads
0
Updated
Back
Top
Development Community