Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-3171

StringList not saving properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • None
    • None
    • No plugin, happens with any plugin

      While saving config stringlists do not save properly, example below:

      #How it should save
      StringList:
        - 'String'
        - 'String'
      #How it does save
      StringList:
      - 'String'
      - 'String'

      The problem of it saving this way is that when trying to get stringlist it returns null, and in some cases, a list with nothing in it.

            Unassigned Unassigned
            Z3tr0nix Aayush Rai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: