Added tags to search result, search no long matches the project tags (the ones used for filtering) and implemented author page that show up on search.
This commit is contained in:
parent
32ebfc6176
commit
e54f2336db
27 changed files with 244 additions and 89 deletions
24
projects/tefreezer/index.md
Normal file
24
projects/tefreezer/index.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: "teFreezer"
|
||||
subtitle: "Force your players to refrigerate their food by rotting food in unrefrigerated chests!"
|
||||
author: "tenkuma"
|
||||
downloadLink: "https://modrinth.com/plugin/freezer/versions"
|
||||
logoName: "logo"
|
||||
logoExtension: "png"
|
||||
tags: plugin
|
||||
---
|
||||

|
||||
|
||||
teFreezer is a fork of [Freezer by outadoc](https://dev.bukkit.org/projects/freezer), logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/food_pepper.png).
|
||||
|
||||
This plugins purpose is to force people in your server to refrigerate their food by placing a cold block around their chest with the food. In case there is no cold block around the chest, it will turn the food into a rotted item.
|
||||
|
||||
## Configuration
|
||||
In the ```config.yml``` you can set these values:
|
||||
- Cold blocks
|
||||
- Resulting itens
|
||||
- Itens that can rot
|
||||
- Message for when the user let food rot
|
||||
|
||||
## Why fork?
|
||||
I have forked this plugin because I was really anoyed by the original plugin that broadcasts the message to the whole server once anyone let food rot and the lack of a configuration file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue