How to have more than 1 prefix in Skript?

Discussion in 'Bukkit Help' started by Motodk, Oct 19, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    Motodk

    How do i get more than 1 Prefix in same Skript file?
    i know how to make 1 but how do i make 2
    1 is
    Code:
    options:  
        prefix: (Prefix)
     
    Last edited by a moderator: Oct 19, 2018
  2. Offline

    KarimAKL

    @Motodk I'm pretty sure you can just do this:
    Code:
    options:
        prefix: (Prefix)
        prefix2: (Prefix2)
    From what i recall theres nothing like "prefix", you are the one assigning the variable 'prefix' as a prefix for the player.
     
Thread Status:
Not open for further replies.

Share This Page