Player Variable Help

Discussion in 'Bukkit Help' started by JakeDGator, Dec 9, 2013.

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

    JakeDGator

    So I own a server and I am having some issues with some startup commands. For example I am using EchoPets and I want to give a player a bone each time they join at spawn. I know you could probably do this within the plugin and I would like to know how to do that. Anyways back to my topic. Even if I could get all that sorted out I want to know if there is a variable for a player. For example if a player joins I want this command to execute:
    /give <player> banana
    (I know you can just do /i and <player> is not an actual variable I tried it)
    Thanks,
    Jake
     
  2. Offline

    mack2540

    In your essentials config (assuming you have it, who doesn't?) make a kit with a bone in it and add it to the newbie section in your config.
     
  3. Offline

    Iroh

    This would only give them it on their first join.
    Use this plugin to run commands (with user var) on join.
     
  4. Offline

    macboinc

    You could install the plugin,"Custom Join Items" it lets you make players with items you can customize
     
  5. Offline

    JakeDGator

    Thanks macboinc. The plugin is working greatly for my purpose. I have one more question. I am trying to set a spawn point to where if the player logs out, they will be at the spawn point and not where they were. How can I do this? Thanks.
     
Thread Status:
Not open for further replies.

Share This Page