Execute command when a player comes online

Discussion in 'Bukkit Help' started by coloneljdog, Jul 13, 2014.

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

    coloneljdog

    Hi everyone,

    I was wondering if there's a plugin that queues a command and runs it when a player comes online.

    For example, setting the command "/pex user Player123 group set Member" to run when Player123 joins the game.

    Anyways, if a plugin like this exists, please point me in the right direction. Thanks.
     
  2. Offline

    LHammonds

    You are going about this the incorrect way.

    PEX and other permission plugins has a feature to allow you to set one particular group as the "default" that everyone will be associated to when they 1st join.

    In your "Member" group, you need to add "default: true" and it depends on which version of PEX you are using as to where it goes.

    I use PEX 1.22.1 and find that it works by sticking it under the "options:" group.

    Example:
    Code:
    groups:
      Member:
        options:
          default: true
    
     
  3. rtriggers is a great plugin for this, BUT hard to config :O
     
Thread Status:
Not open for further replies.

Share This Page