Webserver

What is that?

The plugin utilizes multiple resource packs to display textures and fonts.
Consequently, players must apply these to their client. There are multiple options for doing so.
The following is a list of various methods with descriptions, setup instructions, and an overview of the advantages and disadvantages of each:

Methods

Internal

This is the default option, which is also the most straightforward.
It will serve the resourcepacks within the plugin and server itself.
You can enable it like this:

configuration.yml
webserver:
  enabled: true
  port: 5100

External

Comparison

MethodAdvantagesDisadvantages
Internal• Always up to date • Easy to setup• Requires port forwarding
External• If
mc-hostThis is your hosting provider, which provides you with access to your Minecraft server.
doesn’t offer extra port
• Webserver knowledge required
None