Make the user accept some rules upon first join

Discussion in 'Archived: Plugin Requests' started by x86cam, May 30, 2014.

  1. Offline

    x86cam

    I want a plugin that forces the player, upon first join, to accept some rules. I also want them to be frozen until they accept it.

    Do you know any plugins for this thing?
     
  2. Offline

    Onlineids

    Ill do this you want the rules to be a list of messages or just one message?
     
  3. Offline

    x86cam

    Onlineids List of messages please. Thanks, by the way. I'll be sure to credit you.
     
  4. Offline

    Onlineids

    Do you want the list to be sent when they move? Might be laggy or just sent once?
     
  5. Offline

    x86cam

  6. Offline

    Onlineids

    Every join or just the first one?
     
  7. Offline

    x86cam

  8. Offline

    Onlineids

    [quote uid=90605648 name="x86cam" post=2532537]Onlineids Just the first one please[/quote]

    Sorry it took so long added quite a bit of configurability check config
    <Edit by Moderator: Redacted mediafire url>
    Also added a perm fer the lawlz
    permissions:
    acceptrules.bypass:
    default: op
    permissions: Don't need to accept rules.

    [quote uid=90605648 name="x86cam" post=2532537]Onlineids Just the first one please[/quote]

    Heres config and details:

    Show Spoiler
    Code:
    # SUPPORTS COLOR CODES, ENJOY!!!!!!!!!
    # Da rules
    rules:
    - "&cThe Rules!"
    - "- &6Don't Swear!"
    - "- &6Be Nice!"
    - "&aBefore Proceeding YOU MUST accept these rules!"
    - "&dTo accept type: '&bI Accept'"
    # Message they have to enter to be able to move/talk
    acceptMessage: "I Accept"
    # Message they recieve if they move or talk when they haven't entered acceptMessage
    youMustAccept: "&4Accept the rules first!"
    # Message they recieve once they have accepted the rules
    rulesAccepted: "&aRules Accepted Thank You!"
    # Whether or not you want to send the player a message on move/talk/execute commands
    sendMessage: true


    Tahg me if you have an errors/problems enjoy ;)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 2, 2016

Share This Page