Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
/ MoarSMS Public archive

Fortumo PSMS API handler for Bukkit

License

Notifications You must be signed in to change notification settings

mikroskeem/MoarSMS

Repository files navigation

MoarSMS

NOT MAINTAINED ANYMORE

Fortumo PSMS API handler for Bukkit

Requirements

  • CraftBukkit/Spigot 1.11.2+ (Paper is preferred)
  • One free port for HTTP requests. Preferably hide it behind reverse proxy with HTTPS (for example nginx)

Building

Invoke ./gradlew build and grab jar from build/libs/

Configuration

I made it easy enough to use. If you can't figure out how to use it, then you are on your own :^)

Reverse proxy

nginx example:

location / {
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Nginx-Proxy "true"
    proxy_pass http://<server-ip>:<port>;
    proxy_redirect off;
    proxy_http_version 1.1;
}

License

MIT

Releases

No releases published

Packages

No packages published