#I need help with better teams
1 messages · Page 1 of 1 (latest)
Does this better teams plugin have PlaceholderAPI placeholders? More specifically a placeholder that shows if you're in a team or not?
There is a placeholder which is blank when not in team. And shows the team name when in team
Alright. Then you can do something like this:
open_requirement:
requirements:
is_in_team:
type: '!string equals'
input: '%your_placeholder%'
output: ''
deny_commands:
- '[message]&cYou need to be in a team!'
replace %your_placeholder% with whatever the actual placeholder is