Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| Version 1.1 release | 4.05 MB | Jan 8, 2023 | 1.19.2 | 6 | Download |
| Version 1.0.12 release | 4.03 MB | Aug 24, 2022 | 1.19.1 | 21 | Download |
| Version 1.0.11 release | 4.03 MB | Aug 1, 2022 | 1.19.1 | 18 | Download |
| Version 1.0.10 release | 4.03 MB | Jul 13, 2022 | 1.19 | 14 | Download |
| Version 1.0.9 release | 4.03 MB | Jul 2, 2022 | 1.19 | 13 | Download |
| Version 1.0.8 release | 4.03 MB | Jun 20, 2022 | 1.19 | 20 | Download |
| Version 1.0.7 release | 4.02 MB | Jun 18, 2022 | 1.19 | 14 | Download |
Screenshots
Description
Vanilla Challenges 1.0.8

It’s a plugin that allows you to manage daily challenges to promote competition within the server!
Designed for a Vanilla but usable in all modalities (Prison, Factions, Vanilla, Survival, Towny…), it is also configurable in many ways such as the points to give, the boost if you want more competitive and the give points at every minutes online for improve the loyalty of online players.
⚡️Features⚡️
⊱ Possibility to set infinity Challenges with a creation of a File in the correct Folder
⊱ Possibility to reset points at every challenge or accumulate points
⊱ Possibility to give points if player is online
⊱ Possibility to set Brodcast Message
⊱ Possibility to view top in times or yesterday
⊱ Possibility to use PlaceholderAPI
⊱ Possibility to select Db you want use
⊱ Possibility to configure all messages
⊱ No Dependency
⊱ RGB Support for messages
⊱ Possibility to generate random Challenges order
⊱ Possibility to set boost global with points
⊱ Possibility to set boost for single player with points
⚡️Commands⚡️
⊱ vc <help> for list of help commands
⊱ vc <reload> for reload plugin configurations
⊱ vc <next> for go to next challenge
⊱ vc <top> for see the top daily/yesterday
⊱ vc <points> for see your points
⊱ vc <points> <playerName> for see points of another player
⊱ vc <clear> for clear all Challenges and Points
⊱ vc <challenge> for see the current daily challenge
⊱ vc <add> <playerName> <points> for add points at player (Console Only)
⊱ vc <remove> <playerName> <points> for remove points at player (Console Only)

