Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/39software/bukkit-whereis
Simple Unix-like whereis command that tells you what provides a command
https://github.com/39software/bukkit-whereis
bukkit minecraft minecraft-server spigot
Last synced: 17 days ago
JSON representation
Simple Unix-like whereis command that tells you what provides a command
- Host: GitHub
- URL: https://github.com/39software/bukkit-whereis
- Owner: 39software
- 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: 2025-01-17T22:44:32.257Z (19 days 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)