Trick or Treat & Haunted Mobs
Bring the Halloween spirit to your server with Trick or Treat & Haunted Mobs, a Halloween-themed Minecraft plugin that offers spooky adventures, exciting events, and terrifying boss battles. This plugin is packed with fun features and fully customizable configurations, making it the perfect addition to your Halloween events!
Key Features:
- Trick or Treat Events: Players can interact with villagers for a random "trick" or "treat." Treats reward players, while tricks may send them running for their lives!
- Pumpkin Hunt: Break naturally spawned pumpkins around the world to trigger random events and collect rewards. Players who gather enough pumpkins can unlock special prizes.
- Haunted Mobs: Encounter zombies, skeletons, creepers, and witches that spawn with spooky heads and emit eerie sounds. Customize the mobs to fit your server’s Halloween theme.
- Jump Scares: Create truly haunting experiences by spawning ghost mobs that appear randomly and emit creepy sounds.
- Headless Horseman Boss: Battle the legendary Headless Horseman, a powerful boss that rides a skeleton horse and spawns zombies upon attack. Defeating this boss rewards players with epic loot!
TO FULLY ENJOY THE PLUGIN PLS DOWNLOAD ITS 2 SOFT-DEPENDENCIES:
- LIBDISGUISE
- LUCKPERMS
Configuration Options:
This plugin is fully customizable through easy-to-use configuration files. Tailor mob behaviors, event rewards, sounds, and spawn chances to fit your server’s style!
Example 1: Spooky Mob Configuration:
Code (YAML):
spooky-mobs:
zombie:
spawn-chance
: 0.3
# 30% chance for a zombie to spawn with a pumpkin head
head
:
"CARVED_PUMPKIN"
# Helmet worn by the zombie
sound
:
"entity_zombie_ambient"
# Sound played when this mob spawns
skeleton:
spawn-chance
: 0.25
head
:
"SKELETON_SKULL"
sound
:
"entity_skeleton_ambient"
creeper:
spawn-chance
: 0.2
head
:
"CREEPER_HEAD"
sound
:
"entity_creeper_hiss"
Example 2: Jump Scare Configuration
Code (YAML):
jump-scares:
ghost-mob:
spawn-chance
: 0.15
# 15% chance for a ghost mob to spawn
sound
:
"entity_phantom_swoop"
# Creepy sound played upon spawn
Example 3: Boss Mob Configuration (Headless Horseman):
Code (YAML):
boss-mobs:
headless-horseman:
spawn-chance
: 0.05
# 5% chance for this boss to appear
health
: 150.0
# Boss health
sound
:
"entity_lightning_bolt_thunder"
# Sound played when the boss spawns
reward:
random-commands
:
-
"give %player% nether_star 1"
-
"give %player% diamond 3"
-
"xp add %player% 1000"
message
:
"&6The Headless Horseman has been defeated! A random reward has been given!"
sound
:
"entity_wither_death"
# Sound played upon the boss's death
Example 4: Trick or Treat Configuration
Code (YAML):
tricks:
- command
:
"effect give %player% minecraft:slowness 30 1"
message
:
"&cYou've been tricked!"
event.sound
:
"entity_witch_curse"
- command
:
"summon zombie %player_x% %player_y% %player_z%"
message
:
"&cBeware! Zombies are coming for you!"
event.sound
:
"entity_zombie_villager_cure"
treats:
- command
:
"give %player% minecraft:diamond 1"
message
:
"&aYou've been treated with a diamond!"
event.sound
:
"entity_player_levelup"
Daily Rewards Configuration:
Code (YAML):
# Daily rewards for players when they log in
daily-rewards:
- item
: DIAMOND
amount
: 1
chance
: 0.5
# 50% chance to receive this item
- item
: GOLD_INGOT
amount
: 3
chance
: 0.3
# 30% chance to receive this item
- command
:
"give %player% minecraft:experience_bottle 5"
chance
: 0.2
# 20% chance to execute this command
- command
:
"lp user %player% permission set trickortreat.vip true"
chance
: 0.1
# 10% chance to give the player a VIP permission
How to Use:
- Customize the Configs: Adjust the spooky-mobs.yml, jump-scares.yml, and boss-mobs.yml to fit your desired mob behaviors and spawn chances.
- Setup Trick or Treat Events: Configure the tricks and treats lists to add random rewards or spooky surprises for your players.
- Pumpkin Hunt: Use the pumpkinhunt.yml file to set the number of pumpkins required for players to win and the rewards they receive.
Bring the Halloween Spirit to Your Server! With Trick or Treat & Haunted Mobs, your players will experience the thrill of Halloween every time they encounter spooky mobs, terrifying bosses, and the fun of trick-or-treating. Fully customizable and perfect for Halloween events, this plugin is a must-have for server owners looking to spice up their Halloween festivities!