๐OWO-Welcome Tutorial
๐ Overview
Welcome to the official wiki for OWO-Welcome, a lightweight Minecraft plugin that transforms your server's join/quit experience and spices it up with a dazzling achievement system! ๐ Built for Spigot, this plugin brings custom messages, epic sounds, stealthy staff tools, and rewarding achievements to any serverโbe it survival, creative, or minigames.
Perfect for server owners who want to wow their players or developers craving a tweak-friendly plugin, OWO-Welcome is your go-to for a vibrant server vibe! ๐
Get OWO-Welcome here:
โจ Features
๐ฏ Core Features
๐ข Custom Welcome Messages: Multi-line, color-coded greetings with Minecraft codes (e.g.,
&a
).๐ต Epic Join Sounds: Play sounds like
ENTITY_PLAYER_LEVELUP
โglobal or just for the player.๐บ Titles & Subtitles: Flash bold, colorful titles when players join.
๐คซ Join/Quit Silence: Hide join/quit broadcasts for sneaky moves.
๐ป Staff Vanish Mode: Let staff join invisibly or toggle it anytime.
๐ Permission-Based Ranks: Unique join vibes based on player perms.
๐ Achievement System: Reward entity kills with custom goals and flair.
๐ bStats Integration: Lightweight stats tracking (ID: xx).
๐พ Data Persistence: Achievements saved in JSON for restarts.
๐ ๏ธ How It Works
OWO-Welcome hooks into join/quit and kill events to bring the magic. Messages and sounds fire on join, while achievements tick up with every killโfully customizable via YAML and backed by JSON storage! ๐ง
๐ ๏ธ Installation
๐ Step-by-Step Guide
โฌ๏ธ Download: Grab
owo-welcome.jar
from Spigot, PolyMart, or BuiltByBit.๐ Install: Drop the JAR into your
plugins
folder.๐ Start Server: Boot up to generate
config.yml
andachievements.yml
.โ๏ธ Configure: Tweak the files to set your style.
๐ Apply Changes: Restart or use
/owo reload
to roll it out.
๐ก Tip: Works best on Spigot 1.13+!
๐ Commands & Permissions
๐ฎ Commands
/owo reload
Reloads configs and achievements.
owo.reload
/owo vanish
Toggles player invisibility.
owo.vanish
๐ Permissions
๐
owo.reload
: Unlock the reload command.๐ป
owo.vanish
: Toggle vanish mode.๐ค
owo.default
: Default rank (customizable).๐
owo.owner
: Example custom rank.
โ๏ธ Configuration
OWO-Welcome shines with two config files: config.yml
for welcomes and achievements.yml
for epic goals! ๐
๐ config.yml
๐ Overview
Controls welcome messages, sounds, and vanish magic.
๐ Example
default:
message-welcome: |
&0โ&0โ&8โ&8โ&7โ&7โ&fโ&fโ&7โ&7โ&8โ&8โ&0โ&0โ
&0 &c&lYOUR SERVER
&f
&fWelcome &7%player% &fto the server
&fBelow are our social media links
&f
&f&9&lDiscord &7https://discord.gg/
&f&5&lTwitch &6https://twitch.tv/
&0
&0โ&0โ&8โ&8โ&7โ&7โ&fโ&fโ&7โ&7โ&8โ&8โ&0โ&0โ
permission-toggle: false
permission: owo.default
sound-join: ENTITY_PLAYER_LEVELUP
sound-toggle: true
sound-global: false
join-silence: false
staff-vanish: false
message-join: "&a%player% &fhas joined the server."
message-quit: "&c%player% &fhas left the server."
title-welcome: "&a&lWELCOME"
subtitle-welcome: "&fEnjoy your stay on the server!"
toggle-messages: true
๐ Fields
message-welcome
Multi-line join message for the player.
See example
message-join
Broadcast on join.
&a%player% &fhas joined the server.
message-quit
Broadcast on quit.
&c%player% &fhas left the server.
sound-join
Sound on join.
ENTITY_PLAYER_LEVELUP
toggle-messages
Enable/disable custom messages.
true
๐ achievements.yml
๐๏ธ Overview
Defines custom achievements for entity kills.
๐ Example
first_hostile_kill:
type: ENTITY_KILL
entity_type: ZOMBIE
total_require: 1
description: |
&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ
&0 &a&lAchievement Unlocked
&f
&f&7%player% &fCongratulations on earning the achievement
&f&cFirst Kill &fWell done for your hard work!
&f
&f&7This achievement is earned when you kill
&f&7your first hostile entity.
&0
&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ&8โ
sound: ENTITY_PLAYER_LEVELUP
๐ Fields
type
Event type for the achievement.
ENTITY_KILL
entity_type
Target entity.
ZOMBIE
total_require
Kills needed.
1
description
Completion message.
See example
sound
Sound on completion.
ENTITY_PLAYER_LEVELUP
๐ฌ Support
๐ Get Help
Got questions or ideas? Join our Discord: https://discord.gg/Y67xJxQHVK.
OWO-Welcome is crafted with ๐ by SrCodex/SrNemesis. Your feedback fuels the fun!
Last updated