You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask for a few features to be added if possible.
I would like to be able to assign groups and/or individuals to various regions. To be a little more specific let me explain what I am looking for in detail as much as I can.
I would like to have a global (for entire world that I can reuse as needed on various/all servers) with global settings available to edit either in-game but prefer to be able to edit in config file and move from server to server. The reason for this is because as I build maps for mini-games I have ice, snow, "trees" that are all custom and the leaves decay, the ice and snow melt however, if I was able to set flags up to true false globally it would alleviate a couple extra steps.
I would also like to be able to edit config on a region, handler, & world region as well to be able to do that same thing. So if I have an area that I have created I can use/reuse as needed. Makes it easier for an owner to update using config many times. Although it is easy to use in-game I find myself having to always look up what the commands are only because once I setup the region as I like it is rarely touched. Using a config to have as an option make it a little easier in some cases.
If I create a worldregion and handler I want to be able to set priority (I know this is an option already), but if I set up the "main region" as priority -1 then anything I create as a 2nd, 3rd, or 4th region with handlers. I can then set them up as higher priority.
flags: pvp =true (all the flags carry over to all regions unless specifically changed in this case where pvp would be allowed)
Create WorldRegion "shops" priority = 1 (or 2 or 3, whatever)
This is a little more specific in what I am looking for and I will fo my best to explain (I know the regions can be named anything, I am just trying to stay generic as possible). The purpose of this is to create player shops. Very similar to AreaShop for Spigot https://www.spigotmc.org/resources/areashop.2991/. AreaShop is a plugin that uses worldedit and worldguard api's to set up regions and allow players to buy/rent shops. I know that this may be beyond the scope of foxguard but it can be implemented in part I believe. The way Area shop works is to create a space using world edit tool and then use commands to assign as an AreasShop region. I have used this for setting up player shops as well as player housing. It also ties into economy and has a sign that the player clicks and then becomes the renter/owner depending on how it is setup. It auto renews based on time period if rented or the player can unrent/sell. Then the original template that was setup before a player purchased returns to its original state and becomes available again for purchase.
As I mentioned I believe this is out of scope for FG but it can be added in, in this way I believe. Staying with the priority as mentioned above multiple world regions can be created and named accordingly. Like ps1, ps2, ps3... (ps = player shop) the handler can also be named the same handler ps1, ps2, ps3... If FG had the ability to create groups and assign to region/handler and set up specific flags. Again, all flags cascade from parent flag in this case being spawn, child flag ps1, ps2, ps3... the only changes would be based on flags that become "boss" in that region.
It would be nice to have this automated as a player shop type plugin but if we could assign users or groups manually at a minimum would help the ability to setup regions that can be customized to the players/owners needs.
The text was updated successfully, but these errors were encountered:
Foxguard Suggestions/Features
I would like to ask for a few features to be added if possible.
example:
Create WorldRegion "spawn" priority = -1
Create WorldRegion "pvparena" priority = 1
Create WorldRegion "shops" priority = 1 (or 2 or 3, whatever)
As I mentioned I believe this is out of scope for FG but it can be added in, in this way I believe. Staying with the priority as mentioned above multiple world regions can be created and named accordingly. Like ps1, ps2, ps3... (ps = player shop) the handler can also be named the same handler ps1, ps2, ps3... If FG had the ability to create groups and assign to region/handler and set up specific flags. Again, all flags cascade from parent flag in this case being spawn, child flag ps1, ps2, ps3... the only changes would be based on flags that become "boss" in that region.
It would be nice to have this automated as a player shop type plugin but if we could assign users or groups manually at a minimum would help the ability to setup regions that can be customized to the players/owners needs.
The text was updated successfully, but these errors were encountered: