✦ | VoidChest | SellChest | Chunk Collector | Purge | Boosters | Holograms | ✦

EXCLUSIVE SpigotVIP ✦ | VoidChest | SellChest | Chunk Collector | Purge | Boosters | Holograms | ✦ 1.16.0

✦ | VoidChest | SellChest | Chunk Collector | Purge | Boosters | Holograms | ✦
◦•●❤♡ ᴄᴏɴᴛᴀᴄᴛ Dekomori on discord ꜰᴏʀ ꜱᴜᴘᴘᴏʀᴛ ♡❤●•◦

Native Minecraft Version:
1.13

Tested Minecraft Versions: 1.8 / 1.9 / 1.10 / 1.11 / 1.12 / 1.13 / 1.14 / 1.15 / 1.16 / 1.17 / 1.18

Source Code: https://github.com/Shin1gamiX/VoidChest

G2jHX9z.png

0f1yu1q.png

giphy.gif

giphy.gif



\/ New, updated videol \/

/\ New, updated video /\
HHln99O.png


Still under construction...
KkkvX2J.png


Messages.yml file
Options.yml file
Shop.yml file

default.yml file

trIi7KC.png

kvkdHco.png


Code (Text):
Messages:
No-Permission: '&cYou are not allowed to use this command.'
Reload: '&a&l(!) &aPlugin has been reloaded!'
Help:
- ''
- '&c&l(!) &cVoidChest Commands:'
- ' &8» &7/vc &ereload &7- &oReloads all plugin files.'
- ' &8» &7/vc &etoggle &7- &oPrevents sell messages from being sent.'
- ' &8» &7/vc &estats &o[player] &7- &oShows someone else statistics or yours.'
- ' &8» &7/vc &elist &7- &oList all available voidchest names.'
- ' &8» &7/vc &e<voidchest> &o[player] [amount] &7- &oGive someone some voidchests'
- ' &8» &7/vc &eboost &o<player> <boost_amount> <time_in_seconds> &7- &oBoost a
player''s income!'
- ''
Sell:
Inventory-sell: '&a&l+ $%money% &7(Sold %itemssold%, Purged %itemspurged%) &7[VOID
CHEST]'
Notify-sell:
enabled: '&a&l(!) &aYou have enabled sell notifications.'
disabled: '&c&l(!) &cYou have disabled sell notifications.'
Player:
Offline: '&c&l(!) &4%player%&c is not found online.'
Invalid: '&c&l(!) &4%player%&c couldn''t be found.'
VoidChest:
Limit-Reached: '&c&l(!) &cYou have reached the maximum limit for placed void chests.'
Give: '&a&l(!) &aYou have given &7%player% %amount%x &3void chests&a.'
Give-Invalid: '&c&l(!) &cNo voidchest by the name &e%voidchest% &cexists.'
Receive: '&a&l(!) &aYou have received &7%amount%x &3void chests&a.'
List: '&7&l(!) &7Currently &e%amount% &7voidchests loaded: &e%voidchests%'
Boost:
Usage: '&7&l(!) &7Incorrect usage, please use this foramt: &c/vc boost <player>
<boost_amount> <time_in_seconds>'
Limit: '&c&l(!) &cYou need to specify a boost higher than 1.0!'
Applied: '&7&l(!) &7A boost of &e%boost% &7has been applied to &e%player% &7for
&e%timeleft%'
Time-Limit: '&c&l(!) &cYou need to specify a boost timer higher than 0 seconds!'
Stats:
Self:
- ''
- '&7&l&m------==[&6 Your Stats &7&l&m]==------'
- ''
- '&7Total voidchests: &6%voidchests%'
- '&7Booster: &a%booster%'
- '&7Booster timeleft: &a%timeleft%'
- '&7Money made: &a$%money%'
- '&7Items sold: &6%itemssold%'
- '&7Items purged: &6%itemspurged%'
- ''
- '&7&l&m------==[&6 Your Stats &7&l&m]==------'
Other:
- ''
- '&7&l&m------==[&6 %player% Stats &7&l&m]==------'
- ''
- '&7Total voidchests: &6%voidchests%'
- '&7Booster: &a%booster%'
- '&7Booster timeleft: &a%timeleft%'
- '&7Money made: &a$%money%'
- '&7Items sold: &6%itemssold%'
- '&7Items purged: &6%itemspurged%'
- ''
- '&7&l&m------==[&6 %player% Stats &7&l&m]==------'

