Conditions
None
This totem has no condition.
Trigger
This totem can only be actived with specified trigger.
(Added in 2.5.2)
Trigger Item
This totem can only be actived with specified item.
World
This totem must be in those worlds.
Use ;;
to separate each world.
Biome
This totem must be in those biomes.
Use ;;
to separate each biomes.
Permission
Player must have all those permissions.
Use ;;
to separate each permissions.
Placeholder
Player must be meet the placeholder condition. It consists of three parts, separated by ;;
. The format is <Placeholder>;;<Conditional Character>;;<Value>
.
Conditional character can be set to:
>=
<=
>
<
== (String)
= (Number)
!= (Number or string)
!*= (Number or string) Not contains.
*= (String) Contains, for example, str *= string is true, but example *= ple is false.
For WorldGuard region limit, you can use:
https://api.extendedclip.com/expansions/worldguard/
Near Mobs (Premium version only)
If there is no corresponding mob within a nearby distance, the condition can be met. It supports both the vanilla mob ID and MythicMobs mob ID.
Format: MobID;;Distance
Do not use this condition in many totems and do not make distance too far otherwise this maybe lead to server lag.
Last updated