Skip to content
#

java-edition

Here are 38 public repositories matching this topic...

Sh-wayz
Sh-wayz commented Mar 17, 2021

Feature

  • Config should be sorted by category(rcon, query, world, etc)->alphabetically, with comments describing each section. Comment can be achieved with ruamel.yaml

Reason

  • The config should be mainly self-explanatory to new users. This also stops noob devs like me from spamming petus for help quite as often.
Enhancement Good First Issue
Konicai
Konicai commented Apr 28, 2022

What feature do you want to see added?

Check for updates on startup either by comparing the local version to one of

  1. latest version on SpigotMC
  2. latest GitHub tag/release
  3. latest successful build number on Jenkins

1 and 2 will result in less frequent messages, but each being more important.
3 could also compare the file hash.

A good implementation might be doing version check

enhancement good first issue priority: low

Improve this page

Add a description, image, and links to the java-edition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-edition topic, visit your repo's landing page and select "manage topics."

Learn more