exdj158 / MelodyMine

Minecraft Server Voice Plugin

Home Page:https://MelodyMine.TAHER7.iR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MelodyMine Logo

MelodyMine (Minecraft Voice Plugin)

License TypeScript Kotlin

๐Ÿš€ Welcome to the MelodyMine GitHub Project! Explore the world of MelodyMine and enhance your Minecraft server experience. ๐ŸŒโœจ

Introduction ๐ŸŒ

MelodyMine is a revolutionary system for Minecraft servers where players can simultaneously enter a web interface, communicate, voice chat, and make their in-game interactions richer. Elevate your gameplay with MelodyMine! ๐ŸŽฎ๐ŸŒ

Key Features ๐ŸŒŸ

  • ๐Ÿ—ฃ๏ธ Admin Mode: Admins can communicate with players across the entire server and listen to their conversations, even from a distance. Maintain control and ensure a safe environment. ๐Ÿ”Š๐Ÿ”’

  • ๐Ÿ“ผ Toggle Logger: Users can easily record player interactions and voice conversations. Starting and stopping voice recordings is a breeze, providing valuable insights into your server's activities. ๐Ÿ“œ๐Ÿ“ผ

  • ๐Ÿ”‡ Player Mute/Unmute: Users can mute or unmute players directly from the web interface, ensuring that no one's voice goes unnoticed. Manage the voice communication effectively. ๐Ÿงโ€โ™‚๏ธ๐Ÿ“ข

  • ๐ŸŒ Proxy-Less Plugin: MelodyMine can change players' game modes on the website without the need for a proxy like Velocity or BungeeCord. It also captures the voices of players in the same game mode and those nearby, creating a seamless experience. ๐Ÿน๐Ÿ–ฅ๏ธ

  • ๐Ÿ”’ AuthMe Support: Seamlessly integrate with AuthMe, allowing players to enter the server using their username and password. Enhance security and accessibility. ๐Ÿ”’๐Ÿ”‘

  • ๐ŸŒ Automatic Login: Users can obtain an automatic login link by using the /melodymine start link command, simplifying website login and reducing hassle. ๐ŸŒ๐Ÿšช

  • ๐ŸŒ QRCode Automatic Login: Players can obtain a QR code by using the command /melodymine start qrcode, and by scanning it, they can enter the website. ๐ŸŒโœจ

  • ๐Ÿ› ๏ธ Comprehensive API: Developers have access to a comprehensive API, including events like PlayerJoinWebEvent and PlayerLeaveWebEvent, enabling the creation of custom plugins and expanding the possibilities of your server. ๐Ÿ“š๐Ÿ‘ฉโ€๐Ÿ’ป

  • ๐Ÿ“ Simple Plugin config.yml: Customize plugin settings and messages easily with the user-friendly config.yml.

# ----- Database configs -----
database:
  host: "localhost"
  port: "3306"
  user: 'root'
  password: ''
  database_name: 'melody'

# ----- Basic configs -----

# game mode name.
server: "Lobby" # must be unique!

# website url
website: "http://localhost:3000"

# websocket url
websocket-url: "ws://localhost:4000"

# websocket auth security key !!! (important) change that after install plugin !!!
websocket-auth-key: "" # must be the same in web server auth key

# users must be online in website and active voice chat.
force-voice: false

# shortcut for toggle self mute in website (Shift + F)
mute-toggle-shortcut: true

# call configs
call-pending-time: 600 # must be Long (10L = 0.5s, 20L = 1s,...)

# ------ sound configs ------

3D-sound: true # player voice 3D mode.
hear-lazy: true # default player volume (when 3DSound is "false" you can use this feature).
max-distance: 30 # distance that players can hear each other.
ref-distance: 5  # distance that players can hear each other max volume.
inner-angle: 120 # angle that players can hear each other max volume.
outer-angle: 180 # angle that players can hear each other.
outer-volume: 0.3 # outer angle volume.

# update player distance time (as Long)
update-distance-time: 10 # must be Long (10L = 0.5s, 20L = 1s,...)
  • ๐Ÿ“ž Call System: You have the ability to make a call using the command /melodymine call start <player> to call other players.

  • ๐ŸŽง 3D Voice Capability: Player sounds are played in 3D, and you can determine the player's position through sound.

  • ๐Ÿž Robust System: MelodyMine is a highly reliable and secure system with minimal bugs. Any discovered bugs are promptly addressed and fixed, ensuring a smooth and hassle-free experience for all users. Be part of a community that values your experience and offers continuous improvement. Find announcements and updates on our GitHub repository. ๐Ÿ› ๏ธ๐Ÿ›

Links ๐Ÿ”—

  • ๐Ÿ“– Wiki: To access detailed documentation, visit the MelodyMine Wiki.

  • ๐Ÿ’พ Plugin Installation: Get started with the installation by following the Plugin Installation Guide.

  • ๐Ÿ“œ Command List: Explore the list of available commands in the Command List.

  • ๐Ÿšฆ Permissions List: Check out the permissions you need in the Permissions List.

  • ๐Ÿ“„ Placeholder Information: Discover placeholder details in the Placeholder Information.

  • ๐Ÿ“š API Documentation: Dive into the API for advanced customization in the API Documentation.

  • ๐Ÿงฉ Spigot: Discover MelodyMine on Spigot

  • ๐Ÿ’ผ Modrinth: Find MelodyMine on Modrinth

  • ๐ŸŒ Polymart: Check out MelodyMine on Polymart

  • ๐Ÿ’ฌ Hangar: Discover MelodyMine on Hangar

Get Started ๐Ÿš€

Ready to harmonize your Minecraft server experience? Join the MelodyMine community and embark on a journey to enhance your Minecraft server. Explore the endless possibilities, and remember, your experience matters to us! Connect, engage, and play with MelodyMine today! ๐ŸŒŸ๐ŸŽฎ

๐ŸŒ Visit our GitHub repository for updates, bug reports, and contributions. ๐Ÿ› ๏ธ๐Ÿž

About

Minecraft Server Voice Plugin

https://MelodyMine.TAHER7.iR

License:Apache License 2.0


Languages

Language:Kotlin 55.8%Language:TypeScript 42.0%Language:CSS 1.4%Language:JavaScript 0.8%