
Valentines2
ArchivedThis plugin let you spread love on your server. Using only GUI with functions like marriages, leaderboards, kisses, hugs, likes and in future, there will be more amazing features.
30
1
Valentines2 has been archived. Valentines2 will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 4 weeks ago
Updated last month
💘 Valentines2 Plugin by SoneMC
✨ Features
- Marriages – Players can marry or divorce someone 💍
- Kisses/Hugs/Likes – Show affection to other players with a kiss, hug, or like 💏
- Leaderboard – Compete to be the most loving player on the server 😘
- Customizable – Everything from messages to effects is customizable 🛠️
- GUI – All features available in a clean, interactive menu 📋
💬 Commands
Valentines2 uses only 2 simple commands:
Command | Alias | Description | Permission |
---|---|---|---|
/valentines |
- | Opens the GUI | none |
/valentines reload |
- | Reloads plugin configuration | valentines.reload |
🔐 Permissions
Permission | Description |
---|---|
valentines.* |
Access to all commands and features |
valentines.reload |
Reload plugin configuration |
valentines.kiss |
Use the kiss interaction |
valentines.hug |
Use the hug interaction |
valentines.like |
Use the like interaction |
valentines.marriage |
Use the marriage system |
⚙️ Configuration Overview (config.yml
)
Click to expand config.yml example
# Plugin prefix
prefix: '&f♥&d&lValentines&f♥&r '
# GUI Settings
gui:
title:
main: '&d&lValentines Menu'
interactions: '&d&lInteractions'
leaderboard: '&d&lLeaderboard'
marriages: '&d&lMarriages'
friends: '&d&lFriends'
player-selection: '&d&lSelect a Player'
marriage-confirmation: '&d&lMarriage Confirmation'
breakup-confirmation: '&d&lBreakup Confirmation'
friend-confirmation: '&d&lFriend Request Confirmation'
category:
interactions: '&d&lInteractions'
leaderboard: '&d&lLeaderboard'
marriages: '&d&lMarriages'
friends: '&d&lFriends'
item:
kiss: '&d&lKiss'
hug: '&d&lHug'
like: '&d&lLike'
next-page: '&e&lNext Page'
previous-page: '&e&lPrevious Page'
hover:
player-stats: |-
&fKisses: &d%kisses%
&fHugs: &d%hugs%
&fLikes: &d%likes%
&fFriends: &d%friends%
&fMarried: &d%married_status%
marriage-time: '&fMarried for: &d%time%'
friend-count: '&fFriends: &d%count%/%max%'
# Display Settings
display:
show_marriage_partner: true
# Leaderboard Settings
leaderboard:
top-players: 5
players-per-page: 28
# Marriage Settings
marriage:
proposal-timeout: 60
breakup-cooldown: 300
# Friends Settings
friends:
max_friends: 10
request_timeout: 60
# Cooldowns (in seconds)
cooldown:
kiss: 300
hug: 180
like: 600
# Messages
messages:
error:
player-only: '&cThis command can only be used by players.'
no-permission: '&cYou don''t have permission to use this command.'
invalid-command: '&cInvalid command. Use /valentines for help.'
max-friends: '&cYou have reached the maximum number of friends (%max%).'
command:
reload-success: '&aConfiguration reloaded successfully.'
interaction:
kiss: '&d%player% &fkissed &d%target%&f!'
hug: '&d%player% &fhugged &d%target%&f!'
like: '&d%player% &fliked &d%target%&f!'
cooldown: '&cYou must wait %time% seconds before doing this again.'
marriage:
proposal-sent: '&fYou have proposed to &d%target%&f!'
proposal-received: '&d%player% &fhas proposed to you! You have 60 seconds to accept or deny.'
proposal-accepted: '&d%target% &fhas accepted your marriage proposal!'
proposal-denied: '&d%target% &fhas denied your marriage proposal.'
proposal-timeout: '&cThe marriage proposal has timed out.'
already-married: '&cYou are already married to &d%partner%&c!'
target-already-married: '&c%target% is already married to someone else!'
breakup-initiated: '&fYou have broken up with &d%partner%&f.'
breakup-received: '&d%player% &fhas broken up with you.'
breakup-cooldown: '&cYou cannot propose to anyone for another %time% seconds.'
status: '%status%'
status_with_partner: Yes (%partner%)
status_single: 'No'