µŋemojis 1.3.0-SNAPSHOT - [Self-host your resource pack]
+ Internal code refactor (more clean and elegant now) + Add support for resource pack self hosting (the plugin will open an HTTP server to serve resource packs), to use it, you must update to the latest configuration Example:
Code (YAML):
pack: # ...other settings... export: # mcpacks, localhost, file, folder type: 'localhost'
# Configuration for self hosting localhost: # Put your server's public IP address or let the plugin # detect it by using an external "what is my ip" service address: ''
port: 7270