Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:forceresourcepacks:start [2024/03/16 16:42] – [Features] Fix list phoenix616plugin:forceresourcepacks:start [2024/03/17 14:51] (current) – Fix IRC network text phoenix616
Line 1: Line 1:
 # ForceResourcepacks # ForceResourcepacks
  
-{{:plugin:forceresourcepacks:banner.png?nolink&700|}} +{{ :plugin:forceresourcepacks:icon.png?nolink&200|}}Force Resourcepacks is the enhanced version of my [free resourcepacks plugins](https://github.com/Phoenix616/ResourcepacksPlugins). In addition to being able to set different resourcepacks per world, server or on your whole proxy network (if installed in Bungee's or Velocity's plugin folder) you can also react on whether the user accepted downloading the pack and send them a message or even kick them if they did not do that!
- +
-Force Resourcepacks is the enhanced version of my [free resourcepacks plugins](https://github.com/Phoenix616/ResourcepacksPlugins). In addition to being able to set different resourcepacks per world, server or on your whole proxy network (if installed in Bungee's or Velocity's plugin folder) you can also react on whether the user accepted downloading the pack and send them a message or even kick them if they did not do that!+
  
 It even notices when a Bukkit server behind the proxy sends a resourcepack and applies the server's pack status rules on it! That way it is compatible with minigames plugins that manage their own server resourcepacks while still providing the ability to kick a user from the game's server when they did not download the pack! It even notices when a Bukkit server behind the proxy sends a resourcepack and applies the server's pack status rules on it! That way it is compatible with minigames plugins that manage their own server resourcepacks while still providing the ability to kick a user from the game's server when they did not download the pack!
Line 16: Line 14:
 - [WorldGuard Flags](flags) - [WorldGuard Flags](flags)
 - Test server: `test.phoenix616.dev` - Test server: `test.phoenix616.dev`
-- IRC channel: [#forceresourcepacks on irc.spi.gt](https://kiwiirc.com/client/irc.esper.net/#forceresourcepacks)+- IRC channel: [#forceresourcepacks on irc.esper.net](https://kiwiirc.com/client/irc.esper.net/#forceresourcepacks)
 - [Discord channel](https://discord.gg/qKYJBSkTZC) - [Discord channel](https://discord.gg/qKYJBSkTZC)
 - [Issue tracker (and repo for buyers)](https://gitlab.com/Phoenix616/ForceResourcepacks/-/issues) - [Issue tracker (and repo for buyers)](https://gitlab.com/Phoenix616/ForceResourcepacks/-/issues)
 - [JavaDocs](https://docs.phoenix616.dev/) - [JavaDocs](https://docs.phoenix616.dev/)
 +
 ## Features ## Features
  
Line 50: Line 49:
  
 ## Statistics ## Statistics
-The plugin uses bStats to track some basic usage. If you don't want any metrics to be collected just disable them in the `bStats/config.yml` file in your `plugins` folder.+The plugin uses bStats to track some basic usage. You can opt-out by changing the config option `disable-metrics` in the plugin'`config.yml` or in the `plugins/bStats/config.yml` file!
  
 You can see the tracked metrics here: You can see the tracked metrics here:
 +
 - [bStats.org - Bukkit](https://bstats.org/plugin/bukkit/ForceResourcepacks) (Added 2017-03-09) - [bStats.org - Bukkit](https://bstats.org/plugin/bukkit/ForceResourcepacks) (Added 2017-03-09)
 - [bStats.org - Bungee](https://bstats.org/plugin/bungeecord/ForceResourcepacks) (Added 2017-03-09) - [bStats.org - Bungee](https://bstats.org/plugin/bungeecord/ForceResourcepacks) (Added 2017-03-09)
 - Old [McStats.org](http://metrics.griefcraft.com/plugin/ForceResourcepacks/) - Old [McStats.org](http://metrics.griefcraft.com/plugin/ForceResourcepacks/)
 +
 +The plugin also includes an update checker querying my own server to provide you with information regarding new versions in the console/log or if you have certain permissions, that checker can be disabled with the setting `update-check`.
  
 ---- ----