Options for adding zone flagsSuggestion

Can you please create option to add zone flags to the auto zones?

In my case I would like the zones to eject sleepers.

"ZonesDome Option": {
    "Use Zone Domes Spheres over Zones": true,
    "Use TruePVE Rule Set": true,
    "TruePVE RuleSet": "exclude",
    "Enter Zone Message": "WARNING: You are now entering a PVP Zone",
    "Leave Zone Message": "Returning to PVE Area"
    "Eject Sleepers": true <----Add
  },

 

I will be looking at adding different options in the next few releases.
Nice! I created this myself 1-2 years ago purely to be able to deny TP'ing out of monument zones. So I'm all for the addition of flags :) The sphere addition is nice.

I will follow your progress, nice thinking! :)
I just have to figure out how I want to implement it all, as I think for the first go around would be like a global for all the zones. and maybe further down the road to do individual ones
How would this be used If I wanted people to spawn here from their Death Screens ?
5da3548126948.png P4R4NORM4L
How would this be used If I wanted people to spawn here from their Death Screens ?
Not sure how you would do that I suppose you would need some kind of spawn plugin which seen a few out there, but this plugin doesn't do anything like that at all. It just creates the zones over the monuments listed. 
5d35f1495da0a.jpg FastBurst
I just have to figure out how I want to implement it all, as I think for the first go around would be like a global for all the zones. and maybe further down the road to do individual ones

Is this an idea?

{
	"flags": {
		"flag1": true,
		"flag2": true
	}
}
"ZoneParams": [
      "radius",
      "50",
      "enter_message",
      "You Entered the Zone",
      "leave_message",
      "You Left the Zone",
      "nofalldamage",
      "true",
      "nobuild",
      "true",
      "ejectsleepers",
      "true",
      "nostability",
      "true",
      "nodecay",
      "true"
    ],
I will be looking at something like this in future updates.
Hello,

Any progression on additional flags?