1
IS THIS PLUGIN POSSIBLE TO CREATE?!
Hello,
I just wanted to ask if it is possible to make a plugin that can change textures.
Of course you would need to have either multiple texture packs, or multiple textures for each item and block in one texture pack.
The basic idea was to create a plugin for a server, so that the admin can type in a command that will automatically make all the other players texture packs (if they are using the same texture pack that is linked to the plugin) changing some designated textures like for example the leave textures. Then everybodys texture pack would call for the alternative textures for leaves (autumn leaves, winter leaves etc.).
I hope I explained it so that everybody can understand that... but is this possible in mc?
I just wanted to ask if it is possible to make a plugin that can change textures.
Of course you would need to have either multiple texture packs, or multiple textures for each item and block in one texture pack.
The basic idea was to create a plugin for a server, so that the admin can type in a command that will automatically make all the other players texture packs (if they are using the same texture pack that is linked to the plugin) changing some designated textures like for example the leave textures. Then everybodys texture pack would call for the alternative textures for leaves (autumn leaves, winter leaves etc.).
I hope I explained it so that everybody can understand that... but is this possible in mc?
2
You could link that API to a command, or you could add this little extra:-
A command in which you can replace a texture with an image url. For example:
/texture replace LEAVES url.com/leaves.png
and that would download the file and add it to the zip file, then re-force the texture pack. That way you could build a collection of items on the server, and have a central point to download and modify it ingame.
A command in which you can replace a texture with an image url. For example:
/texture replace LEAVES url.com/leaves.png
and that would download the file and add it to the zip file, then re-force the texture pack. That way you could build a collection of items on the server, and have a central point to download and modify it ingame.
You should take a look at plugins that force resource packs such as:
https://www.spigotmc.org/resources/forceresourcepack.6097/
https://www.spigotmc.org/resources/forceresourcepack-1-7-1-8-1-9.7934/
https://www.spigotmc.org/resources/resource-pack-downloader.6262/
https://www.spigotmc.org/resources/forceresourcepack.6097/
https://www.spigotmc.org/resources/forceresourcepack-1-7-1-8-1-9.7934/
https://www.spigotmc.org/resources/resource-pack-downloader.6262/
