help essentials with items first join

Discussion in 'Bukkit Help' started by yerbuky, Jul 5, 2014.

Thread Status:
Not open for further replies.
  1. helo everybody. i have a issue and i dont's how to fix it. i want to give items first time when they into my server. the problem is before of my register cause i can see the item in the toolbar, but when i have registered, the items aren`t into toolbar. do i need any permission for enable kit first time? another thing more.. if i don't get register, in my second try,the items aren't......what i do? :( please help me. thank u
     
  2. Offline

    Relicum

    Yes look up the essentials permissions on their wiki and your find them all their.
     
  3. Offline

    Necrodoom

    yerbuky minecraft already auths you, you don't need a register plugin.
     
  4. Offline

    C0lA_K1nG

    Please paste the file where your kits are located there could be a format error. If you do not have a kit plugin you should look into essentials.
     
  5. C0lA_K1nG Necrodoom Relicum Relicum thanks everybody! my problem was fixed. i don't know say it in english, i will say in spanish. tenia un kit que costaba dinero, mi plugin de economy tenia un balance de 30 dollars y el kit que tenia para la entrada por primera vez tenia el precio de 100 dollars. por eso no me daba el kit.

    is there any plugin for when you into the server. do you have a item forever?
     
  6. Offline

    Relicum

    Well sorry I would say it in Spanish as you highly limited the number of people who can help. I for one for help but have not idea what you on about as I don't speak Spanish. Glad you managed to sort your other problem out.
     
  7. sorry but i can't fixed the problem.... :( those are the essentials file and group what i want add items first time

     
  8. Offline

    LHammonds

    Google Translated the above Spanish to this English:

    If you had the money to purchase the kit and it did not work, what was the message? It might be that you do not have permissions to use that kit.

    My reply translated back to Spanish via Google Translate:
     
  9. my problem is when i start first time, i get to see the kit's items, but when i login. the kit isn't. i want to give the kit tools to first time into my server. do i need any permission? i have kit tools no money. my world is named TM y no world....
    plugin: essentials and pex -
     
  10. Offline

    Necrodoom

    yerbuky
     
  11. LHammonds what is the permissions node? i have 3 group for example, one forastero, two: ciudadano: three: admin, i get kit with ciudadano and admin when i write /kit tools, but i want to give kit if a player join first time.
     
  12. Offline

    LHammonds

    You don't need to give them access to the /kit if you are only wanting them to get it when they 1st join.

    Here is an example which gives every new player a kit called "castlegear" upon 1st join of a server:

    <server folder>\plugins\Essentials\config.yml
    Code:
    kits:
      castlegear:
        items:
          - 298 1 protection:1 name:Castle_Helmet lore:Beginner_gear_for:|{USERNAME}
          - 299 1 protection:1 name:Castle_Chestplate lore:Beginner_gear_for:|{USERNAME}
          - 300 1 protection:1 name:Castle_Leggings lore:Beginner_gear_for:|{USERNAME}
          - 301 1 protection:1 name:Castle_Boots lore:Beginner_gear_for:|{USERNAME}
          - 272 1 sharp:1 name:Castle_Sword lore:Beginner_gear_for:|{USERNAME}
          - 274 1 efficiency:1 name:Castle_Pickaxe lore:Beginner_gear_for:|{USERNAME}
          - 275 1 efficiency:1 name:Castle_Axe lore:Beginner_gear_for:|{USERNAME}
          - 273 1 efficiency:1 name:Castle_Shovel lore:Beginner_gear_for:|{USERNAME}
          - 291 1 unbreaking:1 name:Castle_Hoe lore:Beginner_gear_for:|{USERNAME}
      cobble64:
        delay: 86400
        items:
          - 4 64 lore:Magical_cobble
      cobble:
        delay: 3600
        items:
          - 4 64 lore:Donor_cobble
    newbies:
      announce-format: '&dWelcome {DISPLAYNAME}&d to DerpCraft!'
      spawnpoint: newbies
      kit: castlegear
    
    If you want players to have access to custom kits (like cobble64 and cobble above), you need to assign the following permission nodes to your user's group/ID (example using PEX):

    <server folder>\plugins\PermissionsEx\permissions.yml
    Code:
        - essentials.kit
        - essentials.kits.cobble64
        - essentials.kits.cobble
    
    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page