Starter Guide

Plugin will generate the following folders after it is loaded.

  • ui: Save your spin UI configurations.

  • data: Save plugin data.

  • pack: Save the resource pack that automatically generated by the plugin.

  • texture: Save your frame textures and icon textures.

If you just want use the default frame and icon texture, you don't need care about the pack and texture folder.

Custom frame and icon texture:

If you want to use custom frame and icon texture texture, please note:

  • If your server don't have resource pack yet, just zip your pack folder and ask your players install it in their Minecraft client.

  • If your server use other resource pack plugin, you need merge these two resource packs first.

  • Since plugin has added auto-copy-resourcepack option, you can now just write correct resource pack path there and don't need do anything!

How to install resource pack?

First, you have to answer me a question: Are you using resource pack plugins like ItemsAdder or Oraxen?

If no, you must install the resource pack at Minecraft client.

  • Open the game.

  • At main menu, click Options... button.

  • At options menu, click Resource Packs... button.

  • Zip plugin's /pack/ folder, then drag and drop it to this window.

  • Click the new resource pack to add it to game.

  • All is done, join your server and now you will see custom card textures!

If yes, you have to merge the two resource pack. For ItemsAdder and Oraxen plugin, we have auto merge feature. (Require enable auto-copy-resourcepack.enabled option in config.yml and set correct value at auto-copy-resourcepack config section)

  • We use Black_dye as material, if your other resource pack plugin does not use it as material, you just need copy and paste FlipCard's resource pack to the other plugin's resource pack.

  • If your other resource pack plugin use it Black_dye as material, you have to merge the two resource pack. This is a little complex, maybe this site can help you. What's more, you can also contact our staff to help you merge!

  • SpinToWin does not send the resource pack to players, so you need use the other resource pack plugin to send the merged resource pack to players.

Last updated