Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add Nexo support #155

Open
simondumalski opened this issue Nov 26, 2024 · 1 comment
Open

[Suggestion] Add Nexo support #155

simondumalski opened this issue Nov 26, 2024 · 1 comment

Comments

@simondumalski
Copy link

Nexo is a replacement plugin for Oraxen that is maintained by the same author (Boy). Implementation should be nearly identical to the existing Oraxen support.

maven("https://repo.nexomc.com/snapshots/")
compileOnly("com.nexomc:nexo:0.1.0-dev.0")
<dependency>
    <groupId>com.nexomc</groupId>
    <artifactId>nexo</artifactId>
    <version>0.1.0-dev.0</version>
    <scope>provided</scope>
    <classifier>dev</classifier>
</dependency>

image (14)

@iGabyTM
Copy link
Member

iGabyTM commented Nov 26, 2024

Why not open a PR instead? 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants