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

how i can run this on my mc server? #2

Open
Tankonyako opened this issue Feb 15, 2020 · 1 comment
Open

how i can run this on my mc server? #2

Tankonyako opened this issue Feb 15, 2020 · 1 comment

Comments

@Tankonyako
Copy link

Tankonyako commented Feb 15, 2020

how i can run this on my mc server?

edit:

npm scripts build - not working (because in package.json "script" array dont have the build i run compile and others scripts, and this not work)

please write installing guide, i wanna support ur project i think is better as ScriptCraft. how u accept donation?

im trying to make the plugin from API and Spigot repo

@ItsSpyce
Copy link
Collaborator

ItsSpyce commented Mar 16, 2020

Hey Tankonyako, sorry I'm extremely late to this, honestly haven't checked notifications for here because I didn't think anybody was checking it out! I'll definitely write docs this week and weekend to get you up and running. As of late the project was going through an API transformation to make compatible with ForgeModLoader and Sponge. Until the docs are up and running, here's what you need to do:

I apologize for the manual steps until I put out a release platform, steps 1-3 will soon be replaced with just downloading the JAR

  1. Clone the API repo
  2. Clone the Spigot repo
  3. Run build.sh in both repositories (if you're on Windows, you can either use git bash or run the following commands:
  • mvn clean package install for API
  • mvn clean package for Spigot
  1. Place the JAR in the plugins folder (as with every plugin)
  2. You can either run the server once to create the data directory or clone this repository in the data directory that would be created (${YOUR_SERVER_DIR}/plugins/Cauldron)
  3. Run the server

For now the start script replaces the build script until I can get async child processes running. This repo has everything running pretty fluidly, but if you run into problems, please let me know.

EDIT

The JAR file is now available in https://github.com/cauldronjs/spigot in both the artifacts and the releases tab. You can download either one to skip over steps 1-3 :)

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