Fortune Wheel - Wiki page
  • ๐Ÿ‘‹Welcome
  • SETUP
    • ๐Ÿ“ฉFirst run (installation)
    • ๐Ÿ“”config.yml
    • ๐Ÿ“–Pack generator usage
  • WHEELS
    • ๐ŸคนBasics
    • ๐Ÿ“ŠControls
    • โš™๏ธHitbox Setup (Interaction Blocks)
  • REWARDS
    • โšพRewards basics
    • ๐ŸŽฐActions
Powered by GitBook
On this page
  • Textures system
  • Using generated models

Was this helpful?

  1. SETUP

Pack generator usage

Previousconfig.ymlNextBasics

Last updated 1 year ago

Was this helpful?

If you want to setup the resource pack provider, you have to go to first.

Now you have to learn how to add and work with textures and models. Models are generated automatically by the system, so you only have to create your own texture/buy from us premade texture and upload it correctly. Then your model will be generated with reload of the plugin.

Textures system

All textures are uploaded in specific folders with path:

plugins/FortuneWheels/images/<section>/<model-id>/<texture>.png

Section is specified by the plugin, so here we only use "wheels" folder

Model id can be specified by you, but can't contain any spaces or unsupported characters

Textures are named in specific format. If you have only one texture, the name will be "texture.png" every time If you have more textures, you start with "texture.png" as first and then go in format "texture<number>.png" (example: texture2.png, texture3.png)

Using generated models

Now you have your model and you want to use it for example as a wheel design

Here, we will only show you correct format for path, but every section will told you where to put it.

Format is every time: "<section>/<model-id>"

๐Ÿ“–
this article