Skip to content

Commit 9716e22

Browse files
committed
Mineserv -> Avion
1 parent 86d8b6d commit 9716e22

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
artifacts: |
6767
build/libs/GeyserVoice-*.jar
6868
env:
69-
GITHUB_REPOSITORY: mineserv-top/GeyserVoice
69+
GITHUB_REPOSITORY: AvionBlock/GeyserVoice
7070

7171
- name: Create pre-release
7272
if: github.event.inputs.status != 'stable'
@@ -77,4 +77,4 @@ jobs:
7777
artifacts: |
7878
build/libs/GeyserVoice-*.jar
7979
env:
80-
GITHUB_REPOSITORY: mineserv-top/GeyserVoice
80+
GITHUB_REPOSITORY: AvionBlock/GeyserVoice

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
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.
44

5-
65
### Features
76

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

1413
### How It Works
14+
1515
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.
1616

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

2021
### Contributing
21-
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.
22+
23+
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.
2224

2325
### License
26+
2427
GeyserVoice is licensed under the MIT License. Feel free to use, modify, and distribute the plugin in accordance with the terms of the license.
2528

2629
### Proxy server support
27-
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.
2830

31+
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.

src/main/resource-templates/bungee.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: {{ name }}
22

33
version: {{ version }}
44

5-
main: io.greitan.mineserv.bungeecord.GeyserVoice
5+
main: io.greitan.avion.bungeecord.GeyserVoice
66
description: {{ description }}
77

88
author: Alpha
99
website: {{ url }}
1010

1111
prefix: {{ name }}
1212

13-
1413
commands:
1514
voice:
1615
description: Voice chat main command.
@@ -29,4 +28,4 @@ permissions:
2928
voice.setup:
3029
default: op
3130
voice.settings:
32-
default: op
31+
default: op

0 commit comments

Comments
 (0)