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
  • version <1.0.3 - Tutorial: (Blocks)
  • Tutorial: (Entity/npc/command)
  • Slime Hitbox (ADDED 1.0.3)

Was this helpful?

  1. WHEELS

Hitbox Setup (Interaction Blocks)

Lets talk about how to setup interactions hitbox for your wheel.

You can set Lever or Button as a interactable block

version <1.0.3 - Tutorial: (Blocks)

  1. Build barriers or any other transparent interactable structure around your wheel

  2. Run command: /fw interaction-edit <wheel>

  3. You will get to the editor of the wheel.

  4. (If you have already setuped some blocks) Green particles = already setuped block Yellow particles = block to add on interact Red particles = block to remove on interact Blue particles = box selection (advanced)

  5. Select blocks you want to set using suggestions in the chat.

  6. Then run command: /fw interaction-edit

  7. You are done! Now you can spin the wheel with interaction.

Tutorial: (Entity/npc/command)

  1. Select your dispatch provider (entity, npc, rotatinghead, executable block)

  2. Add command as a console sender to your provider: /fw force-interact <wheel> <player>

  3. You are done! Now you can spin the wheel with your provider.

Slime Hitbox (ADDED 1.0.3)

From now, every wheel have it's own hitboxes made of slime entites. This feature is automatically enabled on every new wheel created from plugin/command.

If you want enable/disable this feature or add it to the wheel from older versions use this line at the end of wheel yml file.

slime-hitbox: true/false

Slime Hitboxes can be combinated with interaction blocks

PreviousControlsNextRewards basics

Last updated 2 months ago

Was this helpful?

โš™๏ธ