Skip to main content

Resource Pack Hosting

TextEffect generates a resource pack ZIP with:

/texteffect zip

The generated file is:

plugins/TextEffect/generated/TextEffect-Pack.zip

Minecraft needs a direct download URL to this ZIP file.

Correct

https://yourdomain.com/TextEffect-Pack.zip

Avoid

File-sharing preview pages do not work correctly:

Google Drive preview links
Dropbox page links
MediaFire page links

send-on-join

Enable automatic sending in settings.yml:

resource-pack:
send-on-join: true
send-delay-ticks: 40
resource-pack-url: "https://yourdomain.com/TextEffect-Pack.zip"
required: false

Status tracking

Resource pack status tracking is disabled by default. Enable it only if you want players or console to receive accepted/downloaded/failed status feedback.

resource-pack:
status-tracking:
enabled: true
log-to-console: true
notify-player: true