Using Superperms. What does this error exactly mean?

Discussion in 'Plugin Development' started by Orcem12, Oct 6, 2012.

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

    Orcem12

    Show Spoiler

    07.10 07:19:24 [Server] SEVERE java.io.FileNotFoundException: plugins/MetroEcon/Metro-Players/BloodyMayhem.yml (Permission denied)

    I'm trying to simply create a file (YAML) inside the folder "Metro-Players"

    Do I add some kind of permission to the permission.yml in the Bukkit directory to allow access to the players? (This happens for Operators as well.)

    I'm running a Linux server with full FTP access. This error only occurs for my plugins when clients request the use the OP and/or Superperms permission setup. Any ideas?
     
  2. Offline

    gomeow

    I don't think this has anything to do with your code, just permission to change the file
     
  3. Offline

    Orcem12

    I've been rummaging around the forums searching for any kind of permission to set to allow me to create files inside my folder. So far I think it's "permissions.*"... I just have no idea how to add this.
     
  4. how an econ plugin is related to superperm?
     
  5. I'm running a Linux server with full FTP access <- so use ftp to change the file rights of plugins/MetroEcon/Metro-Players/BloodyMayhem.yml cause the user your server runs under isn't allowed to touch that file.
     
Thread Status:
Not open for further replies.

Share This Page