Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weaversestudio/deathrunes


https://github.com/weaversestudio/deathrunes

bedrock minecraft plugin pmmp

Last synced: about 24 hours ago
JSON representation

Awesome Lists containing this project

README

        

# DeathRunes
image not found
A plugin that adds runes to your server that will allow you to save your things after death. Configuration via config, it is possible to add new runes, customize the lore and objects on which runes can be used.

[![](https://poggit.pmmp.io/shield.state/DeathRunes)](https://poggit.pmmp.io/p/DeathRunes)
[![](https://poggit.pmmp.io/shield.dl/DeathRunes)](https://poggit.pmmp.io/p/DeathRunes)

### Showcase:
https://youtu.be/dfvIpFF5LIY

### Commands:
> `/getrune [count: int]` - allows you to get a rune into your inventory
>
> Permission: `deathrunes.command.getrune`
>
> ### For developers :
>
> You can get a rune using method `DeathRunes::getRune(string $runeId) : Item`
>
> if you need to check if an item is a rune, you can use `DeathRunes::isRune(Item $item) : bool`