Solved Need help with Citizens plugin

Discussion in 'Bukkit Help' started by EndercraftNL, Feb 23, 2014.

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

    EndercraftNL

    Hello,

    I have a problem with the latest release of the plugin called Citizens.

    I have created a citizen called Piet. That is my Minecraft Username. So everything wen't well, NPC spawned with my skin.

    Now the problem: When i press TAB, my name is removed from the tab list.
    I found a line in the config: remove-from-list: true. I changed it to false, but now when i create more NPC's, they will be showen in the TAB list as well, when they're not online.

    Somebody has a fix for this? Because i really like the citizens plugin!

    This is my Config file:

    Code:
    # Citizens Configuration
     
    npc:
      chat:
        options:
          bystanders-hear-targeted-chat: true
          max-number-of-targets-to-show: 2
          multiple-targets-format: <target>|, <target>| & <target>| & others
          range: 5
          max-text-range: 500
        format:
          no-targets: '[<npc>]: <text>'
          with-target-to-bystanders: '[<npc>] -> [<target>]: <text>'
          to-target: '[<npc>] -> You: <text>'
          with-targets-to-bystanders: '[<npc>] -> [<targets>]: <text>'
      default:
        look-close:
          enabled: false
          range: 5
        pathfinding:
          range: 25.0
        random-talker: true
        realistic-looking: false
        stationary-ticks: -1
        talk-close:
          enabled: false
          range: 5
        text:
          '0': Hi, I'm <npc>!
      limits:
        default-limit: 10
        max-permission-checks: 100
        max-speed: 100
      chunks:
        always-keep-loaded: false
      pathfinding:
        attack-range: 3.0625
        use-new-finder: false
      selection:
        quick-select: false
        item: '280'
        message: <b>You selected <a><npc><b>!
      player:
        remove-from-list: true
      server-ownership: false
      text:
        max-talk-cooldown: 5
        min-talk-cooldown: 10
        talk-item: '340'
      controllable:
        use-boat-controls: true
    advanced:
      check-minecraft-version: true
    storage:
      database:
        driver: ''
        password: ''
        url: ''
        username: ''
      save-task:
        delay: 72000
      file: saves.yml
      type: yaml
    general:
      debug-mode: false
      debug-pathfinding: false
      color-scheme:
        message-highlight: <e>
        message: <a>
      translation:
        locale: ''
    economy:
      npc:
        cost: 100.0
    subplugins:
      folder: plugins
    
    Regards,

    Piet

    Fixed it. Just install this plugin: http://dev.bukkit.org/bukkit-plugins/tabcolor/files/14-tab-color-6-6/.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2016
Thread Status:
Not open for further replies.

Share This Page