Filled Armor set effects.

Discussion in 'Plugin Requests' started by U1S, Jul 24, 2019.

Thread Status:
Not open for further replies.
  1. Plugin category: Misc?

    Minecraft version: 1.14.4

    Suggested name: Armor Effects

    What I want: So i would like a config file where you can edit the effects for wearing a full set of some type of armor like this.
    Leatherarmorset
    - SPEED:1
    - DAMAGE_RESISTANCE:1
    or something like that.

    Ideas for commands: There is no needed commands except maybe like /armor reload?

    Ideas for permissions: armor.* (Not sure what type of permissions are good for this)

    When I'd like it by: Before 28th of July
    Huge thanks if you can make this.
    And i know there is a plugin like this put it doesn't support 1.14.4.
     
  2. Offline

    Machine Maker

    Which plugin did you find that doesn't suppler 1.14.4?
     
  3. Offline

    DrBot

  4. Offline

    hallis21

    Here's my attempt at the plugin, it's pretty bare atm, but functions as wanted.
    One thing to be wary about is the armor set config. This plugin is using a rather primitive config reader, therfor be carfull that you follow the instructions included carefully.

    On the first run the plugin will make it's folder, you will find the configs in there.
    There is one command: /armor-reload - reloads the config
    Two permissions: armorsetbonus.reload, armorsetbonus.receive (both are given by defualt)
    The rest should be self explanatory or included in the instructions.

    Also, the config file is called armorSets.txt, ignore the config.yml

    To find the effect names and armor names use:
    https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
    https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html


    Please hit me up with any bugs you might encounter or thing you'd like changed. I will try and respond as fast as possible.

    Download: https://www.dropbox.com/s/u64tuakaduvqj09/ArmorSetBonus-1.0.jar?dl=0
     
    Last edited: Jul 27, 2019
  5. Legend
     
  6. Offline

    hallis21

  7. Offline

    madtomic

    @hallis21

    Can you please add support for 1.12.2
    I just tried and it gives a loading error.
     
Thread Status:
Not open for further replies.

Share This Page