Foundry [1.8-1.15] | Melt your tools and armors // FIRST LEAK // nulledvault.com

VAULT+ NULLED MC PLUGIN Foundry [1.8-1.15] | Melt your tools and armors // FIRST LEAK // nulledvault.com 1.0.8

No permission to download
foundry.png


description.png


Foundry is a plugin in which you can convert your tools and armors into ingots!
According to the item and its durability, the player will receive a different amount of ingots.


With a customizable craft, the player will be able to have the foundry item. When he places it, he can interact with it ant put some items in it. You can define some sort of fuel so that the foundry can work (for example, some coal). The item will be molten after a custom duration and the player will receive some ingots.
Almost everything is configurable !

features.png


- Turn items into ores based on their durability!
- Almost everything is configurable in the config file (see below)
- Very simple to use for your players: it’s all based on inventories!
- Foundries are saved and loaded when the server restarts. Don’t worry, your players will keep what they put inside!
- Custom craft to create the foundry block
- Choose any block for the foundry block
- Configurable permissions

images.png


foundryimages.png


videos.png




config.png


Code (YAML):

#Support on discord : https://discord.gg/tExt2SJ (french and english)
#plugin made by AntarticaFr alias AntarticaDev
block:
craft:
material: "FURNACE" #Material of the foundry block (you can use name or the id of the block)
damage: 0 #Must be an integer! Useful for colors with wools and glasses mainly
name: "&7Foundry"
lores:
- "&7Place this block"
- "&7to melt items"
pattern: #this is the pattern of the craft. The schema below represents a crafting table
a: #a b c
material: "OBSIDIAN" #d e f
b: #g h i
material: "GOLD_BLOCK"
c:
material: "OBSIDIAN"
d:
material: "GOLD_BLOCK"
e:
material: "FURNACE"
f:
material: "GOLD_BLOCK"
g:
material: "OBSIDIAN"
h:
material: "GOLD_BLOCK"
i:
material: "OBSIDIAN"
foundry:
timetomelt: 10 #in seconds: time needed for the foundry to melt an item
defaultplace: 2 #how many foundries a player can place by default
#you can define the number of foundries a player can place with the permission "foundry.number.numberyouwant"
#example: if you want your player to place 5 foundries at maximum, use "foundry.number.5"
defaultexp: 10 #default number of exp that the player will receive when he melts an item (must be an integer)
#this number is the maximum (item not broken and diamond), it will decrease if the item is almost broken
#and it also depends on the rarity of the ressource (diamond > gold > iron)
neededtomelt:
isneeded: true #put it to true if you want your player to pay this when he melts
material: "COAL"
damage: 0
quantity: 5
inv:
nameempty: "&cFoundry - Empty"
namemelting: "&cFoundry - &aMelting"
namedone: "&cFoundry - &2Molten"
fillitem:
name: "&cInformation"
material: 160 #Material of the item that fills the inventory (you can use name or the id of the item)
damage: 7 #Must be an integer! Useful for colors with wools and glasses mainly
lores:
- "&7Put your tools in the empty slot"
- "&7to begin to melt them."
oreplace:
name: "&cInformation"
material: 160 #Material of the item that fills the inventory (you can use name or the id of the item)
damage: 14 #Must be an integer! Useful for colors with wools and glasses mainly
lores:
- "&7When your item is molten"
- "&7ores will spawn here"
doneitem:
name: "&aYour item is molten!"
material: 160 #Material of the item that fills the inventory (you can use name or the id of the item)
damage: 5 #Must be an integer! Useful for colors with wools and glasses mainly
lores:
- "&7Recover the ores and you will"
- "&7be able to start a new melting!"
messages:
mustbetool: "&cYou must place a tool or an armor!"
notenoughressources: "&cYou must have at least 5 coal to melt an item!"
itemtoobroken: "&cYour item is too much broken to be molten!"
wait: "&cWait for your item to be molten!"
blockplace: "&aYou have placed a new foundry!"
blockbreak: "&cYou have broken a foundry."
noperm: "&cYou don't have permission to do that!"
reloadusage: "&7Usage: &c/foundry reload - to reload the config file"
reloaded: "&aConfiguration file for Foundry reloaded"
limitplace: "&cYou have reached your limit of %number% foundries !"

permissions:
use: "foundry.use" #use the foundry block
place: "foundry.place" #place the foundry block
break: "foundry.delete" #break the foundry block
reload: "foundry.reload" #reload the plugin
unlimitedplace: "foundry.placeunlimited" #permission to place foundries without limitation

termsandconditions.png


You are not allowed to sell or redistribute this plugin without my permission.
Author
Administrator
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest Updates

  1. 1.0.8

    1.0.8
Back
Top