Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x86-39/bukkit-whereis
Simple Unix-like whereis command that tells you what provides a command
https://github.com/x86-39/bukkit-whereis
bukkit minecraft minecraft-server spigot
Last synced: 3 months ago
JSON representation
Simple Unix-like whereis command that tells you what provides a command
- Host: GitHub
- URL: https://github.com/x86-39/bukkit-whereis
- Owner: x86-39
- License: mit
- Created: 2022-01-19T12:20:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T13:07:13.000Z (about 3 years ago)
- Last Synced: 2024-11-08T10:54:53.001Z (3 months ago)
- Topics: bukkit, minecraft, minecraft-server, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/whereis-easily-find-what-provides-a-command.99338/
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bukkit-whereis
## About
Simple Unix-like whereis command that tells you what provides a command. This plugin provides one simple `/whereis` command that obtains information about a command or alias.
For commands provided by a plugin, it will tell what plugin provides the command, and what the main command is. The main command can differ, for example `/gms` from Essentials actually points to `/gamemode`.
For aliases, it will show what the alias is set to, with all the commands if there are more than one.
For built-in server commands it will report it as a server command.## Usage
The command needs the `whereis.whereis` permission to be used, since this can reveal information about your server.
To use the command, just type `/whereis` followed by the command you want to get this info about.## Example
![Example](img/example.png)