Skip to content
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

Add a method to prevent the creation of the paper.yml-README.txt file. #8332

Closed
RealTriassic opened this issue Aug 27, 2022 · 5 comments · Fixed by #8334
Closed

Add a method to prevent the creation of the paper.yml-README.txt file. #8332

RealTriassic opened this issue Aug 27, 2022 · 5 comments · Fixed by #8334
Labels
status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: feature Request for a new Feature.

Comments

@RealTriassic
Copy link

Is your feature request related to a problem?

Currently, this file is created in your server's files even if you have fully acknowledged the location of the new configuration files. This is really annoying, especially if you are looking to keep your server files clean.

Describe the solution you'd like.

Possibly allow users to add a Java flag to their servers to prevent the creation of this file, or, even better, only generate the paper.yml-README.txt file once and then once it is deleted by the user, do not re-generate it anymore.

Describe alternatives you've considered.

I have tried opening a feature request on Purpur's GitHub repository about this, but ended up realizing that this should be brought up to Paper directly.

Other

No response

@RealTriassic RealTriassic added status: needs triage type: feature Request for a new Feature. labels Aug 27, 2022
@electronicboy
Copy link
Member

I mean, theres no real way to check if a file was created or not, I guess we could maaaybe move it to around where the config folder itself is created, will probably miss a few people, but, god knows

@RealTriassic
Copy link
Author

Maybe have a configuration option in paper-global.yml that when set to true prevents the creation of the file? Not sure if adding a whole new configuration option to paper-global.yml just for this is a good idea, but it would work as a solution.

@Brokkonaut
Copy link
Contributor

Maybe only create it when config/paper-global.yml did not exist on server start. So it will be created only once but if you delete it it will not be recreated.

@Lulu13022002
Copy link
Contributor

Yes i prefer that, Brokkonaut, a config option doesn't make sense, generally a config option is to tweak things but here people will just turn on/off one time and never change that option again later. It's not like one day you wake up and say hum this file has really miss me...

@Insprill
Copy link

Insprill commented Sep 2, 2022

#8334 should resolve this.

@Chew Chew added status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. and removed status: needs triage labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: feature Request for a new Feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants