Solved PayRank help

Discussion in 'Bukkit Help' started by fatmanjumprope, Nov 30, 2012.

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

    fatmanjumprope

    I'm trying to get the PayRank plugin (http://dev.bukkit.org/server-mods/payrank/) to work for my server but I'm having a bit of trouble understanding the config. Could someone possible post a correct version of the config where I can change the ranks and price to my own? That would be super helpful in me moving onto another plugin.

    Thanks
     
  2. Offline

    JWhy

    Code:
    {
      "templates": [
        {
          "name": "Template",
          "format": "<[time] [world] [prefix][player][suffix]> ",
          "time": "",
          "worlds": [
            {
              "name": "world",
              "displayName": "&e[World]&f"
            }
          ]
        }
      ],
      "payRanks": [
        {
          "name": "Newbie",
          "group": "newbie",
          "prefix": "&a[Newbie]&f ",
          "suffix": "",
          "template": "Template",
          "price": 10
        },
        {
          "name": "Member",
          "group": "member",
          "prefix": "&a[Member]&f ",
          "suffix": "",
          "template": "Template",
          "price": 20,
          "experience": 20
        },
        {
          "name": "Dedicated",
          "group": "dedicated",
          "prefix": "&a[Dedicated]&f ",
          "suffix": "",
          "template": "Template",
          "experience": 20
        },
        {
          "name": "Professional",
          "group": "professional",
          "prefix": "&a[Professional]&f ",
          "suffix": "",
          "template": "Template",
          "price": 10
        }
      ]
    }
    I removed the annotations and now it's valid YAML
     
    fatmanjumprope likes this.
  3. Offline

    fatmanjumprope


    Thanks a ton dude :)
     
Thread Status:
Not open for further replies.

Share This Page