- BETA testing of FortuneWheel is over. All core things are currently implemented. You can still post your ideas for new updates on our discord server :wink:
- New reworked packet engine.
- Finally fixed FortuneWheel on 1.21.1 version (1.21 not tested).
TESTED ON PURPUR 1.21.1 - You need latest build of your fork and ProtocolLib. Any new issues are on your fork side.
- New Digital tickets support (For now only works with mysql. You can find mysql settings in config.yml)
Command to give digital tickets is
/fw digital-ticket-give <player> <id> [amount] [silent]
Digital tickets can be combined with physical ones, so you can use both at once + you can combine that with multi-ticket wheel support.
- New feature! You can now create reward specific win animations! Simply add this to your animation:
Code (YAML):
animation-name
:
... animation data
# Mode allows you to create reward specified animations
mode
: REWARD_SPECIFIED
allowed-rewards
:
- '1'
# reward id
- New feature! Now you can setup time of reward announce time after wheel stops. Just add this to your wheel config:
Code (YAML):
control
:
# Time in ticks of reward announce after wheel stops
reward-announce-time
: 80
- New feature! Allow one ticket to be used on multiple wheels.
Code (YAML):
multiple-wheel-ticket:
use
: false
wheels
:
-
"example"
-
"example2"