RankJoin Plugin

Discussion in 'Plugin Requests' started by Keyk123, Nov 14, 2015.

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

    Keyk123

    Plugin category: Chat

    Suggested name: RankJoin

    What I want: I need a plugin that does certain things when someone with a certain permission joins the server. I have looked everywhere but I haven't found one with the ability to have multiple "types" of joins.
    For this plugin, when a player with a certain permission joins, many things can happen. These include a noise playing, firework launching, and custom message going out.
    I would also like there to be multiple configurable "groups" for players in different Donator Ranks on my server. There could be different sections of the config for each "group", each with a customizable name and permission.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: rankjoin.vip, rankjoin.vip+ (Configurable)

    When I'd like it by: No specific time!
    Thanks for reading, Have a good one!
     
    Last edited by a moderator: Nov 14, 2015
  2. Offline

    grrocks

    Ill do this in a bit.
    Edit: Done. @Keyk123
    Config:
    Code:
    permissions:
        #'example permission':
            #- 'example command'
            #- 'example command2'
            #- 'example command3'
        #'example permission2':
            #- 'example command'
            #- 'example command2'
            #- 'example command3'
        'test,permission':
            - 'broadcast it works'
            - 'msg %player% welcome! you have test.permission'
    NOTE: when making the permission in the config make the dot (.) a comma (,) like in the example config and it will replace it in the plugin but when putting these permissions to players via pex, groupmanager etc use a dot (.).

    Download: https://www.dropbox.com/s/1doli1bonwls0jy/PermissionJoin.jar?dl=0
     
    Last edited: Nov 14, 2015
Thread Status:
Not open for further replies.

Share This Page