Virenbar-Archive / DynmapToDiscord-LUA

Relays Dynmap chat to Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynmapToDiscord

Installation (CentOS)

  1. Install lua
yum install gcc gcc-c++ kernel-devel
yum install readline-dev
curl -R -O http://www.lua.org/ftp/lua-5.3.4.tar.gz
tar zxf lua-5.3.4.tar.gz
cd lua-5.3.4
make linux test
sudo make install
  1. Install luarocks and rocks
wget http://luarocks.org/releases/luarocks-2.0.6.tar.gz     
tar zxvf luarocks-2.0.6.tar.gz                                              
cd luarocks-2.0.6                                                                
./configure                                                                           
make                                                                                   
sudo make install
luarocks --local install luasocket
yum install openssl-devel
luarocks --local install luasec
  1. Run Webhook.lua
lua Webhook.lua

About

Relays Dynmap chat to Discord

License:MIT License


Languages

Language:Lua 100.0%