Promoting players

Discussion in 'Bukkit Help' started by Mac, Feb 4, 2011.

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

    Mac

    This may seem like a dumb question, but how do you promote people to different ranks in your server? What exactly does op <player> and deop <player> do in the command prompt server .bat file? I have the following ranks set up with permissions: Guest, Member, Officer, Mod, and Admin. So does op <player> move the player up one rank or does it make them an op? And how can it make them an op if I don't have the op rank? Thanks.
     
  2. Offline

    mughi

    i'm not sure about your batch thing and ranks, but op player makes them an op.. and deop player removes that right

    op != rank
    op = operator (which is pretty much admin)

    if you have no permission system installed, there are two levels of users .. ops and not ops
     
  3. Offline

    Lewis

    The op rank always exists with a server and allows the Opped player to override the Permissions file and also use console commands.

    In order to set up ranks within Permissions, you may have a command called /modgrp *name* *group*. I'm unsure whether or not that command comes with Permissions or Essentials. I think Essentials.

    If you don't have that you can manually update the Permissions file with this for the specific user:

    Code:
      Name1:
        group: Admins
        permissions: []
      Name2:
        group: Mod
        permissions: []
      Name3:
        group: Trusted
        permissions: []
    I'd assume as you have said your groups are set up correctly, and if so that will give them the correct permissions/suffixes etc.
     
  4. Offline

    Mac

    Ok thanks very much. That helps a lot.
     
Thread Status:
Not open for further replies.

Share This Page