Groups/Ranks!

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • Could anyone please help me with my problem!
    I wanna have ranks on my aternos server for me and my friends yes?
    I have installed both the GroupPermsLite & the RankDisplayNames plugin, As I have figured out that the RankDisplayNames plugin just creates the ranks, How do I add a player to that rank, For example, I created a rank with the command, /CreateRank Owner %c [Owner]
    Yea it created the group, But how do I add players to this group?
    Because when I try using the command ( From GroupPermsLite ) /GroupAddPlayer Owner (UserName) it will not work, Just says that the group Owner is not created yet and asks if I wanna create it.


    Could someone please help me with this situation?
    Thanks.

  • "Important note: This is an ADD-ON for a group permission management plugin, as such it DOES NOT handle adding players to Ranks. For that you must have installed and know how to use a permissions plugin to grant players the ranks.membership.[rank ID] permission for that rank"


    That is from the RankDisplayNames bukkit website (above)


    Setting up Permissions


    Here is how you could set up permissions for these ranks in GroupPermsLite:


    /GroupGrantPerms all ranks.membership.5Newbie/GroupGrantPerms members ranks.membership.4Member/GroupGrantPerms vips ranks.membership.3VIP/GroupGrantPerms mods ranks.membership.2Mod/GroupGrantPerms admin ranks.membership.1Admin


    You can also specifically override other ranks using negative permissions, preventing a player from having that rank.


    /GroupGrantPerms members -ranks.membership.5Newbie (Members are not also Newbies)
    /GroupGrantPerms vips -ranks.membership.4Member (VIPs are not also members or newbies)
    /GroupGrantPerms vips -ranks.membership.5Newbie
    /GroupGrantPerms mods -ranks.membership.3VIP (Mods are not also VIPs, Members or Newbies)
    /GroupGrantPerms mods -ranks.membership.4Member
    /GroupGrantPerms mods -ranks.membership.5Newbie
    /GroupGrantPerms admins -ranks.membership.2Mod (Admins are not also any other rank)
    /GroupGrantPerms admins -ranks.membership.3VIP
    /GroupGrantPerms admins -ranks.membership.4Member
    /GroupGrantPerms admins -ranks.membership.5Newbie


    This has little effect at the moment, however if multiple ranks are enabled later, this will prevent it from displaying additonal ranks that you don't want, if a player happens to belong to multiple groups.


    That's how to use group perms with it.(above)


    http://dev.bukkit.org/bukkit-p…playnames/pages/tutorial/


    http://dev.bukkit.org/bukkit-plugins/rankdisplaynames/

  • Roman

    Closed the thread.