Перейти к содержимому
Mineforgian

Dynamic RP

A Plugin designed to make Dynamic Resource Packs easy

Загрузки
630
Подписчики
2
Обновлён
20 ноября 2025 г.
Лицензия
MIT

Опубликован 20 января 2025 г.

Not Maintained Modrinth Version

📖 What's this Plugin?

This Plugin helps with multiple resource packs on servers, allowing all the different plugins to contribute their assets, which will be packed into one.

✅ Features:

  • Dynamic/Merged Resource Packs
  • Player Resources
    • Player Texture dynamicrp:textures/item/skin.png
    • Player Arm Models dynamicrp:models/item/<leftarm/rightarm>

📖 Usage for Plugin Developers

Using this plugin is rather simple

You'll have to create an assets folder in your plugin like this:

- src/main
  - java
  - resources
    - paper-plugin.yml
    - assets

Use it just as you would with a resource pack. If multiple resource packs overwrite assets, they will do so in the plugins' load order

You can optionally use ZipPackEvent to add assets, though I don’t recommend it.

For player limbs, it's better to use shaders instead! ;3

📖 Usage for Server Admins

Install this plugin on your server and configure it by updating the webserver port in the config to an unused one. You can ignore this if your Server is an Exposed Host — it'll choose a random one

You can also use the override folder in this plugin's Folder to replace/add assets. Place Resource Packs there.

If you use a Velocity Proxy, you may leave all ports on or 0 for subservers on the same local network.

📖 Reload

PaperMC

Run /drp zip to zip all packs.
/drp reload reloads the config

Velocity

/drp-velocity reload reloads the Web Server

  • requires permission drp.velocity.reload or the console

Ченджлог

Velocity-1.3Релиз1.21.8, 1.21.9, 1.21.10 · 20 ноября 2025 г.

No longer requires packetevents, saving alot of disk space and computation
Now has an externalAddress field in the config replacing hostName which now actually does what it should

1.4.1+1.21.9Релиз1.21.9, 1.21.10 · 4 октября 2025 г.
1.4.1+1.21.4Релиз1.21.6, 1.21.7, 1.21.8 · 25 сентября 2025 г.
  • Fixed Resource Pack failing to Load
  • Added /drp reload
https://github.com/CJDevZ/DynamicRP/commit/91822bbb8f30150d8a576479f2b1cb673e4849e4
1.4+1.21.4Релиз1.21.6, 1.21.7, 1.21.8 · 23 сентября 2025 г.
1.3.2Релиз1.21.6, 1.21.7, 1.21.8 · 12 июля 2025 г.

Fixed critical IndexOutOfBounds

1.3.1Релиз1.21.6, 1.21.7, 1.21.8 · 26 июня 2025 г.

Added Support for overlays by adding a pack.mcmeta file, useful for multiversion packs

Velocity-1.2.1Релиз1.21.8, 1.21.9, 1.21.10 · 31 мая 2025 г.

drp-velocity reload also reloads the config now

Velocity-1.2Релиз1.21.6, 1.21.7, 1.21.8 · 28 апреля 2025 г.
  • Added /drp-velocity reload to restart the Web Server
    • requires permission drp.velocity.reload or the console

Комментарии

Загружаем…