WorldGuard

WorldGuard

8M Downloads

Break Block

LadyCailinBot opened this issue ยท 17 comments

commented

WORLDGUARD-3366 - Reported by MiisterNarsik

Block (ID 18) leaves don't breakable by owner area and
Wheat can not be planted with flag build -g nonmembers allow
Sorry for my english, i'm french :) Good job ! Possibility donate for WG ? ;)

commented

Comment by wizjany

WorldGuard doesn't protect those blocks specifically anywhere. Do you get a chat message when trying to break them?

commented

Comment by MiisterNarsik

Oh sorry. It's not "test" but "test1" this is : test1:
min: {x: 490.0, y: 0.0, z: -297.0}
flags: {}
max: {x: 493.0, y: 255.0, z: -293.0}
priority: 50
type: cuboid
owners:
unique-ids: [09dd531d-c367-4173-be49-ac1e29fa9ed1, e9683c31-9f62-4af6-8b0f-fd4e68a90e67]
members: {}

commented

Comment by MiisterNarsik

I put priority to 50 test but it just tonight exchange 50 or 0. I always worry that

commented

Comment by wizjany

alright, so with the two overlapping regions, villetest and test1, adding myself as an owner to test1 allows me to break blocks (including leaves) in test1, but not in the area outside test1 (the border of villetest) as expected.

commented

Comment by MiisterNarsik

Without area , players can break the leaves, but in their area , homeowners can break all except this block. No message is displayed. So yes to the other block.

commented

Comment by wizjany

Hm...I would have to guess there is another plugin at play here. Can you try http://docs.enginehub.org/manual/worldguard/latest/advanced/event-logging/ ? Unless you've changed the deny-message, Worldguard should give a message if it stops you from breaking a block.

commented

Comment by MiisterNarsik

Yes this : "[03:19:37 INFO]: Testing BLOCK BREAK at CraftBlock{chunk=CraftChunk{x=564z=-1213},x=9026,y=47,z=-19394,type=LEAVES,data=5}
[03:19:37 INFO]: No plugins cancelled the event. Other causes for cancellation: (1) Bukkit may be using a different event for the action (example: buckets have their own bucket events); or (2) Minecraft's spawn protection has not been disabled." -- I did not change the message deny . On the other blocks there is fine except this one

commented

Comment by wizjany

That's not the event logging I linked.

commented

Comment by MiisterNarsik

[03:33:18 INFO]: [WorldGuard] USE LEAVES [CraftPlayer{name=MiisterNarsik}] @mapville :BlockPlaceEvent
[03:33:18 INFO]: [WorldGuard] PLACE LEAVES @7879,64,313 [CraftPlayer{name=MiisterNarsik}] :BlockPlaceEvent
[03:33:20 INFO]: [WorldGuard] INTERACT LEAVES [CraftPlayer{name=zeeshu}] @7879,64,313 :PlayerInteractEvent [ALLOW]
[03:33:20 INFO]: [WorldGuard] INTERACT LEAVES [CraftPlayer{name=zeeshu}] @7879,64,313 :PlayerInteractEvent [ALLOW]
[03:33:20 INFO]: [WorldGuard] INTERACT WOOD [CraftPlayer{name=Redlowi}] @7919,63,324 :PlayerInteractEvent [ALLOW]
This ?

commented

Comment by wizjany

Is there anything else? There's no "DIG" event being logged, so it seems like something else is cancelling an intermediate event before the leaves actually get broken. Can you test without anything besides worldedit and worldguard installed?

commented

Comment by MiisterNarsik

I just did a test, and I am at the same time find the worries. Indeed the fact of having a region below breaking blocks of these blocks there

commented

Comment by MiisterNarsik

The area is a priority 0 only does it work , adding an area below -1 in the leaves can not be broken

commented

Comment by wizjany

Erm, to clarify, with only worldedit and worldguard installed, you can break the block in a region unless the priority is set to -1?

commented

Comment by MiisterNarsik

with WE and WG with only one area it works . if we add a region below (city) with priority -1. the leaf blocks do not break while other yes

commented

Comment by wizjany

Can you pastebin the regions.yml you are using to test this?

commented

Comment by MiisterNarsik

http://pastebin.com/dRNqCKzH

commented

Comment by wizjany

Those two regions are no where near each other at all. Adding myself as an owner to "test", I can break leaves (and anything else) just fine.