https://github.com/intellectualsites/paster
Paste service used by P2 and FAWE debugpaste
https://github.com/intellectualsites/paster
Last synced: about 1 year ago
JSON representation
Paste service used by P2 and FAWE debugpaste
- Host: GitHub
- URL: https://github.com/intellectualsites/paster
- Owner: IntellectualSites
- License: gpl-3.0
- Created: 2020-12-18T16:20:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:33:41.000Z (over 1 year ago)
- Last Synced: 2025-04-21T16:21:39.249Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 472 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Paster
Used in the projects [FastAsyncWorldEdit](https://github.com/IntellectualSites/FastAsyncWorldEdit) and [PlotSquared](https://github.com/IntellectualSites/PlotSquared) as "debugpaste".
### Add the paster to your project:
Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("com.intellectualsites.paster:Paster:VERSION")
}
```
You need to shade Paster into your software by either using maven shade or gradle shadow.