Code (Text):
# ##################################################################################
# #
# __ ______ _____ _____ _____ _ _ ______ _____ _______ #
# \ \ / / __ \_ _| __ \ / ____| | | | ____|/ ____|__ __| #
# \ \ / / | | || | | | | | | | |__| | |__ | (___ | | #
# \ \/ /| | | || | | | | | | | __ | __| \___ \ | | #
# \ / | |__| || |_| |__| | |____| | | | |____ ____) | | | #
# \/ \____/_____|_____/ \_____|_| |_|______|_____/ |_| #
# #
# ##################################################################################


# ##################################################################################
#
# These sounds are played every time the player does something specific or
# whenever a certain action is done such as whenever a voidchest sells items.
#
# If no valid sound is found for any of these, no sound will be played at all.
#
# ##################################################################################
Sounds:
voidchest-sell: LEVEL_UP
voidchest-place: LEVEL_UP
voidchest-break: ANVIL_BREAK




# ##################################################################################
#
# These messages are sent every time the player does a certain action.
# An example would be whenever the player breaks a voidchest, places etc.
#
# ##################################################################################
Messages:
voidchest-break:
enabled: true
message: '&7&l(!) &7You have successfuly &cbroken &7a voidchest!'
voidchest-place:
enabled: true
message: '&7&l(!) &7You have successfuly &aplaced &7a voidchest!'
voidchest-break-fail:
enabled: true
message:
- '&c&l(!) &cYou cannot break &4%player%&c''s Void Chest.'
- '&cYou can only break your own.'



# ##################################################################################
#
# Limit how many voidchests a player can place.
# Bypass permission is: 'voidchest.bypass'
#
# ##################################################################################
Player:
voidchest:
limit: 5





# ##################################################################################
#
# The amount of seconds the plugin should attempt to save all voidchests in file.
# This is to ensure that in case of a crash, voidchest (statistics and etc) are not lost.
#
# In order to disable, set 'enabled' to false.
# If you are having performance issues either set the task to 'async'
# or increase the interval.
#
# The interval is being run in seconds.
#
# ##################################################################################
Saving:
interval: 45
enabled: true
task: sync



# ##################################################################################
#
# The amount of ticks the plugin should attempt to purge broken voidchests ingame. This is to ensure that
# if a voidchest is broken by an explosion or third party plugins, all data related to this voidchest are removed.
#
# 20 ticks being 1 second. 10 ticks being 0.5 seconds and so on.
# 100 ticks (default) being 5 seconds.
#
# This task is run sync (in the main thread).
#
# The interval is being run in ticks.
#
# ##################################################################################
Purging:
interval: 100


# ##################################################################################
#
# ignore-item-meta explanation: should the item meta be ignored? If this is set to
# false, if an item has any item meta (lore, enchant, etc), it will not be considered
# as a sellable and will be removed if you have the purge option to true.
#
# The interval is being run in seconds.
#
# The mode is the prefered sell logic you'd like the plugin to use so as to choose
# the sell prices for items.
#
# In case of ShopGUIPlus, it will select the first available
# similar item that has a sell price from ShopGUIPlus's shop.
#
# In case of VoidChest, it chooses prices depending on the shop.yml file.
#
# Same thing for essentials, I think this part is covered.
#
# As for custom, in order to use this you'll have to create your own plugin that
# implements a specific interface and then apply that class on startup. This way,
# if you have the mode as "custom", your custom's plugin sell logic should be applied.
#
# ##################################################################################
Sell:
interval: 15
mode: voidchest
ShopGUIPlus:
ignore-item-meta: false
VoidChest:
ignore-item-meta: false
Essentials:
ignore-item-meta: false

# ##################################################################################
#
# Should you get notified through the console every 2 hours?
# Please do keep this true, updates are important and you should keep track of them.
#
# ##################################################################################
Auto-update: true


Code (Text):
# ##################################################################################
# #
# __ ______ _____ _____ _____ _ _ ______ _____ _______ #
# \ \ / / __ \_ _| __ \ / ____| | | | ____|/ ____|__ __| #
# \ \ / / | | || | | | | | | | |__| | |__ | (___ | | #
# \ \/ /| | | || | | | | | | | __ | __| \___ \ | | #
# \ / | |__| || |_| |__| | |____| | | | |____ ____) | | | #
# \/ \____/_____|_____/ \_____|_| |_|______|_____/ |_| #
# #
# ##################################################################################

Items:
diamond: 10
diamond_block: 95
emerald: 20
emerald_block: 185
gold_ingot: 7.5
gold_block: 65
iron_ingot: 4
iron_block: 35
red_rose: 0.5
enchanted_golden_apple: 500


