https://github.com/brenodupin/semihardcore

SemiHardcore Plugin

https://github.com/brenodupin/semihardcore

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

SemiHardcore Plugin

Basic Info
  • Host: GitHub
  • Owner: brenodupin
  • License: mit
  • Language: Java
  • Default Branch: main
  • Size: 20.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

SemiHardcore - v1.1

A simple plugin that deletes a percentage of items slots on a Player Death. This percentage changes the more the player survives until it reaches a minimum.
The percentage values can be changed on the config.yml file.

JAR download

Releases

Config.yml

The config.yml file will be created after the first time the plugin is loaded. Defaults values are:
yml start-percentage: 80 end-percentage: 50 decrement-percentage: 0.2 The decrement happens when a player survives an entire day (2400 ticks).

Maven Build (IntelliJ IDEA)

  1. Download or clone this repo shell git clone https://github.com/brenodupin/semihardcore
  2. Import folder SemiHardcore as a project.
  3. Create dev.properties file inside the project folder and add properties build-output=path/to/your/output/folder
  4. Run Maven Install
  5. JAR output will be on both your folder defined in the build-output in the dev.properties file and the target folder created inside the project folder after the Maven Install.

Owner

  • Login: brenodupin
  • Kind: user

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

pom.xml maven
  • io.papermc.paper:paper-api 1.19-R0.1-SNAPSHOT provided