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
@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?
@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
@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)
@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.
@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
@Hergarian Hmm... Ok this seems possible with other plugins, but I will try to implement it @Hergarian Ah, that was quite a big plugin. Click to download here Dev Page: http://dev.bukkit.org/bukkit-plugins/levelitems/files/ EDIT by Timtower: merged posts
@BlazingBroGamer okay im not albe to set the config... can you give me an example like warrior: #- item:data;level - 276;50 - 35:4;10 restricted: - 280 mage: - 280;4 restricted: - 276 - 35:4 this?
@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