Valentines (1.19 - 1.21)

原版情人节插件,包含各种功能。

资源图片
# 情人节 **原始情人节插件。 一应俱全。** *让你的玩家们在一起吧!* --- ## 功能 - GUI:仅使用 `/vgui` 命令,操作简单 - 结婚:与你最喜欢的人结婚 - 成就:解锁 14 个默认成就 - 亲吻、拥抱、喜欢:当然有啦 - 心情:设置你的心情。 你开心吗? 你难过吗? 还是中立? - 效果:围绕玩家 --- ## 命令 & 权限 | 命令 | 别名 | 描述 | 权限 | |---------------|-------|---------------------|--------------------| | `/valentines` | `/val`, `/love` | 在聊天中显示所有可用命令 | `valentines.use` | | `/valentines reload` | | 重新加载配置 | `valentines.reload` | | `/vgui` | `/vg`, `/lovegui` | 打开主 GUI | `valentines.use` | --- ## 图片 / 截图 “**图库**” 部分或 [Github](https://github.com/internationalmc/images/tree/main/valentines) --- ## 文件
config.yml ```yaml config-version: 3.1 Prefix: "&d&lValentines &7»&r " symbol-change: true symbol-color: "&c" symbol: "♥" words: - "love" - "valentines" - "heart" effect: enabled: true particle-density: 2 update-rate: 3 max-height: 2.5 start-height: 0.1 radius: 1.0 player-effects: true kiss-effect: true marriage-effect: true hug-effect: true enabled-worlds: - "world" - "world_nether" - "world_the_end" disabled-worlds: [] cooldowns: hug: 45 kiss: 60 like: 240 mood-change: 120 marriage: proposal-timeout: 45 proposal-cooldown: 30 require-confirmation: true announcement: true divorce-confirmation: true divorce-cooldown: 600 marriage-benefits: shared-effects: true mood-sharing: true teleport-to-partner: true private-chat: true anniversary: enabled: true announcement-type: "global" announcement-worlds: - "world" check-interval: 300 mood: enabled: true require-marriage: false partner-notifications: true mood-types: - "very-good" - "good" - "neutral" - "bad" - "very-bad" gui: update-interval: 15 items-per-page: 28 animated-items: true sound-effects: true custom-textures: false leaderboard: enabled: true update-interval: 600 max-entries: 50 categories: - "total-score" - "hugs" - "kisses" - "likes" - "marriages" performance: monitoring-enabled: true monitor-interval: 300 detailed-logging: false memory-threshold: 85 debug: false auto-save: 30 update-checker: enabled: true check-interval: 24 achievements: enabled: true broadcast: true sound-enabled: true NoPermissionMessage: "&cYou do not have permission to use this command." ```
lang/en.yml ```yaml plugin: enabled: "&aValentines v3.1 has been enabled!" disabled: "&cValentines plugin has been disabled." reload: "&aValentines plugin has been reloaded successfully!" update-available: "&e⚡ A new version of Valentines is available! Check SpigotMC!" general: no-permission: "&cYou don't have permission to use this command!" player-offline: "&cThat player is not online right now!" player-not-found: "&cPlayer not found!" partner-offline: "&cYour partner is not online!" cooldown: "&cYou can {command} again in &d{time}&c seconds!" invalid-world: "&cThis command cannot be used in this world!" feature-disabled: "&cThis feature is currently disabled!" help: header: "&d❤ &5VALENTINES COMMANDS &d❤" valentines: "&d/valentines &f- Display help and plugin info" valentines-reload: "&d/valentines reload &f- Reload the plugin &7(Admin)" gui: "&d/vgui &f- Opens GUI" hug: "&d/hug &f- Hug someone" kiss: "&d/kiss &f- Kiss someone" like: "&d/like &f- Like someone" marry: "&d/marry &f- Propose" divorce: "&d/divorce &f- Divorce" mood: "&d/mood &f- Set your current mood" hug: usage: "&cUsage: &d/hug " self: "&cYou can’t hug yourself!" sent: "&fYou gave &d{player} &fa hug!" received: "&d{player} &fgave you a hug!" broadcast: "&d{sender} &fand &d{receiver} &fhugged!" kiss: usage: "&cUsage: &d/kiss " self: "&cYou can’t kiss yourself!" sent: "&fYou kissed &d{player}&f!" received: "&d{player} &fkissed you!" broadcast: "&d{sender} &fand &d{receiver} &fkissed!" like: usage: "&cUsage: &d/like " self: "&cYou already like yourself!" already-liked: "&cYou’ve already liked &d{player}&c!" cooldown: "&cYou can like again in &d{time}&c seconds!" sent: "&fYou liked &d{player}&f!" received: "&d{player} &flikes you!" marry: usage: "&cUsage: &d/marry &for &d/marry confirm/deny" self: "&cYou can’t marry yourself!" proposal-sent: "&fMarriage proposal sent to &d{player}&f! Good luck!" proposal-received: "&d{player} &fwants to marry you! \n&fType &d/marry confirm &fto accept or &d/marry deny &fto decline." already-married: "&cYou’re already married to &d{partner}&c!" target-already-married: "&c{player} is already taken!" no-pending-proposals: "&cYou have no pending marriage proposals!" proposer-offline: "&cThe person who proposed is no longer online!" proposal-cooldown: "&cYou can propose again in &d{time}&c seconds!" accept-sender: "&a{player} &aaccepted your proposal! You’re now married!" accept-receiver: "&aYou married &d{player}&a!" decline-sender: "&c{player} declined your proposal." decline-receiver: "&cYou declined &d{player}’s &cproposal." divorce-initiator: "&cYou have divorced &d{player}&c." divorce-target: "&c{player} &chas divorced you." divorce-confirm: "&eAre you sure you want to divorce &d{player}&e? Type &d/divorce confirm &eto proceed." divorce-timeout: "&cDivorce confirmation expired. Use &d/divorce &cagain." divorce-cooldown: "&cYou must wait &d{time}&c seconds before you can divorce again!" not-married: "&cYou’re not married!" not-married-to: "&cYou’re not married to &d{player}&c!" announcement: "&f{player1} &fand &d{player2} &fjust got married! &d Congratulations!" divorce-announcement: "&c{player1} &fand &c{player2} &fhave divorced." anniversary: enabled: true announcement-type: "global" announcement-worlds: - "world" check-interval: 300 mood: enabled: true require-marriage: false partner-notifications: true mood-types: - "very-good" - "good" - "neutral" - "bad" - "very-bad" gui: update-interval: 15 items-per-page: 28 animated-items: true sound-effects: true custom-textures: false leaderboard: enabled: true update-interval: 600 max-entries: 50 categories: - "total-score" - "hugs" - "kisses" - "likes" - "marriages" performance: monitoring-enabled: true monitor-interval: 300 detailed-logging: false memory-threshold: 85 debug: false auto-save: 30 update-checker: enabled: true check-interval: 24 achievements: enabled: true broadcast: true sound-enabled: true NoPermissionMessage: "&cYou do not have permission to use this command." ```
likes.yml ```yaml ```
marriages.yml ```yaml ```
playerdata.yml players: (UUID): name: (playername) hugs: 0 kisses: 0 likes: 0 hugs-given: 0 kisses-given: 0 likes-given: 0 effect-type: heart effect-enabled: true mood: unknown last-seen: (time) achievements: [] ```yaml ```
proposals.yml ```yaml proposals: {} ```
--- ## 页脚 2025 © InternationalMC | [Terms & License](https://internationalmc.pages.dev/terms) | [Github](https://github.com/internationalmc) | [Discord](https://internationalmc.pages.dev/discord) | [Ko-Fi](https://ko-fi.com/internationalmc)