mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
![Andrew](/assets/img/avatar_default.png)
Tried a little fix for sounds. Hopefully made a fix for concurrent modification errors Fixed typo in disguise player command Added warning and disable if ProtocolLib isn't found
14 lines
No EOL
331 B
YAML
14 lines
No EOL
331 B
YAML
name: LibsDisguises
|
|
main: me.libraryaddict.disguise.LibsDisguises
|
|
version: ${project.version}
|
|
author: libraryaddict
|
|
softdepend: [ProtocolLib]
|
|
commands:
|
|
disguise:
|
|
aliases: [d, dis]
|
|
undisguise:
|
|
aliases: [undis]
|
|
disguiseplayer:
|
|
aliases: [dplayer, displayer]
|
|
undisguiseplayer:
|
|
aliases: [undisplayer] |