WorldGuard Hilfe

01/26/2013 21:46 NOXRAIN#1
Ich habe folgendes Problem.
Meine Regions.yml sieht so aus.


Warum kann ich mit diesen Einstellungen kein PvP in der "pvparena1" machen.
Es kommt die Meldung: "Youre in a no PvP Area".
WoodCraft ist die gesamte Map, und parent, etc. wie ihr seht, alles richtig eingestellt. Wo liegt mein Fehler?
01/26/2013 22:32 ComputerBaer#2
Ist PvP denn überhaupt angeschaltet? (Serverproperties, Multiverse ...)

Pack den Inhalt der regions.yml mal in [code] [/code ]
01/27/2013 04:03 Jaden1995#3
Liegt vllt. über der Region eine andere Region mit höherer Priority?
01/27/2013 10:51 NOXRAIN#4
Quote:
Originally Posted by ComputerBaer View Post
Ist PvP denn überhaupt angeschaltet? (Serverproperties, Multiverse ...)

Pack den Inhalt der regions.yml mal in [code] [/code ]
Das ist meine komplette regions.yml:

Code:
#
# WorldGuard regions file
#
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
# the contents of this file will reset. Please use a YAML validator such as
# http://yaml-online-parser.appspot.com (for smaller files).
#
# REMEMBER TO KEEP PERIODICAL BACKUPS.
#
regions:
    pvparena1:
        type: cuboid
        min: {x: 23.0, y: 0.0, z: -174.0}
        max: {x: 52.0, y: 255.0, z: -140.0}
        priority: 0
        flags: {pvp: allow}
        owners: {}
        members: {}
        parent: woodcraft
    woodcraft:
        type: cuboid
        min: {x: -100001.0, y: 0.0, z: -100001.0}
        max: {x: 100001.0, y: 255.0, z: 100001.0}
        priority: 0
        flags: {pvp: deny}
        owners: {}
        members: {}
01/27/2013 11:07 Mr.D4rk#5
Mach mal bei pvparena1 die priority auf 1. Vielleicht gehts dann...

Also so:

Code:
#
# WorldGuard regions file
#
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
# the contents of this file will reset. Please use a YAML validator such as
# http://yaml-online-parser.appspot.com (for smaller files).
#
# REMEMBER TO KEEP PERIODICAL BACKUPS.
#
regions:
    pvparena1:
        type: cuboid
        min: {x: 23.0, y: 0.0, z: -174.0}
        max: {x: 52.0, y: 255.0, z: -140.0}
        priority: 1
        flags: {pvp: allow}
        owners: {}
        members: {}
        parent: woodcraft
    woodcraft:
        type: cuboid
        min: {x: -100001.0, y: 0.0, z: -100001.0}
        max: {x: 100001.0, y: 255.0, z: 100001.0}
        priority: 0
        flags: {pvp: deny}
        owners: {}
        members: {}
01/27/2013 12:16 ComputerBaer#6
Das stimmt mit Priorität 0 schon alles, daran sollte es nicht liegen.

Wie sieht es mit PvP im allgemeinen aus? (Serverproperties, Multiverse ...)
01/27/2013 17:56 NOXRAIN#7
Quote:
Originally Posted by ComputerBaer View Post
Das stimmt mit Priorität 0 schon alles, daran sollte es nicht liegen.

Wie sieht es mit PvP im allgemeinen aus? (Serverproperties, Multiverse ...)
Multiverse ist bei der Welt eingeschaltet, genau wie in den Properties.
01/27/2013 18:04 ComputerBaer#8
Du kannst es mit der Priorität versuchen, ich glaube aber nicht dran.

Irgendwelche anderen Plugins die im PvP mitmischen? (ModifyWorld, ...)

Funktioniert PvP denn, wenn die WorldGuard aus dem Server entfernst?
01/27/2013 19:26 rottenfleshlp#9
Mach /region flag __global__ pvp deny und danach /region flag pvparena1 pvp allow musst vorher die region mit world edit makieren und mit /region define pvparena1 festlegen
01/27/2013 19:35 ComputerBaer#10
Quote:
Originally Posted by rottenfleshlp View Post
Mach /region flag __global__ pvp deny und danach /region flag pvparena1 pvp allow musst vorher die region mit world edit makieren und mit /region define pvparena1 festlegen
Du bist vielleicht lustig ...
Wenn er das noch nicht gemacht hätte, dann würde seine regions.yml auch nicht so aussehen.
01/28/2013 15:29 NOXRAIN#11
Keiner ne Hilfe? Werde mal das mit der Priorität testen und dann Bescheid geben...
01/28/2013 18:21 Howaner#12
Du solltest keine Region machen, die über die ganze Welt geht, sondern gleich __global__ verwenden.
Lösch erstmal deine Woodcraft Region und gib dann das ein:
Code:
/region flag __global__ pvp deny
Den parent musst du auch löschen von der Pvp Region.
In der Pvp Region kannst du die Priority bei 0 lassen.

In der Pvp Region dann natürlich noch:
Code:
/region flag pvpRegion!! pvp allow