# Types

The plugin has four types of totems.

* Item
* Armor
* Structure
* Entity

When using the Entity and Structure types, you can add additional options to the type configuration section:

<table><thead><tr><th width="242.66666666666666" align="center">Option</th><th width="111" align="center">Value</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">duration</td><td align="center">Int</td><td align="center">Duration of the entity or structure.</td></tr><tr><td align="center">radius</td><td align="center">Int</td><td align="center">The radius to be affected when used.</td></tr><tr><td align="center">giveEffect</td><td align="center">all or self</td><td align="center">Who will be affected.</td></tr><tr><td align="center">executeActions</td><td align="center">all or self</td><td align="center">Who will be affected.</td></tr><tr><td align="center">executeScripts</td><td align="center">all or self</td><td align="center">Who will be affected.</td></tr><tr><td align="center">runOnKill</td><td align="center">Boolean</td><td align="center">Executes actions when the entity is killed.</td></tr></tbody></table>
