How do i make a donator class MOB ARENA

Discussion in 'Bukkit Help' started by Ethansup2082, May 27, 2013.

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

    Ethansup2082

    i dont know how to make a donator only class heres the class part of the code :)
    Code:
    classes:
        Knight:
            items: diamond_sword, potion:8197:3
            armor: 306,307,308,309
        Tank:
            items: iron_sword, potion:8229:2
            armor: 310,311,312,313
        Archer:
            items: wood_sword, bow, arrow:256, potion:8197:3, bone
            armor: 298,299,300,301
        Chemist:
            items: stone_sword, potion:16428:30, potion:16388:8, potion:16389:20, potion:8197:3, potion:8226:1
            armor: 314,315,316,317
        Oddjob:
            items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:8197:3
            armor: 298,299,300,301
        Healer:
            items: stone_sword, potion:16421:16
            armor: 306,307,308,309
     
  2. Offline

    Iroh

    Copy a class and modify it to your needs.
     
  3. Offline

    Ethansup2082

    Ok but dosnt that make it so anyone can use it? i just want donators to be able to use it
     
  4. Offline

    Iroh

    This is not a plugin I am famillar with, with most kits plugin you can assign permissions for kits read up on the permissions for this plugin.
     
  5. Offline

    owenftw

    You need to give the default rank the negative permission and then give the class permission to the donators.

    Example:

    Give the negative permission to default rank:
    bPermissions: ^mobarena.classes.knight PermissionsEx: -mobarena.classes.knight PermissionsBukkit:mobarena.classes.knight: false

    and then give the normal permission to donator rank: mobarena.classes.knight
     
  6. Offline

    Iroh

    Not quite pex needs a space after the -
     
  7. Offline

    owenftw


    I took it from the wiki but I see what you mean, It would go like this:
    - -mobarena.classes.knight
     
  8. Offline

    Iroh

    You could give the default group - -mobarena.classses.<donor-class-name> and the donor group - mobarena.classes.<donor-class-name>
     
  9. Offline

    Ethansup2082

    Ok thanks

    Ok So
    anyone with the perm of - mobarena.classes.knight have the perm so use knight and if no one has the perm its default??? I also need help with somthing else heres a link http://forums.bukkit.org/threads/mobarena-class-help-enchanting.149766/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  10. Offline

    Iroh

    Exactly
     
  11. Offline

    Ethansup2082

  12. Offline

    Iroh

    I don't know how xD
     
  13. Offline

    Ethansup2082

    awww
     
  14. Offline

    Evilshallwin

    Make the enchanted item ingame, and use the /ma setclass option with the desired items for that class.

    Should allow you to use enchanted items in that class.
     
  15. Offline

    Ethansup2082

    Thanks
     
  16. Offline

    ChrisStarr32

    Will this work for Group Manager too??? If so How??
     
  17. Offline

    Necrodoom

    the exact same way.. giving permissions.
     
Thread Status:
Not open for further replies.

Share This Page