Add a command for loading missing default stargates #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As more default stargates may be added over time, it would be nice to be able to get the new stargates on demand. As some servers may remove default gate configurations and replace them with their own, it would not be such a good idea to overwrite them on every update. Instead, it would be better to add a command which would let an admin get missing default stargates from the .jar file.
Perhaps add two options:
overwrite
which would load all default stargates, overwriting existing ones, andmissing
which would load any missing default stargates from the .jar file.