Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weaversestudio/deathrunes
https://github.com/weaversestudio/deathrunes
bedrock minecraft plugin pmmp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaversestudio/deathrunes
- Owner: WeaVerseStudio
- License: gpl-3.0
- Created: 2023-10-19T18:27:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T10:41:16.000Z (about 1 year ago)
- Last Synced: 2024-11-08T13:08:23.834Z (3 months ago)
- Topics: bedrock, minecraft, plugin, pmmp
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeathRunes
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`