Home›Java›Mods›TreasureChest - Hunting - Unique Treasure Plugin - Player Competitive - Chest Tier/Type
ModsJava
TreasureChest - Hunting - Unique Treasure Plugin - Player Competitive - Chest Tier/Type
Find treasure and hunt'em down, An Adventure experince - Customization. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on SpigotBefore starting: I want to say this is my first plugin so I appericiate your help! Ok, let's start
==================
Treasure Chest is a plugin that's provide a treasure hunting experience, in an amount at time, treasure will spawn at a world with it cordination and player have to use F3 to find them
This plugin is complied for 1.8 but may work in 1.9 and 1.10 as well
If you have any video tutorials for the plugin or your server is running it, feel free to tell me and i will update it here
For live support (Not always, but you may have some luck): https://discordapp.com/channels/198388503640408064
After reading the introduction below, I would love to ask for donation, tho, the project will be always free and always, not forcing you, but if you donate, it's mean you love the project and It's one of the way to motivate me XD.
Also, If you really love the plugin, Give a 5 star rating
config.yml: Main configuration for the plugin:
treasure.yml: This basicly just to store the treasure, don't touch or it will break the plugin (or at least the current event)
players.yml: This just to store the player data, again DO NOT TOUCH THIS!
Btw, 2 of them contains useful data which can be used to get some information if you need, you can still look at it but I recommend that you should use the normal command since most of the data in treasure.yml and players.yml are converted into commands
/treasureadmin:
Alternative: /tad
Providing help page for administrator
Permission: TreasureChest.Admin
Default: OP
/treasure
Alternative: /tre
Providing help page for players
Default: Player with permission provided
Permission: TreasureChest.Player
Plugin sources: https://github.com/Banbeucmas/TreasureChest
Yeah this is a bit of messy, tho. I am not good at organizing stuff T_T
Note: For the 1.x users, check here
UPDATE 7/5/2016 <Edited>:
TL;DR: Due to studying, I will reduce the update ratio <Not support, i have a phone now hehe>.
Update will be done in the final weekdays of a month, beginning from today, so you will get your update on Saturday or Sunday on the last week of July
TL;DR: Due to studying, I will reduce the update ratio <Not support, i have a phone now hehe>.
Update will be done in the final weekdays of a month, beginning from today, so you will get your update on Saturday or Sunday on the last week of July
==================
Treasure Chest is a plugin that's provide a treasure hunting experience, in an amount at time, treasure will spawn at a world with it cordination and player have to use F3 to find them
This plugin is complied for 1.8 but may work in 1.9 and 1.10 as well
If you have any video tutorials for the plugin or your server is running it, feel free to tell me and i will update it here
For live support (Not always, but you may have some luck): https://discordapp.com/channels/198388503640408064
After reading the introduction below, I would love to ask for donation, tho, the project will be always free and always, not forcing you, but if you donate, it's mean you love the project and It's one of the way to motivate me XD.
Also, If you really love the plugin, Give a 5 star rating
- mc.serb-craft.com (/server prison) <@Batica as owner>
- enigmia.factions.ws <@EpicRhox>
- Provide Treasure like it's name
- Can config the type of the reward (Command/Item)
- Can config the chance of getting that reward
- Have limits on the area where treasure spawn (Per world configuration)
- Can limit the amount of treasure in a world come along with reward per treasure
- Competitive for players, scoreboard, top player and such, based on treasure found!
- Localization, translate your plugin into your language, current translated language:
- en_US - English (United States): Original language.
- ch_CH - Chinese: Created by fanglys.
- vi_VN - Vietnamese: Translated by me XD.
- I need more guys, please translate the plugin, the language properties into hastebin.com and send me the file in the discussion area.
- Chest Tier, player have a chance to find different kinds of treasure:
- Normal Treasure: Normal Treasure which spawn with cordinate
- Unique Treasure: Treasure which gives 2 points when spawned, also chance of spawning = 3/4 chance configured in the config
- Rare Treasure: Treasure which gives 5 points when spawned, also chance of spawning = 1/2 chance configured in the config
- Epic Treasure: Treasure which gives 7 points when spawned, also chance of spawning = 1/5 chance configured in the config
- Legendary Treasure: Treasure which gives 10 points when spawned, also chance of spawning = 1/10 chance configured in the config
- Hidden Treasure: Treasure that spawn without cordinate
- Lucky Treasure: Give the player random amount of points from 1 to 10
- Unlucky Treasure: 50% chance of spawning 5 of each mobs: Creeper, Zombie, Skeleton for the unlucky one *Evil laugh*
- In game configuration (Please backup your config before doing this)
- More to come, i need your comments
- Range cordinate are positive (Which mean there can't no negative <minus> X, Z value) - Haven't found a way to fix this, sorry T_T - Updated: Semi-Fixed (An author prediction XD)
- Chest System may produce bug on 2.1.x (Haven't found a report yet, this is just the author prediction)
- More to come, i need your comments
Spoiler: Treasure Opening
Spoiler: Treasure Spawn
Link to the image, the pic doesnt show up for some reason
http://imgur.com/h5p2DXw
config.yml: Main configuration for the plugin:
Spoiler: config.yml
#DO NOT TOUCH
configVersion: 2.0.1
#Prefix for the announcer
Prefix: "&7[&eTreasure&aChest&7]"
#Select the language for the plugin
Locale: en_US
#Delay between every spawn / despawn in seconds
SpawnDelay: 300
DespawnDelay: 300
#Chest/Rewards Limit for each world/treasure
ChestLimit: 2
RewardLimit: 3
#Hidden Chest Limit for each world (ChestLimit doesn't count HIDDEN treasure)
HiddenChestLimit: 3
#Option to enable - disable scoreboard (Disable will improve performance)
#Enable = true
#Disable = false
EnableScoreboard: true
#Limit the area that treasure would appear
#X/YFrom: Starting point
#X/YTo: Ending point
#Note: When there is a negative value from X/Y From, DO NOT PUT X/ZTo value into 0
#Note 2: The config would ignore the "Example" world, so you don't have to be worry
#vvv Please include name of the world you want the treasure to appear
World:
Example:
XFrom: 0
ZFrom: 0
XTo: 0
ZTo: 0
#Configuration for Chest
#List of chest provide chance of player getting different tiers of rewards
#Format as below
Chest:
#Name of the Chest Tier
Example:
#Type of the Chest
#Types Avaliable: NORMAL, HIDDEN, UNIQUE, RARE, EPIC, LEGENDARY
#You can found the treasure type in the plugin download page (Feature area)
#Chance of getting the tier
Type: NORMAL
Chance: 20
#Configuration for Rewards
#Format as below
#Type: Type of the reward <Item/Command>
#
#
########## Item Type Format ##########
#Material: The item type <Required>
#Amount: The amount of item <Default is 1>
#Enchantment: The enchantment of the item <Not unsafe enchantment> <Optional>
#Lore: Lore of the item <Optional>
#Name: Name of the item <Optional>
#
#
########## Command Type Format ##########
#Commands: Command execute
#
#
########## General ##########
#Chance: Chance of getting the item <Must be lower than 100; Default is 20> <Optional>
#
#
Rewards:
'0':
Type: Item
Material: Diamond_Sword
Amount: 1
Enchantment:
- Damage_All-1
Lore:
- "&3This is an example sword"
Name: "&3Example Sword"
Damage: 0
Chance: 100
'1':
Type: Command
Commands:
- give %player% 264 1
Chance: 20
Code (Text):
#DO NOT TOUCH
configVersion: 2.0.1
#Prefix for the announcer
Prefix: "&7[&eTreasure&aChest&7]"
#Select the language for the plugin
Locale: en_US
#Delay between every spawn / despawn in seconds
SpawnDelay: 300
DespawnDelay: 300
#Chest/Rewards Limit for each world/treasure
ChestLimit: 2
RewardLimit: 3
#Hidden Chest Limit for each world (ChestLimit doesn't count HIDDEN treasure)
HiddenChestLimit: 3
#Option to enable - disable scoreboard (Disable will improve performance)
#Enable = true
#Disable = false
EnableScoreboard: true
#Limit the area that treasure would appear
#X/YFrom: Starting point
#X/YTo: Ending point
#Note: When there is a negative value from X/Y From, DO NOT PUT X/ZTo value into 0
#Note 2: The config would ignore the "Example" world, so you don't have to be worry
#vvv Please include name of the world you want the treasure to appear
World:
Example:
XFrom: 0
ZFrom: 0
XTo: 0
ZTo: 0
#Configuration for Chest
#List of chest provide chance of player getting different tiers of rewards
#Format as below
Chest:
#Name of the Chest Tier
Example:
#Type of the Chest
#Types Avaliable: NORMAL, HIDDEN, UNIQUE, RARE, EPIC, LEGENDARY
#You can found the treasure type in the plugin download page (Feature area)
#Chance of getting the tier
Type: NORMAL
Chance: 20
#Configuration for Rewards
#Format as below
#Type: Type of the reward <Item/Command>
#
#
########## Item Type Format ##########
#Material: The item type <Required>
#Amount: The amount of item <Default is 1>
#Enchantment: The enchantment of the item <Not unsafe enchantment> <Optional>
#Lore: Lore of the item <Optional>
#Name: Name of the item <Optional>
#
#
########## Command Type Format ##########
#Commands: Command execute
#
#
########## General ##########
#Chance: Chance of getting the item <Must be lower than 100; Default is 20> <Optional>
#
#
Rewards:
'0':
Type: Item
Material: Diamond_Sword
Amount: 1
Enchantment:
- Damage_All-1
Lore:
- "&3This is an example sword"
Name: "&3Example Sword"
Damage: 0
Chance: 100
'1':
Type: Command
Commands:
- give %player% 264 1
Chance: 20
treasure.yml: This basicly just to store the treasure, don't touch or it will break the plugin (or at least the current event)
players.yml: This just to store the player data, again DO NOT TOUCH THIS!
Btw, 2 of them contains useful data which can be used to get some information if you need, you can still look at it but I recommend that you should use the normal command since most of the data in treasure.yml and players.yml are converted into commands
/treasureadmin:
Alternative: /tad
Providing help page for administrator
Permission: TreasureChest.Admin
Default: OP
/treasure
Alternative: /tre
Providing help page for players
Default: Player with permission provided
Permission: TreasureChest.Player
Plugin sources: https://github.com/Banbeucmas/TreasureChest
Yeah this is a bit of messy, tho. I am not good at organizing stuff T_T
- Do not claim this plugin as your own (Creating a copy of it then post it on Spigot)
- Do not modify the code by any kind
- I have the right to refuse to support based on the users attitude
TreasureChest - Hunting - Unique Treasure Plugin - Player Competitive - Chest Tier/Type is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10. Downloaded 11,562 times (via Spigot). Download it and open it directly in the game.
![[IMG]](http://proxy.spigotmc.org/9cc0f1c66fee64c6f23230d079ed4017be60e8b6?url=http%3A%2F%2Fi.imgur.com%2F6Dq8X0z.png)