translate.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <Translation Id="CombatLogDied" Value="Your character died because you exited the game during the combat" />
+ <Translation Id="CombatStarted" Value="Combat mode initiated. If you exit the game before the time runs out, you will lose all your items." />
+ <Translation Id="CombatEnded" Value="Combat mode has ended." />
+</Translations>
\ No newline at end of file
config.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <combatTime>30</combatTime> <!-- Duration of a combat -->
+ <clearRadius>5</clearRadius> <!-- if, deleteDroppedItems enabled, it will delete items in radius of where player died -->
+ <saveCombatLoggersOnShutdown>false</saveCombatLoggersOnShutdown> <!-- when server shuts down, it will save players who were in combat in order to kill them when they join back -->
+ <deleteDroppedItems>false</deleteDroppedItems> <!-- Enabling this option will clear player's items when they die from the ground -->
+ <combatloggers />
+</Config>
\ No newline at end of file