Replace /Staff With /H or /hackermode

Discussion in 'Plugin Requests' started by iCodeThatJar, Jan 30, 2016.

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

    iCodeThatJar

    Plugin category: Admin

    Suggested name: Staff Replace

    What I want: I would like the command /staff to be replaced with /h or /hacker or /hackermode.

    Ideas for commands:
    /h
    /hacker
    /hackermode

    Ideas for permissions:
    hackermode.toggle - so you can /h.

    When I'd like it by: Today or Tommorow.
     
  2. Offline

    pie_flavor

    @iCodeThatJar A plugin is not necessary, you can use commands.yml for this. It's in the main server folder.
    Code:
    aliases:
      h:
      - "staff"
      hacker:
      - "staff"
      hackermode:
      - "staff"
     
    teej107 likes this.
  3. Offline

    hmmcrunchy

    Or try plugin better alias which does the same sort of thing but add delays and extra stuff
     
  4. Offline

    pie_flavor

    Yeah, basically googling.
     
Thread Status:
Not open for further replies.

Share This Page