![]()
Lightweight and easy to setup!
Features
Commands
- Lightweight plugin
- Fully customizable
- Easy to setup
- Fixes the ESC bypass
- Cannot bypass the force!
- Force resource pack to all players!
- Simple!
- /frp reload - Reloads the plugin
- /frp version - Displays the plugin version
Permissions
- frp.bypass - Bypasses the forcing of resource pack
- frp.reload - Permission to reload the plugin
Config
Code (Text):#Made by Digital on spigot
#Download to your resource pack
resource-pack: 'http://www.yourwebsite.com/resourcepack.zip'
#Do you want players to be forced to use the pack
force-resource: true
#Sent before the resource pack yes/no
join-message: '&eAttempting to send the resource pack...'
#Message when successfully enabled the pack
success-message: '&aSuccessfully enabled the resource pack!'
#Commands sent when player has enabled the pack
#Commands are sent by the console
# <player> for player name
# <uuid> for player uuid
success-commands:
- 'msg <player> thanks for enabling the resource pack!'
#Do you want to kick players if they decline the resource pack?
kick-players: true
kick-message: 'You must enable the resource pack!'
Dependency
This plugin will ONLY work on 1.8 as the packets were released in this minecraft version. It also requires ProtocolLib 3.6+!
API
Code (Text):ResourceHandler.hasResourcePack(Player player) - Will return true/false if the player has the resource pack enabled
ResourceHandler.sendResourcePack(Player player) - Will send the resource pack (defined in the config) to the player
Installation
Place the FRP.jar into your servers plugin folder and restart the server!
Suggestions
Feel free to PM me any suggestions or post below!
Need help with any of my plugins? PM me here on spigot!

ForceResourcePack [MC 1.9+]
Want to put all of your servers players on the same resource pack? Well heres the plugin!
Recent Updates
- Updates #2 - Added API, fixed bugs with config messages! Dec 31, 2015
- Updates #1 - Added reload and bypass permission Aug 13, 2015