#How do I interact with worldguard regions in myplugin?
1 messages · Page 1 of 1 (latest)
You can get the minimum X value and Z value of a region and maximum
but how do i interact with the plugin?
Add it as a dependency
Then in your main class that extends Java plug-in, create a “WorldGuard” variable and define it by getting the plug-in through “Bukkit.getPluginManager().getPlugin(“WorldGuard”);” make sure to add WorldGuard to depends in your plugin.yml