Inactive [MECH] Auto Arm v0.8 - Get ready to battle. Now! [1.4.2-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by firecopy, Jul 4, 2012.

  1. Offline

    firecopy

    Auto Arm - Get ready to battle. Now!
    Version: 0.8

    Video:


    Description:
    Auto Arm gives a player, if they have permission, the ability to type in the command /autoarm. This command will equip the best armor and weapon for the player. This is my first bukkit plugin, and I would like some feedback on any improvements I can make. Thanks for checking my plugin, and comment down below if you want to show your appreciation or you want to warn me of a problem.

    Features:
    Equips the best armor from your inventory in this order: Diamond-> Iron-> Chain-> Gold-> Leather
    Equips the best weapon from your inventory in this order: Diamond-> Iron-> Stone-> Wood-> Gold
    When the command is typed in.

    When in creative, and having permission, auto equips diamond armor.

    Required Plugins:
    PEX

    Permissions:
    autoarm.arm
    //Default set to False, Toggles if you are allowed to use the plugin.

    autoarm.message
    //Default set to True, Toggles the message you get from the plugin.

    autoarm.autodiamond
    //Default set to False, Toggles the ability to auto equip diamond armor when in creative.

    Commands:
    /autoarm

    Downloads:
    DevBukkit Link: Here
    Jar/Download for latest update: Here

    Changelog:
    Version 0.8:
    *Updated to use CB 1.4.2-R0.2

    Version 0.7:
    *Updated to use CB 1.3.1-R1.0

    Version 0.6:
    *Updated to use CB 1.2.5-R5.0

    Version 0.5:
    *Added permision autoarm.autodiamond //You need to be on creative mode as well to see results

    Version 0.4:
    *Fixed my nooby spelling/grammar errors :p
    *Added permission support for the message that is outputted when using the plugin.

    Version 0.3:
    *Added the ability to auto arm weapons as well.
    *Deleted some unnecessary code.

    Version 0.2:
    * Added permissions support.
    * Made it so that you can't use the plugin from console.

    Version 0.1:
    *Plugin Released to the Public
     
  2. Offline

    md_5

    Approved.
     
  3. Offline

    SoraRoxasVentus

    SEEMS LEGIT
     
  4. Offline

    firecopy

    Video is out!
     
  5. Offline

    Whomp54

    could you possibly make the command shortened because im not a very fast typer and i might die before i even type it. just a suggestion but could you make the command just a little shorter, like /aa or is there a conflicting plugin? Great idea though! :D
     
  6. Offline

    Crowaz

    :pokerface:
     
  7. Offline

    firecopy

    You could use http://dev.bukkit.org/server-mods/mycommand/, until I make more aliases for the plugin.
     
  8. Offline

    Whomp54

    ok thanks for the help! id love to have this plugin on my server
     
  9. Offline

    firecopy

    Updated to use the latest CraftBukkit build.
     
  10. For the warriors on my server... I APPROVE THIS PLUGIN!!![cake]
     
  11. Offline

    firecopy

    Woot woot, thanks for the approval!
     
  12. Offline

    firecopy

    Now you can protect yourself in 1.3!
     
  13. Offline

    Bombrown

    Every time i do /autoarm, it says i don't have the permissions to do this command. I am an OP and this shouldn't be a problem. What gives??? I even set up the permissions like you said

    ------------------------------------------------------------
    permissions.allow.item.352
    permissions.allow.item.358
    autoarm.arm
    noitem.nodrop.30
    noitem.nodrop.42
    noitem.nodrop.256
    ------------------------------------------------------------------

    i believe i wrote in wrong but i didn't have much to go on since there wasn't an example like above. This is all you had,

    -----------------------------------------------------------------------
    autoarm.arm Default set to False, Toggles if you are allowed to use the plugin.

    autoarm.message Default set to True, Toggles the message you get from the plugin.

    autoarm.autodiamond Default set to False, Toggles the ability to auto equip diamond armor when in creative.
    -------------------------------------------------------------------

    Please help.
     
  14. Offline

    firecopy

    What permissions plugin are you using?
     
  15. Offline

    Bombrown

  16. Offline

    firecopy

    Try using pex. I will try to see what the problem is with permissionsb
     
  17. Offline

    Bombrown

  18. Offline

    firecopy

    Does autoarm.autodiamond work?
     
  19. Offline

    Bombrown

    Nope. If you can, can you send me a copy of the permssionsbukkit that you are using (if you are) that actually works?
     
  20. Offline

    firecopy

    I use PermissionsEx. As I said before, try using PEX.
     
  21. Offline

    firecopy

    The plugin is now updated to 1.4.2!
     
  22. Offline

    Bombrown

    Pex is not working with autoarm
    Here are permissions

    _______________________
    users:

    myusername:

    group:

    - ctf
    ________________________
    ________________________
    ctf:

    default: true

    worlds:

    Capture_The_Flag:

    default: true

    permissions:

    - autoarm.autoarm
    ________________________


    What is wrong?

    You said autoarm is toggled off (false).
    Does it have to be toggled on (true) or can you just do /autoarm if it is in your permissions?
     
  23. Offline

    firecopy

    Your permission node should be autoarm.arm, not autoarm.autoarm (Btw, sorry for the late reply)
     
  24. Offline

    Bombrown

    I changed it to autoarm.arm but still nothing changes.
    It still says I don't have the permission Auto_Arm.
    Can you post your permissions so I can see an example of it correct?
    Here is my permissions.yml if you can see what I did wrong.





    groups:
    default:
    permissions:
    - permissions.allows.fight
    - permissions.allow.chat
    - permissions.allow.damage
    - permissions.interact.bow
    - permissions.allow.monster
    - permissions.allow.vehicle.enter
    - permissions.interact.lever
    - permissions.interact.button
    - permissions.interact.pressureplate
    - permissions.interact.door
    - permissions.allow.animals
    - permissions.allow.fire
    - permissions.allow.projectile
    - autoarm.arm
    - autoarm.message
    - autoarm.autodiamond
    worlds:
    Capture_The_Flag: {}
    admin:
    permissions:
    permissions.*: true
    inheritance:
    - user
    worlds:
    Capture_The_Flag: {}
    user:
    permissions:
    permissions.build: true
    worlds:
    Capture_The_Flag: {}
    ctf:
    default: true
    worlds:
    Capture_The_Flag:
    default: true
    permissions:
    - permissions.allows.fight
    - permissions.allow.chat
    - permissions.allow.damage
    - permissions.interact.bow
    - permissions.allow.monster
    - permissions.allow.vehicle.enter
    - permissions.interact.lever
    - permissions.interact.button
    - permissions.interact.pressureplate
    - permissions.interact.door
    - permissions.allow.animals
    - permissions.allow.fire
    - permissions.allow.projectile
    - autoarm.arm
    - autoarm.message
    - autoarm.autodiamond
    users:
    myusername1:
    group:
    - ctf
    myusername2:
    group:
    - ctf
     

Share This Page