mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
ce75918001
Added new command LibsDisguises Tells the command user who made the plugin. And if the player who called the command is called by the attractive name 'libraryaddict' then it also tells that curious user the version of the plugin. Worried about it being a exploit? Why? I know of all bugs/exploits and could just try them all out if I didn't know the version. If there was a exploit in the first place anyways. The command is there to give credit to me, and so I can urge servers to update. Against this command? I see you don't like plugin developers getting credit for their work that you use for free. Please move back to disguisecraft.
25 lines
640 B
YAML
25 lines
640 B
YAML
name: LibsDisguises
|
|
main: me.libraryaddict.disguise.LibsDisguises
|
|
version: ${project.version}
|
|
author: libraryaddict
|
|
depend: [ProtocolLib]
|
|
commands:
|
|
libsdisguises:
|
|
disguise:
|
|
aliases: [d, dis]
|
|
disguiseentity:
|
|
aliases: [dentity, disentity]
|
|
disguisehelp:
|
|
aliases: [dhelp, dishelp]
|
|
disguiseplayer:
|
|
aliases: [dplayer, displayer]
|
|
disguiseradius:
|
|
aliases: [disradius, dradius]
|
|
undisguise:
|
|
aliases: [u, undis]
|
|
undisguiseentity:
|
|
aliases: [undisentity, undentity]
|
|
undisguiseplayer:
|
|
aliases: [undisplayer, undplayer]
|
|
undisguiseradius:
|
|
aliases: [undisradius, undradius] |