Files
SG-Command/README.md
EpicKnarvik97 347a08c0e9 Adds an inefficient implementation of #1
Adds a technically working dial command whose tab completion is too horrendously slow to be usable
2022-05-31 03:32:58 +02:00

41 lines
1.2 KiB
Markdown

> Please visit [our discord](https://discord.gg/mTaHuK6BVa) for all updates and support!
# Description
Stargate-Command is an addon for Stargate which adds additional useful commands to the vanilla Stargate experience.
#### Features:
* The ability to edit the config file through commands, and automated reloading of changed values
* The ability to dial any Stargate accessible to the Player
## Dependencies
[The most recent version of Stargate (> 1.0.0.4)](https://www.spigotmc.org/resources/stargate.87978/)
# Permissions
### Nodes
```
stargate.command.config - Gives access to the `/sgc config` command
stargate.command.dial - Gives access to the `/sgc dial` command
```
# Changes
[Version 0.1.0]
- Full takeover removing old functionality, and, for now, replacing it with config editing
- Adds /sgc dial for dialing any wanted Stargate
[Version 0.0.4]
- Fix for Bukkit's direction fix
[Version 0.0.3]
- Added /sgc owner <player> command
- Now requires at least Stargate v0.7.8.0
[Version 0.0.2]
- Fix an issue with dialing on a specific network
- Change permission checks to use Stargate, this allows proper permission debugging
[Version 0.0.1]
- Initial Release