Skip to main content

A minecraft server manager

Project description

Downloads Python versions License Format

Tequila is a command-line Minecraft server manager written in python.

It does not aim to be a server wrapper, though it provides a simple one using GNU screen.

It provides some basic functions to create, deploy, and manage multiple servers on the same host.

Features

  • Plugins and server jars are pulled from maven repositories, and are managed as maven dependencies.

  • Everything is command-line (no GUI) and can be done over SSH.

  • Every server is highly configurable and automated.

  • Compatible with all kinds of servers (Bukkit, Vanilla, Spigot, …)

Installation

Prerequisites

From the source code

From an elevated shell, run pip install -e git+https://github.com/Snaipe/Tequila.git egg=tequila.

You may check if Tequila is installed by running tequila -h

Getting started

Make sure you have properly installed Tequila and all of its dependencies.

  1. Configure Tequila’s home directory The first thing you might want to change is the directory where Tequila will manage the servers. Tequila will try to read the value of the TEQUILA_HOME environment variable, and fallback to the value of default_home specified inside /etc/tequila/tequila.conf if the variable is not defined – this is why you might want to either set the variable in your shell startup file or in /etc/environment, or change the value of default_home.

  2. Create a server To create a server, simply enter tequila init [server name], then navigate to the newly created server directory. There, you will find 3 files:

    • application.opts: the executable jar parameters

    • jvm.opts: the Java Virtual Machine parameters

    • tequila.config: the server configuration

    The application.opts and jvm.opts can be tuned to fit your specifications. tequila.config is the configuration file where you will put the repositories, plugins, and server artifacts to use during production.

  3. Deploy the server Once done, deploy your server using tequila deploy [server name]. This will try to resolve, download, and copy all of the artifacts needed for your server.

  4. Start the server At that point, you are (almost) done. You may start your server with tequila start [server name], and configure your plugins.

This covers the basic use of Tequila.

For more information on all the available commands, run tequila -h, and tequila [command] -h.

Pulling plugins from http://dev.bukkit.org/

Tequila only pulls plugins from maven repositories, but since most (if not all) plugins come from BukkitDev, we made a nice tool called BlackDog.

BlackDog, more than being a nice cocktail made with tequila, is a web service that maps plugins from BukkitDev to a maven repository structure.

You can set it up somewhere and run it (be it locally or remotely), then add the proper repository inside the configuration file of your server(s):

```
[repositories]
...
blackdog: http://example.com:port/
```

… and then reference your plugins as normal maven artifacts:

```
[plugins]
...
plugin-a: local.blackdog:plugin-a:1.0.1
plugin-b: local.blackdog:plugin-b:2.3.6
...
```

You might notice that in this example, the group ids are set to local.blackdog – this is a consequence of BlackDog being ‘group-id agnostic’: since BukkitDev does not have any group id information, you can pretty much set the group id to the value you want, and BlackDog will respond accordingly.

There are no limitations on the group id you specify, but we advise you to use something unique such as local.blackdog to prevent the plugin from being pulled from something other than BukkitDev.

As a side note, all artifacts visible on the web service are releases and must be considered as such when entering the plugin version (i.e. don’t put ‘-SNAPSHOT’ at the end of the plugin version if you pull the plugin from BlackDog).

FAQ

Q: How can I access my server’s console ? A: If you left the wrapper-type option to ‘screen’, then Tequila will use Screen to manage the server, so for the moment you only need to attach to the associated screen. This may be done with the command screen -r tequila_<name>, where <name> is your server’s name. Otherwise, attach to your console using the method provided by your wrapper.

Q: Help, I attached to the console, but I can’t get out ! A: You need to detach from the screen by pressing “Ctrl-a, d”.

Q: I changed some settings in tequila.config, how do I update the server again ? A: First, make sure your server is stopped, then run again tequila deploy <name>.

Q: How do I get <Plugin X> ? A: See answer below.

Q: Most plugins are not on maven repositories, how do I get Tequila to download those ? A: Consider using Blackdog with tequila, or manually download all the needed non-maven dependencies with tequila download [url]. You could also set-up your own maven repository and put all the needed plugins in there.

Q: Why is Tequila missing <Insert feature name here> ? A: We gladly take suggestions on the issue management system, if you’d like to see a new feature on Tequila and you’re a developer, feel free to fork this repository and submit a pull request – see section Contributing to know how to get yours accepted.

Q: I have an issue / bug, what do I do ? A: Go to the issue management system, then search if the problem has already been documented. If not, feel free to open a new ticket.

Contributing

You need to observe the following rules for pull requests:

  • Your modifications must be working and tested.

  • Follow python’s official formatting rules and be consistent with the project style.

  • Squash your commits into one if you can.

  • If new files are added, please say so in the commit message, and add the license header.

  • Keep your commit messages simple and concise. Good commit messages start with a verb (‘Add’, ‘Fix’, …).

  • Your branch must be based off an up-to-date master, or at least must be able to be merged automatically.

  • Sign off your pull request message by appending ‘Signed-off-by: <name> <email>’ to the message.

By submitting a pull request you accept to license your code under the GNU Public License version 3.

Donating

If you like Tequila, consider buying me a beer !

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tequila-1.1.0.tar.gz (33.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

tequila-1.1.0.linux-x86_64.tar.gz (50.6 kB view details)

Uploaded Source

tequila-1.1.0-py3-none-any.whl (39.0 kB view details)

Uploaded Python 3

File details

Details for the file tequila-1.1.0.tar.gz.

File metadata

  • Download URL: tequila-1.1.0.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tequila-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c81fc9abde21f8d5f175f6f953ca2d060fc6b14718340cdc2a6bb820d78012f0
MD5 86abb25ba9baf20d4e78e1e61fe5f552
BLAKE2b-256 906ec60cb50c82eb9cf36215fa7dbaeb435c2c2dc4bc02a33d2fe742cfe8ebbe

See more details on using hashes here.

File details

Details for the file tequila-1.1.0.linux-x86_64.tar.gz.

File metadata

File hashes

Hashes for tequila-1.1.0.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 23b6c1b5a17365267f61cf9682ef1fb1701c5c28c53bc519d9ebd73a25dc437a
MD5 02a9ce39915d065b6ebb24b4d529265d
BLAKE2b-256 6667478c6d63d1f7d94e09acda4b46f719820d89a2bf609b061cc844459008d8

See more details on using hashes here.

File details

Details for the file tequila-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tequila-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 686bc654720697507d95fbc87863dbe5909cdffe94934712234cac6a98761107
MD5 a4d796d4c083246314eac630432e555e
BLAKE2b-256 9c4dfd0bc5f594e1a29bba8ad3e23e27e7dde707df16835d3b7d19ee673a5e29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page