You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
811 B

  1. * Usage
  2. #+begin_src yaml
  3. minecraft:
  4. options:
  5. type: paper ## legacy or paper
  6. version: 1.20.1-32
  7. threads: 8
  8. mem: 2048M
  9. properties:
  10. gamemode: survival
  11. view-distance: 16
  12. ops:
  13. foo:
  14. uuid: 7217ab76-1b23-4884-9072-d81f63ef6c23
  15. level: 4
  16. bypassesPlayerLimit: false
  17. whitelist:
  18. 7217ab76-1b23-4884-9072-d81f63ef6c23: foo
  19. 8481e720-33fa-48b2-a3be-610e81bae897: bar
  20. #+end_src
  21. * Version
  22. The version option provided should be:
  23. - For =type= ~paper~ any released version found on their website.
  24. - For =type= ~legacy~ (default value), should be one of the following
  25. version: ~1.6.2~, ~1.7.2~, ~1.7.9~, ~1.8.1~, ~1.8~, ~1.9.4~,
  26. ~1.10.2~, ~1.10~, ~1.11.2~, ~1.11~, ~1.12.1~, ~1.12.2~, ~1.12~,
  27. ~1.13.1~, ~1.13.2~, ~1.13~, ~1.19.4~, ~1.20.0~