Skip to content

dsodd/recyclerPluginUnturned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example config

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Recyclers>
    <RecyclerInput>36628</RecyclerInput>
    <RecyclerOutput>36628</RecyclerOutput>
  </Recyclers>
  <Items>
    <Item>
      <Id>121</Id>
      <RecycleTime>2000</RecycleTime>
      <OutputItems>
        <Item amount="5">67</Item>
      </OutputItems>
    </Item>
  </Items>
</Configuration>

Each item is seperated like this

    <Item>
      <Id>121</Id>
      <RecycleTime>2000</RecycleTime>
      <OutputItems>
        <Item amount="5">67</Item>
      </OutputItems>
    </Item>

Doccumentation for the config

  • <Id> - the item ur recycling
  • <RecycleTime> - how long said item will be recycling for (counted in ms(1000ms = 1 second))
  • <OutputItems> - is the items you will receive from recycling the item, 67 each item can have an amount property to give an X amount of specific item
  • <RecyclerInput> - the storage container in which you should put items in
  • <RecyclerOutput> - where said items will end up in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages