raphaelbaldi
06-29-2011, 07:50 PM
<Plugin>
<Handle>ExampleJavaPlugin</Handle>
<Type>Java</Type>
<Path>com.electrotank.electroserver5.testextension.Sprin gTest</Path>
<Synchronized>true</Synchronized>
<Variables>
<Variable name="Variable1Name" type="string">variable 1 value</Variable>
<Variable name="Variable2Name" type="string">variable 2 value</Variable>
</Variables>
</Plugin>
What types can I use when setting variables this way? Can I use an array for example? An EsObject? Couldn't find it anywhere on the docs.
<Handle>ExampleJavaPlugin</Handle>
<Type>Java</Type>
<Path>com.electrotank.electroserver5.testextension.Sprin gTest</Path>
<Synchronized>true</Synchronized>
<Variables>
<Variable name="Variable1Name" type="string">variable 1 value</Variable>
<Variable name="Variable2Name" type="string">variable 2 value</Variable>
</Variables>
</Plugin>
What types can I use when setting variables this way? Can I use an array for example? An EsObject? Couldn't find it anywhere on the docs.