Item Triggers

Example of item triggers

items:
    player_head:
        id: PLAYER_HEAD
        texture_name: "{player}"
        slot: 7
        name: "<#85a16a>Your Profile %player_name%!"
        lore:
        - "&7Are you currently online? %player_online%!"
        itemflags:
        - "placeable"
        triggers:
        - "join"
        enabled_worlds:
        - "world"

List of item triggers

join <- when this is added, player will always receive the item upon joining the server

first-join <- when this is added, player will receive this item if its their first time playing on the server

world-switch <- when this is added, when player is switching between worlds they will receive the item, if you have a list of enable worlds only in those worlds you will receive the items!

Last updated