ArcadePaper
Patch for PaperSpigot with many features.
Install / Use
/learn @arcadiamc-cz/ArcadePaperREADME
Downloads
Arcade-Paperclip
API
Javadoc
Dependency Information
Maven
<repository>
<id>arcadiamc</id>
<url>https://nexus.arcadiamc.cz/repository/maven-public/</url>
</repository>
<dependency>
<groupId>cz.arcadiamc</groupId>
<artifactId>arcadepaper-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
maven {
url 'https://nexus.arcadiamc.cz/repository/maven-public/'
}
}
dependencies {
compileOnly 'cz.arcadiamc:arcadepaper-api:1.8.8-R0.1-SNAPSHOT'
}
This also includes all API provided by PaperSpigot, Spigot and Bukkit.
Building and setting up
Initial setup
Run the following commands in the root directory:
./arcadepaper build
Creating a patch
Patches are effectively just commits in ArcadePaper-API and ArcadePaper-Server.
To create one, just add a commit to one of repos and run ./arcadepaper rebuild, and a
patch will be placed in the patches folder. Modifying commits will also modify its
corresponding patch file.
Compiling
Use the command ./arcadepaper build to build the server. ArcadePaper jar
will be placed under ArcadePaper-Server/target/arcadepaper-1.8.8-R0.1-SNAPSHOT.jar.
Related Skills
node-connect
334.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.1kCommit, push, and open a PR
