aromaa / WorldGuardExtraFlags

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

Regarding "give-effects" #269

Closed DreamMiu closed 4 months ago

DreamMiu commented 4 months ago

give-effects Specifies whether only one parameter is allowed. Multiple parameters are not allowed

aromaa commented 4 months ago

Could you elaborate more what are you trying to ask or which problem are you facing?

DreamMiu commented 4 months ago

Could you elaborate more what are you trying to ask or which problem are you facing?

I need to have two potion effects at the same time, such as the possible command :"/rg flag -w "world" -h 7 spawn give-effects SPEED:2 JUMP_BOOST:2", in fact he does not exist

aromaa commented 4 months ago

Use comma to separate the effects, space for the parameters. /rg flag -w "world" -h 7 spawn give-effects SPEED 2, JUMP_BOOST 2

DreamMiu commented 4 months ago

Use comma to separate the effects, space for the parameters. /rg flag -w "world" -h 7 spawn give-effects SPEED 2, JUMP_BOOST 2

It's settled, thank you