Native Minecraft Version:1.15Tested Minecraft Versions:
or
Please note that is plugin is under recode and some features might not work.
This plugin offers you a system of Soulwell type crates. It also implements a system of souls on the server.
To ask questions, make suggestions or report bugs, please use the discussion section, not in the review section.
Code (Text):
#######################################################
## ##
## qCrates v0.1 ##
## by Browk ##
## ##
#######################################################
#MySQL database connection:
MySQL:
enabled: false
host: ''
port: '3306'
database: ''
user: ''
password: ''
#Souls settings.
souls-to-open: 10
per-kill-souls: 1
#Souls limits. Permission: qcrates.maxSouls.<group> (example: qcrates.maxSouls.vip+)
souls-limits:
default: 100
vip: 130
vip+: 150
#Prizes list.
prizes:
'1':
displayName: '&6OP Diamond Sword'
displayItem: DIAMOND_SWORD
rarity: 'Legendary'
lore:
- ''
- '§fGives you an §bOP'
- '§bDiamond Sword§f!'
commands:
- 'give %player% DIAMOND_SWORD 1'
'2':
displayName: '&bAwesome Permission'
displayItem: IRON_CHESTPLATE
rarity: 'Rare'
lore:
- '§7You get a permission.'
commands:
- 'manuaddp %player% yourPermission'
'3':
displayName: '&aMuch Dirt'
displayItem: DIRT
rarity: 'Common'
lore:
- '§7You get much dirt.'
commands:
- 'give %player% DIRT 64'
'4':
displayName: '&bMany Stones'
displayItem: STONE
rarity: 'Rare'
lore:
- '§7You get many stones.'
commands:
- 'give %player% STONE 32'
'5':
displayName: '&cAnother Permission'
displayItem: DIAMOND_AXE
rarity: 'Rare'
lore:
- '§7You get a permission.'
commands:
- 'manuaddp %player% yourPermission'
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
or
Please note that is plugin is under recode and some features might not work.
This plugin offers you a system of Soulwell type crates. It also implements a system of souls on the server.
To ask questions, make suggestions or report bugs, please use the discussion section, not in the review section.
- You can open Soulwell type crates.
- You must right-click a end-portal frame to open confirm menu.
- There is a souls system, you can get souls for kills.
- All messages are configurable. (messages.yml)
- There are two types of data storage: MySQL and Local Storage.
- You can set commands for prizes like adding permissions, heal, give etc.
- Commands for adding/removing/setting souls.
- Command to see the number of souls.
- You can set a prefix for messages.
- You can set the number of souls you receive for killing.
- Souls limit permissions. (you can set per group limit)
- Right-click an end-portal-frame to open the confirm menu.
- [NEW] PlaceholderAPI support. (/papi ecloud download qCrates) - %qcrates_souls%
- /qcrates help - Shows plugin's help and info message.
Permission: qcrates.help - /qcrates reload - Reloads plugin.
Permission: qcrates.reload - /qcrates souls add <player> <amount> - Add souls for player.
Permission: qcrates.admin - /qcrates souls remove <player> <amount> - Remove souls for player.
Permission: qcrates.admin - /qcrates souls set <player> <amount> - Set player's souls.
Permission: qcrates.admin - /souls - Show your souls.
Permission: none - /souls <player> - Show player's souls.
Permission: qcrates.souls.other
Code (Text):
#######################################################
## ##
## qCrates v0.1 ##
## by Browk ##
## ##
#######################################################
#MySQL database connection:
MySQL:
enabled: false
host: ''
port: '3306'
database: ''
user: ''
password: ''
#Souls settings.
souls-to-open: 10
per-kill-souls: 1
#Souls limits. Permission: qcrates.maxSouls.<group> (example: qcrates.maxSouls.vip+)
souls-limits:
default: 100
vip: 130
vip+: 150
#Prizes list.
prizes:
'1':
displayName: '&6OP Diamond Sword'
displayItem: DIAMOND_SWORD
rarity: 'Legendary'
lore:
- ''
- '§fGives you an §bOP'
- '§bDiamond Sword§f!'
commands:
- 'give %player% DIAMOND_SWORD 1'
'2':
displayName: '&bAwesome Permission'
displayItem: IRON_CHESTPLATE
rarity: 'Rare'
lore:
- '§7You get a permission.'
commands:
- 'manuaddp %player% yourPermission'
'3':
displayName: '&aMuch Dirt'
displayItem: DIRT
rarity: 'Common'
lore:
- '§7You get much dirt.'
commands:
- 'give %player% DIRT 64'
'4':
displayName: '&bMany Stones'
displayItem: STONE
rarity: 'Rare'
lore:
- '§7You get many stones.'
commands:
- 'give %player% STONE 32'
'5':
displayName: '&cAnother Permission'
displayItem: DIAMOND_AXE
rarity: 'Rare'
lore:
- '§7You get a permission.'
commands:
- 'manuaddp %player% yourPermission'