• 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!

probleme mit Survival Games plugin

Status
Für weitere Antworten geschlossen.

killerpingu

Minecrafter
Registriert
5 Dezember 2012
Beiträge
18
Diamanten
0
hi wir haben ein problem mit den Survival Games plugin alles geht soweit bloß wenn es startet und die spieler das zeug aus die truhen hollen wollen geht es nich da steht immer da you don`t have permission to open that in this area und ist nich auf der hauptwelt sondern in der event welt
 

TooliaMc

Miner
Registriert
5 April 2012
Beiträge
158
Diamanten
0
Minecraft
LukeTheMast3r
Moin Moinliegt meiner meinung nach an worldguard .. geh mal in den ordner plugins/worldguard/worlds/deineweltdann öffnest du die Datei
Code:
config.yml
Dann fügst du das hier (wenn noch nicht vorhanden) ein:
Code:
regions:    use-scheduler: true    use-creature-spawn-event: true    sql:        use: false        dsn: jdbc:mysql://localhost/worldguard        username: worldguard        password: worldguard    enable: true    invincibility-removes-mobs: false    high-frequency-flags: false    wand: 262    max-claim-volume: 30000    claim-only-inside-existing-regions: false    max-region-count-per-player:        default: 7auto-invincible: falseuse-player-move-event: truehost-keys: {}op-permissions: trueprotection:    item-durability: true    remove-infinite-stacks: false    disable-xp-orb-drops: false    disable-obsidian-generators: falsesimulation:    sponge:        enable: true        radius: 3        redstone: falsedefault:    pumpkin-scuba: false    disable-health-regain: falsephysics:    no-physics-gravel: false    no-physics-sand: false    allow-portal-anywhere: false    disable-water-damage-blocks: []    vine-like-rope-ladders: falseignition:    block-tnt: true    block-tnt-block-damage: true    block-lighter: truefire:    disable-lava-fire-spread: true    disable-all-fire-spread: true    disable-fire-spread-blocks: []    lava-spread-blocks: []mobs:    block-creeper-explosions: false    block-creeper-block-damage: true    block-enderdragon-block-damage: true    block-fireball-explosions: true    block-fireball-block-damage: true    anti-wolf-dumbness: false    disable-enderman-griefing: true    block-painting-destroy: false    block-plugin-spawning: true    block-creature-spawn: []    block-wither-explosions: false    block-wither-block-damage: false    block-wither-skull-explosions: false    block-wither-skull-block-damage: false    block-item-frame-destroy: false    block-above-ground-slimes: falseplayer-damage:    disable-fall-damage: false    disable-lava-damage: false    disable-fire-damage: false    disable-lightning-damage: false    disable-drowning-damage: false    disable-suffocation-damage: false    disable-contact-damage: false    teleport-on-suffocation: false    disable-void-damage: false    teleport-on-void-falling: false    disable-explosion-damage: false    disable-mob-damage: false    disable-death-messages: falsechest-protection:    enable: false    disable-off-check: falsecrops:    disable-creature-trampling: false    disable-player-trampling: trueweather:    prevent-lightning-strike-blocks: []    disable-lightning-strike-fire: false    disable-thunderstorm: false    disable-weather: false    disable-pig-zombification: false    disable-powered-creepers: false    always-raining: false    always-thundering: falsedynamics:    disable-mushroom-spread: false    disable-ice-melting: false    disable-snow-melting: false    disable-snow-formation: false    disable-ice-formation: false    disable-leaf-decay: false    disable-grass-growth: false    disable-mycelium-spread: falseblacklist:    use-as-whitelist: false    logging:        console:            enable: true        database:            enable: false            dsn: jdbc:mysql://localhost:3306/minecraft            user: root            pass: ''            table: blacklist_events        file:            enable: false            path: worldguard/logs/%Y-%m-%d.log            open-files: 10summary-on-start: truesecurity:    deop-everyone-on-join: false    block-in-game-op-command: falsegameplay:    block-potions: []    block-potions-overly-reliably: false
Das editierst du dann nach deinen bedürfnissen !->
Code:
chest-protection:
muss auf false gestellt sein! so: chest-protection: false Das könnte es evtl gewesen sein ;)Gruß Luke
 
Status
Für weitere Antworten geschlossen.
Oben