Skip to content

Create fridges for storing stuff!

Notifications You must be signed in to change notification settings

SimonIT/Fridges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Features:

  • Fridges that functions like chests.
  • Anvils that can repair your tools for money
  • Vault
  • Simple protections

Screenshot of an example usage:
[​IMG]

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:
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

About

Create fridges for storing stuff!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages