Closed Aldiwildan77 closed 3 years ago
Duplicate of #244
so when does the Redprotect Support (#244) will be launched? @mcmonkey4eva
I think you're confused about how GitHub works. #244 is somebody else's request for the same thing. You should add to that post, not open your own.
Also, if you're not already on the Discord, join @ https://discord.gg/Q6pZGSR
It would be nice to implement a Redprotect API so we can use it using denizen.
Example Redprotect Link:
Example custom tag
Example usage of tag using denizen (maybe if possible):
<RegionTag.name>
return ElementTag for region name<RegionTag.location>
return ElementTag for location of region<rp[<LocationTag>]>
return RegionTag based on location tag<rp[<LocationTag>].name>
return ElementTag for region name<rp[<LocationTag>].leader>
return ListTag (PlayerTag) of leaders in current region<rp[<PlayerTag>]>
return ListTag (RegionTag) of player's region based on player tag<rp[<PlayerTag>].get[0].name>
return ElementTag for region name<rp[<PlayerTag>].get[0].location>
return LocationTag of the first index in ListTag (RegionTag)