The developer does not update the plugin, does not respond, and does not release the code to make improvements.
Since the code is not released, you may be installing malware without knowing it.
Stating that every software with no source code published is potentially malware is one of most retarded kind of statements I have seen so far.
More than this, this user never sent me any message before through PM and project discussion page.
This looks like copy-paste comment you can post under every project.
Version: 1.6
cool,it is a nice plugin do nice job in 1.20.4,And It work very nice, helpping us to use worldguard
I love this tool, makes managing Worldguard areas a breeze. There is only one little nitpick that I have. When trying to add a group from luckperms or other permission system, it wont register the g:<group name>. I have to type in /rg addmember -w "world" <region> g:<group name> to add my builder group.
If possible, please add the ability to add groups like how you have owners and members.
Amazing Plugin, but I have one small Feature request:
Would it be possible to modify either the "Flags" or the "Member"-Menu in a way that allows me to set flags for Individual members instead of Owner/Member/All groups?
[WorldGuard] Failed to marshal flag value for SetFlag{name='deny-spawn'}; value is [ZOMBIE, CREEPER, BEE]
java.lang.ClassCastException: class org.bukkit.entity.EntityType cannot be cast to class com.sk89q.worldedit.registry.Keyed (org.bukkit.entity.EntityType is in unnamed module of loader java.net.URLClassLoader @504bae78; com.sk89q.worldedit.registry.Keyed is in unnamed module of loader 'worldedit-bukkit-7.2.12.jar' @8a1d2c)
at com.sk89q.worldguard.protection.flags.RegistryFlag.marshal(RegistryFlag.java:31) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.flags.SetFlag.marshal(SetFlag.java:100) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.flags.SetFlag.marshal(SetFlag.java:35) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.flags.FlagUtil.marshal(FlagUtil.java:61) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.flags.FlagUtil.marshal(FlagUtil.java:50) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile.getFlagData(YamlRegionFile.java:291) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile.saveAll(YamlRegionFile.java:235) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.sk89q.worldguard.protection.managers.RegionManager.save(RegionManager.java:114) ~[worldguard-bukkit-7.0.8-beta-01-dist.jar:?]
at com.mirotcz.wg_gui.utils.WGUtils.saveData(WGUtils.java:714) ~[WG-GUI-1.6.jar:?]
at com.mirotcz.wg_gui.utils.WGUtils.setTemplate(WGUtils.java:440) ~[WG-GUI-1.6.jar:?]
at com.mirotcz.wg_gui.handlers.TemplatesMenuHandler$3.run(TemplatesMenuHandler.java:56) ~[WG-GUI-1.6.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.2.jar:git-Paper-125] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.19.2.jar:git-Paper-125]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1492) ~[paper-1.19.2.jar:git-Paper-125]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446) ~[paper-1.19.2.jar:git-Paper-125]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1416) ~[paper-1.19.2.jar:git-Paper-125]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1192) ~[paper-1.19.2.jar:git-Paper-125]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-125]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Wow.. just wow. This plugin has made the use of WorldGuard so much easier. I am simply amazed. This is exactly what I've been looking for. Thank you so much and keep up the good work!!
⭐⭐⭐⭐⭐ - Jzdoo
Highly recommended plugin!
This will help all newbies.
I have some suggestions:
1. Option to expand players selection when they chat 'create'
2. Get max region count from WorldGuard configuration and apply it to this plugin.
There are bugs currently I found:
1. Change GUI item name config and reload will cause bug that players can take item from GUI.
2. If GUI items' name include color code GUI items become untouchable.
Sorry if my English is not easy to read :p
I am not English speaker.
The plugin is good but contains an error when removing a member owner from the region, it crashes. And in addition, you could have the option to add a group as well as just one member in the region. The crash generated when clicking to remove a member or owner of the region is:
[Server] WARN [WG-GUI] Plugin WG-GUI v1.5 generated an exception while executing task 1489
[Server] INFO java.lang.IllegalStateException: InventoryCloseEvent may only be triggered synchronously.
[Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:524) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:1336) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at net.minecraft.server.v1_14_R1.EntityPlayer.closeInventory(EntityPlayer.java:1252) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at org.bukkit.craftbukkit.v1_14_R1.entity.CraftHumanEntity.closeInventory(CraftHumanEntity.java:622) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at com.mirotcz.wg_gui.handlers.EditOMMenuHandler$2.run(EditOMMenuHandler.java:55) ~[?:?]
[Server] INFO at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.3.jar:git-Paper-124]
[Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_144]
[Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_144]
[Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
Sorry for my bad english, I'm brazilian and I don't speak english.
Use first 1.4 version on top from download section.
Version: 1.2
I was defining an area and began to place the flags and it is a curse ** suffering to do so, hence the idea occurred to me to see if there is a plugin that can do it with GUI, because here it is. It works perfectly and is free. Congratulations friend and thank you very much!
(Use translator)