This is by far one of the largest updates I have ever released. The zip file contains a jar for just about any version of minecraft you can imagine! You choose which version you are on and use only that one.
Change Log:
- Added no permission message to /vpc checkver
- Added no permission message to /vpc reload
- Added no permission message to /vpc {ignore/unignore} {chat}
- Added no permission message to /vpc ignored {chat} | Optional: {show/#/all}
- Added no permission message to /vpc toggle {chat}
- Added no permission message to /vpc blacklist {+/add/del/rem/delete/remove/-/clear} {username}
- Added no permission message to /vpc {fui/forceunignore} {chat} {username}
- Added no permission message to /vpc blacklisted : {all/#/show}
- Added no permission message to /{chat} {message}
- Added pages to blacklisted list
- Added pages to ignored list
- Added +/-/delete/clear to blacklist command
- Added Custom chats
- Added ability to set permission for each chat
- Added ability to choose the command for each chat
- Added ability to add multiple commands for a single chat
- Added ability to add as many your own chats as you would like
- Added display name tags (view custom tags %DISPLAYNAME% - Only currently used in layouts)
- Added ability to enable or disable chat colors in game
- Added ability to see colors currently enabled or disabled in game
- Added colors message
- Added blacklist settings
- Added ability to set if chats are ignored upon blacklisting
- Added ability to set the chats that are effected by ignoring blacklist
- Added ability to set the chats you can talk in while blacklisted
- Added ability to set the chats you can view while blacklisted
- Added ability to enable or disable blacklist options; can-ignore-chats, can talk-in-chats, and can-view-chats
- Added ability to broadcast admin messages after executing admin commands
- Changed %CHAT% to %CHAT_NAME%
- Added command to toggle the enabled states of chats
- Added a auto config porting. This way you can port your old config to the new system. As well it will backup your old cofig file
- Added chat.yml
- Changed ignore-blacklist: to blacklist:
- Added blacklisted length. This will allow you to set the amount of results you will see per page when you use /vpc ignored or /vpc blacklisted
- All color codes were combined into 1 entry. As well they now look like this {color-code}:{true/false} Allowing easy editing!
- The plugin has seen basically a complete recode to allow for custom chats
- Tags for the layout are as follows - %PLAYER%, %DISPLAY_NAME%, %MESSAGE%, %WORLD%, and %GAMEMODE%.
- Added permission vippluschat.allowchat
- Added permission vippluschat.chat.{permission}
- Added ability to determine the last part of the chat permission via the chat.yml
- Added permission vippluschat.admin.viewcolors
- Added permission vippluschat.admin.togglecolors
I am clearly missing some updates but this will work for now.
Commands List:
/vpc checkver - Check the latest version of plugin and what the current release is
Permission:
- vippluschat.admin
- vippluschat.admin.checkversion
/vpc reload - Reload the Chat.yml and Config.yml files
Permission:
- vippluschat.admin
- vippluschat.admin.reload
/vpc {ignore/unignore} {chat} - Set your self to ignore/unignore the specified chat
Permission:
- vippluschat.chat.ignore
/vpc ignored {chat} | optional: {show/#/all} - View the list of ignored users with in the chat specified
Permission:
- vippluschat.admin
- vippluschat.admin.ignored
/vpc toggle {chat} - Enable/Disable the chat specified
Permission:
- vippluschat.admin
- vippluschat.admin.toggle
- vippluschat.toggle.{permission} - The permission is defined in the chat.yml
/vpc blacklist {+/add/del/rem/delete/remove/-/clear} {username} - Add/remove/clear the User{s} to/from the blacklist
Permission:
- vippluschat.admin
- vippluschat.admin.blacklist
/vpc {fui/forceunignore} {chat} {username} - Force the user to uningore the chat specified
Permission:
- vippluschat.admin
- vippluschat.admin.forceunignore
/vpc colors {chat} - The command allows you to see what colors are enabled for this command
Permission:
- vippluschat.admin
- vippluschat.admin.viewcolors
/vpc colors toggle {chat} {color-code} - This will allow you to toggle the state of the color code entered
Permission:
- vippluschat.admin
- vippluschat.admin.togglecolors
/{chat} {message} - The chat command is defied with in the chat.yml config. This command allows you to chat in the chats
Permission:
- vippluschat.chat.{permission} - The permission is defined in the chat.yml
- vippluschat.chat.* - Gives you permission to all the chats
- vippluschat.allowchat - This is required on top of the permission used for the indivual chats.