Question about Bedrock Dedicated Servers
are behaviour packs and resource packs the same as plugins? I've seen people use scripts and add-ons and was curious, if anyone could elaborate and explain such concepts to me that would be amazing !
5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by chiampetitive#0
They are basically 3 levels of simplicity
datapacks essentially just run minecraft commands
skript itself is a plugin that creates its own pseudocode language so it can be easier to learn over java
and plugins are able to do everything skript can do, but more, and better, at the cost of being more complicated
resource packs are completely seperate and are typically just textures or models, and most dont include any code
datapacks and resource packs are vanilla and resource packs are only client side since a server doesnt need visuals anyways
ok how about behaviour packs
= datapacks
they're the same thing essentially
ok