Project

Redlist

0.0
No commit activity in last 3 years
No release in over 3 years
A gem which adds a Minecraft player to a whitelist, useful for automated applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Redlist

A Rails app which appends to a Minecraft whitelist

Requires rcon to be enabled on the server.

Installation:

gem install redlist

Usage:

Add player to whitelist and reload:

Redlist.add('path-to-whitelist.json', 'username', 'rcon-password', 'rcon-ip' = "127.0.0.1", 'rcon-port' = "25575")

Just reload whitelist

Redlist.updateList('rcon-ip' = "127.0.0.1", 'rcon-port' = "25575")