⚡️Permissions⚡️
⊱ vc.reload.command
⊱ vc.help.command
⊱ vc.next.command
⊱ vc.top.command
⊱ vc.points.command
⊱ vc.points.player.command
⊱ vc.clear.command
⊱ vc.challenge.command
⚡️Placeholder⚡️
⊱ %vanillachallenges_points%
⊱ %vanillachallenges_dailychallenge_name%
⊱ %vanillachallenges_dailychallenge_time%
⊱ %vanillachallenges_dailychallenge_top_name_#% # = number
⊱ %vanillachallenges_dailychallenge_top_points_#% # = number
⊱ %vanillachallenges_dailychallenge_boost_multiplier%
⊱ %vanillachallenges_dailychallenge_boost_points_remain%
⊱ %vanillachallenges_dailychallenge_boost_multiplier_single_player%
⊱ %vanillachallenges_dailychallenge_boost_points_remain_single_player%
⚡️Config⚡️
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# Vanilla Challenges #
# Created by eliotesta98 #
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Configuration:
#If you want random generation of Challenges
RandomChallengeGeneration: false
# If you want reset the player points at the end of every challenge
ResetPointsAtNewChallenge: false
# Chest for ItemCollectionChallenge
CollectionChallengeItem:
Type: CHEST
Name: “&7Chest Collector”
Lore:
– “&7Place this chest and use it for collect items”
# Points if remain online for x minutes
OnlinePoints:
# If You want this feature
Enabled: false
# Point at minutes
Point: 10
# Every time you want player remain online for give points
Minutes: 10
BroadcastMessage:
# time in minutes 0 to disabled
TimeTitleChallenges: 10
Top:
# if you want yesterday top with broadcast and commands
YesterdayTop: false
Hooks:
PlaceholderAPI: false
# If you want use H2 or .yml file for data storage
Database:
H2: true
Yaml: false
Backup:
Enabled: true
NumberOfFilesInFolder: 4
# Messages
Message:
commandFooter: ‘&7(&7&l(&c&l!&7&l)&7) &9[] optional value, <> required’
commandVcReloadHelp: ‘ &e/vc &6<reload> &7command reload Plugin’
commandVcHelpHelp: ‘ &e/vc &6<help> &7command help for VanillaChallenge Plugin’
commandVcNextHelp: ‘ &e/vc &6<next> &7go to the next challenge’
commandVcTopHelp: ‘ &e/vc &6<top> &7for see the top 3’
commandVcPointsHelp: ‘ &e/vc &6<points> [playerName] &7for see your points or points of another player’
commandVcClear: ‘ &e/vc &6<clear> &7for clear all Challenges and player Points’
commandVcChallenge: ‘ &e/vc &6<challenge> &7for see the daily challenge selected and time resume’
commandVcEconomyChallenge: ‘ &e/vc &6<add|remove> <playername> <points> &7for add or remove points of a player’
errorYouAreNotAPlayer: ‘&cYou are not a player’
errorCommandNotFound: ‘&cCommand not found’
errorNoPerms: ‘&cInsufficient permission’
errorAlreadyPlacedChest: ‘&cHEY! &7You already placed a chest for Collection Item Challenge’
pointsInfo: ‘&e{player} &7have &b{number}&7 points’
actuallyInTop: ‘&7Actually in top there are:’
topPlayers:
– ‘&6{number}° &e{player}&7 with &b{points}&7 points’
– ‘&7{number}° &e{player}&7 with &b{points}&7 points’
– ‘&8{number}° &e{player}&7 with &b{points}&7 points’
pointsEveryMinutes: ‘&7You collect &b{points}&7 points in &e{minutes}&7 minutes’
challengeReward: ‘&7You complete the challenge and arrive at top 3 players, receive x&b{number}&7 of &e{item}’
boostMessage: ‘&5Start boosting!&7 You have &bx{number}&7 points for &e{minutes}&7 minutes’
boostMessageSinglePlayer: ‘&5Start personal boosting!&7Only you have &bx{number}&7 points for &e{minutes}&7 minutes’
pointsRemainForBoosting: ‘&7Remain &b{points}&7 points for start next boost!’
pointsRemainForBoostingSinglePlayer: ‘&7Remain &b{points}&7 points for start next personal boost!’
chatWord: ‘&7Write this word for receive &b{points}&7 points: &5{word}’
correctAnswer: ‘&e{player} &7write the correct answer!’
pointsadd: ‘&b{points} &7points added at &e{player}’
pointsremove: ‘&b{points} &7points removed at &e{player}’
Debug:
# Commands debug
Commands: false
# Block Place Event debug
BlockPlaceEvent: false
# Block Break Event debug
BlockBreakEvent: false
# Daily Give Reward Event debug
DailyGiveRewardEvent: false
# Craft Item Event debug
CraftItemEvent: false
# Furnace Cook Event debug
FurnaceCookEvent: false
# Item Consume Event debug
ItemConsumeEvent: false
# Exp Collector Event debug
ExpCollectorEvent: false
# Kill Event debug
KillEvent: false
# Breed Event debug
BreedEvent: false
# Feed Event debug
FeedEvent: false
# Shoot Arrow Event debug
ShootArrowEvent: false
# Jump Horse Event debug
JumpHorseEvent: false
# Color Sheep Event debug
ColorSheepEvent: false
# Raid Event debug
RaidEvent: false
# Fish Event debug
FishEvent: false
# Eat Event debug
EatEvent: false
# Sprint Event debug
SprintEvent: false
# Move Event debug
MoveEvent: false
# Damage Event debug
DamageEvent: false
# Sneak Event debug
SneakEvent: false
# Item Break Event debug
ItemBreakEvent: false
# Sponge Absorb Event debug
SpongeAbsorbEvent: false
# Harvest Event debug
HarvestEvent: false
# Egg Event debug
EggThrowEvent: false
# Enchant Item Event debug
EnchantItemEvent: false
# Chat Event debug
ChatEvent: false
# Item Collector Event debug
ItemCollector: false
# Inventory Challenge Event debug
Inventory: false
# Vehicle Move Challenge Event debug
VehicleMoveEvent: false
# Jump Challenge Event debug
JumpEvent: false
# Enabled debug
Enabled: false
# Disabled debug
Disabled: false
If you want support or add a specific Challenge, don’t hesitate to report it either on Discord or via MinecraftPatch.
– NBT API (https://www.spigotmc.org/resources/nbt-api.7939/) Used to make the item in hand look better.
– BIG THANKS goes to [USER=25629]@Ome_R[/USER] (https://www.mc-market.org/members/40228/) from BG-Softwarse who allowed us to use his class for handling configuration files <3
– This plugin uses HikariCP for H2 Database (https://github.com/brettwooldridge/HikariCP)
Get 0.05 TON 💎
Download






Add a comment