Command Suggester is an open source plugin for Velocity that allows you to hide commands from players basing on permissions.
This plugin works on 1.13+
servers with Velocity
proxy software, Java 17
and vPacketEvents (v1.1.0+)
plugin.
If you need support contact us on our Discord server or visit our Documentation page. If you want to contribute this repository please read CONTRIBUTING file.
Plugin configuration files using YAML format. Configuration files is described bellow.
File: config.yml
#
# --------------------------------------------------------------------------
# INFORMATION
# ---------------------------------------------------------------------------
#
# This is configuration file for Command Suggester plugin, if you found
# any issue contact with us through Discord or create issue on GitHub. If
# you need help with configuration visit https://mrstudios.pl/documentation.
#
# ---------------------------------------------------------------------------
# GENERAL
# ---------------------------------------------------------------------------
# A map that contains information about what commands should be available for
# a given permission.
command-suggesting-map:
mrstudios.suggester.default:
- msg
- friend
- party
mrstudios.suggester.admin:
- ban
- mute
- kick
# ---------------------------------------------------------------------------
# MESSAGES
# ---------------------------------------------------------------------------
can-not-use-that-command-message: '<red>You can't use that command because you dont have permissions.'
If you want to sponsor this project you can do it by clicking Sponsor
button. You can also support us by clicking on the star button on the top of this page.
Libraries that is used in this project, most of them are open source libraries.
- LiteCommands by Rollczi
- Java Annotations by JetBrains
- okaeri-configs by Okaeri
- java-commons by MrStudios Industries