InventoryLocker | Fully customisable | 1.15
SpigotMCChange the inventory of your players!
212 завантажень
остання v1.1 SpigotMC
FEATURES :
COMMANDS :
INSTALLATION :
DONATION :
If you enjoy the plugin and want to support me in maintaining this plugin, feel free to do so through Ko-fi :
Code (Text):
- Support PlaceHolderAPI ( Commands, Names, Lores )
- Fill inventory : You can fill the player inventory so that he can no longer use these slots.
- Add items : You can add items that execute commanders when you click on them.
3 Types of commands :
- "heal" (Execute an command)
- "console:say test" (Execute command as console)
- "message:&eHello world!" (Send message to the player)
- Fill inventory : You can fill the player inventory so that he can no longer use these slots.
- Add items : You can add items that execute commanders when you click on them.
3 Types of commands :
- "heal" (Execute an command)
- "console:say test" (Execute command as console)
- "message:&eHello world!" (Send message to the player)
COMMANDS :
- /il
Help/Info command.
Permission: none - /il clear <Optinal: Player>
Clear the inventory of a player
Permission: inventorylocker.use - /il bc <message>
Broadcast message.
Permission: inventorylocker.use
INSTALLATION :
- Put InventoryLocker.jar inside your plugins folder.
- Start or reload your server.
- Edit config.yml in the InventoryLocker folder
- Enjoy the plugin !
Code (YAML):
# Thanks for downloading InventoryLocker
# If you need help, you can add me on discord : Sanjee#0285
#
# ----------------------------------------------------------#
# SETTINGS #
# ----------------------------------------------------------#
# Clear inventory on connection ?
clear-on-join : false
# ----------------------------------------------------------#
# FILLING #
# ----------------------------------------------------------#
fill :
slots :
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
# Do not accept IDs
block : BARRIER
name : "&e"
lore : [ ]
quantity : 1
# ----------------------------------------------------------#
# ITEMS #
# ----------------------------------------------------------#
items :
0 :
slot : 0
block : cooked_beef
name : "&dHeal me"
lore :
- "&7Heal me please"
quantity : 1
command :
- "heal" # Need Essentials
1 :
slot : 1
block : Chest
name : "&eMy ping"
lore :
- "&7You have %player_ping% ms" # Need PlaceHolderAPI
quantity : 1
command :
2 :
slot : 2
block : Diamond_sword
name : "&aHello world"
lore :
- "&6say Hello world !"
quantity : 1
command :
- "console:say Hello world !"
- "message:&eYou say Hello world !"
3 :
slot : 3
block : Paper
name : "&2Information"
lore :
- "&6Clic for more informations"
quantity : 1
command :
- "message:&aWebsite : www.Google.com "
# If you need help, you can add me on discord : Sanjee#0285
#
# ----------------------------------------------------------#
# SETTINGS #
# ----------------------------------------------------------#
# Clear inventory on connection ?
clear-on-join : false
# ----------------------------------------------------------#
# FILLING #
# ----------------------------------------------------------#
fill :
slots :
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
# Do not accept IDs
block : BARRIER
name : "&e"
lore : [ ]
quantity : 1
# ----------------------------------------------------------#
# ITEMS #
# ----------------------------------------------------------#
items :
0 :
slot : 0
block : cooked_beef
name : "&dHeal me"
lore :
- "&7Heal me please"
quantity : 1
command :
- "heal" # Need Essentials
1 :
slot : 1
block : Chest
name : "&eMy ping"
lore :
- "&7You have %player_ping% ms" # Need PlaceHolderAPI
quantity : 1
command :
2 :
slot : 2
block : Diamond_sword
name : "&aHello world"
lore :
- "&6say Hello world !"
quantity : 1
command :
- "console:say Hello world !"
- "message:&eYou say Hello world !"
3 :
slot : 3
block : Paper
name : "&2Information"
lore :
- "&6Clic for more informations"
quantity : 1
command :
- "message:&aWebsite : www.Google.com "
DONATION :
If you enjoy the plugin and want to support me in maintaining this plugin, feel free to do so through Ko-fi :
Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.