If you want placeholders use this link: https://goo.gl/p2ZtjS
Tested Minecraft Versions:
xeRicker, Eselyx
(Some of the effects shown in this gif are not included in minecraft and were added to the picture afterwards).
EVERYTHING CAN BE GIVEN OUT AS A LOOT!
Since the loots are given out using commands you have endless possibilities for loots. You can give items, permissions, unlock stuff from other plugins, or you simply kill the player upon opening a box.
( ͡° ͜ʖ ͡°)
EXTREMELY CONFIGURABLE!
You can configure everything for your own needs. The GUI, particles, descriptions, block/item-types, sounds, percentages and everything else is configurable.
CUSTOM MYSTERY BOXES!
Create unlimited amount of custom Mystery Boxes and configure them for your own needs. The Mystery Boxes above are the standard examples.
CRAFTING SYSTEM!
Mystery Dust is used to craft Mystery Boxes. You can change how much Mystery Dust you need to craft each box. To give players Mystery Dust, use "/mb setmysterydust/addmysterydust <player> <amount>" command.
TRANSFER BOXES TO ANOTHER PLAYER!
You can transfer your Mystery Boxes to other players! As owner, you can set which boxes can be transferred by whom (permissions).
STATISTICS!
The plugin automatically saves some of your statistics into the file. You can view your statistics in the Mystery Vault.
CONFIGURABLE PER-BOX PARTICLES!
Code (Text):
particles:
mystery-vault:
1: FIREWORKS_SPARK;0;0;0;0;1
2: REDSTONE;0;0;0;10;1
mystery-box:
1: FIREWORKS_SPARK;0;0;0;0;1
2: REDSTONE;0;0;0;10;1
charge:
1: ENCHANTMENT_TABLE;0;0;0;1;60
explosion:
1: LAVA;0;0;0;1;15
2: SMOKE_NORMAL;0;0;0;1;40
3: FLAME;0;0;0;1;40
end:
1: EXPLOSION_NORMAL;1;0.5;1;0;1
2: CRIT_MAGIC;0.3;0.3;0.3;0;1
Format: particle name;offset X;offset Y; offset Z;speed;amount
Example: FIREWORKS_SPARK;0;0;0;0;1
MYSTERY VAULT & CUSTOM FALLING BLOCK!
Code (Text):
falling-mystery-box-name: "{PLAYER}'s &aMystery Box"
falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
falling-mystery-box-type: ENDER_CHEST
falling2-mystery-box-type: IRON_BLOCK
falling-mystery-box-data: 0
falling2-mystery-box-data: 0
falling-mystery-box-head-name: "xeRicker"
falling2-mystery-box-head-name: "Eselyx"
The Mystery Vault opens the GUI from where you can open boxes, transfer boxes, craft boxes or see your statistics. It doesn't have to be an enderchest and the falling block type is configurable as well. It is changing the block type when showing the new loot, making you able to create a nice animation.
ONE-TIME LOOTS!
This is useful when using the plugin to give permissions or to unlock things, since having the same permission twice wouldn't change anything - so you can give them a smaller loot or Mystery Dust as compensation.
PLACEHOLDERAPI SUPPORT!
To be able to use the MysteryBoxes' placeholders in another plugins, you need to put the expansion included in the ".zip"-file into the PlaceholderAPI's expansion folder.
Available placeholders:
• %mysteryboxes_amount_<box>% - shows players' Mystery Boxes (example: %mysteryboxes_amount_one_star%).
• %mysteryboxes_statistic_boxes_opened% - shows players' opened boxes.
• %mysteryboxes_statistic_boxes_crafted% - shows players' crafted boxes.
• %mysteryboxes_statistic_boxes_transferred% - shows players' transferred boxes.
• %mysteryboxes_statistic_dust_gained% - shows players' gained boxes.
API SUPPORT!
To be able to use the MysteryBoxes' API you need to import the plugin into your project.
PlayerData
This object allows you to get player's data.
Statistics
This object allows you to get player's statistics.
PERCENTAGE SYSTEM!
Code (Text):
'50' <== 50%
'1' <--- LOOT 1/3, MEANS 50/3% = 16,66% LOOT 1
'2' <--- LOOT 2/3, MEANS 50/3% = 16,66% LOOT 2
'3' <--- LOOT 3/3, MEANS 50/3% = 16,66% LOOT 3
'40' <== 40%
'4' <--- LOOT 1/2, MEANS 40/2% = 20% LOOT 4
'5' <--- LOOT 1/2, MEANS 40/2% = 20% LOOT 5
'10' <== 10%
'6' <--- LOOT 1/2, MEANS 10/2% = 5% LOOT 6
'7' <--- LOOT 1/2, MEANS 10/2% = 5% LOOT 7
This feature adds to your loots percentage system which will make some loots harder to get. First, the plugin selects loot-group based on the percentage. Then, it will select a random loot out of that loot-group (the more loots inside a loot-group, the less chance to get each of it).
PERMISSION TO OPEN CERTAIN MYSTERY BOXES!
Code (Permissions):
permission: "mysteryboxes.open.one_star"
permission-message: "&cYou don't have permission!"
This feature is great when you want for example to disallow non-VIP players from opening certain Mystery Boxes.
MYSQL SUPPORT!
Code (Text):
mysql:
enabled: false
host: "host"
datebase: "datebase"
username: "username"
password: "password"
Once enabled, the plugin will use MySQL to save most of the data. We not recommend to use this option if the connection between your server and MySQL is slow.
How to create Mystery Vault?
• Type "/mb mode set-vault" then right-click a specified block to make it Mystery Vault. It does not have to be an enderchest.
How to create hologram above Mystery Vault?
• We recommend you to use a plugin like HolographicDisplays.
The plugin is not working after I've updated it, what can I do?
• In most cases you need to delete the old configuration files to let the plugin generate new ones.
How to use the plugin's API?
• To use the api you need to import the plugin into your workspace.
Why is the Test Server offline?
• It was probably shut down for maintenance. Please try again later!
mysteryboxes.command.menu-main
/mysteryboxes menu main
mysteryboxes.command.menu-craftboxes
/mysteryboxes menu craftboxes
mysteryboxes.command.help
/mysteryboxes help
mysteryboxes.command.reload
/mysteryboxes reload
mysteryboxes.command.license
/mysteryboxes license
mysteryboxes.command.mode-add-vault
/mysteryboxes mode add-vault
mysteryboxes.command.mode-remove-vault
/mysteryboxes mode remove-vault
mysteryboxes.command.mode-set-yaw
/mysteryboxes mode set-yaw
mysteryboxes.command.setmysterydust-all
/mysteryboxes setmysterydust-all
mysteryboxes.command.addmysterydust-all
/mysteryboxes addmysterydust-all
mysteryboxes.command.check
/mysteryboxes check
mysteryboxes.command.open
/mysteryboxes open
mysteryboxes.command.set-all
/mysteryboxes set-all
mysteryboxes.command.add-all
/mysteryboxes add-all
mysteryboxes.command.remove-all
/mysteryboxes remove-all
mysteryboxes.command.setmysterydust
/mysteryboxes setmysterydust
mysteryboxes.command.removemysterydust
/mysteryboxes removemysterydust
mysteryboxes.command.set
/mysteryboxes set
mysteryboxes.command.add
/mysteryboxes add
mysteryboxes.command.remove
/mysteryboxes remove
1) Purchase and download the plugin.
2) Download reguired plugins (if any).
3) Place downloaded plugins in your server's plugins directory.
4) Restart or reload the server.
5) Configure the plugin for your own needs.
6) Reload the configuration files.
7) Enjoy!
• CONFIG file - http://pastebin.com/pfSg2kTs
• LANGUAGE file - http://pastebin.com/gQrSaNke
• PlaceHolderAPI (https://www.spigotmc.org/resources/6245/)
Note: Some required plugins might have their own reguirements as well so before you contact us when your plugin is not working, please make sure all requirements all installed and are working properly.
We've made test server for you where you can test all our plugins which is available 24/7.
Plugins available to test:
• MYSTERYBOXES
• DISGUISEABILITIES
• ARENABRAWL
• CARLTHECREEPER
• GROWINGORES
IP: testplugins.net
Version: 1.11
Note: If the test server is offline, it was probably shut down for maintenance. Please try again later!
The best way to contact us is through Skype, we respond almost immediately, although you can still contact us via private message on Spigot.
SKYPE: Eselyx
If the plugin is not working, please read this before contacting us:
• Make sure all required plugins are installed and are working properly.
• Check if your server is compatible with the plugin (the plugin only works with the spigot versions stated in the title).
• If the plugin stopped working after you've updated it, try deleting the old configuration files (they might be missing new options, thus that's why it's not working).
Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
xeRicker, Eselyx
(Some of the effects shown in this gif are not included in minecraft and were added to the picture afterwards).
EVERYTHING CAN BE GIVEN OUT AS A LOOT!
Since the loots are given out using commands you have endless possibilities for loots. You can give items, permissions, unlock stuff from other plugins, or you simply kill the player upon opening a box.
( ͡° ͜ʖ ͡°)
EXTREMELY CONFIGURABLE!
You can configure everything for your own needs. The GUI, particles, descriptions, block/item-types, sounds, percentages and everything else is configurable.
CUSTOM MYSTERY BOXES!
Create unlimited amount of custom Mystery Boxes and configure them for your own needs. The Mystery Boxes above are the standard examples.
CRAFTING SYSTEM!
Mystery Dust is used to craft Mystery Boxes. You can change how much Mystery Dust you need to craft each box. To give players Mystery Dust, use "/mb setmysterydust/addmysterydust <player> <amount>" command.
TRANSFER BOXES TO ANOTHER PLAYER!
You can transfer your Mystery Boxes to other players! As owner, you can set which boxes can be transferred by whom (permissions).
STATISTICS!
The plugin automatically saves some of your statistics into the file. You can view your statistics in the Mystery Vault.
CONFIGURABLE PER-BOX PARTICLES!
Code (Text):
particles:
mystery-vault:
1: FIREWORKS_SPARK;0;0;0;0;1
2: REDSTONE;0;0;0;10;1
mystery-box:
1: FIREWORKS_SPARK;0;0;0;0;1
2: REDSTONE;0;0;0;10;1
charge:
1: ENCHANTMENT_TABLE;0;0;0;1;60
explosion:
1: LAVA;0;0;0;1;15
2: SMOKE_NORMAL;0;0;0;1;40
3: FLAME;0;0;0;1;40
end:
1: EXPLOSION_NORMAL;1;0.5;1;0;1
2: CRIT_MAGIC;0.3;0.3;0.3;0;1
Format: particle name;offset X;offset Y; offset Z;speed;amount
Example: FIREWORKS_SPARK;0;0;0;0;1
MYSTERY VAULT & CUSTOM FALLING BLOCK!
Code (Text):
falling-mystery-box-name: "{PLAYER}'s &aMystery Box"
falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
falling-mystery-box-type: ENDER_CHEST
falling2-mystery-box-type: IRON_BLOCK
falling-mystery-box-data: 0
falling2-mystery-box-data: 0
falling-mystery-box-head-name: "xeRicker"
falling2-mystery-box-head-name: "Eselyx"
The Mystery Vault opens the GUI from where you can open boxes, transfer boxes, craft boxes or see your statistics. It doesn't have to be an enderchest and the falling block type is configurable as well. It is changing the block type when showing the new loot, making you able to create a nice animation.
ONE-TIME LOOTS!
This is useful when using the plugin to give permissions or to unlock things, since having the same permission twice wouldn't change anything - so you can give them a smaller loot or Mystery Dust as compensation.
PLACEHOLDERAPI SUPPORT!
To be able to use the MysteryBoxes' placeholders in another plugins, you need to put the expansion included in the ".zip"-file into the PlaceholderAPI's expansion folder.
Available placeholders:
• %mysteryboxes_amount_<box>% - shows players' Mystery Boxes (example: %mysteryboxes_amount_one_star%).
• %mysteryboxes_statistic_boxes_opened% - shows players' opened boxes.
• %mysteryboxes_statistic_boxes_crafted% - shows players' crafted boxes.
• %mysteryboxes_statistic_boxes_transferred% - shows players' transferred boxes.
• %mysteryboxes_statistic_dust_gained% - shows players' gained boxes.
API SUPPORT!
To be able to use the MysteryBoxes' API you need to import the plugin into your project.
PlayerData
This object allows you to get player's data.
Statistics
This object allows you to get player's statistics.
PERCENTAGE SYSTEM!
Code (Text):
'50' <== 50%
'1' <--- LOOT 1/3, MEANS 50/3% = 16,66% LOOT 1
'2' <--- LOOT 2/3, MEANS 50/3% = 16,66% LOOT 2
'3' <--- LOOT 3/3, MEANS 50/3% = 16,66% LOOT 3
'40' <== 40%
'4' <--- LOOT 1/2, MEANS 40/2% = 20% LOOT 4
'5' <--- LOOT 1/2, MEANS 40/2% = 20% LOOT 5
'10' <== 10%
'6' <--- LOOT 1/2, MEANS 10/2% = 5% LOOT 6
'7' <--- LOOT 1/2, MEANS 10/2% = 5% LOOT 7
This feature adds to your loots percentage system which will make some loots harder to get. First, the plugin selects loot-group based on the percentage. Then, it will select a random loot out of that loot-group (the more loots inside a loot-group, the less chance to get each of it).
PERMISSION TO OPEN CERTAIN MYSTERY BOXES!
Code (Permissions):
permission: "mysteryboxes.open.one_star"
permission-message: "&cYou don't have permission!"
This feature is great when you want for example to disallow non-VIP players from opening certain Mystery Boxes.
MYSQL SUPPORT!
Code (Text):
mysql:
enabled: false
host: "host"
datebase: "datebase"
username: "username"
password: "password"
Once enabled, the plugin will use MySQL to save most of the data. We not recommend to use this option if the connection between your server and MySQL is slow.
How to create Mystery Vault?
• Type "/mb mode set-vault" then right-click a specified block to make it Mystery Vault. It does not have to be an enderchest.
How to create hologram above Mystery Vault?
• We recommend you to use a plugin like HolographicDisplays.
The plugin is not working after I've updated it, what can I do?
• In most cases you need to delete the old configuration files to let the plugin generate new ones.
How to use the plugin's API?
• To use the api you need to import the plugin into your workspace.
Why is the Test Server offline?
• It was probably shut down for maintenance. Please try again later!
mysteryboxes.command.menu-main
/mysteryboxes menu main
mysteryboxes.command.menu-craftboxes
/mysteryboxes menu craftboxes
mysteryboxes.command.help
/mysteryboxes help
mysteryboxes.command.reload
/mysteryboxes reload
mysteryboxes.command.license
/mysteryboxes license
mysteryboxes.command.mode-add-vault
/mysteryboxes mode add-vault
mysteryboxes.command.mode-remove-vault
/mysteryboxes mode remove-vault
mysteryboxes.command.mode-set-yaw
/mysteryboxes mode set-yaw
mysteryboxes.command.setmysterydust-all
/mysteryboxes setmysterydust-all
mysteryboxes.command.addmysterydust-all
/mysteryboxes addmysterydust-all
mysteryboxes.command.check
/mysteryboxes check
mysteryboxes.command.open
/mysteryboxes open
mysteryboxes.command.set-all
/mysteryboxes set-all
mysteryboxes.command.add-all
/mysteryboxes add-all
mysteryboxes.command.remove-all
/mysteryboxes remove-all
mysteryboxes.command.setmysterydust
/mysteryboxes setmysterydust
mysteryboxes.command.removemysterydust
/mysteryboxes removemysterydust
mysteryboxes.command.set
/mysteryboxes set
mysteryboxes.command.add
/mysteryboxes add
mysteryboxes.command.remove
/mysteryboxes remove
1) Purchase and download the plugin.
2) Download reguired plugins (if any).
3) Place downloaded plugins in your server's plugins directory.
4) Restart or reload the server.
5) Configure the plugin for your own needs.
6) Reload the configuration files.
7) Enjoy!
• CONFIG file - http://pastebin.com/pfSg2kTs
• LANGUAGE file - http://pastebin.com/gQrSaNke
• PlaceHolderAPI (https://www.spigotmc.org/resources/6245/)
Note: Some required plugins might have their own reguirements as well so before you contact us when your plugin is not working, please make sure all requirements all installed and are working properly.
We've made test server for you where you can test all our plugins which is available 24/7.
Plugins available to test:
• MYSTERYBOXES
• DISGUISEABILITIES
• ARENABRAWL
• CARLTHECREEPER
• GROWINGORES
IP: testplugins.net
Version: 1.11
Note: If the test server is offline, it was probably shut down for maintenance. Please try again later!
The best way to contact us is through Skype, we respond almost immediately, although you can still contact us via private message on Spigot.
SKYPE: Eselyx
If the plugin is not working, please read this before contacting us:
• Make sure all required plugins are installed and are working properly.
• Check if your server is compatible with the plugin (the plugin only works with the spigot versions stated in the title).
• If the plugin stopped working after you've updated it, try deleting the old configuration files (they might be missing new options, thus that's why it's not working).