Advertisement
Guest User

Untitled

a guest
Jun 21st, 2021
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AdvancedDecayConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <VerboseLogging>false</VerboseLogging> <!-- Enables verbose logging, which prints out a lot more information about what the plugin is doing. Useful in identifying some underlying issue (To be deprecated) -->
  4.   <DisableUnturnedDecay>false</DisableUnturnedDecay> <!-- Modifies the unturned decay values to effectively disable it. -->
  5.   <EnableBaseDecays>false</EnableBaseDecays> <!-- Enables Base decays -->
  6.   <BackgroundWorkerSleepTime>125</BackgroundWorkerSleepTime> <!-- This will change how long a background worker will wait before testing the next timer. -->
  7.   <ExcludedPlayers> <!-- A list of the players to completely ignore for decays -->
  8.     <Steam64Id>76561197960265779</Steam64Id> <!-- The steam64id of a player to ignore. -->
  9.   </ExcludedPlayers>
  10.   <ExcludedBuildables> <!-- A list of buildables that will never be decayed. -->
  11.     <ItemId>1158</ItemId> <!-- The ID of the buildable to never decay. -->
  12.   </ExcludedBuildables>
  13. </AdvancedDecayConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement