Randomchallenge - Random Challenges for Your Server
The Randomchallenge plugin is designed to increase player engagement on your Minecraft server. It automatically launches random challenges in chat, inviting participants to complete various tasks within a limited time.
Key Features
Easy to Use - intuitive setup and management
Flexible Challenge System - 11 different types of tasks:
- Item consumption (consume)
- Block mining (blockbreak)
- Item dropping (dropitem)
- Fishing (fish)
- Item crafting (craft)
- Smelting in furnace (forge)
- Mob killing (kill)
- Trivia questions (trivia)
- Mini-challenges (mini)
- Taking damage (damage)
- Block placing (blockplace)
Full Customization - ability to add custom challenges and configure existing ones
Popular Plugin Support - compatibility with Oraxen and ItemAdder
Various Notifications - chat messages and screen titles
Permission System - flexible access management for different player groups
Installation and Setup
- Download the plugin from the official source
- Place the files in your server's 'plugins' folder
- Restart the server to activate the plugin
- Configure permissions for players according to your preferences
Permission System
rc.player- allows players to participate in challengesrc.bossbar- displays progress indicatorrc.admin- access to administrator commands
Management Commands
/randomchallenge reloador/rc reload- reload configuration/rc statsor/rc stats <player>- view statistics/rc start- start challenge cycle/rc stop- stop challenges/rc run <type>/random- launch specific challenge
Placeholders
%randomchallenge_total%- player's total wins%randomchallenge_bossbar%- progress bar message
Default Configuration
# Time in seconds
startdelay: 30
# Interval between challenges
interval: 900
# Time to complete
wait: 300
# Minimum number of players
playercount: 5
# Timer settings
actiontimer:
enable: false
inbossmessage: false
message: '&2Timer: &e%timer% &2sec left'
# Progress bar display
bossbar: true
# Available worlds
worlds:
- 'world'
- 'world_nether'
- 'world_the_end'
# Top players ranking
top:
enable: true
message: '&6Top Challengers in %type% Challenge'
rank: 3
# Messages
message:
title: '&2&lYou Won'
# Active challenges
challenges:
- consume
- blockbreak
- blockplace
- dropitem
- fish
- craft
- forge
- kill
- trivia
- mini
- damage
Each challenge type has its own settings for items, rewards, and messages, allowing you to fully adapt the plugin to your server's specific needs.