https://github.com/aj-rom/backpacksplus
[1.14 - 1.16+] Add unlimited custom textured backpacks to your spigot/paper server.
https://github.com/aj-rom/backpacksplus
backpack backpack-plugin backpacks backpacksplus custom-textures minecraft-plugin spigot-plugin
Last synced: 8 days ago
JSON representation
[1.14 - 1.16+] Add unlimited custom textured backpacks to your spigot/paper server.
- Host: GitHub
- URL: https://github.com/aj-rom/backpacksplus
- Owner: aj-rom
- License: gpl-3.0
- Created: 2020-08-11T00:52:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T13:46:49.000Z (about 2 years ago)
- Last Synced: 2025-04-01T05:11:11.301Z (about 2 months ago)
- Topics: backpack, backpack-plugin, backpacks, backpacksplus, custom-textures, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 377 KB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

***
[](https://github.com/CoachLuck/BackPacksPlus "") [](https://www.spigotmc.org/resources/a.82612/) [](http://app.codacy.com/manual/CoachLuck/BackPacksPlus/dashboard?bid=19650936 "") 
### Commands
| Command | Permission | Description |
|---|---|---|
|/bpp|backpacksplus.use|Allow the player to see their currently available backpacks.|
|/bpp give |backpacksplus.give|Allow the player to give others backpacks.|
|/bpp reload|backpacksplus.reload|Reload the plugin and files.|
|/bpp help|backpacksplus.help|Show the help page.|### Per BackPack Permission
- In order for a player to **use** a backpack they must have the permission as follows: `backpack.use.`
- In order for a player to **craft** a backpack they must have the permission as follows: `backpack.craft.`
- To give craft or usage permissions for all backpacks you can do: `backpack..*`
- To give craft and usage of all backpacks you can do: `backpack.*`More information on permissions can be found [here](https://github.com/aj-rom/BackPacksPlus/wiki/Permissions).
### Custom Textures
In order to use custom textures you must first find a head skin from [MineCraftHeads.com](https://minecraft-heads.com/custom-heads/search?searchword=backpack) and scroll down and copy the Minecraft URL section.Ensure that all of these under the desired backpack are set.
Next insert the desired textures link.
```Yaml
# Can be PLAYER_HEAD, SKULL, or CUSTOM
Material: "CUSTOM"
Texture: "http://textures.minecraft.net/texture/"
```### Translations
A guide to using languages other than English can be found in the [Wiki](https://github.com/aj-rom/BackPacksPlus/wiki/Translations).