Plugin category: Pvp/Fun Minecraft version: 1.8.9 Suggested name: ArmourSwitch What I want: When a player has any item in their inventory with a specific name (set in the config), their armour will be randomly switched every 'x' ticks set in their config, when the player no longer has the item in their inventory, their armour will dissappear. The armour choices and the enchants that are randomly chosen can be set in the config and the amount of ticks that takes for the armour to switch. Ideas for commands: - /armourswitch reload - reloads the config Ideas for permissions: none, only ops can use the reload config When I'd like it by: Today/Tomorrow
https://github.com/SnowyTSW/ArmorSwitch I decided to give this request a try. To download the jar, go to the "Releases" tab under the description and click ArmorSwitch.jar.
@adi0115 I could possibly do this for you. I just require some extra information. Could you possibly create me an example config so I can understand this better. Also could you please explain how random enchants are set, how many enchants at a time, and does the enchants apply to the full set of armour, or randomly set per armour piece? And finally what happens if a player is already wearing armour beforehand?
@Tango_ Sure, I was thinking about something like this: Code: config armour switch rate: 20 #in ticks helmets: - diamond_helmet - gold_helmet - iron_helmet chestplates: - iron_chestplate leggings: - diamond_leggings - iron_leggings boots: - diamond_boots - iron_boots enchants: - ' ' - PROTECTION_ENVIRONMENTAL:1 - PROTECTION_ENVIRONMENTAL:2 - PROTECTION_ENVIRONMENTAL:3 - PROTECTION_FIRE:1 - PROTECTION_FIRE:2 sword name: '&cArmour Switch' So you can input what choices the plugin will have to switch the armour, so in this case, the plugin will switch armour every 20 ticks in no specific order, it will only be able to switch between diamond, gold and iron helmets, same goes for the rest of the armour, then in the enchants part, when the plugin does choose a random piece of armour it will also apply random enchant from the list, in no specific order, when the plugin chooses - ' ', then no enchant will be picked. The last thing is if someone has a sword with a name that is set in the config inside their inventory, doesn't have to be held, then the armour switch will work on the player. In my case players will have no armour when they get the sword, so this is not an issue for me.
@adi0115 I believe I have made what you are asking. Instead of adding the - ' ' to the enchants list, I added the option for you to set the chance of enchants to not be set. Here is the link: DOWNLOAD - let me know how it is.
@Tango_ Thanks a lot, just what I asked for Would you also mind adding an option that you can disable/enable if the armour dissappears if someone gets tagged in pvp? Thanks
@adi0115 Sure, next time be sure to add everything in the main plugin request post. Here is the new link: DOWNLOAD Please generate a new config also.