Word Scrambler - Reward game icon

Word Scrambler - Reward game -----

A customizable plugin for a quick, fun chat game that rewards the fastest player.



[​IMG]
Word Scrambler
Is a fun chat game where every 15 minutes (customisable) a random word appear in chat and reward the fastest user to put it back !

[​IMG]

Happy player !
[​IMG]

Everything is customisable !

You can use any item in the plugin as rewards with in-game command :
Code (Text):
/wordrewardregister
and having in hands the item as reward.​


What's customisable in config.yml ?
  • The reward item
  • The word that will be scrambled
  • All the text
  • The plugin prefix
  • The time allowed to user to answer
  • The time between each event
  • Is it case sensitive?
  • Sound effect
  • Win title screen

Code (YAML):
[/B ]
# ###################################################################################
#  __          __           _    _____                          _     _             #
#  \ \        / /          | |  / ____|                        | |   | |            #
#   \ \  /\  / /__  _ __ __| | | (___   ___ _ __ __ _ _ __ ___ | |__ | | ___ _ __   #
#    \ \/  \/ / _ \| '__/ _` |  \___ \ / __| '__/ _` | '_ ` _ \| '_ \| |/ _ \ '__|  #
#     \  /\  / (_) | | | (_| |  ____) | (__| | | (_| | | | | | | |_) | |  __/ |     #
#      \/  \/ \___/|_|  \__,_| |_____/ \___|_|  \__,_|_| |_| |_|_.__/|_|\___|_|     #
# ###################################################################################
# Word Scrambler Plugin Configuration                                               #
# Developed by Pixeleur Game Studio - 2025                                          #
# Support: https://discord.com/invite/2pssCZR                                       #
# Tutorial: https://www.spigotmc.org/resources/word-scrambler-reward-game.118505/   #
# ###################################################################################

# ========================
#  Basic Settings
# ========================
# Plugin prefix used in chat messages
event_prefix
: '&c [WORD SCRAMBLERS ] '

# ========================
#  Event Configuration
# ========================
# Time settings (in minutes)
time_for_answering
: 2         # Duration players have to solve the puzzle
time_between_each_event
: 15   # Cooldown between consecutive games

# Case sensitivity settings
case_sensitive
: false         # true = Exact case match required
                              # false = "TEST", "Test", and "test" all accepted
                              # (For word "Test": 'test' & 'tESt' would work when false)

# ========================
#  Game Messages
# ========================
event_start_message
: '&eFirst to find the word ''&a %scrambledword%''&e, will win the game.'
event_end_win
: '&a %player%&e found the word &2%unscrambledword%&e in &a%time%&e!'
event_end_nobody
: '&eNobody found the word. It was : ''&a %unscrambledword%&e'''

# ========================
#  Sound Effects
# ========================
# Valid sound names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
# Set to 'NONE' to disable any sound
win_sound
: ENTITY_FIREWORK_ROCKET_LARGE_BLAST       # Played to winner
event_start_sound
: ENTITY_FIREWORK_ROCKET_LAUNCH     # Game start sound
event_end_win_sound
: ENTITY_FIREWORK_ROCKET_TWINKLE # Win celebration
event_end_nobody_sound
: BLOCK_NOTE_BLOCK_BASS       # Played when nobody wins

# ========================
#  Victory Title Settings
# ========================
# Title display timings are in ticks (20 ticks = 1 second)
win_title_main
: '&6&lVICTORY!'         # Main title text
win_title_sub
: '&b %unscrambledword% &ffound in &e%time%'  # Subtitle text
win_title_fade_in
: 15     # Fade-in duration (0.75 seconds)
win_title_stay
: 60       # Display duration (3 seconds)
win_title_fade_out
: 20   # Fade-out duration (1 second)

# ========================
#  Reward Configuration
# ========================
event_rewards_count
: 5           # Number of items to give as reward
event_reward_material
: IRON_INGOT   # Material type for reward

# NBT data for custom items (Base64 encoded serialized ItemStack)
# WARNING: Modify only if you understand Bukkit NBT encoding!
# NOTE: this is auto generated when using the /wordrewardregister
event_reward_nbt
: "rO0ABXNyABpvcmcuYnVra2l0LnV0aWwuaW8uV3JhcHBlcvJQR+zxEm8FAgABTAADbWFwdAAPTGph\r\
  \ndmEvdXRpbC9NYXA7eHBzcgA1Y29tLmdvb2dsZS5jb21tb24uY29sbGVjdC5JbW11dGFibGVNYXAk\r\
  \nU2VyaWFsaXplZEZvcm0AAAAAAAAAAAIAAkwABGtleXN0ABJMamF2YS9sYW5nL09iamVjdDtMAAZ2\r\
  \nYWx1ZXNxAH4ABHhwdXIAE1tMamF2YS5sYW5nLk9iamVjdDuQzlifEHMpbAIAAHhwAAAAA3QAAj09\r\
  \ndAABdnQABHR5cGV1cQB+AAYAAAADdAAeb3JnLmJ1a2tpdC5pbnZlbnRvcnkuSXRlbVN0YWNrc3IA\r\
  \nEWphdmEubGFuZy5JbnRlZ2VyEuKgpPeBhzgCAAFJAAV2YWx1ZXhyABBqYXZhLmxhbmcuTnVtYmVy\r\
  \nhqyVHQuU4IsCAAB4cAAADv90AApJUk9OX0lOR09U\r\n"


# ========================
#  Word Bank
# ========================
# Add/remove words below (avoid special characters)
# TIP: Keep words between 4-15 characters for best gameplay
Words
:
 - Pixeleur
  - Minecraft
  - Java
  - Spigot
  # Fun example of long word (45 letters)
  - Pneumonoultramicroscopicsilicovolcanoconiosis
[B ]

Resource Information
Author:
----------
Total Downloads: 215
First Release: Jul 30, 2024
Last Update: Feb 23, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings