Skip to content

Commit 8a4faec

Browse files
committed
Document Spigot support
1 parent 9aed4e7 commit 8a4faec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ansible-minecraft changelog
44
Unreleased
55
----------
66

7+
Added
8+
~~~~~
9+
10+
- (`#7 <https://github.com/benwebber/ansible-minecraft/issues/7>`__) Support `Spigot <https://www.spigotmc.org/>`__.
11+
712
Deprecated
813
~~~~~~~~~~
914

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ansible-minecraft
33

44
|Build Status|
55

6-
This role installs vanilla `Minecraft <https://minecraft.net/>`__ and configures it to run under `systemd <https://wiki.freedesktop.org/www/Software/systemd/>`__ or `Supervisor <http://supervisord.org/>`__.
6+
This role installs `Minecraft <https://minecraft.net/>`__ or `Spigot <https://www.spigotmc.org/>__` and configures it to run under `systemd <https://wiki.freedesktop.org/www/Software/systemd/>`__ or `Supervisor <http://supervisord.org/>`__.
77

88
**If you're viewing this at https://github.com/benwebber/ansible-minecraft/, you're reading the documentation for the master branch. `View documentation for the latest release (3.0.0). <https://github.com/benwebber/ansible-minecraft/tree/v3.0.0#ansible-minecraft>`__**
99

@@ -16,6 +16,7 @@ Requirements
1616
Features
1717
--------
1818

19+
- supports `vanilla Minecraft <https://minecraft.net>__` and `Spigot <https://spigotmc.org/>__`
1920
- supports Debian 8, Ubuntu 14.04, Ubuntu 16.04, and RHEL/CentOS 7
2021
- supports different process supervisors on different platforms
2122

@@ -110,6 +111,9 @@ The following variable defaults are defined in ``defaults/main.yml``.
110111
``minecraft_server_properties``
111112
dictionary of server.properties entries (e.g. ``server-port: 25565``) to set (default: ``{}``)
112113

114+
``minecraft_server``
115+
choose between ``minecraft`` or ``spigot`` (default: ``minecraft``)
116+
113117
Hooks and run stages
114118
--------------------
115119

0 commit comments

Comments
 (0)