aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

[Suggestion] New Flag #232

Closed DevProdj closed 1 year ago

DevProdj commented 1 year ago

Add a new flag that clears the player's inventory and gives items when the player enters the region and when the player leaves the region revert his inventory back to normal

aromaa commented 1 year ago

I intend to keep this plugin pretty simple and this would require at least permanent storage as the player could log out in these regions.

I would suggest finding a plugin which could switch player inventories by using a commands and then take advantage the console-command flags to do it on region switches. Or alternatively move these regions to their own world and use a plugin for per world inventories.