-
-
Notifications
You must be signed in to change notification settings - Fork 206
Server Start Script Generator #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MiniDigger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a copy to clipboard button would be cool
maybe copy by clicking the script box? |
|
Yeah I think you could get away with putting a copy to clipboard symbol somewhere around there and just making all of it clickable |
|
There should probably also be some error handling in the file name box so you don't end up nothing there? |
Maybe just keep |
The |
|
|
||
| const FLAGS: { [key: string]: FlagType } = { | ||
| AIKARS: { | ||
| label: 'Aikar\'s', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hate how inconsistent the usage of " and ' is in this file, do we have editor config or eslint or prettier or whatever to enforce one? lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, yeah. I've changed this file for now. In the future id like to have some sort of formatting checker and also a British checker for me :P
Adds a script generator for starting your server.
closes #260