📝Totem Config
You can find all totem configs in totems
folder.
All totem must have its unique ID.
Mode
Set the mode for totem placement. Support:
Horizontal
Vertical (DEFAULT)
Layout
Layout is a string list option, the length of the string in each line must be the same. String on each line consist of multiple characters in explains
option.
The player must place the blocks according to this layout to activate the totem.
Layouts (3D Totem) - Premium
You can also use layouts
option to make this totem be a 3D totem. For now, only horizontal mode totem suppot 3D totem.
Free version can only create up to 3 3D totems!
For example:
1 is the top, 2 is below 1.
Explains
Each line for this option consists of key: value
. The key
is a character which is used in layout option. The value
is which material is the character mean.
The material can be set to:
none
, this means this position block is not limited, and it will also not be removed if disappear option is enabled. You can regard it as a position not in the totem.minecraft:<Minecraft Block ID>
, like minecraft:stone.minecraft:<Minecraft Entity ID>:<Check Distance>
, likeminecraft:ENDER_CRYSTAL
orminecraft:ENDER_CRYSTAL:1
(Premium version only).itemsadder:<NamespaceID>:<Block ID>
, likeitemsadder:blocks:block_1
.itemsadder_furniture:<NamespaceID>:<Furniture ID>:<Check Distance>
(Premium version only), likeitemsadder_furniture:highitems:corrupted_head:0.5
.itemsadder_mob:<NamespaceID>:<Mob ID>:<Check Distance>
(Premium version only).oraxen:<Item ID>
, likeoraxen:block_1
.oraxen_furniture:<Furniture ID>:<Check Distance>
(Premium version only).mmoitems:<Block ID>
, likemmoitems:10
, block id (is a number, not item id) is a number been set by your block configs, not item ID.
Totem now work for you? Check your config.yml
file, your black-creative-mode
maybe enabled!
For <Check Distance>
is mean check the distance of nearby entities at this location, which defaults to 0.5, representing the distance of exactly one block.
If you are using entity as totem layout, don't forgot change those things in config.yml file, otherwise after you place the "entity", plugin won't check them.
Actions
The actions performed after the totem is activated.
Use Action Format here, for more info, please view this page.
Conditions
Players or totems must meet these conditions to activate.
Use Condition Format here, for more info, please view this page.
Prices - Premium
Players will cost prices to build totems, if players didn't meet the prices (all prices should be meet), the totems won't active!
See Prices to learn more.
Prices as Key - Premium
You MUST set only 1 price in prices option, and this only price MUST be a item price, like:
Do not make more than 1 price! Otherwise it won't work!
After enable this, player must hold or drop price item to active totem. In this way, prices will make a feature like: 'Totem Active Key'!
Core Block
This totem will have "core block" if this option exists, player must last place this block, interact this block or drop item on this block to active totem.
Disappear
Does the totem disappear after activation?
Last updated