v3.7.5
What's new?
Feature Update:
+ Added new 'hidden' status, where a channel will not appear in main menu or /pc list command besides for players inside the channel.
"playerchannels.hide" to see the item in the channel to toggle hidden status
playerchannels.admin - can see all hidden channels regardless if in channel
+ Added support for 1.20.6
How to update:
Add to menus.yml
Code (Text):
# Replace old with below
chatroom-items:
name: "&e&lName:&f $name$ $hidden$"
server-chatroom-items:
name: "&c&lChannel:&f $name$ $hidden$"
# Add below chatroom-bottom-bar:
hide-channel:
display: "&e&lHide channel: $status$"
material: "ENDER_EYE"
slot: 3
lore:
- "&7&oClick to hide channel from being seen"
Add to messages.yml
Code (Text):
# Replace old with the below
list-message-2: "&a- $hidden$ &e$chatroom$ &e: &fMembers(&e$count$&f) >> $status$"
# Add anywhere
list-message-4: "&7&o(Hidden)"