Skip to content

Commit

Permalink
Mineserv -> Avion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMSq committed Nov 8, 2024
1 parent 86d8b6d commit 9716e22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
artifacts: |
build/libs/GeyserVoice-*.jar
env:
GITHUB_REPOSITORY: mineserv-top/GeyserVoice
GITHUB_REPOSITORY: AvionBlock/GeyserVoice

- name: Create pre-release
if: github.event.inputs.status != 'stable'
Expand All @@ -77,4 +77,4 @@ jobs:
artifacts: |
build/libs/GeyserVoice-*.jar
env:
GITHUB_REPOSITORY: mineserv-top/GeyserVoice
GITHUB_REPOSITORY: AvionBlock/GeyserVoice
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

GeyserVoice is a Java plugin designed to enhance the multiplayer gaming experience on Minecraft servers by integrating the [VoiceCraft](https://github.com/SineVector241/VoiceCraft-MCBE_Proximity_Chat/) Proximity Chat application. The plugin facilitates cross-platform communication, allowing players on both Java and Bedrock editions to seamlessly engage in proximity-based voice conversations.


### Features

- Cross-Platform Communication:
Expand All @@ -12,17 +11,21 @@ GeyserVoice is a Java plugin designed to enhance the multiplayer gaming experien
Experience a more immersive and realistic gameplay environment with proximity-based voice chat. Engage in conversations with nearby players, enhancing teamwork and coordination.

### How It Works

Installation: Simply install the GeyserVoice plugin on your Minecraft Java server. Make sure to follow the setup instructions to integrate it seamlessly with the VoiceCraft Proximity Chat application.

### Getting Started
For detailed instructions on installing and configuring GeyserVoice, please refer to the [Wiki](https://github.com/mineserv-top/GeyserVoice/wiki/) section of this repository.

For detailed instructions on installing and configuring GeyserVoice, please refer to the [Wiki](https://github.com/AvionBlock/GeyserVoice/wiki/) section of this repository.

### Contributing
We welcome contributions from the community to improve and expand the functionality of GeyserVoice. If you have ideas, bug reports, or would like to contribute code, please check out our [Contribution](https://github.com/mineserv-top/GeyserVoice/wiki/Contribution) Guidelines.

We welcome contributions from the community to improve and expand the functionality of GeyserVoice. If you have ideas, bug reports, or would like to contribute code, please check out our [Contribution](https://github.com/AvionBlock/GeyserVoice/wiki/Contribution) Guidelines.

### License

GeyserVoice is licensed under the MIT License. Feel free to use, modify, and distribute the plugin in accordance with the terms of the license.

### Proxy server support
GeyserVoice also supports usage with Velocity and Bungeecord networks. Just install the .jar on your proxy server and on your paper server(s). Be sure to edit the config of the paper server(s) to set `server-behind-proxy` to `true` and then reload using `voice reload`. P.s. You don't need to set the server address, port and keys on the paper server(s), this is only needed on the proxy server.

GeyserVoice also supports usage with Velocity and Bungeecord networks. Just install the .jar on your proxy server and on your paper server(s). Be sure to edit the config of the paper server(s) to set `server-behind-proxy` to `true` and then reload using `voice reload`. P.s. You don't need to set the server address, port and keys on the paper server(s), this is only needed on the proxy server.
5 changes: 2 additions & 3 deletions src/main/resource-templates/bungee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: {{ name }}

version: {{ version }}

main: io.greitan.mineserv.bungeecord.GeyserVoice
main: io.greitan.avion.bungeecord.GeyserVoice
description: {{ description }}

author: Alpha
website: {{ url }}

prefix: {{ name }}


commands:
voice:
description: Voice chat main command.
Expand All @@ -29,4 +28,4 @@ permissions:
voice.setup:
default: op
voice.settings:
default: op
default: op

0 comments on commit 9716e22

Please sign in to comment.