Requested by
678
Feel free to use the code however you want, I really don't care.
InventoryLoader
Purpose: The intent was for players to be able to save/load loadouts for pvp. The features within the plugin probably make this very clear.
Requirements: Java 8
Features:
678
Feel free to use the code however you want, I really don't care.
InventoryLoader
Purpose: The intent was for players to be able to save/load loadouts for pvp. The features within the plugin probably make this very clear.
Requirements: Java 8
Features:
-
Permission based maximum loadouts
-
Delay based or death based loadout loading
-
Individual item blacklist
-
Paired items blacklist
Commands:
-
/save <loadout name>
-
/load <loadout name>
-
/delete <loadout name>
Permissions:
inventoryloader.load - Allows /load command
inventoryloader.save - Allows /save command
inventoryloader.delete - Allows /delete command
inventoryloader.bypass - Allows bypass of blacklists
inventoryloader.max.<group name> - Gives permission for number of loadouts
Config:
inventoryloader.load - Allows /load command
inventoryloader.save - Allows /save command
inventoryloader.delete - Allows /delete command
inventoryloader.bypass - Allows bypass of blacklists
inventoryloader.max.<group name> - Gives permission for number of loadouts
Config:
Code (Text):
##########################################################
# InventoryLoader Config #
##########################################################
Max_Loadout_Info:
default: 3
vip: 9
vipplus: 27
staff: 999
Delay: 600
Death: true
Item_Blacklist:
- "1"
- "2"
Item_Blacklist_Message: "There are banned items in your inventory."
Paired_Blacklist:
PairOne:
Items:
- "276"
- "162"
Message: "Sorry! Blah and blah can't be saved in the same layout."
2:
Items:
- "441"
- "373"
Message: "Sorry! Ya can't do dat boi."
##########################################################
# Permissions #
##########################################################
# inventoryloader.load - Allows /load command
# inventoryloader.save - Allows /save command
# inventoryloader.bypass - Allows bypass of blacklists
# inventoryloader.max.<group name> - Gives permission for number of loadouts
#eg. 'inventoryloader.max.default'
##########################################################
# Version #
##########################################################
VERSION: 1
#No touchy
# InventoryLoader Config #
##########################################################
Max_Loadout_Info:
default: 3
vip: 9
vipplus: 27
staff: 999
Delay: 600
Death: true
Item_Blacklist:
- "1"
- "2"
Item_Blacklist_Message: "There are banned items in your inventory."
Paired_Blacklist:
PairOne:
Items:
- "276"
- "162"
Message: "Sorry! Blah and blah can't be saved in the same layout."
2:
Items:
- "441"
- "373"
Message: "Sorry! Ya can't do dat boi."
##########################################################
# Permissions #
##########################################################
# inventoryloader.load - Allows /load command
# inventoryloader.save - Allows /save command
# inventoryloader.bypass - Allows bypass of blacklists
# inventoryloader.max.<group name> - Gives permission for number of loadouts
#eg. 'inventoryloader.max.default'
##########################################################
# Version #
##########################################################
VERSION: 1
#No touchy
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
// InventoryLoader | [1.8-1.12] | [Modded Item Support] \\ is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 452 times (via Spigot). Download it and open it directly in the game.