Attention!
The Resource Pack Will Be Available After You Installed The Plugin. It will be in Plugins/Pl3xIcons/Pl3xIconsPack.Zip
Pl3xIcons controls player access to custom icons provided by a small resource pack built by WolfieMario.The Resource Pack Will Be Available After You Installed The Plugin. It will be in Plugins/Pl3xIcons/Pl3xIconsPack.Zip
Starting with v3.0 you can now expand beyond WolfieMario's original pack. Potentially up to 65,536 different icons! (256 pages, 256 icons per page)
Pl3xIcons controls access to use these icons with permission nodes AND provides an easy-to-use {icon-code} format so users don't have to know these Japanese characters in the resource pack.
Normally anyone can use the icons at will if they know which Japanese characters to paste into the game (no {icon-code} needed). Pl3xIcons will actually encode those icons into {icon-code} formats if the user does not have permission to use them.
Access can be controlled for chat, signs, renaming items on anvils, setting icons on nametags, and even from nicknames from plugins that provide nickname support.
More restrictions/controls will be added when more are discovered to be needed. If you (or your users) find a way to use these icons without permission, please let us know so we can restrict that access behind a permission node!
Commands
- /icon [icon code] - View the icon for specified code.
- /icon
- (page)
- - View list of icons and their codes (default 9 per page)
Permissions- command.icon - Allows use of the /icon command
- command.icon.list - Allows use of the list subcommand
- icon.chat - Allows player to use icons in chat messages
- icon.nick - Allows player to use icons in their nickname (and/or prefix/suffix/etc)
- icon.sign - Allows player to use icons on signs
- icon.book - Allows player to use icons in books
- icon.anvil - Allows player to use icons when renaming items on anvils (except nametags)
- icon.nametag - Allows player to use icons on nametags (used to rename mobs/animals/villagers; overrides icon.anvil perm)
Default config.yml
# Enable debug info in console
debug-mode: false
# Enable colors in console output
color-logs: true
# This option will notify the player in game when resource pack loads or fails, etc.
notifications: true
# This option will send the user a resource pack installation option.
# Disable this if you send the resource pack another way.
send-resource-pack: true
# If set to true players who decline or fail to download the pack will get kicked from server.
force: false
# URL to icon resource pack
icon-pack: http://my.server.com/pl3xiconspack.zip
# When listing the icons, how many entries should be displayed per page? (/icon list [page])
icons-per-page: 9