https://github.com/brenodupin/semihardcore
SemiHardcore Plugin
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
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)
- Download or clone this repo
shell git clone https://github.com/brenodupin/semihardcore - Import folder SemiHardcore as a project.
- Create
dev.propertiesfile inside the project folder and addproperties build-output=path/to/your/output/folder - Run Maven Install
- JAR output will be on both your folder defined in the
build-outputin thedev.propertiesfile and thetargetfolder created inside the project folder after the Maven Install.
Owner
- Login: brenodupin
- Kind: user
- Repositories: 1
- Profile: https://github.com/brenodupin
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