Ops.json not working

Discussion in 'Bukkit Help' started by nmoleo64, Jun 19, 2014.

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

    nmoleo64

    When I open my ops.json file, it says [] on line one, and nothing else. When I type in [Nmoleo], it resets it when I restart my server. How do I op myself?
     
  2. Offline

    Necrodoom

    Use op command.
     
  3. Offline

    nmoleo64

    Oh. I can't because you need to be an op to use /op
     
  4. Offline

    JaguarJo

    Use the command directly in the console, not in-game.
     
  5. Offline

    nmoleo64

    There is no console when I run a Bukkit server.
     
  6. Offline

    ZodiacTheories

    nmoleo64

    Then how do you run your server?
     
  7. Offline

    Bobcat00

    Find your UUID (I have no idea how, maybe in your essentials playerdata file) and put the following in ops.json:
    Code:
    [
      {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "name": "YourNameHere",
        "level": 4
      }
    ]
    
     
  8. Offline

    nmoleo64

    Oh. Thanks!

    Um, how do I close this thread?

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

Share This Page