Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom entry flag registry #2064

Closed
Rosstail opened this issue Feb 15, 2024 · 1 comment
Closed

Custom entry flag registry #2064

Rosstail opened this issue Feb 15, 2024 · 1 comment
Labels
status:invalid This does not describe a request or bug with WorldGuard type:feature-request Request for something new

Comments

@Rosstail
Copy link

The Problem

Hi there.

I would like to make flags affect players but it seems flags can only target all owner/member players or some being part of a permission group and nothing more.

A Solution

The solution would be the possibility to add custom flags entry with an id/name.

Exemple, I want a flag that target players in a Nodewar Team (one of my plugins team), the entry id/name would be something like nw_<teamname>.

I tried some things before posting this issue (check the Anything Else section). Since I already made some custom flags with WG API, I know that flags are really "rigged" in that way and I don't think you could do this feature without breaking everything ^^'.

Alternatives

No response

Anything Else?

I am working to rework on a territory/team plugin based on Worldguard regions.

I use Regions for:

  • Territory layouts
  • Target territory team members with group entry flags.

In order to make my teams compatible with the group entry flags, I've decided to use VaultAPI (compatible with many permission plugins) in order to create these groups to assign to players joining/creating a team (I cannot give group to a player through VaultAPI if the group doesn't exist).

But, it seems Vault seems not being able to create groups through code. And commands are not reliable since many perms plugin exist. (Plus the async command -> give group to player)

@Rosstail Rosstail added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Feb 15, 2024
@wizjany wizjany added status:invalid This does not describe a request or bug with WorldGuard and removed status:pending Pending acceptance or closure. labels Feb 16, 2024
@wizjany
Copy link
Collaborator

wizjany commented Feb 16, 2024

this is already #1866, though dunno when 7.1 will be a thing.

@wizjany wizjany closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:invalid This does not describe a request or bug with WorldGuard type:feature-request Request for something new
Projects
None yet
Development

No branches or pull requests

2 participants