Code (Text):
# ##################################################################################
# #
# __ ______ _____ _____ _____ _ _ ______ _____ _______ #
# \ \ / / __ \_ _| __ \ / ____| | | | ____|/ ____|__ __| #
# \ \ / / | | || | | | | | | | |__| | |__ | (___ | | #
# \ \/ /| | | || | | | | | | | __ | __| \___ \ | | #
# \ / | |__| || |_| |__| | |____| | | | |____ ____) | | | #
# \/ \____/_____|_____/ \_____|_| |_|______|_____/ |_| #
# #
# ##################################################################################



VoidChests:

Normal:

Booster: 1.0 # Formula: (ItemPrice * boost)

Permissions:
break: voidchest.break.vip
place: voidchest.place.vip

Shift-click-open-chest: false

Storage:
name: '&c&l%voidchest% VoidChest' # Name of the item.
lore: # Lore of the item.
- '&7Automatically sell and or clear items that'
- '&7are inside this voidchest. Gain money while being afk!'
hologram:
enabled: true
height: 3.5
text:
- '&c&l%voidchest% VoidChest'
- ''
- '&fOwner: &c%owner%'
- '&fBoost: &b%booster%x'
- '&fMoney made: &a$%money%'
- '&fItems sold: &3%itemssold%'
- '&fItems purged: &3%itemspurged%'
- ''
- '&7&oRight-Click to Open VoidChest'
- '&7&oShift-Right-Click to Open Chest'
inventory:
name: '%owner% %voidchest% VoidChest' # The inventory's name.
rows: 3

Menu-Inventory:
name: '%owner% %voidchest% VoidChest' # The inventory's name.
rows: 3

auto-sell:
default: true
items:
'1':
slot: 11
enabled:
material: "gold_ingot"
enchanted: true
name: "&a&lAuto Sell"
lore:
- "&7Should this voidchest sell contents?"
- " "
- "&7Status &a&lENABLED"
- " "
- "&7Click to &cdisable&7 this setting."
disabled:
material: "gold_nugget"
name: "&c&lAuto Sell"
lore:
- "&7Should this voidchest sell contents?"
- " "
- "&7Status &c&lDISABLED"
- " "
- "&7Click to &aenable&7 this setting."

purge-items:
default: false
items:
'1':
slot: 10
enabled:
material: "EYE_OF_ENDER"
enchanted: true
name: "&a&lDelete Non-Sellable Items"
lore:
- "&7Should this voidchest delete items"
- "&7that are not sellable?"
- " "
- "&7Status &a&lENABLED"
- " "
- "&7Click to &cdisable&7 this setting."
disabled:
material: "ender_pearl"
name: "&c&lDelete Non-Sellable Items"
lore:
- "&7Should this voidchest delete items"
- "&7that are not sellable?"
- " "
- "&7Status &c&lDISABLED"
- " "
- "&7Click to &aenable&7 this setting."

voidchest:
items:
'1':
slot: 13
material: 'nether_star'
name: '&6&lVoid Chest Inventory'
lore:
- '&7&o{( Click me to open the custom inventory )}'

hologram:
default: true
items:
holo:
slots: 15
enabled:
material: armor_stand
name: "&a&lHologram"
lore:
- "&7Click to toggle this VoidChest's hologram"
- ""
- "&7Status: &a&lENABLED"
- ""
- "&7Click to &cDisable&7 the hologram."
disabled:
material: barrier
name: "&c&lHologram"
enchanted: true
lore:
- "&7Click to toggle this VoidChest's hologram."
- ""
- "&7Status: &c&lDISABLED"
- ""
- "&7Click to &aEnable&7 the hologram."

decoration:
items:
'barrier':
slots: all
material: 'black_stained_glass_pane'
name: '&r'
'book':
slot: 16
material: 'book'
name: '&b&lStatistics'
lore:
- ' &c&l* &cOwner -> %owner%'
- ' &6&l* &6VoidChest -> %voidchest%'
- ' &b&l* &bBooster -> %booster%x'
- ' &a&l* &aMoney made -> $%money%'
- ' &3&l* &3Items sold -> %itemssold%'
- ' &2&l* &2Items purged -> %itemspurged%'
'deco-glass':
slots: 1,3,4,5,7,9,15,17,19,21,22,23,25
material: 'red_stained_glass_pane'
name: '&r'



Vip:

Booster: 2.0 # Double the income, formula: (ItemPrice * boost)

Permissions:
break: voidchest.break.vip
place: voidchest.place.vip

Shift-click-open-chest: true

