3.0.0-beta.54
·
1 commit
to main
since this release
Download: VCC
Core
Plugin Manager
- fixed issue where IsStaff would return local player status on remote players
- fixed issue where IsSupporter would return local player status on remote players
- Added ability to lookup permissions based on DisplayName
- can now bind DisBridgePlugins as Plugins
- Now sends player join/leave events if a role'ed member joins or leaves the instance
BackEnd
- Now has support for refreshing user list every X min
Permission Group
- Added to Context Menu
- Made Editor GUI
Role Container
- fixed some CE formatting and moved some duplicate stuff to use already existing methods
- Now stores user who are currently loaded in the world
- added
_GetActiveUsersto receive a DataList of active users
DisBridgePlugin
- added optional bool for ignore the null unlock
- Added useBoosters
- Added DisplayName lookup for
_IsMemberInRoles - Added
_UVR_UserJoined(VRCPlayerApi _player) - Added
_UVR_UserLeft(VRCPlayerApi _player)
Editing Tool
- Added log level selector
Notification system
- initial release
Plugins
VIP Room
- Changed folder RenderTextures generated to
- Integrated with Notification System
- fixed bug where invited players could be kicked from the room on player join - @BobyStar
- fixed bug where users might not be kicked from a room after an invite is revoked - @BobyStar
- Invites no longer expire unless directly revoked
-- Invites done by a player who is not in the instance are ignored
Role Tags V2
- fixed bug where toggle objects wern't being null checked
RoleBoard V2
- Fixed issue where RoleBoard wouldnt update if it only had a single user page
Utils
Player Tracker
- added override for
_OnTriggerEnter - added override for
_OnTriggerExit
Player Mover
- hid internal material from inspector
DisBridgeFunctions
- added CompareSemVer that allows version comparisons
- added methods to translates colors from hex strings and to hex strings
EditorFunctions
- added
DrawNotificationField - added
EditorFunctions - added
DrawCircleAndArrow - added
DrawTransformHandles
On Build
- pluginManager now binds to RoleContainers on build
Misc
- fixed namespace issues
- DrawDisBridgeLogo now optionally draws link buttons
- Renamed Whitelist to Whitelist V2 in context menu