What is OreHustle Challenge? The OreHustle Challenge is a thrilling competition designed to spur player engagement and competition by rewarding top performers with valuable prizes. Compete in a timed mining frenzy where players aim to gather the most ores while vying for leaderboard supremacy.
Each event spans %time%, keeping the thrill intact
Exclusive tracking of raw blocks mined for fairness
Real-time leaderboard updates every %time%
Varied rewards incentivizing participation for all levels of achievement
Plugin Goals: The OreHustle Challenge aims to elevate player engagement, drive activity during scheduled intervals, and enrich the overall player experience. By offering enticing rewards and fostering an exhilarating competitive environment, the event encourages active participation, cultivating a more vibrant and engaged player community.
Configurable Sections:
Customizable event duration
Adjustable reward structure
Showcase:
Code (YAML):
# Configuration file for OreHustle Challenge plugin
# List of ore types to be included in the event ore_types: - COAL_ORE
- IRON_ORE
- GOLD_ORE
- DIAMOND_ORE
# Scheduler settings scheduler:
leaderboard_update_interval: 5s
# Interval for updating the leaderboard event_spacing_interval: 1m
# Time between events event_duration: 1m
# Duration of each event max_daily_events: 3
# Maximum number of events per day
# Messages used in the plugin messages:
event_end: "&c&lOreHustle Challenge Ended! &7Next Event in &e{duration}" event_started: "&a&lOreHustle Challenge has already Started! &7Ending in &e{duration}" event_start: "&a&lOreHustle Challenge Started! &7Ending in &e{duration}" event_winners:
header: -
"&7Winners:" body: "&e&l{rank}. &6{winners} &7- &6{score} &7blocks" bottom: -
"&7&m------------------------" event_reward: "&a&lYou have received a valuable reward!"
# Configuration for rewards in OreHustle Challenge plugin
# Individual rewards for specific positions rewards:
1: # 1st place reward -
"give {player} diamond 1"# Gives 1 diamond to the player 2: # 2nd place reward -
"give {player} iron_ingot 1"# Gives 1 iron ingot to the player 3: # 3rd place reward -
"give {player} gold_ingot 1"# Gives 1 gold ingot to the player 4..50: # Rewards from 4th to 50th place -
"give {player} iron_ingot 1"# Gives 1 iron ingot to the player