Filled RemoveBroom

Discussion in 'Plugin Requests' started by _Hybrid, Mar 28, 2015.

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

    _Hybrid

    Plugin category: Mechanics

    Suggested name: RemoveBroom

    What I want:
    When command /removebroom <player> it clears that player's inventory of these items:
    woodenhoe
    stonehoe
    ironhoe
    diamondhoe
    goldhoe
    netherbrick (item)

    Ideas for commands:
    /removebroom <player> - does as above
    /removebroom - sends player message: "Add a Player's Name!"

    Ideas for permissions: removebroom.admin

    When I'd like it by: In the next few days
     
  2. Offline

    pie_flavor

    @_Hybrid In commands.yml, put this:
    Code:
    aliases:
        removebroom:
        - clear $$1 woodenhoe
        - clear $$1 stonehoe
        - clear $$1 ironhoe
        - clear $$1 diamondhoe
        - clear $$1 goldhoe
        - clear $$1 netherbrick
    If you are not using Essentials, put underscores between the words (e.g. stone_hoe).
     
  3. Offline

    _Hybrid

    @pie_flavor
    Are you a jedi? Or should I say... Jed-pie
    I need a life... Thanks for the help!
     
Thread Status:
Not open for further replies.

Share This Page