Alias System

Allows you to create aliases for existing commands

Total Downloads: 2,040 - First Release: Aug 22, 2015 - Last Update: Feb 4, 2017

5/5, 12 likes
  1. thanks man waiting
     
  2. EDIT: Nvm, was stupid player to default group change.
     
    Last edited by a moderator: May 30, 2016
  3. Can anyone lend a hand as to how one sets permission to set up an alias? I'm an admin of the server but it says i have no permission to use the command.
     
  4. Read the overview.
     
  5. It would seem as though, every time I restart my server, I have to re-enter my alias's
     
  6. It seems doesn't work for command.


    {
    "alias": [
    {
    "original": "reload InfoPanel",
    "alias": "shuaxin",
    "originaltype": "console",
    "aliastype": "console",
    "permission": "commandalias.use"
    },
    {
    "original": "reload InfoPanel",
    "alias": "/shuaxin",
    "originaltype": "console",
    "aliastype": "chat",
    "permission": "commandalias.use"
    },
    {
    "original": "reload InfoPanel",
    "alias": "/ceshi",
    "originaltype": "console",
    "aliastype": "chat",
    "permission": "commandalias.use"
    },
    {
    "original": "/rules",
    "alias": "/bz",
    "originaltype": "chat",
    "aliastype": "chat",
    "permission": "commandalias.use"
    }
    ]
    }

    Console dosen't work right.
     
  7. I want to make reload easier,so i want to use alias system.
    But it find it doesn't work for console.
    Here is my data.
    /bz work correctly,but shuaxin,/shauxin,/ceshi don't work correctly.
    Tks for any answers
    Code:
    {
      "alias": [
        {
          "original": "reload InfoPanel",
          "alias": "shuaxin",
          "originaltype": "console",
          "aliastype": "console",
          "permission": "commandalias.use"
        },
        {
          "original": "reload InfoPanel",
          "alias": "/shuaxin",
          "originaltype": "console",
          "aliastype": "chat",
          "permission": "commandalias.use"
        },
        {
          "original": "reload InfoPanel",
          "alias": "/ceshi",
          "originaltype": "console",
          "aliastype": "chat",
          "permission": "commandalias.use"
        },
        {
          "original": "/rules",
          "alias": "/bz",
          "originaltype": "chat",
          "aliastype": "chat",
          "permission": "commandalias.use"
        }
      ]
    }
     
    Last edited by a moderator: Aug 6, 2016
  8. instead of "reload" try "oxide.reload"
     
  9. I have tried it .
    But it type shuaxin in console, it doesn't work.
    Code:
    {
      "alias": [
        {
          "original": "oxide.reload AutoBroadcast",
          "alias": "shuaxin",
          "originaltype": "console",
          "aliastype": "console",
          "permission": "commandalias.use"
        },
        {
          "original": "reload",
          "alias": "/shuaxin",
          "originaltype": "console",
          "aliastype": "chat",
          "permission": "commandalias.use"
        },
        {
          "original": "reload InfoPanel",
          "alias": "/ceshi",
          "originaltype": "console",
          "aliastype": "chat",
          "permission": "commandalias.use"
        },
        {
          "original": "/rules",
          "alias": "/bz",
          "originaltype": "chat",
          "aliastype": "chat",
          "permission": "commandalias.use"
        },
        {
          "original": "env.time",
          "alias": "time",
          "originaltype": "console",
          "aliastype": "console",
          "permission": "commandalias.use"
        }
      ]
    }
     
    Last edited by a moderator: Aug 9, 2016
  10. Make sure you have the permission aliassystem.use
     
  11. Hi ! I have a problem with aliassystem plugin.

    When i want to create an alias with the plugin clan for a french server, with this command:

    /alias add "/clan crée" /"clan create"

    It doesn't work for me :/ i have test with "crée" and "cree" and it's the same...
    Someone have an idea please ?
     
  12. You have a slash on the outside of one of your quotes
     
  13. Yes, but when i type the command it's: /alias add "/clan crée" "/clan create" ^^
     
  14. Hi, i post here the translation of this plugin in French and the doc
    Salut ! Je poste ici la traduction du plugin en Français et sa doc
     

    Attached Files:

  15. Update PLS!!!
     
  16. Yea, excellent plugin but maybe an update can be good !
     
  17. New problem when i reload the plugin:

    Code:
    (14:05:41) | [Oxide] 14:06 [Warning] Missing plugin name prefix 'aliassystem.' for permission 'commandalias.admin' (by plugin 'Alias System')
    (14:05:41) | [Oxide] 14:06 [Warning] Missing plugin name prefix 'aliassystem.' for permission 'commandalias.use' (by plugin 'Alias System')
     
  18. Would it be possible to add cooldowns to these commands? Would be fantastic to give VIP's access to some server console commands but it would need to have a cooldown :)

    And would you be able to add support for placeholders like ? This would be amazing just to plug these into the console commands :D

    Thanks Laser you're an amazing developer!
     
  19. I will think about when I will rework this plugin soon. Currently I am on vacation so it wont happen very soon.
     
  20. No worries at all! Thanks for looking at putting it in :) Enjoy your vacation!