Storage:
name: '&c&l%voidchest% VoidChest' # Name of the item.
lore: # Lore of the item.
- '&7Automatically sell and or clear items that'
- '&7are inside this voidchest. Gain money while being afk!'
hologram:
enabled: true
height: 3.5
text:
- '&c&l%voidchest% VoidChest'
- ''
- '&fOwner: &c%owner%'
- '&fBoost: &b%booster%x'
- '&fMoney made: &a$%money%'
- '&fItems sold: &3%itemssold%'
- '&fItems purged: &3%itemspurged%'
- ''
- '&7&oRight-Click to Open VoidChest'
- '&7&oShift-Right-Click to Open Chest'
inventory:
name: '%owner% %voidchest% VoidChest' # The inventory's name.
rows: 5

Menu-Inventory:
name: '%owner% %voidchest% VoidChest' # The inventory's name.
rows: 3

auto-sell:
default: true
items:
'1':
slot: 11
enabled:
material: "gold_ingot"
enchanted: true
name: "&a&lAuto Sell"
lore:
- "&7Should this voidchest sell contents?"
- " "
- "&7Status &a&lENABLED"
- " "
- "&7Click to &cdisable&7 this setting."
disabled:
material: "gold_nugget"
name: "&c&lAuto Sell"
lore:
- "&7Should this voidchest sell contents?"
- " "
- "&7Status &c&lDISABLED"
- " "
- "&7Click to &aenable&7 this setting."

purge-items:
default: false
items:
'1':
slot: 10
enabled:
material: "EYE_OF_ENDER"
enchanted: true
name: "&a&lDelete Non-Sellable Items"
lore:
- "&7Should this voidchest delete items"
- "&7that are not sellable?"
- " "
- "&7Status &a&lENABLED"
- " "
- "&7Click to &cdisable&7 this setting."
disabled:
material: "ender_pearl"
name: "&c&lDelete Non-Sellable Items"
lore:
- "&7Should this voidchest delete items"
- "&7that are not sellable?"
- " "
- "&7Status &c&lDISABLED"
- " "
- "&7Click to &aenable&7 this setting."

voidchest:
items:
'1':
slot: 13
material: 'nether_star'
name: '&6&lVoid Chest Inventory'
lore:
- '&7&o{( Click me to open the custom inventory )}'

hologram:
default: true
items:
holo:
slots: 15
enabled:
material: armor_stand
name: "&a&lHologram"
lore:
- "&7Click to toggle this VoidChest's hologram"
- ""
- "&7Status: &a&lENABLED"
- ""
- "&7Click to &cDisable&7 the hologram."
disabled:
material: barrier
name: "&c&lHologram"
enchanted: true
lore:
- "&7Click to toggle this VoidChest's hologram."
- ""
- "&7Status: &c&lDISABLED"
- ""
- "&7Click to &aEnable&7 the hologram."

decoration:
items:
'barrier':
slots: all
material: 'black_stained_glass_pane'
enchanted: true
name: '&r'
'book':
slot: 16
material: 'book'
name: '&b&lStatistics'
lore:
- ' &c&l* &cOwner -> %owner%'
- ' &6&l* &6VoidChest -> %voidchest%'
- ' &b&l* &bBooster -> %booster%x'
- ' &a&l* &aMoney made -> $%money%'
- ' &3&l* &3Items sold -> %itemssold%'
- ' &2&l* &2Items purged -> %itemspurged%'
t5jran4.png

Code (Text):
VoidChestAPI.getInstance().hookVoidEconomy(VoidEconomy instance, final ServicePriority priority);

voidchest sell class
VoidSellChestEvent
VoidSellEvent
VoidItemMenuClickEvent

Latest updates

  1. N/A

    N/A
  2. N/A

    N/A
  3. N/A

    N/A

Latest reviews

Thanks LegitSpigot! u suc
Update please
Thx for this leak ^^

Similar resources

AdvancedReporter [ BEST REPORT SYSTEM ]| ✦ Web GUI & MySQL | Nicohhh
Easily manage your reports using MySQL or flat file with the best report system. Now with web GUI.
1.00 star(s) 1 ratings
Downloads
319
Updated
AdvancedReporter [ BEST REPORT SYSTEM ]| ✦ Web GUI & MySQL | 4.3.4 JulienLeak
0.00 star(s) 0 ratings
Downloads
239
Updated
BlackSpigot General Chat
Rules Help Users
    A @ AMOGUSSSSSSSS: hi, do someone can give me this https://mcmodels.net/products/8638/icons-pack ??? please (yes i...
    Top