55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br>
|
|
> THIS ADDON IS A **WORK IN PROGRESS**.<br>DO __**NOT**__ USE IT ON PRODUCTION INSTANCES<br><br>
|
|
> No stable releases are available at this time.<br>
|
|
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br>
|
|
|
|
|
|
> Please visit [our discord](https://discord.gg/mTaHuK6BVa) for all updates and support!
|
|
|
|
# Description
|
|
StargateCommand is an addon for Stargate that allows users to interact with Stargate with commands.
|
|
|
|
#### Features:
|
|
[Still being determined](https://github.com/stargate-rewritten/SG-Command/issues)
|
|
- sg dial
|
|
- Specifies your destination for networked gates.
|
|
- sg visualiser
|
|
- Maps a network in a text-based tree format or possibly a gui
|
|
- sg config
|
|
- Modify various config values in-game
|
|
- sg api
|
|
- Perform a function from the stargate API in-game.
|
|
|
|
## Dependencies
|
|
[The most recent version of Stargate](https://www.spigotmc.org/resources/stargate.87978/)
|
|
|
|
# Permissions
|
|
|
|
### Nodes
|
|
```
|
|
sg.command.node [NOT IMPLEMENTED
|
|
sg.command.node.subnode
|
|
```
|
|
### Defaults
|
|
```
|
|
sg.command.node -- OP
|
|
```
|
|
|
|
## Instructions
|
|
Not yet available.
|
|
|
|
## Configuration
|
|
Not yet available.
|
|
|
|
# Changes
|
|
[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
|