java8-jdk-vanilla-values.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. minecraft:
  7. image_selector: j8_jdk_image
  8. eula: true
  9. version: 1.16.5
  10. type: VANILLA
  11. motd: A Minecraft Server
  12. difficulty: normal
  13. mode: survival
  14. server_name: Minecraft Server
  15. max_players: 10
  16. max_world_size: 10000
  17. allow_nether: true
  18. announce_player_achievements: true
  19. enable_command_block: true
  20. force_game_mode: false
  21. generate_structures: true
  22. hardcore: false
  23. max_build_height: 256
  24. spawn_animals: true
  25. spawn_monsters: true
  26. spawn_npcs: true
  27. spawn_protection: 16
  28. view_distance: 10
  29. pvp: true
  30. level_type: minecraft:default
  31. allow_flight: true
  32. online_mode: true
  33. max_tick_time: 60000
  34. enable_rcon: false
  35. rcon_password: ''
  36. seed: null
  37. ops: []
  38. whitelist: []
  39. additional_envs: []
  40. network:
  41. host_network: false
  42. server_port:
  43. bind_mode: published
  44. port_number: 8080
  45. rcon_port:
  46. bind_mode: published
  47. port_number: 25575
  48. additional_ports: []
  49. run_as:
  50. user: 568
  51. group: 568
  52. ix_volumes:
  53. data: /opt/tests/mnt/data
  54. storage:
  55. data:
  56. type: ix_volume
  57. ix_volume_config:
  58. dataset_name: data
  59. create_host_path: true
  60. additional_storage:
  61. - type: anonymous
  62. mount_path: /scratchpad
  63. volume_config:
  64. nocopy: true