• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Worldguard , was mache ich bitte falsch?

MarcelD

Kuhfänger
Registriert
3 Dezember 2011
Beiträge
98
Diamanten
0
Minecraft
MarcelD2011
Es wird mir leider auf dem marktplaz nicht erlaubt /ca sell / ah sell einzugeben, obwohl diese doch durch die Prio. erlaubt wird ?
verstehe das gerade nicht und hoffe hier auf hilfe.

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:
  town:
  min: {x: -858.0, y: 73.0, z: -957.0}
  max: {x: -840.0, y: 83.0, z: -947.0}
  members: {}
  flags: {}
  owners:
  groups: [bauteam]
  unique-ids: [11243d7a-71ea-4d30-a6c4-e8f611f13b8c]
  type: cuboid
  priority: 0
  auktionshaus_kaharis:
  min: {x: -862.0, y: 0.0, z: -866.0}
  max: {x: -855.0, y: 255.0, z: -864.0}
  members: {}
  flags:
  allowed-cmds: [/infos]
  allowed-cmds: [/ca]
  owners: {}
  type: cuboid
  priority: 10
  alduran:
  min: {x: -4184.0, y: 0.0, z: -3539.0}
  max: {x: 3899.0, y: 255.0, z: 3611.0}
  members: {}
  flags:
  exit: deny
  blocked-cmds: [/ah sell]
  blocked-cmds: [/ca sell]
  allowed-cmds: [/infos]
  owners: {}
  type: cuboid
  priority: 1
  marktplatz_kaharis:
  min: {x: -863.0, y: 0.0, z: -909.0}
  max: {x: -809.0, y: 255.0, z: -864.0}
  members: {}
  flags:
  blocked-cmds: [/ca sell]
  greeting: Willkommen auf dem &6Marktplatz von Kaharis! &fHier kannst du deine Waren ins Auktionshaus stellen. Wie das geht findest du im Forum. §4www.alduran.de!
  exit-via-teleport: deny
  farewell: Du verlässt den §6Marktplatz!
  allowed-cmds: [/infos]
  allowed-cmds: [/ah sell]
  allowed-cmds: [/hdb]
  owners: {}
  type: cuboid
  priority: 9
  __global__:
  members: {}
  flags: {}
  owners: {}
  type: global
  priority: 0
 

Baba43

Ehem. Teammitglied
Ehem. Teammitglied
Registriert
5 November 2012
Beiträge
869
Diamanten
60
Minecraft
baba43
Bei Konfigurationen ist es so, dass jede Einstellung nur einmal existieren darf. Wenn du zum Beispiel zwei Zeilen mit allowed-cmds hast, dann überschreit die letzte Zeile jeweils alle vorherigen Einstellungen für allowed-cmds, weil die Werte nicht magisch zusammengeführt, sondern einfach ersetzt werden.

Du darfst folglich nur einmal allowed-cmds setzten und dort müssen alle Befehle drin stehen.
 

MarcelD

Kuhfänger
Registriert
3 Dezember 2011
Beiträge
98
Diamanten
0
Minecraft
MarcelD2011
ah , also doch

war mir da nicht ganz sicher :p

also zb

allowed-cmds: [/infos] [/ca]
oder gar
allowed-cmds: [/infos /ca]

Wird so leider auch nicht besser, nun wird alles verboten
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:
  town:
  min: {x: -858.0, y: 73.0, z: -957.0}
  max: {x: -840.0, y: 83.0, z: -947.0}
  members: {}
  flags: {}
  owners:
  groups: [bauteam]
  unique-ids: [11243d7a-71ea-4d30-a6c4-e8f611f13b8c]
  type: cuboid
  priority: 0
  auktionshaus_kaharis:
  min: {x: -862.0, y: 0.0, z: -866.0}
  max: {x: -855.0, y: 255.0, z: -864.0}
  members: {}
  flags:
  allowed-cmds: [/infos /ca]
  owners: {}
  type: cuboid
  priority: 10
  alduran:
  min: {x: -4184.0, y: 0.0, z: -3539.0}
  max: {x: 3899.0, y: 255.0, z: 3611.0}
  members: {}
  flags:
  exit: deny
  blocked-cmds: [/ah sell /ca sell]
  allowed-cmds: [/infos]
  owners: {}
  type: cuboid
  priority: 1
  marktplatz_kaharis:
  min: {x: -863.0, y: 0.0, z: -909.0}
  max: {x: -809.0, y: 255.0, z: -864.0}
  members: {}
  flags:
  blocked-cmds: [/ca sell]
  greeting: Willkommen auf dem &6Marktplatz von Kaharis! &fHier kannst du deine Waren ins Auktionshaus stellen. Wie das geht findest du im Forum. §4www.alduran.de!
  exit-via-teleport: deny
  farewell: Du verlässt den §6Marktplatz!
  allowed-cmds: [/infos /hdb /ah sell]
  owners: {}
  type: cuboid
  priority: 9
  __global__:
  members: {}
  flags: {}
  owners: {}
  type: global
  priority: 0
 
Zuletzt bearbeitet:

Baba43

Ehem. Teammitglied
Ehem. Teammitglied
Registriert
5 November 2012
Beiträge
869
Diamanten
60
Minecraft
baba43
Wird so leider auch nicht besser, nun wird alles verboten
Wenn man nicht weiß, wie eine Information richtig gespeichert wird, ist es manchmal sinnvoll, sie einfach vom Plugin selbst speichern zu lassen. In der offiziellen Dokumentation von WorldGuard steht zum Beispiel drin, wie das geht:
Code:
/rg flag spawn blocked-cmds /tp,/teleport

Und jetzt bist du dran :D

Denk dran: Lösung posten.
 
Oben