You are blacklisted from use this item here.

Discussion in 'Bukkit Help' started by Krazy, Feb 28, 2012.

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

    Krazy

    i get this error with MOBSPAWNER in ALL MAP.

    Residence:
    Code:
    ItemList: #this is where you can create blacklists / whitelists
        DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
            #type of the list, can be blacklist, whitelist, or ignorelist
            Type: blacklist
            #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
            #World: world
            #You can also have the list apply only to one group, otherwise it applys for all groups
            #Group: default
            #this is the actual list of material names that this list allows or dissallows
            #You can look up the material name by item ID in game by typing /res material <id>
            #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
            Items:
    # Used to determine which major revision of Residence this config is from, dont change this.
    ResidenceVersion: 2
     
  2. Offline

    flamedaces

    can you please provide the error(s) that you are getting? Thanks
     
  3. Offline

    SubZero0_

    Olá grizz (xD)

    Uso o residence em um server pessoal e meu config é assim e não tive problemas com ele:
    Code:
    ItemList: #this is where you can create blacklists / whitelists
        DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
            #type of the list, can be blacklist, whitelist, or ignorelist
            Type: blacklist
            Group: default
            Items:
              - 'BEDROCK'
              - 'LAVA'
              - 'WATER'
              - 'STATIONARY_LAVA'
              - 'STATIONARY_WATER'
              - 'MOB_SPAWNER'
        VipList: #list name is not important, as long as it is unique. Its good to use a descripive name.
            #type of the list, can be blacklist, whitelist, or ignorelist
            Type: blacklist
            Group: vip
            Items:
    
    Teste deste jeito e veja se funciona. (Corrija, se necessário, os nomes dos groups)

    EDIT: Bem estranho ele não funcionar mesmo com 'all groups'
     
Thread Status:
Not open for further replies.

Share This Page