DynamicAliases
DynamicAliases
This plugin allows you to create custom commands with tab completion to show messages and/or run different commands.
This plugin has no commands or permissions on its own, it will have an example command when you first start it! This one can be removed and replaced, it shows all features of the plugin.
Config
Look at the example config that will be generated when you run it for the first time!
# Anything that is empty will default to an empty object. # If a command in the commands list of an alias contains {args} then the plugin will put the used command arguments there commands: TimtowerIsAwesome: description: You can give your own description usage: /TimtowerIsAwesome, your own usage permission: TimtowerIsAwesome.use permission-message: You don't have the power to make timtower awesome! commands: - me is not as awesome as timtower - say define commands here - give timtower 278 1 messages: - This is a list of messages - '&aC&bo&cl&do&er&fs &1a&2r&3e &4s&5u&6p&7p&8o&9r&0t&ae&bd'
Anything that is empty will default to an empty object.
If a command in the commands list of an alias contains {args} then the plugin will put the used command arguments there.
Other
If you have any questions then just ask!
Got feature requests or bugs? Please create a ticket about it!
Is there a way you can make it so you can add a delay to the command it runs? for example I want it to give them a item after 1 second of them running the command
In reply to gasolinesxd:
Do you see that happening for the total alias? Why do you want the delay in the first place?
Do you plan to upgrade it ?
You're almost the only one who has an updated plugin to create Aliases.
I have many suggestions that i'd like to give to you and if you want it i could even provide a free translation for your plugins. You really saved me with this plugin!
contact me on [email protected] if you want another translation for your plugin, they never hurt.
In reply to Forge_User_89057681:
Suggestions are very welcome, you can make them here: https://dev.bukkit.org/projects/dynamicaliases/issues
There is no need for translation as there is nothing to translate.
Won't contact anybody through email, people can find me here and on the forums.
Uploaded a new version that supports colors for the usage, description and the no permission message.
Apparently the usage and the description isn't shown by the essentials /help command.
In reply to davidhernandez93:
If it is the normal Bukkit system then it needs to be checked.
Do the commands show up at all?
add a feature that executes a command as console
like
Spawn:
description: Teleports the player to the spawn.
usage: /spawn
permission:
permission-message:
commands:
- warp spawn
- console: tell @s Teleporting to spawn...
In reply to davidhernandez93:
best alias plugin ever
Would this work? If not can you tell me why and if there's a fix..
# Anything that is empty will default to an empty object.
# If a command in the commands list of an alias contains {args} then the plugin will put the used command arguments there
commands:
Rank:
description: Alias for /manuadd
usage: /rank {args} {args}
permission: efunrank.use
permission-message: You are not an Admin rank!
commands:
- manuadd {args} {args}
messages:
- 'Rank sucessfully changed!'
In reply to VoidPlayzz:
# Anything that is empty will default to an empty object.
# If a command in the commands list of an alias contains {args} then the plugin will put the used command arguments there
commands:
Apparate:
description: Teleport with STYLE!
usage: /Apparate
permission: apparation.use
permission-message: You must've not passed your apparation test.
commands:
- tp {args}
messages:
- 'Apparating...'
Coosmetics:
description: You can give your own description
usage: /Cosmetics
permission: cosmetics.use
permission-message: It seems you aren't a donator, cosmetics are not for you.
commands:
- uc menu main
messages:
- So you're a donator, eh?
Rank:
description:
usage: /Rank
permission: rank.user
permission-message: Admin+, sweety.
commands:
- pex user {arge} group set {args}
messages:
- '&eGroup sucessfully changed
Am I doing this right?
http://pastebin.com/cVf4BtRS
Apparate never found the player and Cosmetics just didn't do it right.
Woops..