Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1002 Bytes

Discord

ShuffleWord

Simple plugin to earn rewards for the first player who finds the random word.

How to use

Set up the words that have to be in the game in config.yml

Video

Alt text

Config

# Time between 2 events in seconds
timer: 60
# Rewards commands
rewards:
  - "give {player} 1 64"
# Message broadcasted
broadcast: "§6§l[§f!!!§6]§r Be the first to find the matching word to win §664 stone §f! Word: §6{word} §f!"
broadcast_win: "§6§l[§f!!!§6]§r The player §6{player} §fwas the first to find the word §6{word} §f!"
words:
  - "minecraft"
  - "pocketmine"
  - "microsoft"