Packs actions
Currently there is very powerful feature in the plugin that applies actions on events that occur when user uses world pack. Please let it possible to assign actions to packs: ``` packs: lobby: url: http://example.com/pack.zip hash: 41ad4f9eee0163881a1219c72daa2bd9eb9afa27 format: 9 actions: loaded: send: mods declined: message: '&cYou need to accept resourcepack.' ``` <br> • Packs actions should fire every time pack is applied, regardless how it was applied: /usepack command or default world pack. • If server administrator has pack action and server/world actions set, then I assume that world/server pack is some welcome message, then server/world actions should be invoken first, then pack actions. • If server administrator want the same pack to behave differently on different servers, then he should create two packs with the same url and link them to different worlds <br> I'll use pack actions to send users to different servers on my bungeecord network based on pack that user applied.
issue