đŸ“ĨSelf hosting

Video tutorial

Info about self-hosting

With ItemsAdder you can host the resourcepack directly on your server! No need to pay for a website host and no need to upload the pack every time you make a change!

What is the difference between self-host and the other methods?

Difference is that with self-host you can download the pack directly from your server without having to upload it to a website each time you make a small change.

self-host is really useful when you are configuring the resourcepack on your test server on your PC. Because you just have to use command /iazip and you'll see changes applied ingame almost instantly.

⚡Tips for fastest usage

How can I configure the self host?

  • Check in your hosting service panel if you can get an additional port, if not please ask hosting service support to provide your one.

For example on Pterodactyl:

  • after you obtained a new port you can open config.yml and set like this:

  self-host:
    enabled: true
    server-ip: '127.0.0.1'
    pack-port: 8163
  • you have to replace 127.0.0.1 with your server IP

  • and replace 8163 with the new port you obtained.

For example if my ip is 123.456.789.0 and my additional port is 8163I will set it like this:

  self-host:
    enabled: true
    server-ip: '123.456.789.0'
    pack-port: 8163

127.0.0.1 means "this pc". So if you are testing the plugin on your PC you can leave default config so plugin will look for the resourcepack zip directly in your PC.

Last step

After you configured the config.yml file you just have to run /iazip command to refresh the zip file and start the hosting.

Continue installation if you need

⚙ī¸First install

Last updated

Was this helpful?