Filled Easy Items

Discussion in 'Plugin Requests' started by Hergarian, Feb 28, 2015.

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

    Hergarian

    Plugin category: RPG

    Suggested name: Easy Items

    What I want: A plugin that allows you to set the items a player can use at a specific level (minecraft exp). Should be pemission based.

    Exampel:

    The player has the rank "Warrior".
    I've set the config, that the player can use the item 276 at level 50.
    He reaches the level and the chat says:
    You're now Level 50! You now can use Diamond Swords! (message configurabel)

    If he isn't level 50 and try to use the item 276 it completely ignores EVERYTHIG he does with it. It deals no damage (maybe drop it on the floor when he holds it).

    Code:
    Config:
    
    warrior:
    #- item:data;level
      - 276;50
      - 35:4;10
      restricted:
        - 280
    mage:
      -  280;4
      restricted:
        - 276
        - 35:4
    message: '&6You are not able to use this item till level %lvl%'
    




    Ideas for commands: /nextitem

    Ideas for permissions: itemgroup.warrior

    When I'd like it by: As soon as you can please :)
     
    Last edited: Feb 28, 2015
  2. Offline

    BlazingBroGamer

    @Hergarian
    Seems like a good plugin to me! I will work on it right now. Oh and do you mind if I post it on the bukkit devs? Oh and is it XP or Levels? And for the ranks, which plugin do you use?
     
    Last edited: Feb 28, 2015
  3. Offline

    Hergarian

    @BlazingBroGamer
    You can do whatever you want with it, as long as you give it to me ;)
    It uses the levels (standart by minecraft). You can use vault if you want. I'm using pex
     
  4. Offline

    BlazingBroGamer

    @Hergarian
    Sorry, I didn't see that permission thing at the bottom. I will make it check if their is pex, and if there is, I will hook into it, but if not, it will be permission based. Also, what does /nextitem do? (My guess is it gives the next item)
     
  5. Offline

    Hergarian

    @BlazingBroGamer
    It says you what the next item is that you unlock

    @BlazingBroGamer
    I edited the config. would be nice if you could look back to the top ^^
    I need to rstrict some items for some classes

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 13, 2016
  6. Offline

    BlazingBroGamer

    @Hergarian
    Does this mean the group can't get the item? If so, you don't need to care since your separating the groups into different places
     
  7. Offline

    Hergarian

  8. Offline

    BlazingBroGamer

    Last edited by a moderator: Feb 28, 2015
  9. Offline

    Hergarian

  10. Offline

    BlazingBroGamer

    @Hergarian
    Please mark the post as filled!

    EDIT: The configuration usage is on the bukkit dev page
     
  11. Offline

    Hergarian

    @BlazingBroGamer
    okay im not albe to set the config...
    can you give me an example like
    1. warrior:
    2. #- item:data;level
    3. - 276;50
    4. - 35:4;10
    5. restricted:
    6. - 280
    7. mage:
    8. - 280;4
    9. restricted:
    10. - 276
    11. - 35:4
    this?
     
  12. Offline

    BlazingBroGamer

    @Hergarian
    Sorry, the config is quite hard to set up. I will set up a tutorial page on the bukkit devs! And, the format you requested is impossible, thats why its a bit different
     
Thread Status:
Not open for further replies.

Share This Page