GitmanikPlugin PaperMC plugin containing minor tweaks and additions to SMP. Fully customizable from YAML!
Currently supporting Minecraft 1.18.1
Download GitmanikPlugin-*.jar
from Releases and drop it into your server's /plugins
folder
No additional libraries are required.
package
project with Maven and put target JAR into your server's /plugins
folder
Fortune now only adds percentage to dropping one diamond, instead of multiplying it. (default: 1 -> +10%, 2 -> +20%, 3 -> +30%)
![]() |
![]() |
When mining a diamond with a pickaxe with Fortune enchantment, and breaking a diamond there is a chance (default: 1 -> +10%, 2 -> +20%, 3 -> +30%) to drop Blessing from Undead
item allowing one-time keepInventory when player dies.
- Chance for vote appearing
- When majority of players vote, night is skipped
- Built-in delay for eliminating cheesing
- Cost and delay are configurable from YAML
- Built-in delay for eliminating cheesing
- Cost and delay are configurable from YAML
- Potion stacker (/p) (gitmanik.stackpotions)
- Admin command (/gpadmin) (gitmanik.admin)
GitmanikPlugin is configurable via plugins\GitmanikPlugin\config.yml
file.
File is automatically created if it does not exist on startup with default values shown below:
enableChainmailRecipes: true
enableCobbleToGravelStonecutter: true
enableCompressedItems: true
#Material enum values like OBSIDIAN, BEDROCK
allowed_TUNNELDIGGER_blockList: [STONE, DIORITE, ANDESITE, GRANITE]
customItems:
enable: true
enableMruwiKlejnot: true
enableMruwiKilof: true
enableMagicznaOrchidea: true
enableBlogoslawienstwoNieumarlych: true
enableEnderowyDepozyt: true
#fortuneDiamondDrop is additional dropchance per fortune lvl added to baseDropChance
diamondsystem:
enable: true
baseDropChance: 0.7
fortuneDropChance: 0.1
blessingsystem:
drop: 0.1
tunneldigger:
enable: true
skipsystem:
enabled: true
chance: 0.7
chatsystem:
enabled: true
range: 200
homesystem:
enabled: true
material: DIAMOND
price: 3
delay: 30
teleportsystem:
enabled: true
material: DIAMOND
price: 5
delay: 30
stackpotion:
enabled: true