joestr / PostBox

Sending items to other players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostBox

Build Status Maintainability Test Coverage License Matrix

About

PostBox is a Spigot plugin, which gives you the possibility to send items to other players.

Installation

Head over to the latest release.

Download the jar file (currently postbox-1.2.7-shaded.jar).

Drop the downloaded jar file into your Spigot plugins folder.

Stop your Spigot server and start it again.

Authenticity

If you want to check the authenticity of the downloaded file you can do that by running the command jarsigner -verify -verbose:summary postbox-1.2.7-shaded.jar in the same folder where postbox-1.2.7-shaded.jar is located.

The output of the command should look like this:

s      52687 Sun Feb 27 21:44:36 CET 2022 META-INF/MANIFEST.MF
       52849 Sun Feb 27 21:44:36 CET 2022 META-INF/1.SF (and 1 more)
           0 Sun Feb 27 20:44:46 CET 2022 META-INF/ (and 44 more)
sm     10037 Sun Feb 27 20:44:46 CET 2022 META-INF/maven/at.joestr/postbox/pom.xml (and 339 more)

  s = signature was verified 
  m = entry is listed in manifest
  k = at least one certificate was found in keystore

- Signed by "CN=Joel Strasser, O=Joel Strasser, L=Radenthein, ST=Carinthia, C=AT"
    Digest algorithm: SHA-256
    Signature algorithm: SHA384withRSA, 4096-bit key
  Timestamped by "CN=SSL.com Timestamping Unit 2021, O=SSL Corp, L=Houston, ST=Texas, C=US" on Sun Feb 27 20:44:36 UTC 2022
    Timestamp digest algorithm: SHA-256
    Timestamp signature algorithm: SHA256withSHA256withRSA, 3072-bit key

jar verified.

The signer certificate will expire on 2022-09-30.
The timestamp will expire on 2023-09-11.

Build

To build the project you need at least a Java Development Kit (JDK) in version 17 and Maven 3 installed.

At first get a copy of the source code. Preferrably via git clone https://github.com/joestrhq/PostBox.git.

Initiate a build with mvn -Djarsigner.skip=true clean package.

The compiled plugin (postbox-X.X.X-shaded.jar) will be available in the target folder.

About

Sending items to other players.

License:MIT License


Languages

Language:Java 100.0%