Permissions Issue

Discussion in 'Plugin Development' started by Bubby4j, Mar 13, 2011.

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

    Bubby4j

    I'm trying to check for permissions in my plugin, but I can't seem to reference the main java file in which I define permissions:

    Code:
            if (!(SuperJump).Permissions.has(player, "superjump.use")) {
                  return;
              }
    How can I reference the main file of my plugin?
     
Thread Status:
Not open for further replies.

Share This Page