https://github.com/simonit/fridges
Create fridges for storing stuff!
https://github.com/simonit/fridges
bukkit bukkit-plugin
Last synced: 17 days ago
JSON representation
Create fridges for storing stuff!
- Host: GitHub
- URL: https://github.com/simonit/fridges
- Owner: SimonIT
- Created: 2016-10-30T18:28:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T10:24:25.000Z (over 1 year ago)
- Last Synced: 2025-03-18T10:48:01.168Z (about 1 year ago)
- Topics: bukkit, bukkit-plugin
- Language: Java
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fridges
Create fridges for storing stuff!
You can put stuff into fridges and you can repair tools with anvils!
**Fridges** - Fridges you can put stuff into and anvils you can repair tools with!
**Version:** v0.3
This plugin adds fridges that functions like chests and anvils that can repair tools
**If you are upgrading to 0.3 make sure you delete your old config.**
**Dependencies:**
* [Vault](https://dev.bukkit.org/projects/vault)
**Features:**
* Fridges that functions like chests.
* Anvils that can repair your tools for money
* Vault
* Simple protections
**Screenshot of an example usage:**
![[IMG]](http://i.imgur.com/cfjwO.jpg)
**Video of how to build and use:**
**Showcase from my awesome mate:**
**How to use:**
_Fridges:_
First you place a chest, then place an iron block ontop and another iron block ontop of that.
Then you can rightclick the top ironblock to acces the chest at the bottom.
_Anvils:_
Place an iron block and place a stone pressureplate under it.
Leftclick on the iron block with a used tool in your hand to display the repair cost.
Rightclick on the iron block with a used tool to repair it.
**Config file:**
Base cost is the cost which would be charged if the tool was used completely.
Code:
anvils:
enabled: true - if anvils can be used
price:
wood: 50 - base price for wood repair
diamond: 500 - base price for diamond
stone: 75 - price for stone
gold: 250 - price for gold
iron: 150 - price for iron
fridges:
enabled: true - if fridges can be used
debug: false - if you want extra output to the console
**Commands:**
Code:
/fridges reload - reload the config file
**Permissions nodes:**
Code:
fridges.reload - for /fridges reload
fridges.fridge.use - be able to open fridges
fridges.fridge.break - you need this to break fridges
fridges.anvil.repair - for when you repair your tool
fridges.anvil.info - to get the cost of the item you are holding
fridges.anvil.break - you need this to break anvils
**Posting bugs and errors:**
Be sure to include:
* Your version of Bukkit
* Your version of Fridges
* Any other plugins that may cause the issue
* The error from the console (if any)
**If you have any suggestion to new stuff i can add or things that needs improvement then feel free to post them below**
**TODO:**
* Fridge protection so you cant just go around and destroy fridges
* Locks/passwords
**[Changelog](http://en.wikipedia.org/wiki/Changelog):**
Version 0.3
* Added simple protection
* Completely recoded the plugin because Eclipse failed on me
* Small bugfixes
Version 0.2
* Added anvils
Version 0.1
* First release